On Wed, 2010-06-09 at 18:16 +0200, Glus Xof wrote: > if (condition) > myFirstItem->set_sensitive (true); > else > myFirstItem->set_sensitive (false); > > The problem is that the method set_sensitive() seems not to run when > the structure *if* is readed further. > Could change anymore else ?
This doesn't make any sense. If you call set_sensitive() then it should work. If you are not even calling set_sensitive() then that is some other problem in your code. -- [email protected] www.murrayc.com www.openismus.com _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
