<?xml version="1.0"?> <interface> <!-- interface-requires gtk+ 2.12 --> <!-- interface-naming-policy project-wide --> <object class="GtkWindow" id="lxdm"> <property name="decorated">False</property> <child> <object class="GtkVBox" id="vbox1"> <property name="visible">True</property> <child> <object class="GtkLabel" id="time"> <property name="visible">True</property> <property name="xalign">1</property> <property name="xpad">12</property> <property name="ypad">12</property> <property name="single_line_mode">True</property> </object> <packing> <property name="expand">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkAlignment" id="alignment1"> <property name="visible">True</property> <property name="xscale">0</property> <property name="yscale">0</property> <child> <object class="GtkVBox" id="vbox2"> <property name="visible">True</property> <child> <object class="GtkImage" id="image1"> <property name="visible">True</property> <property name="pixbuf">login.png</property> </object> <packing> <property name="position">0</property> </packing> </child> <child> <object class="GtkAlignment" id="alignment2"> <property name="visible">True</property> <property name="xscale">0</property> <property name="yscale">0</property> <child> <object class="GtkHBox" id="hbox3"> <property name="visible">True</property> <property name="spacing">12</property> <child> <object class="GtkLabel" id="prompt"> <property name="visible">True</property> <property name="label" translatable="yes">User:</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkEntry" id="login_entry"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">•</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </object> </child> </object> <packing> <property name="position">1</property> </packing> </child> </object> </child> </object> <packing> <property name="position">1</property> </packing> </child> <child> <object class="GtkEventBox" id="bottom_pane"> <property name="visible">True</property> <property name="app_paintable">True</property> <property name="visible_window">False</property> <child> <object class="GtkHBox" id="bottom_hbox"> <property name="visible">True</property> <property name="spacing">12</property> <child> <object class="GtkHBox" id="sessions_box"> <property name="visible">True</property> <property name="border_width">15</property> <property name="spacing">6</property> <child> <object class="GtkImage" id="image2"> <property name="visible">True</property> <property name="pixbuf">session.png</property> </object> <packing> <property name="expand">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkLabel" id="label2"> <property name="visible">True</property> <property name="label" translatable="yes">Desktop:</property> </object> <packing> <property name="expand">False</property> <property name="position">1</property> </packing> </child> <child> <object class="GtkComboBox" id="sessions"> <property name="visible">True</property> <property name="entry-text-column">0</property> <property name="has-entry">True</property> </object> <packing> <property name="expand">False</property> <property name="position">2</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkHBox" id="lang_box"> <property name="visible">True</property> <property name="border_width">15</property> <property name="spacing">6</property> <child> <object class="GtkImage" id="image3"> <property name="visible">True</property> <property name="pixbuf">lang.png</property> </object> <packing> <property name="expand">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkLabel" id="label_lang"> <property name="visible">True</property> <property name="label" translatable="yes">Language:</property> </object> <packing> <property name="expand">False</property> <property name="position">1</property> </packing> </child> <child> <object class="GtkComboBox" id="lang"> <property name="visible">True</property> <property name="entry-text-column">0</property> <property name="has-entry">True</property> </object> <packing> <property name="expand">False</property> <property name="position">2</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="position">1</property> </packing> </child> <child> <object class="GtkHBox" id="hbox1"> <property name="visible">True</property> <property name="border_width">15</property> <child> <object class="GtkLabel" id="label3"> <property name="label" translatable="yes">Keyboard Layout:</property> </object> <packing> <property name="expand">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkComboBox" id="keyboard"/> <packing> <property name="expand">False</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="position">2</property> </packing> </child> <child> <object class="GtkButton" id="exit"> <property name="label">Exit</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="image">image4</property> <property name="relief">none</property> </object> <packing> <property name="expand">False</property> <property name="pack_type">end</property> <property name="position">3</property> </packing> </child> </object> </child> </object> <packing> <property name="expand">False</property> <property name="position">2</property> </packing> </child> </object> </child> </object> <object class="GtkImage" id="image4"> <property name="visible">True</property> <property name="pixbuf">exit.png</property> </object> </interface>