Changeset 54 for conseil.glade
- Timestamp:
- 03/22/07 16:48:01 (22 months ago)
- Files:
-
- 1 modified
-
conseil.glade (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
-
conseil.glade
r53 r54 61 61 <child internal-child="image"> 62 62 <widget class="GtkImage" id="menu-item-image3"> 63 <property name="stock">gtk-missing-image</property>64 63 <property name="icon_name">stock_export</property> 65 64 </widget> … … 188 187 <property name="can_focus">True</property> 189 188 <property name="tooltip" translatable="yes">Add the current tab to the bookmarks</property> 189 <signal name="clicked" handler="on_addBookmark_clicked"/> 190 190 <child> 191 191 <widget class="GtkAlignment" id="alignment1"> … … 200 200 <widget class="GtkImage" id="image1"> 201 201 <property name="visible">True</property> 202 <property name="stock">gtk-missing-image</property>203 202 <property name="icon_size">2</property> 204 203 <property name="icon_name">bookmark_add</property> … … 231 230 </child> 232 231 <child> 233 <widget class="GtkEntry" id="simple_search_entry 1">232 <widget class="GtkEntry" id="simple_search_entry"> 234 233 <property name="visible">True</property> 235 234 <property name="can_focus">True</property> … … 241 240 </child> 242 241 <child> 243 <widget class="GtkButton" id="btnSimplesearch 1">242 <widget class="GtkButton" id="btnSimplesearch"> 244 243 <property name="visible">True</property> 245 244 <property name="can_focus">True</property> … … 248 247 <property name="label" translatable="yes">gtk-find</property> 249 248 <property name="use_stock">True</property> 249 <signal name="clicked" handler="on_btnSimplesearch_clicked"/> 250 250 </widget> 251 251 <packing> … … 1092 1092 <property name="row_spacing">2</property> 1093 1093 <child> 1094 <widget class="GtkEntry" id="entry 2">1094 <widget class="GtkEntry" id="entry1"> 1095 1095 <property name="visible">True</property> 1096 1096 <property name="can_focus">True</property> … … 1099 1099 <property name="left_attach">1</property> 1100 1100 <property name="right_attach">2</property> 1101 <property name="top_attach">1</property> 1102 <property name="bottom_attach">2</property> 1103 </packing> 1104 </child> 1105 <child> 1106 <widget class="GtkLabel" id="label2"> 1107 <property name="visible">True</property> 1108 <property name="xalign">1</property> 1109 <property name="label" translatable="yes">Package:</property> 1110 </widget> 1111 <packing> 1112 <property name="top_attach">1</property> 1113 <property name="bottom_attach">2</property> 1101 1114 </packing> 1102 1115 </child> … … 1112 1125 </child> 1113 1126 <child> 1114 <widget class="GtkLabel" id="label2"> 1115 <property name="visible">True</property> 1116 <property name="xalign">1</property> 1117 <property name="label" translatable="yes">Package:</property> 1118 </widget> 1119 <packing> 1120 <property name="top_attach">1</property> 1121 <property name="bottom_attach">2</property> 1122 </packing> 1123 </child> 1124 <child> 1125 <widget class="GtkEntry" id="entry1"> 1127 <widget class="GtkEntry" id="entry2"> 1126 1128 <property name="visible">True</property> 1127 1129 <property name="can_focus">True</property> … … 1130 1132 <property name="left_attach">1</property> 1131 1133 <property name="right_attach">2</property> 1132 <property name="top_attach">1</property>1133 <property name="bottom_attach">2</property>1134 1134 </packing> 1135 1135 </child>
