summaryrefslogtreecommitdiff
path: root/gtk/ui/gtkactionbar.ui
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/ui/gtkactionbar.ui')
-rw-r--r--gtk/ui/gtkactionbar.ui31
1 files changed, 31 insertions, 0 deletions
diff --git a/gtk/ui/gtkactionbar.ui b/gtk/ui/gtkactionbar.ui
new file mode 100644
index 0000000000..c2199a2d41
--- /dev/null
+++ b/gtk/ui/gtkactionbar.ui
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface domain="gtk30">
+ <!-- interface-requires gtk+ 3.10 -->
+ <template class="GtkActionBar" parent="GtkBin">
+ <property name="can_focus">False</property>
+ <child>
+ <object class="GtkRevealer" id="revealer">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <child>
+ <object class="GtkFrame" id="frame">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <style>
+ <class name="action-bar"/>
+ </style>
+ <child>
+ <object class="GtkBox" id="box">
+ <property name="visible">True</property>
+ <property name="orientation">horizontal</property>
+ <property name="can_focus">False</property>
+ <property name="border_width">0</property>
+ <property name="spacing">6</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
+ </template>
+</interface>