1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
---|
2 | <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd"> |
---|
3 | <!--Generated with glade3 3.4.5 on Fri Nov 20 17:32:41 2009 --> |
---|
4 | <glade-interface> |
---|
5 | <widget class="GtkWindow" id="KioskWindow"> |
---|
6 | <property name="title" translatable="yes">Kiosk</property> |
---|
7 | <property name="accept_focus">False</property> |
---|
8 | <property name="focus_on_map">False</property> |
---|
9 | <property name="decorated">False</property> |
---|
10 | <property name="gravity">GDK_GRAVITY_SOUTH</property> |
---|
11 | <child> |
---|
12 | <widget class="GtkHBox" id="KioskHbox"> |
---|
13 | <property name="visible">True</property> |
---|
14 | <child> |
---|
15 | <widget class="GtkButton" id="KioskButton"> |
---|
16 | <property name="visible">True</property> |
---|
17 | <property name="can_focus">True</property> |
---|
18 | <property name="receives_default">True</property> |
---|
19 | <property name="has_tooltip">True</property> |
---|
20 | <property name="tooltip_text">Browse the web, register for an Athena account, etc.</property> |
---|
21 | <property name="tooltip" translatable="yes">Browse the web, register for an Athena account, etc.</property> |
---|
22 | <property name="label" translatable="yes">Browse / Register for Account</property> |
---|
23 | <property name="response_id">0</property> |
---|
24 | <signal name="clicked" handler="kioskButton_on_click"/> |
---|
25 | </widget> |
---|
26 | </child> |
---|
27 | </widget> |
---|
28 | </child> |
---|
29 | </widget> |
---|
30 | <widget class="GtkDialog" id="KioskDialog"> |
---|
31 | <property name="border_width">5</property> |
---|
32 | <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property> |
---|
33 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> |
---|
34 | <property name="decorated">False</property> |
---|
35 | <property name="transient_for">KioskWindow</property> |
---|
36 | <signal name="response" handler="kioskDialogResponseHandler"/> |
---|
37 | <child internal-child="vbox"> |
---|
38 | <widget class="GtkVBox" id="dialog-vbox1"> |
---|
39 | <property name="visible">True</property> |
---|
40 | <property name="spacing">2</property> |
---|
41 | <child> |
---|
42 | <widget class="GtkLabel" id="KioskDialogLabel"> |
---|
43 | <property name="visible">True</property> |
---|
44 | <property name="label" translatable="yes">Click OK to launch a restricted web browser. |
---|
45 | This can be used to register for an Athena account. |
---|
46 | Click Cancel to login to a standard Athena session.</property> |
---|
47 | <property name="wrap">True</property> |
---|
48 | </widget> |
---|
49 | <packing> |
---|
50 | <property name="position">1</property> |
---|
51 | </packing> |
---|
52 | </child> |
---|
53 | <child internal-child="action_area"> |
---|
54 | <widget class="GtkHButtonBox" id="dialog-action_area1"> |
---|
55 | <property name="visible">True</property> |
---|
56 | <property name="layout_style">GTK_BUTTONBOX_SPREAD</property> |
---|
57 | <child> |
---|
58 | <widget class="GtkButton" id="KioskCancelbutton"> |
---|
59 | <property name="visible">True</property> |
---|
60 | <property name="can_focus">True</property> |
---|
61 | <property name="receives_default">True</property> |
---|
62 | <property name="label" translatable="yes">Cancel</property> |
---|
63 | <property name="response_id">0</property> |
---|
64 | </widget> |
---|
65 | </child> |
---|
66 | <child> |
---|
67 | <widget class="GtkButton" id="KioskOKButton"> |
---|
68 | <property name="visible">True</property> |
---|
69 | <property name="can_focus">True</property> |
---|
70 | <property name="receives_default">True</property> |
---|
71 | <property name="label" translatable="yes">OK</property> |
---|
72 | <property name="response_id">1</property> |
---|
73 | </widget> |
---|
74 | <packing> |
---|
75 | <property name="position">1</property> |
---|
76 | </packing> |
---|
77 | </child> |
---|
78 | </widget> |
---|
79 | <packing> |
---|
80 | <property name="expand">False</property> |
---|
81 | <property name="pack_type">GTK_PACK_END</property> |
---|
82 | </packing> |
---|
83 | </child> |
---|
84 | </widget> |
---|
85 | </child> |
---|
86 | </widget> |
---|
87 | </glade-interface> |
---|