1 | <?xml version="1.0"?> |
---|
2 | <glade-interface> |
---|
3 | <!-- interface-requires gtk+ 2.6 --> |
---|
4 | <!-- interface-naming-policy toplevel-contextual --> |
---|
5 | <widget class="GtkWindow" id="winWelcome"> |
---|
6 | <property name="visible">True</property> |
---|
7 | <property name="title" translatable="yes">window1</property> |
---|
8 | <property name="resizable">False</property> |
---|
9 | <property name="window_position">center</property> |
---|
10 | <property name="skip_taskbar_hint">True</property> |
---|
11 | <property name="skip_pager_hint">True</property> |
---|
12 | <property name="accept_focus">False</property> |
---|
13 | <property name="focus_on_map">False</property> |
---|
14 | <property name="decorated">False</property> |
---|
15 | <child> |
---|
16 | <widget class="GtkVBox" id="vbox1"> |
---|
17 | <property name="visible">True</property> |
---|
18 | <child> |
---|
19 | <widget class="GtkImage" id="imgDebathena"> |
---|
20 | <property name="visible">True</property> |
---|
21 | </widget> |
---|
22 | <packing> |
---|
23 | <property name="position">0</property> |
---|
24 | </packing> |
---|
25 | </child> |
---|
26 | <child> |
---|
27 | <widget class="GtkLabel" id="label1"> |
---|
28 | <property name="visible">True</property> |
---|
29 | <property name="xpad">5</property> |
---|
30 | <property name="ypad">5</property> |
---|
31 | <property name="label" translatable="yes"><span font_desc="Trebuchet MS Bold 20">Welcome to Athena</span></property> |
---|
32 | <property name="use_markup">True</property> |
---|
33 | </widget> |
---|
34 | <packing> |
---|
35 | <property name="expand">False</property> |
---|
36 | <property name="fill">False</property> |
---|
37 | <property name="position">1</property> |
---|
38 | </packing> |
---|
39 | </child> |
---|
40 | </widget> |
---|
41 | </child> |
---|
42 | </widget> |
---|
43 | <widget class="GtkWindow" id="winBranding"> |
---|
44 | <property name="visible">True</property> |
---|
45 | <property name="title" translatable="yes">window1</property> |
---|
46 | <property name="resizable">False</property> |
---|
47 | <property name="skip_taskbar_hint">True</property> |
---|
48 | <property name="skip_pager_hint">True</property> |
---|
49 | <property name="accept_focus">False</property> |
---|
50 | <property name="focus_on_map">False</property> |
---|
51 | <property name="decorated">False</property> |
---|
52 | <child> |
---|
53 | <widget class="GtkLabel" id="lblBranding"> |
---|
54 | <property name="visible">True</property> |
---|
55 | <property name="xpad">5</property> |
---|
56 | <property name="ypad">5</property> |
---|
57 | <property name="label" translatable="yes"><workstation information></property> |
---|
58 | <property name="justify">center</property> |
---|
59 | </widget> |
---|
60 | </child> |
---|
61 | </widget> |
---|
62 | </glade-interface> |
---|