2010-10-07 19:44:17 -04:00
|
|
|
<?xml version="1.0"?>
|
2009-07-12 17:23:36 +01:00
|
|
|
<interface>
|
2009-08-06 11:53:34 +02:00
|
|
|
<requires lib="gtk+" version="2.16"/>
|
2009-07-12 17:23:36 +01:00
|
|
|
<!-- interface-naming-policy toplevel-contextual -->
|
2010-06-07 16:51:11 +01:00
|
|
|
<object class="GtkListStore" id="rotation-liststore">
|
|
|
|
<columns>
|
|
|
|
<!-- column-name item -->
|
|
|
|
<column type="gchararray"/>
|
|
|
|
</columns>
|
|
|
|
<data>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">Normal</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">Left</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">Right</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">Upside-down</col>
|
|
|
|
</row>
|
|
|
|
</data>
|
|
|
|
</object>
|
|
|
|
<object class="GtkWindow" id="window1">
|
|
|
|
<child>
|
|
|
|
<object class="GtkVBox" id="display-panel">
|
2009-07-12 17:23:36 +01:00
|
|
|
<property name="visible">True</property>
|
2010-10-07 19:44:17 -04:00
|
|
|
<property name="orientation">vertical</property>
|
2010-06-07 16:51:11 +01:00
|
|
|
<property name="spacing">6</property>
|
2009-07-12 17:23:36 +01:00
|
|
|
<child>
|
2010-10-06 15:59:58 +01:00
|
|
|
<object class="GtkAlignment" id="align">
|
2009-07-12 17:23:36 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
2010-10-06 15:59:58 +01:00
|
|
|
<placeholder/>
|
2010-02-12 13:15:57 -06:00
|
|
|
</child>
|
2010-10-06 15:59:58 +01:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkHBox" id="hbox1">
|
|
|
|
<property name="visible">True</property>
|
2010-02-12 13:15:57 -06:00
|
|
|
<child>
|
|
|
|
<object class="GtkAlignment" id="alignment1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
2009-07-12 17:23:36 +01:00
|
|
|
<child>
|
2010-02-12 13:15:57 -06:00
|
|
|
<object class="GtkTable" id="table1">
|
2009-07-12 17:23:36 +01:00
|
|
|
<property name="visible">True</property>
|
2010-11-14 13:22:04 -05:00
|
|
|
<property name="n_rows">5</property>
|
2010-02-12 13:15:57 -06:00
|
|
|
<property name="n_columns">2</property>
|
|
|
|
<property name="column_spacing">12</property>
|
|
|
|
<property name="row_spacing">6</property>
|
2009-07-12 17:23:36 +01:00
|
|
|
<child>
|
2010-10-06 15:59:58 +01:00
|
|
|
<object class="GtkEventBox" id="current_monitor_event_box">
|
2009-07-12 17:23:36 +01:00
|
|
|
<property name="visible">True</property>
|
2010-10-06 15:59:58 +01:00
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="current_monitor_label">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="label" translatable="yes">Monitor</property>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="weight" value="bold"/>
|
|
|
|
</attributes>
|
|
|
|
</object>
|
|
|
|
</child>
|
2010-02-12 13:15:57 -06:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-10-06 15:59:58 +01:00
|
|
|
<object class="GtkAlignment" id="alignment4">
|
2010-02-12 13:15:57 -06:00
|
|
|
<property name="visible">True</property>
|
2010-10-06 15:59:58 +01:00
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
2010-02-12 13:15:57 -06:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2010-11-14 13:22:04 -05:00
|
|
|
<property name="top_attach">4</property>
|
|
|
|
<property name="bottom_attach">5</property>
|
2010-10-06 15:59:58 +01:00
|
|
|
<property name="x_options"></property>
|
2010-02-12 13:15:57 -06:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkHBox" id="hbox2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="spacing">12</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkRadioButton" id="monitor_on_radio">
|
|
|
|
<property name="label" translatable="yes">On</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="active">True</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkRadioButton" id="monitor_off_radio">
|
|
|
|
<property name="label" translatable="yes">Off</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
<property name="group">monitor_on_radio</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2010-10-06 15:59:58 +01:00
|
|
|
<property name="left_attach">1</property>
|
2010-02-12 13:15:57 -06:00
|
|
|
<property name="right_attach">2</property>
|
2010-10-06 15:59:58 +01:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="label" translatable="yes">_Resolution:</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">resolution_combo</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2010-02-12 13:15:57 -06:00
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
2010-10-06 15:59:58 +01:00
|
|
|
<property name="x_options">GTK_FILL</property>
|
2010-02-12 13:15:57 -06:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label5">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="label" translatable="yes">R_otation:</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2010-11-14 13:22:04 -05:00
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
2010-02-12 13:15:57 -06:00
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-10-06 15:59:58 +01:00
|
|
|
<child>
|
|
|
|
<object class="GtkComboBox" id="resolution_combo">
|
|
|
|
<property name="visible">True</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="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-02-12 13:15:57 -06:00
|
|
|
<child>
|
|
|
|
<object class="GtkComboBox" id="rotation_combo">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText" id="cellrenderertext1"/>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">0</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2010-11-14 13:22:04 -05:00
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
2010-02-12 13:15:57 -06:00
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-10-07 20:18:09 -04:00
|
|
|
<object class="GtkCheckButton" id="primary_display_checkbox">
|
|
|
|
<property name="label" translatable="yes">_Include Top Menu Bar</property>
|
|
|
|
<property name="visible">True</property>
|
2009-07-12 17:23:36 +01:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2010-10-06 15:59:58 +01:00
|
|
|
<property name="right_attach">2</property>
|
2010-11-14 13:22:04 -05:00
|
|
|
<property name="top_attach">3</property>
|
|
|
|
<property name="bottom_attach">4</property>
|
2010-02-12 13:15:57 -06:00
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
<property name="y_options"></property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-10-06 15:59:58 +01:00
|
|
|
<placeholder/>
|
2009-07-12 17:23:36 +01:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2010-10-06 15:59:58 +01:00
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkAlignment" id="alignment2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkVBox" id="vbox2">
|
|
|
|
<property name="visible">True</property>
|
2010-10-07 19:44:17 -04:00
|
|
|
<property name="orientation">vertical</property>
|
2010-10-06 15:59:58 +01:00
|
|
|
<child>
|
|
|
|
<object class="GtkCheckButton" id="clone_checkbox">
|
|
|
|
<property name="label" translatable="yes">_Mirror Screens</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="clone_resolution_warning_label">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="label" translatable="yes"><i>Note: may limit resolution options</i></property>
|
|
|
|
<property name="use_markup">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-10-07 19:44:17 -04:00
|
|
|
<placeholder/>
|
2010-10-06 15:59:58 +01:00
|
|
|
</child>
|
|
|
|
<child>
|
2010-10-07 19:44:17 -04:00
|
|
|
<placeholder/>
|
2010-10-06 15:59:58 +01:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="position">2</property>
|
2009-07-12 17:23:36 +01:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2010-10-06 15:59:58 +01:00
|
|
|
<property name="position">1</property>
|
2009-07-12 17:23:36 +01:00
|
|
|
</packing>
|
|
|
|
</child>
|
2010-06-07 16:51:11 +01:00
|
|
|
<child>
|
|
|
|
<object class="GtkHButtonBox" id="hbuttonbox1">
|
2009-07-12 17:23:36 +01:00
|
|
|
<property name="visible">True</property>
|
2010-06-07 16:51:11 +01:00
|
|
|
<property name="spacing">6</property>
|
2009-07-12 17:23:36 +01:00
|
|
|
<property name="layout_style">end</property>
|
2010-03-10 12:17:53 -06:00
|
|
|
<child>
|
2010-10-07 19:44:17 -04:00
|
|
|
<object class="GtkButton" id="apply_button">
|
|
|
|
<property name="label">gtk-apply</property>
|
2010-03-10 12:17:53 -06:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2010-10-07 19:44:17 -04:00
|
|
|
<property name="can_default">True</property>
|
2010-03-10 12:17:53 -06:00
|
|
|
<property name="receives_default">True</property>
|
2010-10-07 19:44:17 -04:00
|
|
|
<property name="use_stock">True</property>
|
2010-03-10 12:17:53 -06:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
2010-10-07 19:44:17 -04:00
|
|
|
<property name="position">1</property>
|
2009-07-12 17:23:36 +01:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-10-07 19:44:17 -04:00
|
|
|
<object class="GtkButton" id="detect_displays_button">
|
|
|
|
<property name="label" translatable="yes">_Detect monitors</property>
|
2009-07-12 17:23:36 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2010-06-07 16:51:11 +01:00
|
|
|
<property name="receives_default">True</property>
|
2010-10-07 19:44:17 -04:00
|
|
|
<property name="use_underline">True</property>
|
2009-07-12 17:23:36 +01:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
2010-10-07 19:44:17 -04:00
|
|
|
<property name="pack_type">end</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
<property name="secondary">True</property>
|
2009-07-12 17:23:36 +01:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2010-10-06 15:59:58 +01:00
|
|
|
<property name="position">2</property>
|
2009-07-12 17:23:36 +01:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</interface>
|