pidgin/resources/Privacy/dialog.ui

changeset 41014
48c22ca6d77d
parent 40824
132c763c26e4
child 41501
e34ec115fc34
equal deleted inserted replaced
41013:7941ed8c2ba0 41014:48c22ca6d77d
57 <object class="GtkButtonBox"> 57 <object class="GtkButtonBox">
58 <property name="can-focus">False</property> 58 <property name="can-focus">False</property>
59 <property name="layout-style">end</property> 59 <property name="layout-style">end</property>
60 <child> 60 <child>
61 <object class="GtkButton" id="add_button"> 61 <object class="GtkButton" id="add_button">
62 <property name="label">gtk-add</property> 62 <property name="label">_Add</property>
63 <property name="visible">True</property> 63 <property name="visible">True</property>
64 <property name="can-focus">True</property> 64 <property name="can-focus">True</property>
65 <property name="receives-default">True</property> 65 <property name="receives-default">True</property>
66 <property name="use-stock">True</property> 66 <property name="use-underline">True</property>
67 <signal name="clicked" handler="add_cb" object="PidginPrivacyDialog" swapped="no"/> 67 <signal name="clicked" handler="add_cb" object="PidginPrivacyDialog" swapped="no"/>
68 </object> 68 </object>
69 <packing> 69 <packing>
70 <property name="expand">True</property> 70 <property name="expand">True</property>
71 <property name="fill">True</property> 71 <property name="fill">True</property>
72 <property name="position">0</property> 72 <property name="position">0</property>
73 </packing> 73 </packing>
74 </child> 74 </child>
75 <child> 75 <child>
76 <object class="GtkButton" id="remove_button"> 76 <object class="GtkButton" id="remove_button">
77 <property name="label">gtk-remove</property> 77 <property name="label">_Remove</property>
78 <property name="visible">True</property> 78 <property name="visible">True</property>
79 <property name="sensitive">False</property> 79 <property name="sensitive">False</property>
80 <property name="can-focus">True</property> 80 <property name="can-focus">True</property>
81 <property name="receives-default">True</property> 81 <property name="receives-default">True</property>
82 <property name="use-stock">True</property> 82 <property name="use-underline">True</property>
83 <signal name="clicked" handler="remove_cb" object="PidginPrivacyDialog" swapped="no"/> 83 <signal name="clicked" handler="remove_cb" object="PidginPrivacyDialog" swapped="no"/>
84 </object> 84 </object>
85 <packing> 85 <packing>
86 <property name="expand">True</property> 86 <property name="expand">True</property>
87 <property name="fill">True</property> 87 <property name="fill">True</property>
103 <property name="position">2</property> 103 <property name="position">2</property>
104 </packing> 104 </packing>
105 </child> 105 </child>
106 <child> 106 <child>
107 <object class="GtkButton" id="close_button"> 107 <object class="GtkButton" id="close_button">
108 <property name="label">gtk-close</property> 108 <property name="label">_Close</property>
109 <property name="visible">True</property> 109 <property name="visible">True</property>
110 <property name="can-focus">True</property> 110 <property name="can-focus">True</property>
111 <property name="receives-default">True</property> 111 <property name="receives-default">True</property>
112 <property name="use-stock">True</property> 112 <property name="use-underline">True</property>
113 <signal name="clicked" handler="gtk_widget_destroy" object="PidginPrivacyDialog" swapped="yes"/> 113 <signal name="clicked" handler="gtk_widget_destroy" object="PidginPrivacyDialog" swapped="yes"/>
114 </object> 114 </object>
115 <packing> 115 <packing>
116 <property name="expand">True</property> 116 <property name="expand">True</property>
117 <property name="fill">True</property> 117 <property name="fill">True</property>

mercurial