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 [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
