diff options
Diffstat (limited to 'gnome-extra/gtkhtml/files')
-rw-r--r-- | gnome-extra/gtkhtml/files/gtkhtml-editor.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/gnome-extra/gtkhtml/files/gtkhtml-editor.xml b/gnome-extra/gtkhtml/files/gtkhtml-editor.xml new file mode 100644 index 000000000000..cd91de3679d6 --- /dev/null +++ b/gnome-extra/gtkhtml/files/gtkhtml-editor.xml @@ -0,0 +1,28 @@ +<glade-catalog name="gtkhtml-editor" library="glade-gtkhtml-editor" depends="gtk+"> + + <glade-widget-classes> + <glade-widget-class name="GtkhtmlColorCombo" generic-name="color-combo" title="Color Combo Box"> + <properties> + <property id="color"/> + <property id="popup-shown"/> + </properties> + </glade-widget-class> + <glade-widget-class name="GtkhtmlColorSwatch" generic-name="color-swatch" title="Color Swatch"> + <properties> + <property id="color"/> + </properties> + </glade-widget-class> + <glade-widget-class name="GtkhtmlComboBox" generic-name="combo-box" title="Radio Action Combo Box"> + <properties> + <property id="action"/> + </properties> + </glade-widget-class> + </glade-widget-classes> + + <glade-widget-group name="widgets" title="GtkHTML Editor"> + <glade-widget-class-ref name="GtkhtmlColorCombo"/> + <glade-widget-class-ref name="GtkhtmlColorSwatch"/> + <glade-widget-class-ref name="GtkhtmlComboBox"/> + </glade-widget-group> + +</glade-catalog> |