Glib::object_freeze_notify()
- From: Mohith Manoj <mohithmanoj gmail com>
- To: gtkmm-list gnome org
- Subject: Glib::object_freeze_notify()
- Date: Mon, 16 Mar 2009 14:17:25 +0530
I am using gtkmm v2.12 in which the configure function is not implemented for Gtk::Adjustment class. Now I am required to do the same by calling the
set_value()
set_lower()
set_upper() and
set_step_increment()
by myself. To avoid multiple signal emissions, it is recommended to use Glib::object_freeze_notify() and Glib::object_thaw_notify() around the above mentioned function calls. I am unable to locate the Glib::object_freeze_notify() and Glib::object_thaw_notify() functions!
The documentation does not contain anything helpful as to the usage of these functions either. Moving to gtkmm v2.14 is not an option for me.
Please help
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]