[pygtk] Help with GnomeMDI/GtkPlug, GtkSocket

2000-01-17 Thread Hassan Aurag
Hi, I am working with pygnome 1.0.50 Now, for a long time, I have been trying to work with MDI without success. For example, what's wrong with the following: ###START CODE from gtk import GtkCurve, mainloop from gnome.ui import GnomeMDIGenericChild, GnomeMDI from _gnomeui import

Re: [pygtk] Help with GnomeMDI/GtkPlug, GtkSocket

2000-01-17 Thread Deirdre Saoirse
On Mon, 17 Jan 2000, Hassan Aurag wrote: For example, what's wrong with the following: You're using the MDI interface, the lamest interface known to mankind. :) Seriously, I don't know what the problem is, but I want to register my disparagement of this human interface abomination. --

Re: [pygtk] Help with GnomeMDI/GtkPlug, GtkSocket

2000-01-17 Thread Hassan Aurag
, Deirdre Saoirse [EMAIL PROTECTED] wrote regarding Re: [pygtk] Help with GnomeMDI/GtkPlug, GtkSocket: On Mon, 17 Jan 2000, Hassan Aurag wrote: For example, what's wrong with the following: You're using the MDI interface, the lamest interface known to mankind. :) Seriously, I don't know what

Re: [pygtk] Help with GnomeMDI/GtkPlug, GtkSocket

2000-01-17 Thread ChiDeok Hwang
There are some typos in mdi wrapper of pygnome. With the attached patch, you will get the better chance to succeed to use mdi. I never used mdi, so can't help you no more. On Mon, Jan 17, 2000 at 06:59:02PM +, Hassan Aurag wrote: Hi, I am working with pygnome 1.0.50 Now, for a

Re: [pygtk] Help with GnomeMDI/GtkPlug, GtkSocket

2000-01-17 Thread Matt Wilson
Committed. Thanks. Matt [EMAIL PROTECTED] On Tue, Jan 18, 2000 at 11:39:42AM +0900, ChiDeok Hwang wrote: There are some typos in mdi wrapper of pygnome. With the attached patch, you will get the better chance to succeed to use mdi. I never used mdi, so can't help you no more. To

Re: [pygtk] Help with GnomeMDI/GtkPlug, GtkSocket

2000-01-17 Thread Hassan Aurag
with GnomeMDI/GtkPlug, GtkSocket: There are some typos in mdi wrapper of pygnome. With the attached patch, you will get the better chance to succeed to use mdi. I never used mdi, so can't help you no more. On Mon, Jan 17, 2000 at 06:59:02PM +, Hassan Aurag wrote: Hi, I am