[9fed25d] | 1 | <?xml version="1.0"?> |
---|
| 2 | <glade-interface> |
---|
| 3 | <!-- interface-requires gtk+ 2.16 --> |
---|
| 4 | <!-- interface-naming-policy project-wide --> |
---|
| 5 | <widget class="GtkDialog" id="gutenbach-dialog"> |
---|
| 6 | <property name="border_width">5</property> |
---|
| 7 | <property name="title" translatable="yes">Select Gutenbach Printer</property> |
---|
| 8 | <property name="resizable">False</property> |
---|
| 9 | <property name="modal">True</property> |
---|
| 10 | <property name="type_hint">normal</property> |
---|
| 11 | <property name="gravity">center</property> |
---|
| 12 | <property name="has_separator">False</property> |
---|
| 13 | <child internal-child="vbox"> |
---|
| 14 | <widget class="GtkVBox" id="dialog-vbox1"> |
---|
| 15 | <property name="visible">True</property> |
---|
| 16 | <property name="spacing">2</property> |
---|
| 17 | <child> |
---|
| 18 | <widget class="GtkLabel" id="gutenbach-host"> |
---|
| 19 | <property name="visible">True</property> |
---|
| 20 | <property name="xalign">0.05000000074505806</property> |
---|
| 21 | <property name="label" translatable="yes"><b>Host Name</b></property> |
---|
| 22 | <property name="use_markup">True</property> |
---|
| 23 | </widget> |
---|
| 24 | <packing> |
---|
| 25 | <property name="fill">False</property> |
---|
| 26 | <property name="position">1</property> |
---|
| 27 | </packing> |
---|
| 28 | </child> |
---|
| 29 | <child> |
---|
| 30 | <widget class="GtkEntry" id="gutenbach-host-entry"> |
---|
| 31 | <property name="visible">True</property> |
---|
| 32 | <property name="can_focus">True</property> |
---|
| 33 | <property name="invisible_char">●</property> |
---|
| 34 | </widget> |
---|
| 35 | <packing> |
---|
| 36 | <property name="fill">False</property> |
---|
| 37 | <property name="position">2</property> |
---|
| 38 | </packing> |
---|
| 39 | </child> |
---|
| 40 | <child> |
---|
| 41 | <widget class="GtkLabel" id="gutenbach-printer"> |
---|
| 42 | <property name="visible">True</property> |
---|
| 43 | <property name="xalign">0.05000000074505806</property> |
---|
| 44 | <property name="label" translatable="yes"><b>Printer Name</b></property> |
---|
| 45 | <property name="use_markup">True</property> |
---|
| 46 | <property name="justify">right</property> |
---|
| 47 | <property name="single_line_mode">True</property> |
---|
| 48 | </widget> |
---|
| 49 | <packing> |
---|
| 50 | <property name="fill">False</property> |
---|
| 51 | <property name="position">3</property> |
---|
| 52 | </packing> |
---|
| 53 | </child> |
---|
| 54 | <child> |
---|
| 55 | <widget class="GtkEntry" id="gutenbach-printer-entry"> |
---|
| 56 | <property name="visible">True</property> |
---|
| 57 | <property name="can_focus">True</property> |
---|
| 58 | <property name="invisible_char">●</property> |
---|
| 59 | </widget> |
---|
| 60 | <packing> |
---|
| 61 | <property name="fill">False</property> |
---|
| 62 | <property name="position">4</property> |
---|
| 63 | </packing> |
---|
| 64 | </child> |
---|
| 65 | <child internal-child="action_area"> |
---|
| 66 | <widget class="GtkHButtonBox" id="dialog-action_area1"> |
---|
| 67 | <property name="visible">True</property> |
---|
| 68 | <property name="layout_style">end</property> |
---|
| 69 | <child> |
---|
| 70 | <widget class="GtkButton" id="gutenbach-ok"> |
---|
| 71 | <property name="label">gtk-ok</property> |
---|
| 72 | <property name="visible">True</property> |
---|
| 73 | <property name="can_focus">True</property> |
---|
| 74 | <property name="receives_default">True</property> |
---|
| 75 | <property name="use_stock">True</property> |
---|
| 76 | </widget> |
---|
| 77 | <packing> |
---|
| 78 | <property name="expand">False</property> |
---|
| 79 | <property name="fill">False</property> |
---|
| 80 | <property name="position">0</property> |
---|
| 81 | </packing> |
---|
| 82 | </child> |
---|
| 83 | <child> |
---|
| 84 | <widget class="GtkButton" id="gutenbach-cancel"> |
---|
| 85 | <property name="label">gtk-cancel</property> |
---|
| 86 | <property name="visible">True</property> |
---|
| 87 | <property name="can_focus">True</property> |
---|
| 88 | <property name="receives_default">True</property> |
---|
| 89 | <property name="use_stock">True</property> |
---|
| 90 | <signal name="activate" handler="gtk_widget_destroy" after="yes"/> |
---|
| 91 | </widget> |
---|
| 92 | <packing> |
---|
| 93 | <property name="expand">False</property> |
---|
| 94 | <property name="fill">False</property> |
---|
| 95 | <property name="position">1</property> |
---|
| 96 | </packing> |
---|
| 97 | </child> |
---|
| 98 | </widget> |
---|
| 99 | <packing> |
---|
| 100 | <property name="expand">False</property> |
---|
| 101 | <property name="pack_type">end</property> |
---|
| 102 | <property name="position">0</property> |
---|
| 103 | </packing> |
---|
| 104 | </child> |
---|
| 105 | </widget> |
---|
| 106 | </child> |
---|
| 107 | </widget> |
---|
| 108 | </glade-interface> |
---|