Re: 'Gtk::CAN_FOCUS' ??



On Sat, 12 Nov 2005 21:50:29 -0500, Jamiil wrote:

> According to Gtkmm documentation, for the widget to have focus using Gtk::Widget::grab_focus(), it must first have the 'Gtk::CAN_FOCUS' flag set, but how do I set this value?


   widget->set_flags(Gtk::CAN_FOCUS);





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]