summaryrefslogtreecommitdiffhomepage
path: root/mixgtk/mixgtk.glade
diff options
context:
space:
mode:
Diffstat (limited to 'mixgtk/mixgtk.glade')
-rw-r--r--mixgtk/mixgtk.glade33
1 files changed, 17 insertions, 16 deletions
diff --git a/mixgtk/mixgtk.glade b/mixgtk/mixgtk.glade
index a0dcfcf..5a74485 100644
--- a/mixgtk/mixgtk.glade
+++ b/mixgtk/mixgtk.glade
@@ -1220,7 +1220,7 @@
<widget>
<class>GtkScrolledWindow</class>
<name>mixlog_scrolledwindow</name>
- <hscrollbar_policy>GTK_POLICY_NEVER</hscrollbar_policy>
+ <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
<vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
<hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
<vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
@@ -1245,9 +1245,10 @@
<can_focus>True</can_focus>
<has_focus>True</has_focus>
<signal>
- <name>activate</name>
- <handler>on_mixvm_cmd_entry_activate</handler>
- <last_modification_time>Thu, 22 Feb 2001 23:26:28 GMT</last_modification_time>
+ <name>key_press_event</name>
+ <handler>on_command_prompt_key_press_event</handler>
+ <after>True</after>
+ <last_modification_time>Wed, 06 Jun 2001 06:46:05 GMT</last_modification_time>
</signal>
<editable>True</editable>
<text_visible>True</text_visible>
@@ -2519,7 +2520,7 @@
<widget>
<class>GtkDialog</class>
<name>external_dialog</name>
- <width>235</width>
+ <width>285</width>
<height>210</height>
<visible>False</visible>
<signal>
@@ -2636,23 +2637,23 @@
<name>editor_entry</name>
<x>48</x>
<y>40</y>
- <width>160</width>
+ <width>220</width>
<height>24</height>
<can_focus>True</can_focus>
<editable>True</editable>
<text_visible>True</text_visible>
<text_max_length>0</text_max_length>
- <text>vi %s</text>
+ <text>xterm -e vi %s</text>
</widget>
<widget>
<class>GtkLabel</class>
<name>label234</name>
- <x>16</x>
+ <x>3</x>
<y>16</y>
- <width>176</width>
+ <width>223</width>
<height>16</height>
- <label>Editor command (e.g vi %s)</label>
+ <label>Editor command (e.g xterm -e vi %s)</label>
<justify>GTK_JUSTIFY_LEFT</justify>
<wrap>False</wrap>
<xalign>0.5</xalign>
@@ -2676,23 +2677,23 @@
<name>mixasm_entry</name>
<x>48</x>
<y>40</y>
- <width>158</width>
+ <width>220</width>
<height>22</height>
<can_focus>True</can_focus>
<editable>True</editable>
<text_visible>True</text_visible>
<text_max_length>0</text_max_length>
- <text>mixasm -g</text>
+ <text>mixasm -g %s</text>
</widget>
<widget>
<class>GtkLabel</class>
<name>label235</name>
- <x>11</x>
- <y>8</y>
- <width>168</width>
+ <x>0</x>
+ <y>16</y>
+ <width>278</width>
<height>16</height>
- <label>MIX sssembler command</label>
+ <label>MIX sssembler command (e.g. mixasm -g %s)</label>
<justify>GTK_JUSTIFY_LEFT</justify>
<wrap>False</wrap>
<xalign>0.5</xalign>