summaryrefslogtreecommitdiff
path: root/trunk/dimbola/plugins/phototags.ui
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/dimbola/plugins/phototags.ui')
-rw-r--r--trunk/dimbola/plugins/phototags.ui45
1 files changed, 45 insertions, 0 deletions
diff --git a/trunk/dimbola/plugins/phototags.ui b/trunk/dimbola/plugins/phototags.ui
new file mode 100644
index 0000000..794e23a
--- /dev/null
+++ b/trunk/dimbola/plugins/phototags.ui
@@ -0,0 +1,45 @@
+<?xml version="1.0"?>
+<interface>
+ <requires lib="gtk+" version="2.16"/>
+ <!-- interface-naming-policy project-wide -->
+ <object class="GtkExpander" id="photo_tags_expander">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="expanded">True</property>
+ <child>
+ <object class="GtkScrolledWindow" id="scrolledwindow2">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="hscrollbar_policy">automatic</property>
+ <property name="vscrollbar_policy">automatic</property>
+ <child>
+ <object class="GtkTextView" id="tags_textview">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="border_width">1</property>
+ <property name="editable">False</property>
+ <property name="wrap_mode">word</property>
+ <property name="cursor_visible">False</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child type="label">
+ <object class="GtkLabel" id="label18">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Photo's tags</property>
+ </object>
+ </child>
+ </object>
+ <object class="GtkMenu" id="tags_textview_popup">
+ <property name="visible">True</property>
+ <child>
+ <object class="GtkImageMenuItem" id="remove_photo_tag_menuitem">
+ <property name="label">gtk-remove</property>
+ <property name="visible">True</property>
+ <property name="use_underline">True</property>
+ <property name="use_stock">True</property>
+ </object>
+ </child>
+ </object>
+</interface>