diff options
| -rw-r--r-- | mixgtk/mixgtk.glade | 191 | 
1 files changed, 191 insertions, 0 deletions
diff --git a/mixgtk/mixgtk.glade b/mixgtk/mixgtk.glade index eaf7680..6676fbd 100644 --- a/mixgtk/mixgtk.glade +++ b/mixgtk/mixgtk.glade @@ -275,6 +275,18 @@  	  <widget>  	    <class>GtkMenuItem</class> +	    <name>external_programs1</name> +	    <signal> +	      <name>activate</name> +	      <handler>on_external_programs_activate</handler> +	      <last_modification_time>Fri, 01 Jun 2001 23:35:01 GMT</last_modification_time> +	    </signal> +	    <label>E_xternal programs...</label> +	    <right_justify>False</right_justify> +	  </widget> + +	  <widget> +	    <class>GtkMenuItem</class>  	    <name>separator1</name>  	    <right_justify>False</right_justify>  	  </widget> @@ -2504,4 +2516,183 @@    </widget>  </widget> +<widget> +  <class>GtkDialog</class> +  <name>external_dialog</name> +  <width>235</width> +  <height>210</height> +  <visible>False</visible> +  <signal> +    <name>delete_event</name> +    <handler>gtk_widget_hide</handler> +    <last_modification_time>Fri, 01 Jun 2001 23:57:57 GMT</last_modification_time> +  </signal> +  <signal> +    <name>destroy_event</name> +    <handler>gtk_widget_hide</handler> +    <last_modification_time>Fri, 01 Jun 2001 23:58:51 GMT</last_modification_time> +  </signal> +  <signal> +    <name>destroy</name> +    <handler>gtk_widget_hide</handler> +    <last_modification_time>Fri, 01 Jun 2001 23:59:02 GMT</last_modification_time> +  </signal> +  <title>External programs</title> +  <type>GTK_WINDOW_DIALOG</type> +  <position>GTK_WIN_POS_NONE</position> +  <modal>True</modal> +  <allow_shrink>False</allow_shrink> +  <allow_grow>False</allow_grow> +  <auto_shrink>False</auto_shrink> + +  <widget> +    <class>GtkVBox</class> +    <child_name>Dialog:vbox</child_name> +    <name>dialog-vbox9</name> +    <homogeneous>False</homogeneous> +    <spacing>0</spacing> + +    <widget> +      <class>GtkHBox</class> +      <child_name>Dialog:action_area</child_name> +      <name>dialog-action_area9</name> +      <border_width>3</border_width> +      <homogeneous>False</homogeneous> +      <spacing>5</spacing> +      <child> +	<padding>0</padding> +	<expand>False</expand> +	<fill>True</fill> +	<pack>GTK_PACK_END</pack> +      </child> + +      <widget> +	<class>GtkHButtonBox</class> +	<name>hbuttonbox9</name> +	<layout_style>GTK_BUTTONBOX_SPREAD</layout_style> +	<spacing>10</spacing> +	<child_min_width>85</child_min_width> +	<child_min_height>27</child_min_height> +	<child_ipad_x>5</child_ipad_x> +	<child_ipad_y>0</child_ipad_y> +	<child> +	  <padding>0</padding> +	  <expand>True</expand> +	  <fill>True</fill> +	</child> + +	<widget> +	  <class>GtkButton</class> +	  <name>extern_cancel_button</name> +	  <can_default>True</can_default> +	  <can_focus>True</can_focus> +	  <label>_Cancel</label> +	  <relief>GTK_RELIEF_NORMAL</relief> +	</widget> + +	<widget> +	  <class>GtkButton</class> +	  <name>extern_ok_button</name> +	  <can_default>True</can_default> +	  <can_focus>True</can_focus> +	  <label>_OK</label> +	  <relief>GTK_RELIEF_NORMAL</relief> +	</widget> +      </widget> +    </widget> + +    <widget> +      <class>GtkVBox</class> +      <name>vbox2</name> +      <homogeneous>True</homogeneous> +      <spacing>0</spacing> +      <child> +	<padding>0</padding> +	<expand>True</expand> +	<fill>True</fill> +      </child> + +      <widget> +	<class>GtkFixed</class> +	<name>fixed3</name> +	<child> +	  <padding>0</padding> +	  <expand>True</expand> +	  <fill>True</fill> +	</child> + +	<widget> +	  <class>GtkEntry</class> +	  <name>editor_entry</name> +	  <x>48</x> +	  <y>40</y> +	  <width>160</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> +	</widget> + +	<widget> +	  <class>GtkLabel</class> +	  <name>label234</name> +	  <x>16</x> +	  <y>16</y> +	  <width>176</width> +	  <height>16</height> +	  <label>Editor command (e.g vi %s)</label> +	  <justify>GTK_JUSTIFY_LEFT</justify> +	  <wrap>False</wrap> +	  <xalign>0.5</xalign> +	  <yalign>0.5</yalign> +	  <xpad>0</xpad> +	  <ypad>0</ypad> +	</widget> +      </widget> + +      <widget> +	<class>GtkFixed</class> +	<name>fixed4</name> +	<child> +	  <padding>0</padding> +	  <expand>True</expand> +	  <fill>True</fill> +	</child> + +	<widget> +	  <class>GtkEntry</class> +	  <name>mixasm_entry</name> +	  <x>48</x> +	  <y>40</y> +	  <width>158</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> +	</widget> + +	<widget> +	  <class>GtkLabel</class> +	  <name>label235</name> +	  <x>11</x> +	  <y>8</y> +	  <width>168</width> +	  <height>16</height> +	  <label>MIX sssembler command</label> +	  <justify>GTK_JUSTIFY_LEFT</justify> +	  <wrap>False</wrap> +	  <xalign>0.5</xalign> +	  <yalign>0.5</yalign> +	  <xpad>0</xpad> +	  <ypad>0</ypad> +	</widget> +      </widget> +    </widget> +  </widget> +</widget> +  </GTK-Interface>  | 
