143 lines
4.8 KiB
XML
143 lines
4.8 KiB
XML
<?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="window">
|
|
<property name="visible">True</property>
|
|
<property name="title" translatable="yes">Pygo</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>
|
|
<property name="decorated">True</property>
|
|
<property name="skip_taskbar_hint">False</property>
|
|
<property name="skip_pager_hint">False</property>
|
|
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
|
|
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
|
|
<property name="focus_on_map">True</property>
|
|
<property name="urgency_hint">False</property>
|
|
<signal name="key_press_event" handler="on_key_pressed" last_modification_time="Thu, 19 Apr 2012 20:15:47 GMT"/>
|
|
|
|
<child>
|
|
<widget class="GtkVBox" id="main_box">
|
|
<property name="visible">True</property>
|
|
<property name="homogeneous">False</property>
|
|
<property name="spacing">0</property>
|
|
|
|
<child>
|
|
<widget class="GtkMenuBar" id="menubar1">
|
|
<property name="visible">True</property>
|
|
<property name="pack_direction">GTK_PACK_DIRECTION_LTR</property>
|
|
<property name="child_pack_direction">GTK_PACK_DIRECTION_LTR</property>
|
|
|
|
<child>
|
|
<widget class="GtkMenuItem" id="game1">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Game</property>
|
|
<property name="use_underline">True</property>
|
|
|
|
<child>
|
|
<widget class="GtkMenu" id="game1_menu">
|
|
|
|
<child>
|
|
<widget class="GtkMenuItem" id="close1">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Close</property>
|
|
<property name="use_underline">True</property>
|
|
<signal name="activate" handler="on_game_close" last_modification_time="Tue, 17 Apr 2012 05:44:12 GMT"/>
|
|
<accelerator key="W" modifiers="GDK_CONTROL_MASK" signal="activate"/>
|
|
</widget>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="quit">
|
|
<property name="visible">True</property>
|
|
<property name="label">gtk-quit</property>
|
|
<property name="use_stock">True</property>
|
|
<signal name="activate" handler="on_quit" last_modification_time="Mon, 16 Apr 2012 16:56:41 GMT"/>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkMenuItem" id="menuitem1">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Local</property>
|
|
<property name="use_underline">True</property>
|
|
|
|
<child>
|
|
<widget class="GtkMenu" id="menuitem1_menu">
|
|
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="new">
|
|
<property name="visible">True</property>
|
|
<property name="label">gtk-new</property>
|
|
<property name="use_stock">True</property>
|
|
<signal name="activate" handler="on_local_new" last_modification_time="Mon, 16 Apr 2012 16:56:41 GMT"/>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkMenuItem" id="menuitem2">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Net</property>
|
|
<property name="use_underline">True</property>
|
|
|
|
<child>
|
|
<widget class="GtkMenu" id="menuitem2_menu">
|
|
|
|
<child>
|
|
<widget class="GtkMenuItem" id="direct_connect1">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Direct Connect</property>
|
|
<property name="use_underline">True</property>
|
|
<signal name="activate" handler="on_net_direct" last_modification_time="Mon, 16 Apr 2012 16:56:41 GMT"/>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="padding">0</property>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
</packing>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkNotebook" id="games">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="show_tabs">True</property>
|
|
<property name="show_border">True</property>
|
|
<property name="tab_pos">GTK_POS_TOP</property>
|
|
<property name="scrollable">False</property>
|
|
<property name="enable_popup">False</property>
|
|
|
|
<child>
|
|
<placeholder/>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="padding">0</property>
|
|
<property name="expand">True</property>
|
|
<property name="fill">True</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
|
|
</glade-interface>
|