Re: displaying 2 images

2007-03-12 Thread lucks
hi yeti... thanks a lot for your help...now it works.. -- View this message in context: http://www.nabble.com/displaying-2-images-tf3392267.html#a9449573 Sent from the Gtk+ - Apps Dev mailing list archive at Nabble.com. ___ gtk-app-devel-list mailing

Pango-1.16.1 released

2007-03-12 Thread Behdad Esfahbod
Pango-1.16.1 is now available for download at: http://download.gnome.org/sources/pango/1.16/ 4aa720633e53701a652f27700a7946dd pango-1.16.1.tar.bz2 8002b54b956e1194a6145a765a267638 pango-1.16.1.tar.gz This is a stable release and is source and binary compatible with 1.16.0. About Pango ===

Re: is there a g_option_print_usage() command?

2007-03-12 Thread James Scott Jr
On Mon, 2007-03-12 at 12:08 -0700, Rick Jones wrote: > I see that goption can uatomagically handle --help and the like. I'd > like to emit a usage string when someone gives a bogus option - is there > a call one can make to just print the same stuff that goption does on > its own with --help

GTK+ 2.10.10 released

2007-03-12 Thread Matthias Clasen
GTK+ 2.10.10 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.10/ http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.10/ gtk+-2.10.10.tar.bz2 md5sum: 73967e62a2e2e588ace772ac9db1bc32 gtk+-2.20.10.tar.gzmd5sum: c8d11992d13466147a00dfadb333f83d This is a bugfix release in the 2.10

Re: displaying 2 images

2007-03-12 Thread Yeti
On Mon, Mar 12, 2007 at 02:03:57PM -0700, lucks wrote: > > here is the code that am using for the combobox signal: When you post code, please make it possible to read... > void > on_cbo_pickobject_changed (GtkComboBox *combobox, > gpointer

displaying 2 images

2007-03-12 Thread lucks
hi...am using gtk+ on windows and am using visual c++ as compiler..in fact am new to gtk+ programming and am having a difficulty in displaying 2 different images by selecting a single item from combobox...when i displayed for one image it works but to display another image for the same selected it

is there a g_option_print_usage() command?

2007-03-12 Thread Rick Jones
I see that goption can uatomagically handle --help and the like. I'd like to emit a usage string when someone gives a bogus option - is there a call one can make to just print the same stuff that goption does on its own with --help, or do I have to mess about with error hooks? http://develop

Re: GtkComboBox and Libglade

2007-03-12 Thread Olivier Delhomme
2007/3/12, Tristan Van Berkom <[EMAIL PROTECTED]>: > > On Mon, 2007-03-12 at 16:21 +0100, Olivier Delhomme wrote: > > Hello, > > > > Is there a way to have a default value automatically selected in a > combobox > > created with libglade ? > > Have you tried setting the "Active Item" property Whe

Re: GtkComboBox and Libglade

2007-03-12 Thread Tristan Van Berkom
On Mon, 2007-03-12 at 16:21 +0100, Olivier Delhomme wrote: > Hello, > > Is there a way to have a default value automatically selected in a combobox > created with libglade ? Have you tried setting the "Active Item" property ? Cheers, -Tristan ___

Re: GtkEntryCompletion on a GtkCellRendererText

2007-03-12 Thread Vivien Malerba
On 3/3/07, Philip Withnall <[EMAIL PROTECTED]> wrote: > Hi all, > > I've got a table of database rows set up using a GtkTreeView with a > GtkListStore backend, and GtkCellRendererTexts for the table cells. This > is all working nicely. > > What I'd like to do is have auto-completion available when

GtkComboBox and Libglade

2007-03-12 Thread Olivier Delhomme
Hello, Is there a way to have a default value automatically selected in a combobox created with libglade ? thanks, Olivier. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list