aboutsummaryrefslogtreecommitdiff
path: root/client/data/unified_window.ui
diff options
context:
space:
mode:
authorMarvin W <git@larma.de>2017-03-10 19:34:56 +0100
committerMarvin W <git@larma.de>2017-03-10 19:50:34 +0100
commit29ca70a6d534e1cd79963718c793ae740318cff1 (patch)
tree295bc0a88b9f31f103bc970fbdcd2d940d6c83e2 /client/data/unified_window.ui
parentcf51e1dee22273366700c41a185c4bea343dddfe (diff)
downloaddino-29ca70a6d534e1cd79963718c793ae740318cff1.tar.gz
dino-29ca70a6d534e1cd79963718c793ae740318cff1.zip
Initial plugin system
Diffstat (limited to 'client/data/unified_window.ui')
-rw-r--r--client/data/unified_window.ui178
1 files changed, 0 insertions, 178 deletions
diff --git a/client/data/unified_window.ui b/client/data/unified_window.ui
deleted file mode 100644
index 289c00cf..00000000
--- a/client/data/unified_window.ui
+++ /dev/null
@@ -1,178 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<interface>
- <requires lib="gtk+" version="3.0"/>
- <template class="DinoUiWindow">
- <property name="default-width">1200</property>
- <property name="default-height">700</property>
- <child type="titlebar">
- <object class="GtkPaned">
- <property name="position" bind-source="main_paned" bind-property="position" bind-flags="bidirectional|sync-create"/>
- <property name="visible">True</property>
- <style>
- <class name="header_bar"/>
- </style>
- <child>
- <object class="GtkHeaderBar" id="left_toolbar">
- <property name="hexpand">False</property>
- <property name="visible">True</property>
- <style>
- <class name="left_toolbar"/>
- </style>
- <child>
- <object class="GtkMenuButton" id="add_button">
- <property name="visible">True</property>
- <style>
- <class name="image-button"/>
- </style>
- <child>
- <object class="GtkImage">
- <property name="visible">True</property>
- <property name="icon-name">list-add-symbolic</property>
- <property name="icon-size">1</property>
- </object>
- </child>
- </object>
- </child>
- </object>
- <packing>
- <property name="resize">False</property>
- <property name="shrink">False</property>
- </packing>
- </child>
- <child>
- <object class="GtkHeaderBar" id="right_toolbar">
- <property name="title"></property>
- <property name="hexpand">True</property>
- <property name="show_close_button">True</property>
- <property name="visible">True</property>
- <style>
- <class name="right_toolbar"/>
- </style>
- <child>
- <object class="GtkMenuButton" id="menu_button">
- <property name="visible">True</property>
- <style>
- <class name="image-button"/>
- </style>
- <child>
- <object class="GtkImage">
- <property name="visible">True</property>
- <property name="icon-name">open-menu-symbolic</property>
- <property name="icon-size">1</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="pack_type">end</property>
- </packing>
- </child>
- <child>
- <object class="GtkMenuButton" id="encryption_button">
- <property name="visible">True</property>
- <style>
- <class name="image-button"/>
- </style>
- <child>
- <object class="GtkImage">
- <property name="visible">True</property>
- <property name="icon-size">1</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="pack_type">end</property>
- </packing>
- </child>
- <child>
- <object class="GtkMenuButton" id="groupchat_button">
- <property name="visible">True</property>
- <style>
- <class name="image-button"/>
- </style>
- <child>
- <object class="GtkImage">
- <property name="visible">True</property>
- <property name="icon-name">system-users-symbolic</property>
- <property name="icon-size">1</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="pack_type">end</property>
- </packing>
- </child>
- </object>
- <packing>
- <property name="resize">True</property>
- <property name="shrink">False</property>
- </packing>
- </child>
- </object>
- </child>
- <child>
- <object class="GtkPaned" id="main_paned">
- <property name="orientation">horizontal</property>
- <property name="visible">True</property>
- <child>
- <object class="DinoUiRosterWrapper" id="roster_wrapper">
- <style>
- <class name="roster_wrapper"/>
- </style>
- </object>
- <packing>
- <property name="resize">False</property>
- <property name="shrink">False</property>
- </packing>
- </child>
- <child>
- <object class="GtkFrame">
- <property name="shadow-type">GTK_SHADOW_NONE</property>
- <property name="visible">True</property>
- <style>
- <class name="some_frame"/>
- </style>
- <child>
- <object class="GtkGrid">
- <property name="orientation">vertical</property>
- <property name="expand">True</property>
- <property name="visible">True</property>
- <style>
- <class name="conversation_grid"/>
- </style>
- <child>
- <object class="GtkScrolledWindow" id="conversation_frame_scrolled">
- <property name="visible">True</property>
- <style>
- <class name="scrolled_window"/>
- </style>
- <child>
- <object class="DinoUiConversationFrame" id="conversation_frame">
- <property name="shadow-type">GTK_SHADOW_NONE</property>
- <property name="expand">True</property>
- <property name="visible">True</property>
- <style>
- <class name="conversation_frame"/>
- </style>
- </object>
- </child>
- </object>
- </child>
- <child>
- <object class="GtkSeparator" />
- </child>
- <child>
- <object class="DinoUiChatInput" id="chat_input">
- </object>
- </child>
- </object>
- </child>
- </object>
- <packing>
- <property name="resize">True</property>
- <property name="shrink">False</property>
- </packing>
- </child>
- </object>
- </child>
- </template>
-</interface>