Doesn't focus to Gtk::Dialog buttons
- From: Glus Xof <gtglus gmail com>
- To: gtkmm-list gnome org
- Subject: Doesn't focus to Gtk::Dialog buttons
- Date: Sun, 9 Oct 2011 11:27:40 +0200
Hi guys,
In a method of Gtk::Dialog derived object, I have,
// bool bt_OK, bt_APPLY....
set_response_sensitive (Gtk::RESPONSE_OK, bt_OK);
set_response_sensitive (Gtk::RESPONSE_APPLY, bt_APPLY);
if (bt_APPLY)
set_default_response (Gtk::RESPONSE_APPLY);
else
set_default_response (Gtk::RESPONSE_OK);
gint result = run();
But at the run time, focus applies to an other child widget (the very
first Gtk::ComboBoxText...)
(I use the master, the very newest version of GTKmm 3.2.x...)
Is it possible to guess what's happen ?
Glus
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]