compiler/src/test/gtk/gui.glade
Norayr Chilingarian 7cdca222af rename
Former-commit-id: 0571cd7841
2014-02-03 20:31:37 +04:00

85 lines
3.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<glade-interface>
<!-- interface-requires gtk+ 2.6 -->
<!-- interface-naming-policy toplevel-contextual -->
<widget class="GtkWindow" id="winMain">
<property name="width_request">250</property>
<property name="height_request">150</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="title" translatable="yes">OOC-Glade-Test</property>
<property name="resizable">False</property>
<signal name="destroy_event" handler="gtk_main_quit" />
<signal name="delete_event" handler="gtk_main_quit" />
<child>
<widget class="GtkHBox" id="hboxMain">
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
<widget class="GtkVBox" id="vboxLeft">
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
<widget class="GtkLabel" id="label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Print to stdout</property>
<property name="single_line_mode">True</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="button">
<property name="label" translatable="yes">Hello</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<signal name="clicked" handler="handlers_Hello"/>
</widget>
<packing>
<property name="expand">True</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="padding">8</property>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkVSeparator" id="vsep">
<property name="width_request">2</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkDrawingArea" id="drawing">
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">False</property>
<signal name="expose_event" handler="handlers_Draw"/>
</widget>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">2</property>
</packing>
</child>
</widget>
</child>
</widget>
</glade-interface>