Re: Control of a Gtk::Paned






From: Emilian Nowak <emiml wp pl>
To: gtkmm-list gnome org
Subject: Re: Control of a Gtk::Paned
Date: Tue, 23 May 2006 15:54:03 +0200

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.
_______________________________________________
gtkmm-list mailing list
gtkmm-list gnome org
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Using directly the signal_size_allocate of the Gtk::Paned (not the child widgets) solved the problem.

Thanks.





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