> - 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"
> 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
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
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
***
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