<?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="DefaultActions">
                <child>
                    <widget class="GtkAction" id="Copy">
                        <property name="name">Copy</property>
                        <property name="tooltip" translatable="yes">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" translatable="yes">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>
                    </widget>
                </child>
                <child>
                    <widget class="GtkAction" id="FileMenu">
                        <property name="name">FileMenu</property>
                        <property name="label" translatable="yes">_File</property>
                    </widget>
                </child>
                <child>
                    <widget class="GtkAction" id="New">
                        <property name="name">New</property>
                        <property name="tooltip" translatable="yes">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" translatable="yes">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" translatable="yes">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" translatable="yes">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="is_important">True</property>
                        <property name="tooltip" translatable="yes">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" translatable="yes">Save with a different name</property>
                        <property name="stock_id">gtk-save-as</property>
                    </widget>
                </child>
            </widget>
        </child>
        <ui id="initial-state"><![CDATA[<ui>
<menubar action="menubar" name="menubar">
  <menu action="FileMenu" name="FileMenu">
    <menuitem action="New" name="New"/>
    <menuitem action="Open" name="Open"/>
    <menuitem action="Save" name="Save"/>
    <menuitem action="SaveAs" name="SaveAs"/>
    <separator/>
    <menuitem action="Quit" name="Quit"/>
  </menu>
  <menu action="EditMenu" name="EditMenu">
    <menuitem action="Copy" name="Copy"/>
    <menuitem action="Cut" name="Cut"/>
    <menuitem action="Paste" name="Paste"/>
  </menu>
</menubar><toolbar action="toolbar" name="toolbar">
  <toolitem action="New" name="New"/>
  <toolitem action="Open" name="Open"/>
  <toolitem action="Save" name="Save"/>
  <separator/>
  <toolitem action="Copy" name="Copy"/>
  <toolitem action="Cut" name="Cut"/>
  <toolitem action="Paste" name="Paste"/>
</toolbar>
</ui>]]></ui>
    </widget>
    <widget class="GtkWindow" id="wammuwindow">
        <property name="default_height">250</property>
        <property name="default_width">440</property>
        <child>
            <widget class="GtkVBox" id="mainvbox">
                <property name="visible">True</property>
                <child>
                    <widget constructor="initial-state" class="GtkMenuBar" id="menubar">
                        <property name="visible">True</property>
                    </widget>
                    <packing>
                        <property name="expand">False</property>
                    </packing>
                </child>
                <child>
                    <widget constructor="initial-state" class="GtkToolbar" id="toolbar">
                        <property name="toolbar_style">icons</property>
                        <property name="visible">True</property>
                    </widget>
                    <packing>
                        <property name="expand">False</property>
                        <property name="position">1</property>
                    </packing>
                </child>
                <child>
                    <widget class="GtkHPaned" id="mainhpaned">
                        <property name="position">147</property>
                        <property name="position_set">True</property>
                        <property name="visible">True</property>
                        <child>
                            <widget class="GtkTreeView" id="phonetreeview">
                                <property name="search_column">0</property>
                                <property name="visible">True</property>
                            </widget>
                        </child>
                        <child>
                            <widget class="Custom" id="contentdisplay">
                                <property name="visible">True</property>
                            </widget>
                            <packing>
                                <property name="resize">True</property>
                            </packing>
                        </child>
                    </widget>
                    <packing>
                        <property name="position">2</property>
                    </packing>
                </child>
                <child>
                    <widget class="GtkStatusbar" id="statusbar">
                        <property name="visible">True</property>
                        <child>
                            <widget class="GtkProgressBar" id="progressbar">
                                <property name="visible">True</property>
                            </widget>
                        </child>
                        <child>
                            <widget class="GtkToggleButton" id="connecttogglebutton">
                                <property name="focus_on_click">False</property>
                                <property name="visible">True</property>
                                <child>
                                    <widget class="GtkImage" id="image1">
                                        <property name="icon_size">2</property>
                                        <property name="stock">gtk-connect</property>
                                        <property name="visible">True</property>
                                    </widget>
                                </child>
                            </widget>
                            <packing>
                                <property name="expand">False</property>
                                <property name="fill">False</property>
                                <property name="position">2</property>
                            </packing>
                        </child>
                        <child>
                            <widget class="GtkImage" id="signalimage">
                                <property name="height_request">24</property>
                                <property name="visible">True</property>
                                <property name="width_request">24</property>
                            </widget>
                            <packing>
                                <property name="expand">False</property>
                                <property name="fill">False</property>
                                <property name="position">3</property>
                            </packing>
                        </child>
                        <child>
                            <widget class="GtkImage" id="batteryimage">
                                <property name="height_request">24</property>
                                <property name="visible">True</property>
                                <property name="width_request">24</property>
                            </widget>
                            <packing>
                                <property name="expand">False</property>
                                <property name="fill">False</property>
                                <property name="position">4</property>
                            </packing>
                        </child>
                    </widget>
                    <packing>
                        <property name="expand">False</property>
                        <property name="position">3</property>
                    </packing>
                </child>
            </widget>
        </child>
    </widget>
</glade-interface>
