<?xml version="1.0"?> <interface> <!-- interface-requires gtk+ 2.6 --> <!-- interface-naming-policy toplevel-contextual --> <object class="GtkDialog" id="toplevel"> <property name="visible">True</property> <property name="title" translatable="yes" comments="This is an utility to easily test various applets">Test applet utility</property> <property name="resizable">False</property> <property name="type_hint">dialog</property> <property name="has_separator">False</property> <signal name="destroy" handler="gtk_main_quit"/> <child internal-child="vbox"> <object class="GtkVBox" id="dialog-vbox1"> <property name="visible">True</property> <property name="orientation">vertical</property> <property name="spacing">8</property> <child> <object class="GtkTable" id="table2"> <property name="visible">True</property> <property name="border_width">2</property> <property name="n_rows">5</property> <property name="n_columns">2</property> <property name="column_spacing">4</property> <property name="row_spacing">4</property> <child> <object class="GtkLabel" id="size-label"> <property name="visible">True</property> <property name="xalign">1</property> <property name="label" translatable="yes">_Size:</property> <property name="use_underline">True</property> <property name="justify">center</property> <property name="mnemonic_widget">size-combo</property> </object> <packing> <property name="top_attach">4</property> <property name="bottom_attach">5</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="applet-label"> <property name="visible">True</property> <property name="xalign">1</property> <property name="label" translatable="yes">_Applet:</property> <property name="use_underline">True</property> <property name="justify">center</property> <property name="mnemonic_widget">applet-combo</property> </object> <packing> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="orient-label"> <property name="visible">True</property> <property name="xalign">1</property> <property name="label" translatable="yes">_Orientation:</property> <property name="use_underline">True</property> <property name="justify">center</property> <property name="mnemonic_widget">orient-combo</property> </object> <packing> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkLabel" id="prefs-label"> <property name="visible">True</property> <property name="xalign">1</property> <property name="label" translatable="yes">_Prefs Dir:</property> <property name="use_underline">True</property> <property name="justify">center</property> <property name="mnemonic_widget">prefs-dir-entry</property> </object> <packing> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkEntry" id="prefs-dir-entry"> <property name="visible">True</property> <property name="can_focus">True</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="y_options"></property> </packing> </child> <child> <object class="GtkComboBox" id="applet-combo"> <property name="visible">True</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkComboBox" id="orient-combo"> <property name="visible">True</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkComboBox" id="size-combo"> <property name="visible">True</property> </object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">4</property> <property name="bottom_attach">5</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkHSeparator" id="hseparator2"> <property name="visible">True</property> </object> <packing> <property name="right_attach">2</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="y_options">GTK_FILL</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> <child internal-child="action_area"> <object class="GtkHButtonBox" id="dialog-action_area1"> <property name="visible">True</property> <property name="layout_style">end</property> <child> <object class="GtkButton" id="ok-button"> <property name="label">gtk-execute</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="receives_default">False</property> <property name="use_stock">True</property> <signal name="clicked" handler="on_execute_button_clicked"/> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkButton" id="button1"> <property name="label">gtk-close</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="receives_default">False</property> <property name="use_stock">True</property> <signal name="clicked" handler="gtk_main_quit"/> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="pack_type">end</property> <property name="position">0</property> </packing> </child> </object> </child> <action-widgets> <action-widget response="0">ok-button</action-widget> <action-widget response="-7">button1</action-widget> </action-widgets> </object> </interface>