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 69242 - _gtk_widget_set_accel_path() should be exported
_gtk_widget_set_accel_path() should be exported
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
1.3.x
Other other
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks: 69244
 
 
Reported: 2002-01-21 08:04 UTC by Matthias Clasen
Modified: 2011-02-04 16:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthias Clasen 2002-01-21 08:04:22 UTC
Tim asked me to file a bug about this:
_gtk_widget_set_accel_path() should have the leading _ removed,
ie become part of the public API, so that 
gtk_item_factory_add_foreign() can be deprecated in favour of
gtk_widget_set_accel_path(). We already have 
gtk_menu_item_set_accel_path(), but that works only for menu items.
Comment 1 Owen Taylor 2002-01-30 03:32:34 UTC
Tue Jan 29 22:31:07 2002  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtkwidget.[ch] gtkmenuitem.c gtkitemfactory.c: Export 
	gtk_widget_set_accel_path().

	* gtk/gtk.def: Add gtk_widget_set_accel_path.