Re: Libglade application distribution how-to?

2006-11-27 Thread cole-anstey
> - Although Glade can see and draw the pixmaps in "./pixmaps" > when I edit the interface files, I found out (after a project directory > change) that the pixmaps are not found in runtime. Maybe this is the > reason I get those "Failed to read a valid object file image from > memory"

Re: Problem grabbing motion-notify events.

2006-08-08 Thread cole-anstey
> On Mon, 2006-08-07 at 08:06 +, [EMAIL PROTECTED] wrote: > > Hello, > > > > I'm having a problem with grabbing motion-notify events when reparenting > > widgets. Reparenting appears to stop you from receiving all of the events. > > I have written the test application below to highlight the

Problem grabbing motion-notify events.

2006-08-07 Thread cole-anstey
Hello, I'm having a problem with grabbing motion-notify events when reparenting widgets. Reparenting appears to stop you from receiving all of the events. I have written the test application below to highlight the problem. The application reparents a handle box to a window and then reparents it

Re: Re: debugging information

2006-06-20 Thread cole-anstey
The 2198 is the process id. Regards > > From: Denis <[EMAIL PROTECTED]> > Date: 2006/06/20 Tue AM 07:14:24 GMT > To: Yiannis <[EMAIL PROTECTED]> > CC: gtk-app-devel-list@gnome.org > Subject: Re: debugging information > > I do not know how to interpret 2198. > However, you can debug such thing by

RE: Label text does not span width of container

2005-11-30 Thread Cole Anstey
*** Your mail has been scanned by InterScan VirusWall. ***-*** Nicodaemus wrote: > I have a simple program with a label on the main window. > > I place some text in the label and set the 'set_line_wrap' property of > the label to True. > > However, when I run