diff options
author | 2009-05-03 21:58:10 +0000 | |
---|---|---|
committer | 2009-05-03 21:58:10 +0000 | |
commit | 135a54dd2052cd085446711b00a11c297da47546 (patch) | |
tree | f2ec78362731699d6e01c3d8e8efe4a87fce3460 /gnome-extra/gtkhtml/files | |
parent | Stable on alpha, bug #267933 (diff) | |
download | gentoo-2-135a54dd2052cd085446711b00a11c297da47546.tar.gz gentoo-2-135a54dd2052cd085446711b00a11c297da47546.tar.bz2 gentoo-2-135a54dd2052cd085446711b00a11c297da47546.zip |
New version for GNOME 2.26. Bug fixes and translation updates. Clean up old releases and kill unused slots.
(Portage version: 2.2_rc31/cvs/Linux x86_64)
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> |