Re: GTK3 Glade and rendering in Windows/Linux]

2017-02-21 Thread happy debugging
Finally could style with css and Glade in Windows adnd adjust the margins (actually using padding as the margin seems not be able to change it while in Linux it did). "GtkWindow" (instead of "window") is what seems needed to be used in Windows. Apparently Windows and Linux uses different css class

Re: GTK3 Glade and rendering in Windows/Linux]

2017-02-21 Thread Happy
That works, but this only does work on Linux. On Windows it reads the css file but the css is not applied. http://wikistack.com/use-css-gtk/ With as css: window  { background-color:rgba(233,23,34,1); } Thanks On Sun, 2017-02-19 at 08:25 -0800, Phil Wolff wrote: > In the example you cite, t

Re: GTK3 Glade and rendering in Windows/Linux]

2017-02-19 Thread Phil Wolff
In the example you cite, the css file should read window { background-color:rgba(233,23,34,1); } On 02/19/2017 04:33 AM, Happy wrote: I dont mind the windows theme to look different than the Ubuntu one, if it looks close or equal to native Windows, that would be great. The concern is, under wi

Re: GTK3 Glade and rendering in Windows/Linux]

2017-02-19 Thread Happy
I dont mind the windows theme to look different than the Ubuntu one, if it looks close or equal to native Windows, that would be great. The concern is, under windows the spacing is pretty large. So, I started to look at css, compiled and run this (non glade) example : http://wikistack.com/use-css-

Re: GTK3 Glade and rendering in Windows/Linux]

2017-02-02 Thread Daniel Kasak
I'm not sure of the licensing implications ( maybe there are none ), but the current Ubuntu theme is implemented exclusively in css. If you have a Ubuntu box, you can locate them in /usr/share/themes ( eg /usr/share/themes/Ambiance/gtk-3.20 is one particular theme ). If you copy these into the righ

Re: GTK3 Glade and rendering in Windows/Linux]

2017-01-31 Thread Michael Torrie
On 01/31/2017 05:54 AM, Happy wrote: > > Thanks for the note. Hope the following links work. As you can see the > windows are much different in size as well as the spacing. > > Ubuntu: > https://drive.google.com/file/d/0BxjwKUaYdW_zYnUydWExX2NNdE0/view?usp=s > haring > > Windows: > https://drive

Re: GTK3 Glade and rendering in Windows/Linux]

2017-01-31 Thread Tilo Villwock
Well for one: The appearance on Ubuntu deviates from the default GTK theme, so I'm not really sure if the comparison makes sense. Also, did you actually verify that this is a problem, that pertains to Glade only? Either way, if it bothers you too much, you have to start tweaking the css style con

Re: GTK3 Glade and rendering in Windows/Linux]

2017-01-31 Thread Happy
Thanks for the note. Hope the following links work. As you can see the windows are much different in size as well as the spacing. Ubuntu: https://drive.google.com/file/d/0BxjwKUaYdW_zYnUydWExX2NNdE0/view?usp=s haring Windows: https://drive.google.com/file/d/0BxjwKUaYdW_zeFhZdFYtelViUGM/view?usp=

Re: GTK3 Glade and rendering in Windows/Linux]

2017-01-31 Thread Daniel Kasak
Neither of your messages had any attachments. Probably they're stripped out by the mailing list server. If you're trying to point people to files, screenshots, etc, try chucking them on a blog or pastebin or something. Dan On Sun, Jan 29, 2017 at 12:44 PM, Happy wrote: > > Attached is a glade f