File:  [ELWIX - Embedded LightWeight unIX -] / gpl / axl / test / small.xml
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 8 07:09:12 2011 UTC (13 years, 1 month ago) by misho
Branches: axl, MAIN
CVS tags: HEAD, AXL0_6_7, AXL0_6_1
3th party - XML

    1: <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
    2: <glade-interface>
    3: 
    4: <widget class="GtkWindow" id="mainWindow">
    5:   <property name="width_request">900</property>
    6:   <property name="title" translatable="yes">- GMOVIL -</property>
    7:   <property name="type">GTK_WINDOW_TOPLEVEL</property>
    8:   <property name="window_position">GTK_WIN_POS_CENTER</property>
    9:   <property name="modal">False</property>
   10:   <property name="resizable">True</property>
   11:   <property name="destroy_with_parent">False</property>
   12:   <property name="decorated">True</property>
   13:   <property name="skip_taskbar_hint">False</property>
   14:   <property name="skip_pager_hint">False</property>
   15:   <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
   16:   <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
   17:   <property name="focus_on_map">True</property>
   18:   <signal name="delete_event" handler="Quit" last_modification_time="Thu, 30 Dec 2004 17:24:44 GMT"/>
   19: 
   20:   <child>
   21:     <widget class="GtkVBox" id="vbox1">
   22:       <property name="visible">True</property>
   23:       <property name="homogeneous">False</property>
   24:       <property name="spacing">0</property>
   25:     </widget>
   26:   </child>
   27: </widget>
   28: </glade-interface>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>