diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/ephraim.glade | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/data/ephraim.glade b/data/ephraim.glade index d5bf424..50ec1ab 100644 --- a/data/ephraim.glade +++ b/data/ephraim.glade @@ -181,4 +181,85 @@ </packing> </child> </object> + <object class="GtkVBox" id="MUC"> + <property name="visible">True</property> + <property name="orientation">vertical</property> + <property name="spacing">5</property> + <child> + <object class="GtkLabel" id="MUCTitle"> + <property name="visible">True</property> + <property name="ypad">5</property> + <property name="label" translatable="yes">label</property> + </object> + <packing> + <property name="expand">False</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkHPaned" id="hpaned1"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <child> + <object class="GtkVBox" id="vbox2"> + <property name="visible">True</property> + <property name="orientation">vertical</property> + <child> + <object class="GtkViewport" id="viewport3"> + <property name="visible">True</property> + <property name="resize_mode">queue</property> + <child> + <object class="GtkTextView" id="MUCContent"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="editable">False</property> + <property name="left_margin">3</property> + <property name="right_margin">3</property> + <property name="cursor_visible">False</property> + </object> + </child> + </object> + <packing> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkEntry" id="MUCEntry"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="invisible_char">●</property> + </object> + <packing> + <property name="expand">False</property> + <property name="position">1</property> + </packing> + </child> + </object> + <packing> + <property name="resize">False</property> + <property name="shrink">True</property> + </packing> + </child> + <child> + <object class="GtkViewport" id="viewport4"> + <property name="visible">True</property> + <property name="resize_mode">queue</property> + <child> + <object class="GtkTreeView" id="MUCMemberList"> + <property name="visible">True</property> + <property name="can_focus">True</property> + </object> + </child> + </object> + <packing> + <property name="resize">True</property> + <property name="shrink">True</property> + </packing> + </child> + </object> + <packing> + <property name="position">1</property> + </packing> + </child> + </object> </interface> |