* plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c:
- Reimplemented GtkImage from ground up.
- Reimplemented stock on GtkButton.
- Made toolbutton editables show up in the toolbar editor
* gladeui/glade-base-editor.[ch]: Added glade_base_editor_add_editable()
* plugins/gtk+/glade-button-editor.c, plugins/gtk+/glade-tool-bar-editor.c:
Implement new Editable vfunc set_show_name()
* gladeui/glade-editor-table.c, gladeui/glade-editable.c, gladeui/glade-editor.c:
Added new vfunc set_show_name()
* plugins/gtk+/Makefile.am, plugins/gtk+/glade-image-editor.[ch]: New editor
widget for GtkImage
* gladeui/glade-property-class.[ch]: string props can now be "stock" or "stock-icon"
* gladeui/glade-widget-adaptor.c: No more stock enum eprops
* gladeui/glade-editor-property.c: Handle string types with "stock" or "stock-icon"
svn path=/trunk/; revision=2004
* plugins/gtk+/glade-gtk.c: Ignore parent-changes on internal widgets (that
causes problems when internal widgets get destroyed at project close time).
* plugins/gtk+/glade-button-editor.c: Fixed custom/standard commands,
now standard mode sets up a default label etc also.
* gladeui/glade-project.c, gladeui/glade-property.c, gladeui/glade-widget.c,
gladeui/glade-property-class.[ch], gladeui/glade-xml-utils.h:
Removed hack for GtkToolButton:icon --> iconfactory (will do in glade-convert.c
properly).
svn path=/trunk/; revision=2000
* plugins/gtk+/Makefile.am, plugins/gtk+/glade-button-editor.[ch]:
Added new #GladeEditable implementation for GtkButton general page.
* plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in: Completely reworked GtkButton,
much cleaner and less code now.
svn path=/trunk/; revision=1992