Re: Control of a Gtk::Paned
- From: "Josepo Urrutia" <find_all hotmail com>
- To: emiml wp pl, gtkmm-list gnome org
- Cc:
- Subject: Re: Control of a Gtk::Paned
- Date: Wed, 24 May 2006 07:24:27 +0000
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]