svm-toy.glade
上传用户:xgw_05
上传日期:2014-12-08
资源大小:2726k
文件大小:6k
源码类别:

.net编程

开发平台:

Java

  1. <?xml version="1.0"?>
  2. <GTK-Interface>
  3. <project>
  4.   <name>svm-toy</name>
  5.   <program_name>svm-toy</program_name>
  6.   <directory></directory>
  7.   <source_directory>src</source_directory>
  8.   <pixmaps_directory>pixmaps</pixmaps_directory>
  9.   <language>C</language>
  10.   <gnome_support>False</gnome_support>
  11.   <gettext_support>False</gettext_support>
  12.   <use_widget_names>False</use_widget_names>
  13.   <output_main_file>True</output_main_file>
  14.   <output_support_files>True</output_support_files>
  15.   <output_build_files>True</output_build_files>
  16.   <backup_source_files>False</backup_source_files>
  17.   <main_source_file>interface.c</main_source_file>
  18.   <main_header_file>interface.h</main_header_file>
  19.   <handler_source_file>callbacks.c</handler_source_file>
  20.   <handler_header_file>callbacks.h</handler_header_file>
  21.   <support_source_file>support.c</support_source_file>
  22.   <support_header_file>support.h</support_header_file>
  23.   <translatable_strings_file></translatable_strings_file>
  24. </project>
  25. <widget>
  26.   <class>GtkWindow</class>
  27.   <name>window</name>
  28.   <signal>
  29.     <name>destroy</name>
  30.     <handler>on_window1_destroy</handler>
  31.     <last_modification_time>Sun, 16 Apr 2000 09:47:10 GMT</last_modification_time>
  32.   </signal>
  33.   <title>SVM Toy</title>
  34.   <type>GTK_WINDOW_TOPLEVEL</type>
  35.   <position>GTK_WIN_POS_NONE</position>
  36.   <modal>False</modal>
  37.   <allow_shrink>False</allow_shrink>
  38.   <allow_grow>True</allow_grow>
  39.   <auto_shrink>False</auto_shrink>
  40.   <widget>
  41.     <class>GtkVBox</class>
  42.     <name>vbox1</name>
  43.     <homogeneous>False</homogeneous>
  44.     <spacing>0</spacing>
  45.     <widget>
  46.       <class>GtkDrawingArea</class>
  47.       <name>draw_main</name>
  48.       <width>500</width>
  49.       <height>500</height>
  50.       <events>GDK_EXPOSURE_MASK | GDK_BUTTON_PRESS_MASK</events>
  51.       <signal>
  52. <name>button_press_event</name>
  53. <handler>on_draw_main_button_press_event</handler>
  54. <last_modification_time>Sun, 16 Apr 2000 13:02:05 GMT</last_modification_time>
  55.       </signal>
  56.       <signal>
  57. <name>expose_event</name>
  58. <handler>on_draw_main_expose_event</handler>
  59. <last_modification_time>Sun, 16 Apr 2000 14:27:05 GMT</last_modification_time>
  60.       </signal>
  61.       <child>
  62. <padding>0</padding>
  63. <expand>True</expand>
  64. <fill>True</fill>
  65.       </child>
  66.     </widget>
  67.     <widget>
  68.       <class>GtkHBox</class>
  69.       <name>hbox1</name>
  70.       <homogeneous>False</homogeneous>
  71.       <spacing>0</spacing>
  72.       <child>
  73. <padding>0</padding>
  74. <expand>False</expand>
  75. <fill>False</fill>
  76.       </child>
  77.       <widget>
  78. <class>GtkButton</class>
  79. <name>button_change</name>
  80. <can_focus>True</can_focus>
  81. <signal>
  82.   <name>clicked</name>
  83.   <handler>on_button_change_clicked</handler>
  84.   <last_modification_time>Sun, 16 Apr 2000 09:40:18 GMT</last_modification_time>
  85. </signal>
  86. <label>Change</label>
  87. <child>
  88.   <padding>0</padding>
  89.   <expand>False</expand>
  90.   <fill>False</fill>
  91. </child>
  92.       </widget>
  93.       <widget>
  94. <class>GtkButton</class>
  95. <name>button_run</name>
  96. <can_focus>True</can_focus>
  97. <signal>
  98.   <name>clicked</name>
  99.   <handler>on_button_run_clicked</handler>
  100.   <last_modification_time>Sun, 16 Apr 2000 09:40:37 GMT</last_modification_time>
  101. </signal>
  102. <label>Run</label>
  103. <child>
  104.   <padding>0</padding>
  105.   <expand>False</expand>
  106.   <fill>False</fill>
  107. </child>
  108.       </widget>
  109.       <widget>
  110. <class>GtkButton</class>
  111. <name>button_clear</name>
  112. <can_focus>True</can_focus>
  113. <signal>
  114.   <name>clicked</name>
  115.   <handler>on_button_clear_clicked</handler>
  116.   <last_modification_time>Sun, 16 Apr 2000 09:40:44 GMT</last_modification_time>
  117. </signal>
  118. <label>Clear</label>
  119. <child>
  120.   <padding>0</padding>
  121.   <expand>False</expand>
  122.   <fill>False</fill>
  123. </child>
  124.       </widget>
  125.       <widget>
  126. <class>GtkButton</class>
  127. <name>button_save</name>
  128. <can_focus>True</can_focus>
  129. <signal>
  130.   <name>clicked</name>
  131.   <handler>on_button_save_clicked</handler>
  132.   <last_modification_time>Fri, 16 Jun 2000 18:23:46 GMT</last_modification_time>
  133. </signal>
  134. <label>Save</label>
  135. <child>
  136.   <padding>0</padding>
  137.   <expand>False</expand>
  138.   <fill>False</fill>
  139. </child>
  140.       </widget>
  141.       <widget>
  142. <class>GtkButton</class>
  143. <name>button_load</name>
  144. <can_focus>True</can_focus>
  145. <signal>
  146.   <name>clicked</name>
  147.   <handler>on_button_load_clicked</handler>
  148.   <last_modification_time>Fri, 16 Jun 2000 18:23:56 GMT</last_modification_time>
  149. </signal>
  150. <label>Load</label>
  151. <child>
  152.   <padding>0</padding>
  153.   <expand>False</expand>
  154.   <fill>False</fill>
  155. </child>
  156.       </widget>
  157.       <widget>
  158. <class>GtkEntry</class>
  159. <name>entry_option</name>
  160. <can_focus>True</can_focus>
  161. <signal>
  162.   <name>activate</name>
  163.   <handler>on_button_run_clicked</handler>
  164.   <last_modification_time>Sun, 16 Apr 2000 09:42:46 GMT</last_modification_time>
  165. </signal>
  166. <editable>True</editable>
  167. <text_visible>True</text_visible>
  168. <text_max_length>0</text_max_length>
  169. <text></text>
  170. <child>
  171.   <padding>0</padding>
  172.   <expand>True</expand>
  173.   <fill>True</fill>
  174. </child>
  175.       </widget>
  176.     </widget>
  177.   </widget>
  178. </widget>
  179. <widget>
  180.   <class>GtkFileSelection</class>
  181.   <name>fileselection</name>
  182.   <border_width>10</border_width>
  183.   <signal>
  184.     <name>destroy</name>
  185.     <handler>on_fileselection_destroy</handler>
  186.     <last_modification_time>Fri, 16 Jun 2000 18:11:28 GMT</last_modification_time>
  187.   </signal>
  188.   <title>Select File</title>
  189.   <type>GTK_WINDOW_TOPLEVEL</type>
  190.   <position>GTK_WIN_POS_NONE</position>
  191.   <modal>True</modal>
  192.   <allow_shrink>False</allow_shrink>
  193.   <allow_grow>True</allow_grow>
  194.   <auto_shrink>False</auto_shrink>
  195.   <show_file_op_buttons>True</show_file_op_buttons>
  196.   <widget>
  197.     <class>GtkButton</class>
  198.     <child_name>FileSel:ok_button</child_name>
  199.     <name>filesel_ok</name>
  200.     <can_default>True</can_default>
  201.     <can_focus>True</can_focus>
  202.     <signal>
  203.       <name>clicked</name>
  204.       <handler>on_filesel_ok_clicked</handler>
  205.       <last_modification_time>Fri, 16 Jun 2000 18:09:56 GMT</last_modification_time>
  206.     </signal>
  207.     <label>OK</label>
  208.   </widget>
  209.   <widget>
  210.     <class>GtkButton</class>
  211.     <child_name>FileSel:cancel_button</child_name>
  212.     <name>filesel_cancel</name>
  213.     <can_default>True</can_default>
  214.     <can_focus>True</can_focus>
  215.     <signal>
  216.       <name>clicked</name>
  217.       <handler>on_filesel_cancel_clicked</handler>
  218.       <last_modification_time>Fri, 16 Jun 2000 18:09:46 GMT</last_modification_time>
  219.     </signal>
  220.     <label>Cancel</label>
  221.   </widget>
  222. </widget>
  223. </GTK-Interface>