medit/moo/mooedit/glade/mooedittools-exe.glade

127 lines
5.0 KiB
Plaintext
Raw Normal View History

2008-08-24 01:54:32 -05:00
<?xml version="1.0"?>
<glade-interface>
<widget class="GtkWindow" id="window5">
<property name="visible">True</property>
<property name="title">window2</property>
<child>
2008-08-24 04:06:24 -05:00
<widget class="GtkVBox" id="ExePage">
2008-08-24 01:54:32 -05:00
<property name="visible">True</property>
<property name="spacing">6</property>
2008-08-24 01:54:32 -05:00
<child>
<widget class="GtkTable" id="table1">
<property name="visible">True</property>
<property name="n_rows">3</property>
<property name="n_columns">2</property>
<property name="column_spacing">6</property>
<property name="row_spacing">6</property>
2008-08-24 01:54:32 -05:00
<child>
<widget class="GtkComboBox" id="filter">
2008-08-24 01:54:32 -05:00
<property name="visible">True</property>
<property name="items">None
Something
</property>
</widget>
<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>
2008-08-24 01:54:32 -05:00
<property name="x_options">GTK_FILL</property>
<property name="y_options">GTK_FILL</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label16">
2008-08-24 01:54:32 -05:00
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Filter:</property>
2008-08-24 01:54:32 -05:00
</widget>
<packing>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
2008-08-24 01:54:32 -05:00
<property name="x_options">GTK_FILL</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkComboBox" id="output">
<property name="visible">True</property>
<property name="items">None
Something
</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options">GTK_FILL</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label15">
2008-08-24 01:54:32 -05:00
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Output:</property>
2008-08-24 01:54:32 -05:00
</widget>
<packing>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
2008-08-24 01:54:32 -05:00
<property name="x_options">GTK_FILL</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkComboBox" id="input">
2008-08-24 01:54:32 -05:00
<property name="visible">True</property>
<property name="items">None
Something
</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options">GTK_FILL</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label14">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Input:</property>
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
<property name="y_options"></property>
</packing>
</child>
2008-08-24 01:54:32 -05:00
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
2008-08-24 01:54:32 -05:00
</packing>
</child>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow4">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
<child>
<widget class="GtkTextView" id="textview:MooTextView">
<property name="visible">True</property>
</widget>
</child>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
</widget>
</glade-interface>