summaryrefslogtreecommitdiff
path: root/rcm-client.ui
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2015-08-13 00:00:50 +0200
committerDavid Härdeman <david@hardeman.nu>2015-08-13 00:00:50 +0200
commit4ff99499ccfd3c66934217a3f5ac32676abdfda8 (patch)
tree4c542748da719e7f3a6caa809e9dc807bb0dedd6 /rcm-client.ui
parent62c858892193b6dc7ae7f0adefe043f094d74cb6 (diff)
Add basic gtk_builder support
Diffstat (limited to 'rcm-client.ui')
-rw-r--r--rcm-client.ui35
1 files changed, 35 insertions, 0 deletions
diff --git a/rcm-client.ui b/rcm-client.ui
new file mode 100644
index 0000000..c7bfd51
--- /dev/null
+++ b/rcm-client.ui
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated with glade 3.19.0 -->
+<interface>
+ <requires lib="gtk+" version="3.16"/>
+ <object class="GtkWindow" id="main_window">
+ <property name="name">RemoteControlClientWindow</property>
+ <property name="can_focus">False</property>
+ <property name="icon_name">gnome-multimedia</property>
+ <child type="titlebar">
+ <object class="GtkHeaderBar" id="headerbar">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="title">Remote Control Configuration</property>
+ <property name="has_subtitle">False</property>
+ <child>
+ <placeholder/>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="GtkStack" id="main_stack">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="margin_left">12</property>
+ <property name="margin_right">12</property>
+ <property name="margin_top">12</property>
+ <property name="margin_bottom">12</property>
+ <property name="transition_type">crossfade</property>
+ <child>
+ <placeholder/>
+ </child>
+ </object>
+ </child>
+ </object>
+</interface>