Re: RFC: GObject FAQ

2004-08-25 Thread David Necas (Yeti)
On Wed, Aug 25, 2004 at 02:39:19AM +, Tiago Cogumbreiro wrote: > I've just created a GObject FAQ where I try to answer, hopefully > correctly, some questions I've had while programming with GObject. > > http://s1x.homelinux.net/documents/gtk/gobject-faq.html > > I would like to receive commen

Re: RFC: GObject FAQ

2004-08-25 Thread Sven Neumann
Hi, "David Necas (Yeti)" <[EMAIL PROTECTED]> writes: > what each method should do much (cf. own widgets in Gtk+ > tutorial, however obsolete it is). But the main problem is > IMHO 2.4 depdendency -- true, 2.4 brings private variables > and nice cargo cult macros like G_DEFINE_ABSTRACT_TYPE_WITH_

Re: RFC: GObject FAQ

2004-08-25 Thread David Necas (Yeti)
On Wed, Aug 25, 2004 at 11:30:26AM +0200, Sven Neumann wrote: > It is the maintained stable version and anyone who is actively > developing an application these days should use GTK+-2.4. The premise was true the day 2.4.0 was released as well, even though virtually nobody had it installed. So eit

Re: RFC: GObject FAQ

2004-08-25 Thread Sven Neumann
Hi, "David Necas (Yeti)" <[EMAIL PROTECTED]> writes: > On Wed, Aug 25, 2004 at 11:30:26AM +0200, Sven Neumann wrote: > > It is the maintained stable version and anyone who is actively > > developing an application these days should use GTK+-2.4. > > The premise was true the day 2.4.0 was release

Re: RFC: GObject FAQ

2004-08-25 Thread Tiago Cogumbreiro
On Wed, 2004-08-25 at 07:45, David Necas (Yeti) wrote: > On Wed, Aug 25, 2004 at 02:39:19AM +, Tiago Cogumbreiro wrote: > > I've just created a GObject FAQ where I try to answer, hopefully > > correctly, some questions I've had while programming with GObject. > > > > http://s1x.homelinux.net/d

GtkTreeView with multicolumn mode

2004-08-25 Thread tannert
Hi, can someone give me a hint if a GtkTreeView already exists where the list is shown in multicolumns. That means, if you have a list 1 bla 2 blu 3 foo 4 hey depending on the size or some parameter it is rendered like 1 bla 3 foo 2 blu 4 hey or 1 bla 2 blu 3 foo 4 hey or as original

GTK+ 2.5.2 released [unstable]

2004-08-25 Thread Matthias Clasen
GTK+-2.5.2 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.5/ gtk+-2.5.2.tar.gz md5sum: dcaf498b1b89193e17ab6b8b47c51f23 gtk+-2.5.2.tar.bz2 md5sum: 2e68e16cfb3194f691b06ed74b65d65a This is the third development release loading up to GTK+-2.6. This release contains

popup menu does not disappear

2004-08-25 Thread Jean Bréfort
Hi, I use a popup menu build within a UIManager. Code looks like: char uis[]=""; GtkActionGroup *group = gtk_action_group_new ("my_group"); GtkAction *action = gtk_action_menu_new( "my_action", _("Some action"), NULL, NULL); g_signal_connect_swapped (action, "activate", G_CALLBACK

GTK+ 2.4.8 released [stable]

2004-08-25 Thread Matthias Clasen
GTK+-2.4.8 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.4/ http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.4/ gtk+-2.4.8.tar.bz2 md5sum: 4a023b640175dfd962ef965b5e0adeb7 gtk+-2.4.8.tar.gzmd5sum: c9020b29d12f06dbd041eb5f27de90e0 This is a bug fix release and is source and

GTK+ 2.4.9 released [stable]

2004-08-25 Thread Matthias Clasen
GTK+-2.4.9 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.4/ http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.4/ gtk+-2.4.9.tar.bz2 md5sum: bfe3b960d334e81d8f91c3509f70868d gtk+-2.4.9.tar.gzmd5sum: 4f08d602f221e0ce83726f21852f7f89 This is a respin of 2.4.8 to fix a mixup wit

Re: GtkTreeView with multicolumn mode

2004-08-25 Thread Stephen Bach
I don't know if there's a tree view for this (I don't think so), but there are a pair of widgets called GtkHWrapBox and GtkVWrapBox that may do what you want. They work on an arbitrary group of widgets, but in a project I'm working on I'm sort-of using them with labels to emulate a wrapping list.

Re: RFC: GObject FAQ

2004-08-25 Thread Ryan McDougall
On Wed, 2004-25-08 at 02:39 +, Tiago Cogumbreiro wrote: > Hello list, > > I've just created a GObject FAQ where I try to answer, hopefully > correctly, some questions I've had while programming with GObject. > > http://s1x.homelinux.net/documents/gtk/gobject-faq.html > > I would like to rece

Re: RFC: GObject FAQ

2004-08-25 Thread Tiago Cogumbreiro
Of course we can, I actually started this in order to gather as much feedback as possible, therefore if you have anything at all you're more then welcome to merge it. As a side not this document was a 20 minutes hack and might even contain some bugs, today I've looked it up more carefully and naile