]> git.0d.be Git - empathy.git/blob - src/empathy-chatrooms-window.ui
ChatroomsWindow: GNOME 3-ify the Remove button
[empathy.git] / src / empathy-chatrooms-window.ui
1 <?xml version="1.0"?>
2 <!--*- mode: xml -*-->
3 <interface>
4   <object class="GtkWindow" id="chatrooms_window">
5     <property name="visible">True</property>
6     <property name="border_width">12</property>
7     <property name="title" translatable="yes">Manage Favorite Rooms</property>
8     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
9     <child>
10       <object class="GtkVBox" id="vbox12">
11         <property name="visible">True</property>
12         <property name="spacing">12</property>
13         <child>
14           <object class="GtkVBox" id="vbox18">
15             <property name="visible">True</property>
16             <property name="spacing">18</property>
17             <child>
18               <object class="GtkHBox" id="hbox_account">
19                 <property name="visible">True</property>
20                 <property name="spacing">12</property>
21                 <child>
22                   <object class="GtkLabel" id="label_account">
23                     <property name="visible">True</property>
24                     <property name="xalign">0</property>
25                     <property name="label" translatable="yes">Account:</property>
26                   </object>
27                   <packing>
28                     <property name="expand">False</property>
29                   </packing>
30                 </child>
31                 <child>
32                   <placeholder/>
33                 </child>
34               </object>
35               <packing>
36                 <property name="expand">False</property>
37               </packing>
38             </child>
39             <child>
40               <object class="GtkVBox" id="box_room_list">
41                 <property name="visible">True</property>
42                 <child>
43                   <object class="GtkScrolledWindow" id="sw_room_list">
44                     <property name="height_request">150</property>
45                     <property name="visible">True</property>
46                     <property name="can_focus">True</property>
47                     <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
48                     <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
49                     <property name="shadow_type">GTK_SHADOW_IN</property>
50                     <child>
51                       <object class="GtkTreeView" id="treeview">
52                         <property name="visible">True</property>
53                         <property name="can_focus">True</property>
54                         <property name="has_focus">True</property>
55                       </object>
56                     </child>
57                   </object>
58                   <packing>
59                     <property name="position">0</property>
60                   </packing>
61                 </child>
62                 <child>
63                   <object class="GtkToolbar" id="toolbar_remove">
64                     <property name="visible">True</property>
65                     <property name="can_focus">False</property>
66                     <property name="icon_size">1</property>
67                     <style>
68                       <class name="inline-toolbar"/>
69                     </style>
70                     <child>
71                       <object class="GtkToolButton" id="button_remove">
72                         <property name="tooltip-text" translatable="yes">Remove</property>
73                         <property name="visible">True</property>
74                         <property name="use_action_appearance">False</property>
75                         <property name="use_underline">True</property>
76                         <property name="stock_id">gtk-remove</property>
77                       </object>
78                       <packing>
79                         <property name="expand">False</property>
80                         <property name="homogeneous">True</property>
81                       </packing>
82                     </child>
83                   </object>
84                   <packing>
85                     <property name="expand">False</property>
86                     <property name="fill">True</property>
87                     <property name="position">1</property>
88                   </packing>
89                 </child>
90               </object>
91             </child>
92           </object>
93         </child>
94         <child>
95           <object class="GtkHButtonBox" id="hbuttonbox3">
96             <property name="visible">True</property>
97             <property name="spacing">6</property>
98             <property name="layout_style">end</property>
99             <child>
100               <object class="GtkButton" id="button_close">
101                 <property name="label">gtk-close</property>
102                 <property name="visible">True</property>
103                 <property name="can_focus">True</property>
104                 <property name="can_default">True</property>
105                 <property name="receives_default">True</property>
106                 <property name="use_stock">True</property>
107               </object>
108               <packing>
109                 <property name="expand">False</property>
110                 <property name="fill">False</property>
111                 <property name="position">1</property>
112               </packing>
113             </child>
114           </object>
115           <packing>
116             <property name="expand">False</property>
117             <property name="fill">False</property>
118             <property name="position">1</property>
119           </packing>
120         </child>
121       </object>
122     </child>
123   </object>
124 </interface>