Re: Problems with GtkPaned

2005-07-06 Thread Greg Breland
On Thu, 2005-03-24 at 06:58, Owen Taylor wrote: Thanks for the tip, unfortunately position is a property, not the event. As you can see in my original post, I've conencted to the events that should be triggered (at least sounding by their name, there is no documentation), but they don't

Re: Problems with GtkPaned

2005-07-06 Thread David Necas (Yeti)
On Wed, Jul 06, 2005 at 01:12:37AM -0500, Greg Breland wrote: I was right there with Miroslav in not realizing that a property and notify:: could be used as the signal description. Is this possible with all properties or just certain ones? Why is this not a formal signal prototype? See

Re: Problems with GtkPaned

2005-04-01 Thread ofey aikon
3.) This one is for Win32 only, probably gtk bug: When dragging the GtkPaned handle to resize panes, screen where handle passed is not redrawn (ends garbled). The same code works fine on Linux (FC3). This works for me. Are you using the windows-alike theme engine? I've had

Slightly lacking documentation (was: Re: Problems with GtkPaned)

2005-03-24 Thread Tommi Komulainen
On Thu, 24 Mar 2005 07:58:19 -0500, Owen Taylor [EMAIL PROTECTED] wrote: On Thu, 2005-03-24 at 13:09 +0100, Miroslav Rajcic wrote: On Thu, 24 Mar 2005 11:40:35 +0100, Miroslav Rajcic [EMAIL PROTECTED] You can listen for changes to the position property on GtkPaned:

Problems with GtkPaned

2005-03-24 Thread Miroslav Rajcic
I have few problems with GtkPaned: 1.) I'am trying to catch event when user drags the handle of the splitter widget (GtkPaned) I've tried installing following g_signal_connect ( hpaned1, move-handle, G_CALLBACK (on_splitter_moved), NULL); g_signal_connect ( hpaned1, accept-position, G_CALLBACK

Re: Problems with GtkPaned

2005-03-24 Thread John Cupitt
Hi Miroslav, On Thu, 24 Mar 2005 11:40:35 +0100, Miroslav Rajcic [EMAIL PROTECTED] wrote: 1.) I'am trying to catch event when user drags the handle of the splitter widget (GtkPaned) You can listen for changes to the position property on GtkPaned:

Re: Problems with GtkPaned

2005-03-24 Thread Miroslav Rajcic
On Thu, 24 Mar 2005 11:40:35 +0100, Miroslav Rajcic [EMAIL PROTECTED] wrote: 1.) I'am trying to catch event when user drags the handle of the splitter widget (GtkPaned) You can listen for changes to the position property on GtkPaned:

Re: Problems with GtkPaned

2005-03-24 Thread Owen Taylor
On Thu, 2005-03-24 at 13:09 +0100, Miroslav Rajcic wrote: On Thu, 24 Mar 2005 11:40:35 +0100, Miroslav Rajcic [EMAIL PROTECTED] wrote: 1.) I'am trying to catch event when user drags the handle of the splitter widget (GtkPaned) You can listen for changes to the position property on

Slightly lacking documentation (was: Re: Problems with GtkPaned)

2005-03-24 Thread Tommi Komulainen
On Thu, 24 Mar 2005 07:58:19 -0500, Owen Taylor [EMAIL PROTECTED] wrote: On Thu, 2005-03-24 at 13:09 +0100, Miroslav Rajcic wrote: On Thu, 24 Mar 2005 11:40:35 +0100, Miroslav Rajcic [EMAIL PROTECTED] You can listen for changes to the position property on GtkPaned:

Re: problems with GtkPaned and allocation/set_position

2003-05-29 Thread Paul Davis
[ Owen - I missed this while I was away, but dug it out the archive ] I'm not sure what you mean by allocated a final size. Most programs allocate each widget only once when a window is initially shown, my code traces at least 3 calls to size_allocate() for a given Paned. it happens, as far as