GNOME Bugzilla – Bug 311804
custom widgets do not appear in focus target combo
Last modified: 2005-09-12 14:52:34 UTC
the desired scenario is a label whose focus target is a custom widget. the custom widget does not appear in the focus target combo box as a valid option, yet one can edit the glade file by hand and set mneumonic_widget to the custom widget's glade name, and it works according to plan.
Yes, we should add custom widgets to the combo. GtkFileChooserButtons need to be added too.
Fixed in cvs. 2005-09-12 Damon Chaplin <damon@gnome.org> * glade/gbwidgets/gblabel.c (gb_label_get_focus_targets): add custom widgets and file chooser buttons to the combo. (#311804)