glade-example.glade (9812B)
1 <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*--> 2 <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd"> 3 4 <glade-interface> 5 6 <widget class="GtkWindow" id="window"> 7 <property name="height_request">300</property> 8 <property name="visible">True</property> 9 <property name="title" translatable="yes">Designed with Glade</property> 10 <property name="type">GTK_WINDOW_TOPLEVEL</property> 11 <property name="window_position">GTK_WIN_POS_NONE</property> 12 <property name="modal">False</property> 13 <property name="resizable">True</property> 14 <property name="destroy_with_parent">False</property> 15 <property name="decorated">True</property> 16 <property name="skip_taskbar_hint">False</property> 17 <property name="skip_pager_hint">False</property> 18 <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> 19 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> 20 <property name="focus_on_map">True</property> 21 22 <child> 23 <widget class="GtkTable" id="table1"> 24 <property name="visible">True</property> 25 <property name="n_rows">12</property> 26 <property name="n_columns">11</property> 27 <property name="homogeneous">False</property> 28 <property name="row_spacing">0</property> 29 <property name="column_spacing">0</property> 30 31 <child> 32 <widget class="GtkMenuBar" id="menubar1"> 33 <property name="visible">True</property> 34 35 <child> 36 <widget class="GtkMenuItem" id="menuitem1"> 37 <property name="visible">True</property> 38 <property name="label" translatable="yes">_Bestand</property> 39 <property name="use_underline">True</property> 40 41 <child> 42 <widget class="GtkMenu" id="menu1"> 43 44 <child> 45 <widget class="GtkImageMenuItem" id="nieuw1"> 46 <property name="visible">True</property> 47 <property name="label">gtk-new</property> 48 <property name="use_stock">True</property> 49 </widget> 50 </child> 51 52 <child> 53 <widget class="GtkImageMenuItem" id="openen1"> 54 <property name="visible">True</property> 55 <property name="label">gtk-open</property> 56 <property name="use_stock">True</property> 57 </widget> 58 </child> 59 60 <child> 61 <widget class="GtkImageMenuItem" id="opslaan1"> 62 <property name="visible">True</property> 63 <property name="label">gtk-save</property> 64 <property name="use_stock">True</property> 65 </widget> 66 </child> 67 68 <child> 69 <widget class="GtkImageMenuItem" id="opslaan_als1"> 70 <property name="visible">True</property> 71 <property name="label">gtk-save-as</property> 72 <property name="use_stock">True</property> 73 </widget> 74 </child> 75 76 <child> 77 <widget class="GtkSeparatorMenuItem" id="separatormenuitem1"> 78 <property name="visible">True</property> 79 </widget> 80 </child> 81 82 <child> 83 <widget class="GtkImageMenuItem" id="afsluiten1"> 84 <property name="visible">True</property> 85 <property name="label">gtk-quit</property> 86 <property name="use_stock">True</property> 87 </widget> 88 </child> 89 </widget> 90 </child> 91 </widget> 92 </child> 93 94 <child> 95 <widget class="GtkMenuItem" id="menuitem2"> 96 <property name="visible">True</property> 97 <property name="label" translatable="yes">Be_werken</property> 98 <property name="use_underline">True</property> 99 100 <child> 101 <widget class="GtkMenu" id="menu2"> 102 103 <child> 104 <widget class="GtkImageMenuItem" id="knippen1"> 105 <property name="visible">True</property> 106 <property name="label">gtk-cut</property> 107 <property name="use_stock">True</property> 108 </widget> 109 </child> 110 111 <child> 112 <widget class="GtkImageMenuItem" id="kopiƫren1"> 113 <property name="visible">True</property> 114 <property name="label">gtk-copy</property> 115 <property name="use_stock">True</property> 116 </widget> 117 </child> 118 119 <child> 120 <widget class="GtkImageMenuItem" id="plakken1"> 121 <property name="visible">True</property> 122 <property name="label">gtk-paste</property> 123 <property name="use_stock">True</property> 124 </widget> 125 </child> 126 127 <child> 128 <widget class="GtkImageMenuItem" id="verwijderen1"> 129 <property name="visible">True</property> 130 <property name="label">gtk-delete</property> 131 <property name="use_stock">True</property> 132 </widget> 133 </child> 134 </widget> 135 </child> 136 </widget> 137 </child> 138 139 <child> 140 <widget class="GtkMenuItem" id="menuitem3"> 141 <property name="visible">True</property> 142 <property name="label" translatable="yes">Beel_d</property> 143 <property name="use_underline">True</property> 144 145 <child> 146 <widget class="GtkMenu" id="menu3"> 147 </widget> 148 </child> 149 </widget> 150 </child> 151 152 <child> 153 <widget class="GtkMenuItem" id="menuitem4"> 154 <property name="visible">True</property> 155 <property name="label" translatable="yes">_Hulp</property> 156 <property name="use_underline">True</property> 157 158 <child> 159 <widget class="GtkMenu" id="menu4"> 160 161 <child> 162 <widget class="GtkMenuItem" id="info1"> 163 <property name="visible">True</property> 164 <property name="label" translatable="yes">In_fo</property> 165 <property name="use_underline">True</property> 166 </widget> 167 </child> 168 </widget> 169 </child> 170 </widget> 171 </child> 172 </widget> 173 <packing> 174 <property name="left_attach">0</property> 175 <property name="right_attach">11</property> 176 <property name="top_attach">0</property> 177 <property name="bottom_attach">1</property> 178 <property name="x_options">fill</property> 179 <property name="y_options"></property> 180 </packing> 181 </child> 182 183 <child> 184 <widget class="GtkLabel" id="label1"> 185 <property name="visible">True</property> 186 <property name="label" translatable="yes">You don't need Gnome to run glade. Get it at: glade.gnome.org</property> 187 <property name="use_underline">True</property> 188 <property name="use_markup">False</property> 189 <property name="justify">GTK_JUSTIFY_FILL</property> 190 <property name="wrap">False</property> 191 <property name="selectable">False</property> 192 <property name="xalign">0</property> 193 <property name="yalign">0.5</property> 194 <property name="xpad">0</property> 195 <property name="ypad">0</property> 196 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> 197 <property name="width_chars">-1</property> 198 <property name="single_line_mode">False</property> 199 <property name="angle">0</property> 200 </widget> 201 <packing> 202 <property name="left_attach">1</property> 203 <property name="right_attach">10</property> 204 <property name="top_attach">2</property> 205 <property name="bottom_attach">3</property> 206 <property name="x_options"></property> 207 <property name="y_options">expand</property> 208 </packing> 209 </child> 210 211 <child> 212 <widget class="GtkEntry" id="entry"> 213 <property name="visible">True</property> 214 <property name="can_focus">True</property> 215 <property name="editable">True</property> 216 <property name="visibility">True</property> 217 <property name="max_length">0</property> 218 <property name="text" translatable="yes">Enter some text here</property> 219 <property name="has_frame">True</property> 220 <property name="invisible_char">*</property> 221 <property name="activates_default">False</property> 222 </widget> 223 <packing> 224 <property name="left_attach">1</property> 225 <property name="right_attach">10</property> 226 <property name="top_attach">4</property> 227 <property name="bottom_attach">6</property> 228 <property name="x_options">fill</property> 229 <property name="y_options"></property> 230 </packing> 231 </child> 232 233 <child> 234 <widget class="GtkStatusbar" id="statusbar1"> 235 <property name="visible">True</property> 236 <property name="has_resize_grip">True</property> 237 </widget> 238 <packing> 239 <property name="left_attach">0</property> 240 <property name="right_attach">11</property> 241 <property name="top_attach">11</property> 242 <property name="bottom_attach">12</property> 243 <property name="x_options">fill</property> 244 <property name="y_options"></property> 245 </packing> 246 </child> 247 248 <child> 249 <widget class="GtkButton" id="exit_button"> 250 <property name="width_request">35</property> 251 <property name="height_request">45</property> 252 <property name="visible">True</property> 253 <property name="can_focus">True</property> 254 <property name="label" translatable="yes">Exit</property> 255 <property name="use_underline">True</property> 256 <property name="relief">GTK_RELIEF_NORMAL</property> 257 <property name="focus_on_click">True</property> 258 </widget> 259 <packing> 260 <property name="left_attach">8</property> 261 <property name="right_attach">10</property> 262 <property name="top_attach">9</property> 263 <property name="bottom_attach">11</property> 264 <property name="x_options">fill</property> 265 <property name="y_options">expand</property> 266 </packing> 267 </child> 268 269 <child> 270 <widget class="GtkButton" id="print_button"> 271 <property name="width_request">35</property> 272 <property name="height_request">45</property> 273 <property name="visible">True</property> 274 <property name="can_focus">True</property> 275 <property name="label" translatable="yes">Print</property> 276 <property name="use_underline">True</property> 277 <property name="relief">GTK_RELIEF_NORMAL</property> 278 <property name="focus_on_click">True</property> 279 </widget> 280 <packing> 281 <property name="left_attach">1</property> 282 <property name="right_attach">3</property> 283 <property name="top_attach">9</property> 284 <property name="bottom_attach">11</property> 285 <property name="x_options">fill</property> 286 <property name="y_options">expand</property> 287 </packing> 288 </child> 289 </widget> 290 </child> 291 </widget> 292 293 </glade-interface>