<?xml version="1.0"?> <interface> <!-- interface-requires gtk+ 2.12 --> <!-- interface-naming-policy project-wide --> <object class="GtkWindow" id="window1"> <child> <object class="GtkExpander" id="DistributedSupportExpander"> <property name="visible">True</property> <property name="can_focus">True</property> <child> <object class="GtkAlignment" id="alignment3"> <property name="visible">True</property> <property name="left_padding">30</property> <child> <object class="GtkTable" id="table12"> <property name="visible">True</property> <property name="n_rows">3</property> <property name="n_columns">2</property> <property name="column_spacing">3</property> <property name="row_spacing">2</property> <child> <object class="GtkSpinButton" id="GridMinBridgesPerPolygon"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">●</property> <property name="adjustment">SupportGridMinBridgesPerPolygon</property> </object> <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> <object class="GtkLabel" id="GridMinBridgesPerPolygonLabel"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">Minimum bridges per polygon:</property> </object> <packing> <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> <object class="GtkSpinButton" id="GridAverageDistance"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">●</property> <property name="adjustment">SupportGridAverageDistance</property> <property name="digits">2</property> </object> <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> <object class="GtkLabel" id="GridAverageDistanceLabel"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">Average distance between bridges:</property> </object> <packing> <property name="x_options">GTK_FILL</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <object class="GtkLabel" id="GridLengthLabel"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">Length of each bridge:</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">GTK_FILL</property> </packing> </child> <child> <object class="GtkSpinButton" id="GridLengthControl"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">●</property> <property name="adjustment">SupportGridLength</property> <property name="digits">2</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="x_options">GTK_FILL</property> <property name="y_options">GTK_FILL</property> </packing> </child> </object> </child> </object> </child> <child type="label"> <object class="GtkLabel" id="GridAverageDistanceExpanderLabel"> <property name="visible">True</property> <property name="label" translatable="yes">Distribution</property> </object> </child> </object> </child> </object> <object class="GtkAdjustment" id="SupportGridAverageDistance"> <property name="lower">0.01</property> <property name="upper">500</property> <property name="step_increment">1</property> </object> <object class="GtkAdjustment" id="SupportGridMinBridgesPerPolygon"> <property name="lower">1</property> <property name="upper">20</property> <property name="step_increment">1</property> </object> <object class="GtkAdjustment" id="SupportGridLength"> <property name="lower">-100</property> <property name="upper">100</property> <property name="step_increment">1</property> </object> </interface>