<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
<!DOCTYPE glade-interface SYSTEM "http://gazpacho.sicem.biz/gazpacho-0.1.dtd">
<glade-interface>
    <widget class="GtkUIManager" id="uimanager">
        <child>
            <widget class="GtkActionGroup" id="PyBattle">
                <child>
                    <widget class="GtkAction" id="connect">
                        <property name="name">connect</property>
                        <property name="label" translatable="yes">Connect</property>
                        <property name="short_label">Connect</property>
                        <property name="tooltip">Connect</property>
                        <property name="stock_id">gtk-connect</property>
                        <property name="accelerator">&lt;Control&gt;c</property>
                    </widget>
                </child>
                <child>
                    <widget class="GtkAction" id="disconnect">
                        <property name="name">disconnect</property>
                        <property name="label" translatable="yes">Disconnect</property>
                        <property name="short_label">Disconnect</property>
                        <property name="tooltip">Disconnect</property>
                        <property name="stock_id">gtk-disconnect</property>
                        <property name="accelerator">&lt;Control&gt;d</property>
                    </widget>
                </child>
                <child>
                    <widget class="GtkAction" id="execute">
                        <property name="name">execute</property>
                        <property name="label" translatable="yes">Execute</property>
                        <property name="short_label">Execute</property>
                        <property name="tooltip">Execute the code in the text editor pane</property>
                        <property name="stock_id">gtk-execute</property>
                        <property name="accelerator">&lt;Control&gt;e</property>
                    </widget>
                </child>
                <child>
                    <widget class="GtkAction" id="forfeit">
                        <property name="name">forfeit</property>
                        <property name="label" translatable="yes">Forfeit</property>
                        <property name="short_label">Forfeit</property>
                        <property name="tooltip">Give up and leave the game</property>
                        <property name="stock_id">gtk-dialog-error</property>
                        <property name="accelerator">&lt;Control&gt;f</property>
                    </widget>
                </child>
                <child>
                    <widget class="GtkAction" id="join">
                        <property name="name">join</property>
                        <property name="label" translatable="yes">Join</property>
                        <property name="short_label">Join</property>
                        <property name="tooltip">Join the game</property>
                        <property name="stock_id">gtk-network</property>
                        <property name="accelerator">&lt;Control&gt;j</property>
                    </widget>
                </child>
                <child>
                    <widget class="GtkAction" id="quit">
                        <property name="name">quit</property>
                        <property name="label" translatable="yes">Quit</property>
                        <property name="short_label">Quit</property>
                        <property name="tooltip">Quit the game and close the window</property>
                        <property name="stock_id">gtk-stop</property>
                        <property name="accelerator">&lt;Control&gt;q</property>
                    </widget>
                </child>
                <child>
                    <widget class="GtkAction" id="send">
                        <property name="name">send</property>
                        <property name="label" translatable="yes">Send</property>
                        <property name="short_label">Send</property>
                        <property name="tooltip">Send the results to the server for evaluation</property>
                        <property name="stock_id">gtk-save</property>
                    </widget>
                </child>
                <child>
                    <widget class="GtkAction" id="start">
                        <property name="name">start</property>
                        <property name="label" translatable="yes">Start</property>
                        <property name="short_label">Start</property>
                        <property name="tooltip">Start the game (make sure by chat everyone is ready!)</property>
                        <property name="stock_id">gtk-media-play</property>
                        <property name="accelerator">&lt;Control&gt;b</property>
                    </widget>
                </child>
            </widget>
        </child>
        <child>
            <widget class="GtkActionGroup" id="DefaultActions">
                <child>
                    <widget class="GtkAction" id="Copy">
                        <property name="name">Copy</property>
                        <property name="tooltip">Copy selected object into the clipboard</property>
                        <property name="stock_id">gtk-copy</property>
                    </widget>
                </child>
                <child>
                    <widget class="GtkAction" id="Cut">
                        <property name="name">Cut</property>
                        <property name="tooltip">Cut selected object into the clipboard</property>
                        <property name="stock_id">gtk-cut</property>
                    </widget>
                </child>
                <child>
                    <widget class="GtkAction" id="EditMenu">
                        <property name="name">EditMenu</property>
                        <property name="label" translatable="yes">_Edit</property>
                        <property name="short_label">_Edit</property>
                    </widget>
                </child>
                <child>
                    <widget class="GtkAction" id="FileMenu">
                        <property name="name">FileMenu</property>
                        <property name="label" translatable="yes">_File</property>
                        <property name="short_label">_File</property>
                    </widget>
                </child>
                <child>
                    <widget class="GtkAction" id="New">
                        <property name="name">New</property>
                        <property name="tooltip">Create a new file</property>
                        <property name="stock_id">gtk-new</property>
                    </widget>
                </child>
                <child>
                    <widget class="GtkAction" id="Open">
                        <property name="name">Open</property>
                        <property name="tooltip">Open a file</property>
                        <property name="stock_id">gtk-open</property>
                    </widget>
                </child>
                <child>
                    <widget class="GtkAction" id="Paste">
                        <property name="name">Paste</property>
                        <property name="tooltip">Paste object from the Clipboard</property>
                        <property name="stock_id">gtk-paste</property>
                    </widget>
                </child>
                <child>
                    <widget class="GtkAction" id="Quit">
                        <property name="name">Quit</property>
                        <property name="tooltip">Quit the program</property>
                        <property name="stock_id">gtk-quit</property>
                    </widget>
                </child>
                <child>
                    <widget class="GtkAction" id="Save">
                        <property name="name">Save</property>
                        <property name="tooltip">Save a file</property>
                        <property name="stock_id">gtk-save</property>
                    </widget>
                </child>
                <child>
                    <widget class="GtkAction" id="SaveAs">
                        <property name="name">SaveAs</property>
                        <property name="tooltip">Save with a different name</property>
                        <property name="stock_id">gtk-save-as</property>
                    </widget>
                </child>
            </widget>
        </child>
        <ui id="initial-state"><![CDATA[<ui><toolbar action="toolbar1" name="toolbar1">
  
  
  
  
  
  
  
<toolitem action="connect" name="connect"/><toolitem action="join" name="join"/><toolitem action="send" name="send"/><toolitem action="forfeit" name="forfeit"/><toolitem action="disconnect" name="disconnect"/><separator/><toolitem action="execute" name="execute"/><separator/><toolitem action="start" name="start"/><toolitem action="quit" name="quit"/></toolbar></ui>]]></ui>
    </widget>
    <widget class="GtkWindow" id="window">
        <property name="default_height">550</property>
        <property name="default_width">750</property>
        <property name="title" context="yes" translatable="yes">PyBattle</property>
        <property name="visible">True</property>
        <property name="window_position">center</property>
        <child>
            <widget class="GtkVBox" id="vbox1">
                <property name="visible">True</property>
                <child>
                    <widget constructor="initial-state" class="GtkToolbar" id="toolbar1">
                        <property name="toolbar_style">icons</property>
                        <property name="visible">True</property>
                    </widget>
                    <packing>
                        <property name="expand">False</property>
                    </packing>
                </child>
                <child>
                    <widget class="GtkVPaned" id="vpaned1">
                        <property name="position">139</property>
                        <property name="position_set">True</property>
                        <property name="visible">True</property>
                        <child>
                            <widget class="GtkVBox" id="vbox2">
                                <property name="visible">True</property>
                                <child>
                                    <widget class="GtkScrolledWindow" id="scrolledwindow1">
                                        <property name="visible">True</property>
                                        <child>
                                            <widget class="GtkTextView" id="textview">
                                                <property name="visible">True</property>
                                            </widget>
                                        </child>
                                    </widget>
                                </child>
                                <child>
                                    <widget class="GtkHBox" id="hbox1">
                                        <property name="visible">True</property>
                                        <child>
                                            <widget class="GtkEntry" id="chatentry">
                                                <property name="is_focus">True</property>
                                                <property name="visible">True</property>
                                            </widget>
                                        </child>
                                        <child>
                                            <widget class="GtkButton" id="chatbutton">
                                                <property name="can_focus">False</property>
                                                <property name="label" context="yes" translatable="yes">Chat</property>
                                                <property name="visible">True</property>
                                            </widget>
                                            <packing>
                                                <property name="expand">False</property>
                                                <property name="fill">False</property>
                                                <property name="position">1</property>
                                            </packing>
                                        </child>
                                    </widget>
                                    <packing>
                                        <property name="expand">False</property>
                                        <property name="position">1</property>
                                    </packing>
                                </child>
                            </widget>
                        </child>
                        <child>
                            <widget class="GtkScrolledWindow" id="scrolledwindow2">
                                <property name="visible">True</property>
                                <child>
                                    <widget class="GtkSourceView" id="sourceview">
                                        <property name="visible">True</property>
                                    </widget>
                                </child>
                            </widget>
                            <packing>
                                <property name="resize">True</property>
                            </packing>
                        </child>
                    </widget>
                    <packing>
                        <property name="position">139</property>
                    </packing>
                </child>
                <child>
                    <widget class="GtkStatusbar" id="statusbar1">
                        <property name="visible">True</property>
                    </widget>
                    <packing>
                        <property name="expand">False</property>
                        <property name="position">2</property>
                    </packing>
                </child>
            </widget>
        </child>
    </widget>
</glade-interface>

