123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259 |
- <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
- <interface domain="gtk20">
- <object class="GtkListStore" id="liststore1">
- <columns>
- <column type="gchararray"/>
- <column type="gchararray"/>
- <column type="gint"/>
- <column type="gchararray"/>
- </columns>
- <data>
- <row>
- <col id="0" translatable="yes">John</col>
- <col id="1" translatable="yes">Doe</col>
- <col id="2">25</col>
- <col id="3" translatable="yes">This is the John Doe row</col>
- </row>
- <row>
- <col id="0" translatable="yes">Mary</col>
- <col id="1" translatable="yes">Unknown</col>
- <col id="2">50</col>
- <col id="3" translatable="yes">This is the Mary Unknown row</col>
- </row>
- </data>
- </object>
- <object class="GtkUIManager" id="uimanager">
- <child>
- <object class="GtkActionGroup" id="DefaultActions">
- <child>
- <object 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>
- </object>
- </child>
- <child>
- <object 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>
- </object>
- </child>
- <child>
- <object class="GtkAction" id="EditMenu">
- <property name="name">EditMenu</property>
- <property name="label" translatable="yes">_Edit</property>
- </object>
- </child>
- <child>
- <object class="GtkAction" id="FileMenu">
- <property name="name">FileMenu</property>
- <property name="label" translatable="yes">_File</property>
- </object>
- </child>
- <child>
- <object 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>
- </object>
- </child>
- <child>
- <object 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>
- </object>
- </child>
- <child>
- <object 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>
- </object>
- </child>
- <child>
- <object 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>
- <signal handler="quit_activate" name="activate"/>
- </object>
- </child>
- <child>
- <object 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>
- </object>
- </child>
- <child>
- <object 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>
- </object>
- </child>
- <child>
- <object class="GtkAction" id="HelpMenu">
- <property name="name">HelpMenu</property>
- <property name="label" translatable="yes">_Help</property>
- </object>
- </child>
- <child>
- <object class="GtkAction" id="About">
- <property name="name">About</property>
- <property name="stock_id">gtk-about</property>
- <signal handler="about_activate" name="activate"/>
- </object>
- <accelerator key="F1"/>
- </child>
- </object>
- </child>
- <ui>
- <menubar name="menubar1">
- <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">
- <menuitem action="Copy" name="Copy"/>
- <menuitem action="Cut" name="Cut"/>
- <menuitem action="Paste" name="Paste"/>
- </menu>
- <menu action="HelpMenu" name="HelpMenu">
- <menuitem action="About" name="About"/>
- </menu>
- </menubar>
- <toolbar name="toolbar1">
- <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>
- </object>
- <object class="GtkAboutDialog" id="aboutdialog1">
- <property name="program-name" translatable="yes">GtkBuilder demo</property>
- <accessibility>
- <relation target="window1" type="subwindow-of"/>
- </accessibility>
- </object>
- <object class="GtkWindow" id="window1">
- <property name="default_height">250</property>
- <property name="default_width">440</property>
- <property name="title">GtkBuilder demo</property>
- <child>
- <object class="GtkVBox" id="vbox1">
- <property name="visible">True</property>
- <child>
- <object constructor="uimanager" class="GtkMenuBar" id="menubar1">
- <property name="visible">True</property>
- <child internal-child="accessible">
- <object class="AtkObject" id="a11y-menubar">
- <property name="AtkObject::accessible-name">The menubar</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="expand">False</property>
- </packing>
- </child>
- <child>
- <object constructor="uimanager" class="GtkToolbar" id="toolbar1">
- <property name="visible">True</property>
- <child internal-child="accessible">
- <object class="AtkObject" id="a11y-toolbar">
- <property name="AtkObject::accessible-name">The toolbar</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="position">1</property>
- </packing>
- </child>
- <child>
- <object class="GtkScrolledWindow" id="scrolledwindow1">
- <property name="hscrollbar_policy">automatic</property>
- <property name="shadow_type">in</property>
- <property name="visible">True</property>
- <property name="vscrollbar_policy">automatic</property>
- <child>
- <object class="GtkTreeView" id="treeview1">
- <property name="visible">True</property>
- <property name="model">liststore1</property>
- <property name="tooltip-column">3</property>
- <child internal-child="accessible">
- <object class="AtkObject" id="a11y-treeview">
- <property name="AtkObject::accessible-name">Name list</property>
- <property name="AtkObject::accessible-description">
- A list of person with name, surname and age columns
- </property>
- </object>
- </child>
- <child>
- <object class="GtkTreeViewColumn" id="column1">
- <property name="title">Name</property>
- <child>
- <object class="GtkCellRendererText" id="renderer1"/>
- <attributes>
- <attribute name="text">0</attribute>
- </attributes>
- </child>
- </object>
- </child>
- <child>
- <object class="GtkTreeViewColumn" id="column2">
- <property name="title">Surname</property>
- <child>
- <object class="GtkCellRendererText" id="renderer2"/>
- <attributes>
- <attribute name="text">1</attribute>
- </attributes>
- </child>
- </object>
- </child>
- <child>
- <object class="GtkTreeViewColumn" id="column3">
- <property name="title">Age</property>
- <child>
- <object class="GtkCellRendererText" id="renderer3"/>
- <attributes>
- <attribute name="text">2</attribute>
- </attributes>
- </child>
- </object>
- </child>
- </object>
- </child>
- <accessibility>
- <action action_name="move-cursor" description="Move the cursor to select another person."/>
- </accessibility>
- </object>
- <packing>
- <property name="position">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkStatusbar" id="statusbar1">
- <property name="visible">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="position">3</property>
- </packing>
- </child>
- </object>
- </child>
- </object>
- </interface>
|