After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 311804 - custom widgets do not appear in focus target combo
custom widgets do not appear in focus target combo
Status: RESOLVED FIXED
Product: glade-legacy
Classification: Deprecated
Component: general
2.10.x
Other Linux
: Normal normal
: ---
Assigned To: Damon Chaplin
Damon Chaplin
Depends on:
Blocks:
 
 
Reported: 2005-07-27 23:40 UTC by anthony taranto
Modified: 2005-09-12 14:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description anthony taranto 2005-07-27 23:40:28 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.
Comment 1 Damon Chaplin 2005-08-09 12:18:54 UTC
Yes, we should add custom widgets to the combo.

GtkFileChooserButtons need to be added too.
Comment 2 Damon Chaplin 2005-09-12 14:52:34 UTC
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)