GTK+ 2.6.6 released

2005-04-10 Thread Matthias Clasen
GTK+ 2.6.6 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.6/ http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.6/ gtk+-2.6.6.tar.bz2 md5sum: 6bf5a71a7ea6a02821fd0c9edab25904 gtk+-2.6.6.tar.gzmd5sum: d6ac841de158e03c0baa72476521cc24 This is a bug fix release and is source and

Re: locating a widget in a scrolled window

2005-04-10 Thread Stephen Bach
Hi Irtza, On Sun, Apr 10, 2005 at 09:48:24PM -0400, Irtza Sharif wrote: > Thank you for your response. Let me clarify my situation. > > I have a Scrolled Window within which I add a vbox > > The widgets inside the vbox are held in a linked list that I have > setup. New widgets can be created

Re: locating a widget in a scrolled window

2005-04-10 Thread Irtza Sharif
Thank you for your response. Let me clarify my situation. I have a Scrolled Window within which I add a vbox The widgets inside the vbox are held in a linked list that I have setup. New widgets can be created and added to this vbox within the scrolled window while the program is running. When

image maps

2005-04-10 Thread automat_svet
Hit here, a newbie question... Taking first steps in gtk/glade, I'm trying to move a small html based app to gtk. I'm searching for a way to create a clickable image map. The image I'll use is quite complex (a geographical map..) and not easily separable in different images What I'm searching i

Click coordinates

2005-04-10 Thread Tieum
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1    Hi, I display a BMP in a GtkImage itself in a GtkEventBox to get mouse click. When I click in the BMP, I want to: 1°) know the color of the clicked pixel 2°) display something around there For this purpose, I get a GdkPixbuf from GtkImage If

Re: Finding out signals for an interface

2005-04-10 Thread David Necas (Yeti)
On Sat, Apr 09, 2005 at 07:06:14PM -0700, Andrei Zmievski wrote: > How can I find out the list of signals a certain interface type has > given its GType? I tried using g_signal_list_ids(), but it just returns > an empty array. I also tried using g_type_class_ref() to make sure that > GTypeClass

Re: Gtk & OS/2

2005-04-10 Thread Dave Parsons
On Sat, 09 Apr 2005 11:11:00 +0200 (CES), Dave Parsons wrote: > Hello all, > > I am interested in using Gtk under OS/2 PM. > I've done searches on Google etc but come up with anything > recent. > Hmm, that should be "but didn't come up with" of course Dave