RE: Gtk+ 3.0 and MS Windows

2011-03-28 Thread Mikhail Titov
Here is the proof that it is possible to use OBS dependencies and build later stuff like GTKMM with MSVC++. http://img189.imageshack.us/img189/7503/gtkmm299msvcnet2008obs.png I finally got GTKMM with support for RGBA! Note that TreeView doesn't always draw a triangle, so I was hopelessly double

RE: Is there an equivalent to .gtkrc-2.0 in gtk 3?

2011-03-28 Thread John Lumby
The equivalent to .gtkrc-2.0 in gtk+3 is a combination of files :in brief : settings :set either (preferably) by the desktop XSettings manager (e.g. Gnome settings)or in a file ${XDG_CONFIG_HOME}/gtk-3.0/settings.ini styles :set in a css-sheet file

Is there an equivalent to .gtkrc-2.0 in gtk 3?

2011-03-28 Thread Fabrice Delente
Hello. I just compiled evince 2.91.23, which needs gtk+ 3. When I start it, I get a UI that is rather ugly (big fonts), and I'd like to change that. Evince 2.32 used gtk+ 2, and I could customize it as I want through the ~/.gtkrc-2.0 file. How can I do the same with GTK+ 3? I tried using a ~/.gt

Re: Gtk+ 3.0 and MS Windows

2011-03-28 Thread Luis Matos
Hello there! First of all, thanks for all your work in gtk+ (and gnome) environment. I am trying to introduce gtk+ to industrial solutions, mainly using Gtk# and Glade. Is it possible to combine the obs with the current sources of all Gnome components? I am talking mainly in glade, because the la

Container resizing behaviour changed in Gtk 3?

2011-03-28 Thread Greg Ewing
The behaviour of containers when their contents try to resize themselves seems to have changed between Gtk 2 and Gtk 3. In Gtk 2, if you have a GtkLayout carrying a GtkFrame that contains a GtkTextView, and use set_size_request() to set the size of the GtkFrame, it stays that size. If you type mo