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 134835 - Support for new toolbar items
Support for new toolbar items
Status: RESOLVED FIXED
Product: libglade
Classification: Deprecated
Component: gtk
CVS HEAD
Other other
: High normal
: ---
Assigned To: James Henstridge
James Henstridge
Depends on:
Blocks:
 
 
Reported: 2004-02-19 13:57 UTC by Damon Chaplin
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to add new toolbar item support (3.41 KB, patch)
2004-02-19 13:58 UTC, Damon Chaplin
none Details | Review
test file (6.34 KB, text/plain)
2004-02-19 14:00 UTC, Damon Chaplin
  Details

Description Damon Chaplin 2004-02-19 13:57:45 UTC
I've been adding support for the new GtkToolItem/Button stuff to Glade.

I'll attach a patch to libglade in a sec.

It adds support for GtkToolItem, GtkToolButton, GtkToggleToolButton,
GtkRadioToolButton and GtkSeparatorToolItem.

I only needed to add support for 2 custom properties:
 "active" for GtkToggleToolButton, which is just like GtkToggleButton.
 "icon" for GtkToolButton, which sets the icon from a given filename.
Comment 1 Damon Chaplin 2004-02-19 13:58:32 UTC
Created attachment 24553 [details] [review]
Patch to add new toolbar item support
Comment 2 Damon Chaplin 2004-02-19 14:00:50 UTC
Created attachment 24554 [details]
test file
Comment 3 Damon Chaplin 2004-03-08 16:57:35 UTC
I've applied the patch, since code freeze is today. Hopefully that's OK.