GNOME Bugzilla – Bug 134835
Support for new toolbar items
Last modified: 2004-12-22 21:47:04 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.
Created attachment 24553 [details] [review] Patch to add new toolbar item support
Created attachment 24554 [details] test file
I've applied the patch, since code freeze is today. Hopefully that's OK.