Re: Control of a Gtk::Paned



On 2006-05-23 (Tue), at 08:13:23 Josepo Urrutia wrote:

> Is there a way to know when the separator of a Gtk::Paned has been moved ?
> 
> Which signal should I control ?

It seems that there is no special signal in Gtk::Paned for this event. But if
you move the paned separator, the child widgets will change their size, so You
can connect signal_size_allocate() to child widgets.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]