Re: cairo functions too use instead of gdk ones

2010-09-23 Thread Christopher Roy Bratusek
Am Thu, 23 Sep 2010 21:11:57 +0200 schrieb Tadej Borovšak : > Hi. > > Replacements would probably look like this: > > > gdk_gc_new > > cairo_create() or gdk_cairo_create() if you're using GTK+ > > > gdk_gc_set_foreground > > cairo_set_source_rgb() or gdk_cairo_set_source_color() > > > gdk_pi

cairo functions too use instead of gdk ones

2010-09-23 Thread Christopher Roy Bratusek
Hi all, I'm wondering which cairo functions replace gdk_gc_new gdk_gc_set_foreground gdk_pixmap_create_from_xpm Any hint is appreciated. Chris ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Check minimum required gtk-version

2010-08-13 Thread Christopher Roy Bratusek
Hi all, is there a way to check an application for which minimum gtk-version it uses? Something automated like Glade's function to check gtkbuilder files? Thanks in advance, Chris ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailma

Re: getting started in gtk+ development

2010-08-12 Thread Christopher Roy Bratusek
Am Thu, 12 Aug 2010 14:25:14 -0400 schrieb Anand Arumugam : > On Thu, Aug 12, 2010 at 2:15 PM, Tristan Van Berkom wrote: > > > On Thu, Aug 12, 2010 at 2:10 PM, Anand Arumugam > > wrote: > > > On Thu, Aug 12, 2010 at 1:11 PM, Tristan Van Berkom > > wrote: > > >> > > >> On Wed, Aug 11, 2010 at 1

Re: How to embed a shell into GTK window

2010-07-18 Thread Christopher Roy Bratusek
Am Sun, 18 Jul 2010 17:35:39 +0800 schrieb "Bruce" : Hello Bruce, you may want to have a look on VTE: http://library.gnome.org/devel/vte/unstable/ Regards Chris > Dear All, > > I am currently writing an IDE program using GTK. In my application, > I what to embed a shell into my GUI, so u

Re: All widget are too fat - theming not working properly

2010-03-24 Thread Christopher Roy Bratusek
Am Wed, 24 Mar 2010 18:34:05 +0100 schrieb Matthias Fuchs : > I know that there are several "Compact" themes out there, but all do > suffer the same problem: some widgets are still fat. > > No ideas at all how to solve this? > Is noone but me dissatisfied with these monstrous widgets? me too, b

GtkTree Single-Click possible?

2009-05-16 Thread Christopher Roy Bratusek
Hi all, Just wanted to ask if single-clicking a GtkTree is possible, only get it working with double-click (I know GtkTree is ancient, but I want to know it), if not is there the chance that someone add that? thanks in advance, Chris ___ gtk-list maili