summaryrefslogtreecommitdiffhomepage
path: root/mixgtk/mixgtk.glade
diff options
context:
space:
mode:
authorjaortega <jaortega>2001-03-15 23:43:40 +0000
committerjaortega <jaortega>2001-03-15 23:43:40 +0000
commit162667f5125cfbeb01b48c71d5cf0b552b30043b (patch)
tree32a62da0e537cca2c02511b13328103e8725d7ad /mixgtk/mixgtk.glade
parent44984f46aa6fdc81fe8e5af29e09c9c624d864c5 (diff)
downloadmdk-162667f5125cfbeb01b48c71d5cf0b552b30043b.tar.gz
mdk-162667f5125cfbeb01b48c71d5cf0b552b30043b.tar.bz2
0.3 pre-release
Diffstat (limited to 'mixgtk/mixgtk.glade')
-rw-r--r--mixgtk/mixgtk.glade138
1 files changed, 78 insertions, 60 deletions
diff --git a/mixgtk/mixgtk.glade b/mixgtk/mixgtk.glade
index 0d30282..ced029b 100644
--- a/mixgtk/mixgtk.glade
+++ b/mixgtk/mixgtk.glade
@@ -141,6 +141,24 @@
<label>_Next</label>
<right_justify>False</right_justify>
</widget>
+
+ <widget>
+ <class>GtkMenuItem</class>
+ <name>clear_breakpoints</name>
+ <tooltip>Clear all set breakpoints</tooltip>
+ <accelerator>
+ <modifiers>GDK_MOD1_MASK</modifiers>
+ <key>GDK_C</key>
+ <signal>activate</signal>
+ </accelerator>
+ <signal>
+ <name>activate</name>
+ <handler>on_clear_breakpoints_activate</handler>
+ <last_modification_time>Thu, 15 Mar 2001 23:26:49 GMT</last_modification_time>
+ </signal>
+ <label>_Clear breakpoints</label>
+ <right_justify>False</right_justify>
+ </widget>
</widget>
</widget>
@@ -762,6 +780,66 @@
</widget>
<widget>
+ <class>GtkRadioButton</class>
+ <name>lesser_radio</name>
+ <x>264</x>
+ <y>128</y>
+ <width>35</width>
+ <height>24</height>
+ <tooltip>Comparison flag: lesser</tooltip>
+ <can_focus>True</can_focus>
+ <signal>
+ <name>toggled</name>
+ <handler>on_cmp_l_toggled</handler>
+ <last_modification_time>Tue, 06 Mar 2001 21:21:51 GMT</last_modification_time>
+ </signal>
+ <label>L</label>
+ <active>False</active>
+ <draw_indicator>True</draw_indicator>
+ <group>cmp_group</group>
+ </widget>
+
+ <widget>
+ <class>GtkRadioButton</class>
+ <name>equal_radio</name>
+ <x>304</x>
+ <y>128</y>
+ <width>31</width>
+ <height>24</height>
+ <tooltip>Comparison flag: equal</tooltip>
+ <can_focus>True</can_focus>
+ <signal>
+ <name>toggled</name>
+ <handler>on_cmp_e_toggled</handler>
+ <last_modification_time>Tue, 06 Mar 2001 21:22:04 GMT</last_modification_time>
+ </signal>
+ <label>E</label>
+ <active>False</active>
+ <draw_indicator>True</draw_indicator>
+ <group>cmp_group</group>
+ </widget>
+
+ <widget>
+ <class>GtkRadioButton</class>
+ <name>greater_radio</name>
+ <x>336</x>
+ <y>128</y>
+ <width>32</width>
+ <height>24</height>
+ <tooltip>Comparison flag: greater</tooltip>
+ <can_focus>True</can_focus>
+ <signal>
+ <name>toggled</name>
+ <handler>on_cmp_g_toggled</handler>
+ <last_modification_time>Tue, 06 Mar 2001 21:21:40 GMT</last_modification_time>
+ </signal>
+ <label>G</label>
+ <active>False</active>
+ <draw_indicator>True</draw_indicator>
+ <group>cmp_group</group>
+ </widget>
+
+ <widget>
<class>GtkScrolledWindow</class>
<name>memory_scroll</name>
<x>398</x>
@@ -824,66 +902,6 @@
</widget>
</widget>
</widget>
-
- <widget>
- <class>GtkRadioButton</class>
- <name>lesser_radio</name>
- <x>264</x>
- <y>128</y>
- <width>35</width>
- <height>24</height>
- <tooltip>Comparison flag: lesser</tooltip>
- <can_focus>True</can_focus>
- <signal>
- <name>toggled</name>
- <handler>on_cmp_l_toggled</handler>
- <last_modification_time>Tue, 06 Mar 2001 21:21:51 GMT</last_modification_time>
- </signal>
- <label>L</label>
- <active>False</active>
- <draw_indicator>True</draw_indicator>
- <group>cmp_group</group>
- </widget>
-
- <widget>
- <class>GtkRadioButton</class>
- <name>equal_radio</name>
- <x>304</x>
- <y>128</y>
- <width>31</width>
- <height>24</height>
- <tooltip>Comparison flag: equal</tooltip>
- <can_focus>True</can_focus>
- <signal>
- <name>toggled</name>
- <handler>on_cmp_e_toggled</handler>
- <last_modification_time>Tue, 06 Mar 2001 21:22:04 GMT</last_modification_time>
- </signal>
- <label>E</label>
- <active>False</active>
- <draw_indicator>True</draw_indicator>
- <group>cmp_group</group>
- </widget>
-
- <widget>
- <class>GtkRadioButton</class>
- <name>greater_radio</name>
- <x>336</x>
- <y>128</y>
- <width>32</width>
- <height>24</height>
- <tooltip>Comparison flag: greater</tooltip>
- <can_focus>True</can_focus>
- <signal>
- <name>toggled</name>
- <handler>on_cmp_g_toggled</handler>
- <last_modification_time>Tue, 06 Mar 2001 21:21:40 GMT</last_modification_time>
- </signal>
- <label>G</label>
- <active>False</active>
- <draw_indicator>True</draw_indicator>
- <group>cmp_group</group>
- </widget>
</widget>
<widget>