Re: Child windows with Gtk+-2.6.4

2005-07-05 Thread Stefan Kost
[EMAIL PROTECTED] wrote: Hi all, i'm new in gtk and i have to develop an application with a lot of windows. I remember that with delphi, it is possible to open a window in the mother window. Is it possible with gtk+ ? There is (or was) a project called LibGtkMdi that looked promissing. These

Re-2: Child windows with Gtk+-2.6.4

2005-07-05 Thread lmarcilly
It seems to be what i need but i can't download it... When i clic in order to download the lib, i'm redirected on the following site : http://www.firenze.net/turismo/index.wbshttp://www.firenze.net/turismo/index.wbs :( Original Message Subject: Re: Child windows with

Re: Child windows with Gtk+-2.6.4

2005-07-05 Thread Gus Koppel
[EMAIL PROTECTED] wrote: i'm new in gtk and i have to develop an application with a lot of windows. I remember that with delphi, it is possible to open a window in the mother window. Is it possible with gtk+ ? See: http://mail.gnome.org/archives/gtk-app-devel-list/2003-August/msg00396.html

a question about gdk_event_put

2005-07-05 Thread zhanglei
hi,i have a question about gdk_event_put. i don't know when to free the memory gdk_event_new allocated. if i use local variable for the event structure,warning message will be printed as follow, (test2:3871): Gdk-CRITICAL **: file gdkkeys-x11.c: line 1171 (gdk_keymap_translate_keyboard_state):

Re: GObjectClass-constructor revised, g_object_newv_with_data

2005-07-05 Thread Gustavo J. A. M. Carneiro
On Tue, 2005-07-05 at 02:26 +0200, Tim Janik wrote: On Tue, 7 Jun 2005, Gustavo J. A. M. Carneiro wrote: I'd like to propose an API enhancement to GObject, in order to solve pygtk bugs 161177 and 123891 in a way that doesn't involve some hack. As people may or may not know, in PyGTK

Re: GObjectClass-constructor revised, g_object_newv_with_data

2005-07-05 Thread Tim Janik
On Tue, 5 Jul 2005, Gustavo J. A. M. Carneiro wrote: On Tue, 2005-07-05 at 02:26 +0200, Tim Janik wrote: On Tue, 7 Jun 2005, Gustavo J. A. M. Carneiro wrote: I'd like to propose an API enhancement to GObject, in order to solve pygtk bugs 161177 and 123891 in a way that doesn't involve some

Re: GObjectClass-constructor revised, g_object_newv_with_data

2005-07-05 Thread Gustavo J. A. M. Carneiro
On Tue, 2005-07-05 at 13:57 +0200, Tim Janik wrote: On Tue, 5 Jul 2005, Gustavo J. A. M. Carneiro wrote: On Tue, 2005-07-05 at 02:26 +0200, Tim Janik wrote: On Tue, 7 Jun 2005, Gustavo J. A. M. Carneiro wrote: I'd like to propose an API enhancement to GObject, in order to solve pygtk

GTK+ team irc meeting

2005-07-05 Thread Matthias Clasen
The meeting is intended for the GTK+ team, but everybody is welcome to come and listen. The meeting logs will be posted on the GTK+ website (http://www.gtk.org/plan/meetings). Place: irc.gnome.org:#gtk-devel Time: 20:00 UTC (16:00 EDT), Tuesday, July 5 Agenda: - What needs fixing until

Re: GObjectClass-constructor revised, g_object_newv_with_data

2005-07-05 Thread muppet
On Jul 5, 2005, at 7:57 AM, Tim Janik wrote: On Tue, 5 Jul 2005, Gustavo J. A. M. Carneiro wrote: Currently [construction properties will] be set by the GObject system at the wrong time, i.e. before the python proxy object is attached to the GObject instance. i'd rather say, you are

Re: GObjectClass-constructor revised, g_object_newv_with_data

2005-07-05 Thread Gustavo J. A. M. Carneiro
On Tue, 2005-07-05 at 12:29 -0400, muppet wrote: On Jul 5, 2005, at 7:57 AM, Tim Janik wrote: On Tue, 5 Jul 2005, Gustavo J. A. M. Carneiro wrote: Currently [construction properties will] be set by the GObject system at the wrong time, i.e. before the python proxy object is