mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 04:35:38 +00:00
59 lines
2.2 KiB
Plaintext
59 lines
2.2 KiB
Plaintext
|
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
|
||
|
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
|
||
|
|
||
|
<glade-interface>
|
||
|
|
||
|
<widget class="GtkWindow" id="main_window">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="title" translatable="yes">Glade# test</property>
|
||
|
<property name="type">GTK_WINDOW_TOPLEVEL</property>
|
||
|
<property name="window_position">GTK_WIN_POS_NONE</property>
|
||
|
<property name="modal">False</property>
|
||
|
<property name="resizable">True</property>
|
||
|
<property name="destroy_with_parent">False</property>
|
||
|
<signal name="delete_event" handler="OnWindowDeleteEvent" last_modification_time="Tue, 03 Sep 2002 14:47:57 GMT"/>
|
||
|
|
||
|
<child>
|
||
|
<widget class="GtkVBox" id="vbox1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="homogeneous">False</property>
|
||
|
<property name="spacing">0</property>
|
||
|
|
||
|
<child>
|
||
|
<widget class="GtkButton" id="button1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="label" translatable="yes">Click here</property>
|
||
|
<property name="use_underline">True</property>
|
||
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
||
|
<signal name="clicked" handler="OnButton1Clicked" last_modification_time="Tue, 13 Aug 2002 15:24:35 GMT"/>
|
||
|
</widget>
|
||
|
<packing>
|
||
|
<property name="padding">0</property>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">False</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
|
||
|
<child>
|
||
|
<widget class="GtkButton" id="button2">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="label" translatable="yes">Don't click here</property>
|
||
|
<property name="use_underline">True</property>
|
||
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
||
|
<signal name="clicked" handler="OnButton2Clicked" last_modification_time="Tue, 13 Aug 2002 15:24:35 GMT"/>
|
||
|
<signal name="enter" handler="OnButton2Entered" last_modification_time="Wed, 04 Sep 2002 14:04:40 GMT"/>
|
||
|
</widget>
|
||
|
<packing>
|
||
|
<property name="padding">0</property>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">False</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</widget>
|
||
|
</child>
|
||
|
</widget>
|
||
|
|
||
|
</glade-interface>
|