On Thu, 2012-11-29 at 18:17 +0800, Chow Loong Jin wrote: > On 29/11/2012 17:58, Giuseppe Penone wrote: > > Hi, > > I'm on gtkmm 3.4.0, I would need to limit the positions of the paned with a > > minimum and maximum value. > > I see that there are the properties min_position and max_position but they > > seem > > to be read only. > > Is there a way to change those values? > > Thanks and best regards, > > Giuseppe. > > Judging by this[1], nope. I see some signals you could hook onto in Gtk+ > though. > But the signal_*() functions don't seem to exist in Gtk::Paned. > > [1] http://developer.gnome.org/gtk/stable/GtkPaned.html
http://developer.gnome.org/gtk3/stable/GtkPaned.html is a better link. These are all "action" or "keybinding" signals that should not be used by applications in either C or C++. We intentionally do not wrap them: http://git.gnome.org/browse/gtkmm/tree/gtk/src/paned.hg#n95 Murray Cumming [email protected] www.murrayc.com www.openismus.com _______________________________________________ gtkmm-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gtkmm-list
