diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-05-09 05:38:48 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-05-09 05:38:48 +0000 |
| commit | 2f0f4c038428171244fd4e188a04df3aa07b241a (patch) | |
| tree | 04157330145c9fc1cbd28e2c61d50778b28a7b6d /plugins/dfinput/dfinput.ui | |
| parent | 8f4da5b653f91eaca82f02565a9932ae0ef371f8 (diff) | |
| download | pcsxr-2f0f4c038428171244fd4e188a04df3aa07b241a.tar.gz | |
dfinput, mouse (experimental).
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@66705 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfinput/dfinput.ui')
| -rw-r--r-- | plugins/dfinput/dfinput.ui | 31 |
1 files changed, 25 insertions, 6 deletions
diff --git a/plugins/dfinput/dfinput.ui b/plugins/dfinput/dfinput.ui index 144a14c8..5d3ef1ef 100644 --- a/plugins/dfinput/dfinput.ui +++ b/plugins/dfinput/dfinput.ui @@ -4,7 +4,7 @@ <!-- interface-naming-policy project-wide --> <object class="GtkListStore" id="liststore1"> <columns> - <!-- column-name item text --> + <!-- column-name item --> <column type="gchararray"/> </columns> <data> @@ -14,11 +14,14 @@ <row> <col id="0" translatable="yes">Analog Pad</col> </row> + <row> + <col id="0" translatable="yes">Mouse</col> + </row> </data> </object> <object class="GtkListStore" id="liststore2"> <columns> - <!-- column-name item text --> + <!-- column-name item --> <column type="gchararray"/> </columns> <data> @@ -28,6 +31,9 @@ <row> <col id="0" translatable="yes">Analog Pad</col> </row> + <row> + <col id="0" translatable="yes">Mouse</col> + </row> </data> </object> <object class="GtkDialog" id="CfgWnd"> @@ -35,7 +41,6 @@ <property name="resizable">False</property> <property name="window_position">center</property> <property name="type_hint">normal</property> - <property name="has_separator">False</property> <child internal-child="vbox"> <object class="GtkVBox" id="dialog-vbox1"> <property name="visible">True</property> @@ -456,8 +461,9 @@ <child> <object class="GtkVBox" id="vbox3"> <property name="visible">True</property> + <property name="border_width">5</property> <property name="orientation">vertical</property> - <property name="spacing">20</property> + <property name="spacing">5</property> <child> <object class="GtkCheckButton" id="checkmt"> <property name="label" translatable="yes">Multi-Threaded (Recommended)</property> @@ -468,11 +474,24 @@ </object> <packing> <property name="expand">False</property> - <property name="fill">False</property> - <property name="padding">16</property> <property name="position">0</property> </packing> </child> + <child> + <object class="GtkCheckButton" id="checkcg"> + <property name="label" translatable="yes">Hide cursor</property> + <property name="visible">True</property> + <property name="sensitive">False</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">1</property> + </packing> + </child> </object> <packing> <property name="position">2</property> |
