wxruby3 0.9.0-x64-mingw-ucrt → 0.9.2-x64-mingw-ucrt

Sign up to get free protection for your applications and to get access to all the features.
Files changed (466) hide show
  1. checksums.yaml +4 -4
  2. data/.yardopts +1 -0
  3. data/ext/wxbase32u_gcc_custom.dll +0 -0
  4. data/ext/wxbase32u_net_gcc_custom.dll +0 -0
  5. data/ext/wxbase32u_xml_gcc_custom.dll +0 -0
  6. data/ext/wxmsw32u_aui_gcc_custom.dll +0 -0
  7. data/ext/wxmsw32u_core_gcc_custom.dll +0 -0
  8. data/ext/wxmsw32u_gl_gcc_custom.dll +0 -0
  9. data/ext/wxmsw32u_html_gcc_custom.dll +0 -0
  10. data/ext/wxmsw32u_media_gcc_custom.dll +0 -0
  11. data/ext/wxmsw32u_propgrid_gcc_custom.dll +0 -0
  12. data/ext/wxmsw32u_qa_gcc_custom.dll +0 -0
  13. data/ext/wxmsw32u_ribbon_gcc_custom.dll +0 -0
  14. data/ext/wxmsw32u_richtext_gcc_custom.dll +0 -0
  15. data/ext/wxmsw32u_stc_gcc_custom.dll +0 -0
  16. data/ext/wxmsw32u_webview_gcc_custom.dll +0 -0
  17. data/ext/wxmsw32u_xrc_gcc_custom.dll +0 -0
  18. data/lib/wx/aui/aui_tab_ctrl.rb +18 -0
  19. data/lib/wx/aui/auinotebook.rb +6 -2
  20. data/lib/wx/aui/require.rb +1 -0
  21. data/lib/wx/core/app.rb +2 -2
  22. data/lib/wx/core/collapsible_pane.rb +1 -1
  23. data/lib/wx/core/const.rb +83 -0
  24. data/lib/wx/core/controlwithitems.rb +8 -6
  25. data/lib/wx/core/events/evt_list.rb +24 -0
  26. data/lib/wx/core/menu.rb +10 -0
  27. data/lib/wx/core/notebook.rb +6 -2
  28. data/lib/wx/core/sizer.rb +11 -0
  29. data/lib/wx/core/task_bar_button.rb +19 -0
  30. data/lib/wx/core/textctrl.rb +11 -1
  31. data/lib/wx/core/{treectrl.rb → tree_ctrl.rb} +31 -12
  32. data/lib/wx/core/window.rb +10 -0
  33. data/lib/wx/doc/app.rb +48 -38
  34. data/lib/wx/doc/art_locator.rb +47 -43
  35. data/lib/wx/doc/aui/auimanager.rb +16 -8
  36. data/lib/wx/doc/aui/auinotebook.rb +20 -5
  37. data/lib/wx/doc/clipboard.rb +11 -7
  38. data/lib/wx/doc/colour_dialog.rb +14 -10
  39. data/lib/wx/doc/const.rb +66 -66
  40. data/lib/wx/doc/controlwithitems.rb +17 -7
  41. data/lib/wx/doc/data_object.rb +2 -2
  42. data/lib/wx/doc/event.rb +0 -6
  43. data/lib/wx/doc/evthandler.rb +113 -108
  44. data/lib/wx/doc/font.rb +1 -0
  45. data/lib/wx/doc/functions.rb +9 -9
  46. data/lib/wx/doc/gc_dc.rb +6 -1
  47. data/lib/wx/doc/gen/about_dialog_info.rb +1 -2
  48. data/lib/wx/doc/gen/accelerator.rb +14 -5
  49. data/lib/wx/doc/gen/accessible.rb +35 -47
  50. data/lib/wx/doc/gen/activity_indicator.rb +6 -7
  51. data/lib/wx/doc/gen/animation.rb +7 -3
  52. data/lib/wx/doc/gen/animation_ctrl.rb +8 -9
  53. data/lib/wx/doc/gen/any_button.rb +6 -1
  54. data/lib/wx/doc/gen/app.rb +7 -5
  55. data/lib/wx/doc/gen/app_traits.rb +27 -10
  56. data/lib/wx/doc/gen/art_provider.rb +20 -8
  57. data/lib/wx/doc/gen/aui/aui_dock_art.rb +6 -3
  58. data/lib/wx/doc/gen/aui/aui_floating_frame.rb +1 -0
  59. data/lib/wx/doc/gen/aui/aui_manager.rb +11 -7
  60. data/lib/wx/doc/gen/aui/aui_manager_event.rb +3 -4
  61. data/lib/wx/doc/gen/aui/aui_mdi_child_frame.rb +3 -2
  62. data/lib/wx/doc/gen/aui/aui_mdi_client_window.rb +1 -0
  63. data/lib/wx/doc/gen/aui/aui_mdi_parent_frame.rb +8 -3
  64. data/lib/wx/doc/gen/aui/aui_notebook.rb +14 -8
  65. data/lib/wx/doc/gen/aui/aui_notebook_event.rb +4 -4
  66. data/lib/wx/doc/gen/aui/aui_pane_info.rb +9 -2
  67. data/lib/wx/doc/gen/aui/aui_tab_art.rb +3 -3
  68. data/lib/wx/doc/gen/aui/aui_tab_ctrl.rb +2 -2
  69. data/lib/wx/doc/gen/aui/aui_tool_bar.rb +9 -6
  70. data/lib/wx/doc/gen/aui/aui_tool_bar_art.rb +2 -2
  71. data/lib/wx/doc/gen/aui/aui_tool_bar_event.rb +5 -8
  72. data/lib/wx/doc/gen/aui/aui_tool_bar_item.rb +1 -1
  73. data/lib/wx/doc/gen/aui/event_list.rb +164 -160
  74. data/lib/wx/doc/gen/banner_window.rb +3 -3
  75. data/lib/wx/doc/gen/bitmap.rb +34 -17
  76. data/lib/wx/doc/gen/bitmap_button.rb +13 -10
  77. data/lib/wx/doc/gen/bitmap_combo_box.rb +16 -12
  78. data/lib/wx/doc/gen/book_ctrl_base.rb +16 -4
  79. data/lib/wx/doc/gen/book_ctrl_event.rb +7 -3
  80. data/lib/wx/doc/gen/box_sizer.rb +0 -1
  81. data/lib/wx/doc/gen/brush.rb +5 -2
  82. data/lib/wx/doc/gen/busy_info.rb +2 -2
  83. data/lib/wx/doc/gen/button.rb +25 -13
  84. data/lib/wx/doc/gen/calculate_layout_event.rb +1 -3
  85. data/lib/wx/doc/gen/calendar_ctrl.rb +18 -15
  86. data/lib/wx/doc/gen/calendar_date_attr.rb +1 -1
  87. data/lib/wx/doc/gen/calendar_event.rb +4 -3
  88. data/lib/wx/doc/gen/caret.rb +0 -1
  89. data/lib/wx/doc/gen/check_box.rb +9 -9
  90. data/lib/wx/doc/gen/check_list_box.rb +8 -9
  91. data/lib/wx/doc/gen/choice.rb +18 -11
  92. data/lib/wx/doc/gen/choicebook.rb +6 -7
  93. data/lib/wx/doc/gen/client_dc.rb +5 -2
  94. data/lib/wx/doc/gen/clipboard.rb +7 -3
  95. data/lib/wx/doc/gen/collapsible_pane.rb +8 -9
  96. data/lib/wx/doc/gen/collapsible_pane_event.rb +2 -3
  97. data/lib/wx/doc/gen/colour.rb +8 -4
  98. data/lib/wx/doc/gen/colour_dialog.rb +6 -8
  99. data/lib/wx/doc/gen/colour_picker_ctrl.rb +11 -12
  100. data/lib/wx/doc/gen/colour_picker_event.rb +4 -5
  101. data/lib/wx/doc/gen/combo_box.rb +20 -17
  102. data/lib/wx/doc/gen/combo_ctrl.rb +100 -37
  103. data/lib/wx/doc/gen/command_link_button.rb +6 -7
  104. data/lib/wx/doc/gen/context_help_button.rb +7 -3
  105. data/lib/wx/doc/gen/control.rb +12 -10
  106. data/lib/wx/doc/gen/control_with_items.rb +0 -1
  107. data/lib/wx/doc/gen/core.rb +4 -4
  108. data/lib/wx/doc/gen/cursor.rb +6 -8
  109. data/lib/wx/doc/gen/data_format.rb +6 -1
  110. data/lib/wx/doc/gen/data_object.rb +16 -14
  111. data/lib/wx/doc/gen/date_event.rb +2 -2
  112. data/lib/wx/doc/gen/date_picker_ctrl.rb +14 -10
  113. data/lib/wx/doc/gen/dc.rb +155 -37
  114. data/lib/wx/doc/gen/defs.rb +54 -54
  115. data/lib/wx/doc/gen/dial_up_event.rb +41 -0
  116. data/lib/wx/doc/gen/dial_up_manager.rb +137 -0
  117. data/lib/wx/doc/gen/dialog.rb +35 -15
  118. data/lib/wx/doc/gen/dir_dialog.rb +17 -5
  119. data/lib/wx/doc/gen/dir_filter_list_ctrl.rb +1 -0
  120. data/lib/wx/doc/gen/dir_picker_ctrl.rb +11 -12
  121. data/lib/wx/doc/gen/drag_drop.rb +11 -10
  122. data/lib/wx/doc/gen/drag_image.rb +6 -2
  123. data/lib/wx/doc/gen/editable_list_box.rb +4 -4
  124. data/lib/wx/doc/gen/event.rb +42 -20
  125. data/lib/wx/doc/gen/event_blocker.rb +1 -3
  126. data/lib/wx/doc/gen/event_list.rb +1656 -1624
  127. data/lib/wx/doc/gen/events.rb +170 -181
  128. data/lib/wx/doc/gen/evt_handler.rb +11 -3
  129. data/lib/wx/doc/gen/ext_help_controller.rb +1 -1
  130. data/lib/wx/doc/gen/file_ctrl.rb +209 -0
  131. data/lib/wx/doc/gen/file_ctrl_event.rb +79 -0
  132. data/lib/wx/doc/gen/file_dialog.rb +32 -15
  133. data/lib/wx/doc/gen/file_dialog_custom_control.rb +7 -0
  134. data/lib/wx/doc/gen/file_dialog_customize_hook.rb +2 -3
  135. data/lib/wx/doc/gen/file_dir_picker_event.rb +3 -4
  136. data/lib/wx/doc/gen/file_picker_ctrl.rb +10 -11
  137. data/lib/wx/doc/gen/file_system.rb +38 -15
  138. data/lib/wx/doc/gen/find_dialog_event.rb +5 -4
  139. data/lib/wx/doc/gen/find_replace_data.rb +1 -1
  140. data/lib/wx/doc/gen/find_replace_dialog.rb +1 -1
  141. data/lib/wx/doc/gen/flex_grid_sizer.rb +0 -1
  142. data/lib/wx/doc/gen/font.rb +31 -20
  143. data/lib/wx/doc/gen/font_data.rb +3 -4
  144. data/lib/wx/doc/gen/font_dialog.rb +1 -2
  145. data/lib/wx/doc/gen/font_picker_ctrl.rb +8 -9
  146. data/lib/wx/doc/gen/font_picker_event.rb +2 -3
  147. data/lib/wx/doc/gen/frame.rb +60 -19
  148. data/lib/wx/doc/gen/fs_file.rb +17 -10
  149. data/lib/wx/doc/gen/gauge.rb +13 -10
  150. data/lib/wx/doc/gen/gb_sizer_item.rb +0 -1
  151. data/lib/wx/doc/gen/gcdc.rb +1 -2
  152. data/lib/wx/doc/gen/gdi_common.rb +30 -11
  153. data/lib/wx/doc/gen/gdi_object.rb +0 -1
  154. data/lib/wx/doc/gen/generic_dir_ctrl.rb +8 -9
  155. data/lib/wx/doc/gen/graphics_context.rb +59 -12
  156. data/lib/wx/doc/gen/graphics_object.rb +11 -6
  157. data/lib/wx/doc/gen/grid/event_list.rb +168 -164
  158. data/lib/wx/doc/gen/grid/grid_cell_activatable_editor.rb +1 -0
  159. data/lib/wx/doc/gen/grid/grid_cell_attr.rb +2 -1
  160. data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_editor.rb +1 -2
  161. data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_renderer.rb +1 -1
  162. data/lib/wx/doc/gen/grid/grid_cell_bool_editor.rb +1 -2
  163. data/lib/wx/doc/gen/grid/grid_cell_bool_renderer.rb +1 -2
  164. data/lib/wx/doc/gen/grid/grid_cell_choice_editor.rb +1 -2
  165. data/lib/wx/doc/gen/grid/grid_cell_date_editor.rb +1 -1
  166. data/lib/wx/doc/gen/grid/grid_cell_date_renderer.rb +1 -1
  167. data/lib/wx/doc/gen/grid/grid_cell_date_time_renderer.rb +2 -2
  168. data/lib/wx/doc/gen/grid/grid_cell_editor.rb +1 -1
  169. data/lib/wx/doc/gen/grid/grid_cell_enum_editor.rb +1 -1
  170. data/lib/wx/doc/gen/grid/grid_cell_enum_renderer.rb +1 -1
  171. data/lib/wx/doc/gen/grid/grid_cell_float_editor.rb +1 -2
  172. data/lib/wx/doc/gen/grid/grid_cell_float_renderer.rb +1 -2
  173. data/lib/wx/doc/gen/grid/grid_cell_number_editor.rb +1 -2
  174. data/lib/wx/doc/gen/grid/grid_cell_number_renderer.rb +1 -2
  175. data/lib/wx/doc/gen/grid/grid_cell_renderer.rb +1 -1
  176. data/lib/wx/doc/gen/grid/grid_cell_string_renderer.rb +1 -2
  177. data/lib/wx/doc/gen/grid/grid_cell_text_editor.rb +1 -2
  178. data/lib/wx/doc/gen/grid/grid_ctrl.rb +29 -7
  179. data/lib/wx/doc/gen/grid/grid_editor_created_event.rb +3 -4
  180. data/lib/wx/doc/gen/grid/grid_event.rb +3 -4
  181. data/lib/wx/doc/gen/grid/grid_range_select_event.rb +3 -4
  182. data/lib/wx/doc/gen/grid/grid_size_event.rb +3 -4
  183. data/lib/wx/doc/gen/grid/grid_string_table.rb +1 -0
  184. data/lib/wx/doc/gen/grid/grid_table_base.rb +1 -2
  185. data/lib/wx/doc/gen/grid/grid_table_message.rb +1 -0
  186. data/lib/wx/doc/gen/grid_bag_sizer.rb +0 -6
  187. data/lib/wx/doc/gen/grid_sizer.rb +0 -1
  188. data/lib/wx/doc/gen/gui_event_loop.rb +2 -4
  189. data/lib/wx/doc/gen/header_ctrl.rb +7 -14
  190. data/lib/wx/doc/gen/header_ctrl_event.rb +1 -3
  191. data/lib/wx/doc/gen/help_controller.rb +42 -3
  192. data/lib/wx/doc/gen/help_provider.rb +12 -3
  193. data/lib/wx/doc/gen/html/event_list.rb +41 -37
  194. data/lib/wx/doc/gen/html/html_cell.rb +23 -6
  195. data/lib/wx/doc/gen/html/html_cell_event.rb +3 -4
  196. data/lib/wx/doc/gen/html/html_easy_printing.rb +8 -3
  197. data/lib/wx/doc/gen/html/html_help_controller.rb +47 -2
  198. data/lib/wx/doc/gen/html/html_help_data.rb +3 -1
  199. data/lib/wx/doc/gen/html/html_help_window.rb +1 -1
  200. data/lib/wx/doc/gen/html/html_link_event.rb +2 -3
  201. data/lib/wx/doc/gen/html/html_list_box.rb +10 -12
  202. data/lib/wx/doc/gen/html/html_printout.rb +1 -2
  203. data/lib/wx/doc/gen/html/html_window.rb +13 -7
  204. data/lib/wx/doc/gen/hyperlink_ctrl.rb +9 -9
  205. data/lib/wx/doc/gen/hyperlink_event.rb +2 -3
  206. data/lib/wx/doc/gen/icon.rb +5 -29
  207. data/lib/wx/doc/gen/icon_location.rb +0 -1
  208. data/lib/wx/doc/gen/image.rb +83 -17
  209. data/lib/wx/doc/gen/image_list.rb +15 -6
  210. data/lib/wx/doc/gen/info_bar.rb +2 -2
  211. data/lib/wx/doc/gen/keyboard_state.rb +0 -1
  212. data/lib/wx/doc/gen/list_box.rb +33 -21
  213. data/lib/wx/doc/gen/list_ctrl.rb +79 -32
  214. data/lib/wx/doc/gen/list_event.rb +3 -4
  215. data/lib/wx/doc/gen/listbook.rb +6 -7
  216. data/lib/wx/doc/gen/locale.rb +46 -4
  217. data/lib/wx/doc/gen/log.rb +16 -12
  218. data/lib/wx/doc/gen/mdi_client_window.rb +8 -2
  219. data/lib/wx/doc/gen/mdi_frame.rb +32 -11
  220. data/lib/wx/doc/gen/media_ctrl.rb +28 -20
  221. data/lib/wx/doc/gen/media_event.rb +5 -4
  222. data/lib/wx/doc/gen/memory_dc.rb +6 -6
  223. data/lib/wx/doc/gen/menu.rb +37 -23
  224. data/lib/wx/doc/gen/menu_bar.rb +52 -12
  225. data/lib/wx/doc/gen/menu_item.rb +117 -95
  226. data/lib/wx/doc/gen/message_dialog.rb +7 -8
  227. data/lib/wx/doc/gen/mini_frame.rb +13 -7
  228. data/lib/wx/doc/gen/mirror_dc.rb +0 -2
  229. data/lib/wx/doc/gen/mouse_state.rb +0 -1
  230. data/lib/wx/doc/gen/multi_choice_dialog.rb +7 -4
  231. data/lib/wx/doc/gen/non_owned_window.rb +1 -1
  232. data/lib/wx/doc/gen/notebook.rb +19 -11
  233. data/lib/wx/doc/gen/number_entry_dialog.rb +1 -1
  234. data/lib/wx/doc/gen/object.rb +0 -1
  235. data/lib/wx/doc/gen/paint_dc.rb +0 -1
  236. data/lib/wx/doc/gen/palette.rb +0 -1
  237. data/lib/wx/doc/gen/panel.rb +19 -10
  238. data/lib/wx/doc/gen/pen.rb +17 -8
  239. data/lib/wx/doc/gen/pg/event_list.rb +97 -93
  240. data/lib/wx/doc/gen/pg/numeric_property_validator.rb +2 -0
  241. data/lib/wx/doc/gen/pg/pg_array_editor_dialog.rb +9 -1
  242. data/lib/wx/doc/gen/pg/pg_cell.rb +8 -5
  243. data/lib/wx/doc/gen/pg/pg_editor.rb +115 -16
  244. data/lib/wx/doc/gen/pg/pg_multi_button.rb +1 -2
  245. data/lib/wx/doc/gen/pg/pg_properties.rb +515 -83
  246. data/lib/wx/doc/gen/pg/pg_property.rb +296 -69
  247. data/lib/wx/doc/gen/pg/pg_validation_info.rb +9 -4
  248. data/lib/wx/doc/gen/pg/property_grid.rb +83 -22
  249. data/lib/wx/doc/gen/pg/property_grid_event.rb +31 -9
  250. data/lib/wx/doc/gen/pg/property_grid_interface.rb +212 -34
  251. data/lib/wx/doc/gen/pg/property_grid_manager.rb +42 -12
  252. data/lib/wx/doc/gen/pg/property_grid_page.rb +26 -8
  253. data/lib/wx/doc/gen/pg/property_grid_page_state.rb +13 -4
  254. data/lib/wx/doc/gen/picker_base.rb +12 -5
  255. data/lib/wx/doc/gen/platform_info.rb +4 -9
  256. data/lib/wx/doc/gen/popup_window.rb +2 -5
  257. data/lib/wx/doc/gen/progress_dialog.rb +1 -0
  258. data/lib/wx/doc/gen/property_sheet_dialog.rb +15 -5
  259. data/lib/wx/doc/gen/prt/event_list.rb +8 -4
  260. data/lib/wx/doc/gen/prt/page_setup_dialog.rb +1 -1
  261. data/lib/wx/doc/gen/prt/post_script_dc.rb +2 -2
  262. data/lib/wx/doc/gen/prt/preview_frame.rb +2 -2
  263. data/lib/wx/doc/gen/prt/print_abort_dialog.rb +4 -1
  264. data/lib/wx/doc/gen/prt/print_data.rb +4 -3
  265. data/lib/wx/doc/gen/prt/print_dialog.rb +1 -1
  266. data/lib/wx/doc/gen/prt/printer.rb +50 -11
  267. data/lib/wx/doc/gen/prt/printer_dc.rb +1 -1
  268. data/lib/wx/doc/gen/query_layout_info_event.rb +1 -3
  269. data/lib/wx/doc/gen/radio_box.rb +13 -14
  270. data/lib/wx/doc/gen/radio_button.rb +15 -11
  271. data/lib/wx/doc/gen/rbn/event_list.rb +127 -123
  272. data/lib/wx/doc/gen/rbn/ribbon_art_provider.rb +19 -3
  273. data/lib/wx/doc/gen/rbn/ribbon_bar.rb +3 -4
  274. data/lib/wx/doc/gen/rbn/ribbon_bar_event.rb +2 -2
  275. data/lib/wx/doc/gen/rbn/ribbon_button_bar.rb +18 -6
  276. data/lib/wx/doc/gen/rbn/ribbon_button_bar_event.rb +2 -2
  277. data/lib/wx/doc/gen/rbn/ribbon_control.rb +2 -2
  278. data/lib/wx/doc/gen/rbn/ribbon_gallery.rb +4 -4
  279. data/lib/wx/doc/gen/rbn/ribbon_gallery_event.rb +2 -3
  280. data/lib/wx/doc/gen/rbn/ribbon_page.rb +1 -2
  281. data/lib/wx/doc/gen/rbn/ribbon_panel.rb +5 -4
  282. data/lib/wx/doc/gen/rbn/ribbon_panel_event.rb +2 -3
  283. data/lib/wx/doc/gen/rbn/ribbon_tool_bar.rb +2 -3
  284. data/lib/wx/doc/gen/rbn/ribbon_tool_bar_event.rb +2 -1
  285. data/lib/wx/doc/gen/rearrange_ctrl.rb +3 -4
  286. data/lib/wx/doc/gen/rearrange_list.rb +5 -6
  287. data/lib/wx/doc/gen/region.rb +75 -17
  288. data/lib/wx/doc/gen/region_iterator.rb +0 -1
  289. data/lib/wx/doc/gen/rtc/event_list.rb +116 -112
  290. data/lib/wx/doc/gen/rtc/rich_text_box.rb +3 -2
  291. data/lib/wx/doc/gen/rtc/rich_text_buffer.rb +6 -9
  292. data/lib/wx/doc/gen/rtc/rich_text_buffer_data_object.rb +1 -2
  293. data/lib/wx/doc/gen/rtc/rich_text_composite_object.rb +3 -6
  294. data/lib/wx/doc/gen/rtc/rich_text_ctrl.rb +12 -9
  295. data/lib/wx/doc/gen/rtc/rich_text_event.rb +3 -4
  296. data/lib/wx/doc/gen/rtc/rich_text_file_handler.rb +3 -5
  297. data/lib/wx/doc/gen/rtc/rich_text_formatting_dialog.rb +4 -5
  298. data/lib/wx/doc/gen/rtc/rich_text_header_footer_data.rb +3 -2
  299. data/lib/wx/doc/gen/rtc/rich_text_html_handler.rb +2 -3
  300. data/lib/wx/doc/gen/rtc/rich_text_image.rb +2 -4
  301. data/lib/wx/doc/gen/rtc/rich_text_object.rb +28 -23
  302. data/lib/wx/doc/gen/rtc/rich_text_paragraph_layout_box.rb +7 -11
  303. data/lib/wx/doc/gen/rtc/rich_text_printing.rb +3 -3
  304. data/lib/wx/doc/gen/rtc/rich_text_style_list_box.rb +14 -14
  305. data/lib/wx/doc/gen/rtc/rich_text_style_organiser_dialog.rb +3 -3
  306. data/lib/wx/doc/gen/rtc/rich_text_xml_handler.rb +3 -4
  307. data/lib/wx/doc/gen/rtc/symbol_picker_dialog.rb +3 -4
  308. data/lib/wx/doc/gen/sash_event.rb +12 -4
  309. data/lib/wx/doc/gen/sash_layout_window.rb +13 -6
  310. data/lib/wx/doc/gen/sash_window.rb +4 -5
  311. data/lib/wx/doc/gen/screen_dc.rb +0 -1
  312. data/lib/wx/doc/gen/scroll_bar.rb +21 -12
  313. data/lib/wx/doc/gen/scrolled_canvas.rb +34 -12
  314. data/lib/wx/doc/gen/scrolled_control.rb +34 -12
  315. data/lib/wx/doc/gen/scrolled_window.rb +34 -12
  316. data/lib/wx/doc/gen/search_ctrl.rb +10 -11
  317. data/lib/wx/doc/gen/simplebook.rb +1 -1
  318. data/lib/wx/doc/gen/single_choice_dialog.rb +7 -4
  319. data/lib/wx/doc/gen/sizer.rb +12 -7
  320. data/lib/wx/doc/gen/sizer_item.rb +5 -2
  321. data/lib/wx/doc/gen/slider.rb +29 -19
  322. data/lib/wx/doc/gen/spin_button.rb +16 -11
  323. data/lib/wx/doc/gen/spin_ctrl.rb +24 -9
  324. data/lib/wx/doc/gen/spin_ctrl_double.rb +6 -7
  325. data/lib/wx/doc/gen/spin_double_event.rb +3 -4
  326. data/lib/wx/doc/gen/spin_event.rb +3 -3
  327. data/lib/wx/doc/gen/splash_screen.rb +1 -2
  328. data/lib/wx/doc/gen/splitter_event.rb +3 -4
  329. data/lib/wx/doc/gen/splitter_window.rb +78 -20
  330. data/lib/wx/doc/gen/static_bitmap.rb +12 -7
  331. data/lib/wx/doc/gen/static_box.rb +13 -11
  332. data/lib/wx/doc/gen/static_box_sizer.rb +0 -2
  333. data/lib/wx/doc/gen/static_line.rb +5 -6
  334. data/lib/wx/doc/gen/static_text.rb +7 -8
  335. data/lib/wx/doc/gen/status_bar.rb +21 -11
  336. data/lib/wx/doc/gen/stc/event_list.rb +212 -208
  337. data/lib/wx/doc/gen/stc/styled_text_ctrl.rb +41 -15
  338. data/lib/wx/doc/gen/stc/styled_text_event.rb +5 -6
  339. data/lib/wx/doc/gen/std_dialog_button_sizer.rb +0 -1
  340. data/lib/wx/doc/gen/svg_file_dc.rb +7 -8
  341. data/lib/wx/doc/gen/system_options.rb +6 -6
  342. data/lib/wx/doc/gen/system_settings.rb +2 -3
  343. data/lib/wx/doc/gen/task_bar_button.rb +312 -0
  344. data/lib/wx/doc/gen/task_bar_icon.rb +21 -8
  345. data/lib/wx/doc/gen/task_bar_icon_event.rb +4 -3
  346. data/lib/wx/doc/gen/text_attr.rb +20 -5
  347. data/lib/wx/doc/gen/text_ctrl.rb +92 -27
  348. data/lib/wx/doc/gen/text_entry.rb +31 -11
  349. data/lib/wx/doc/gen/text_entry_dialog.rb +2 -2
  350. data/lib/wx/doc/gen/text_validator.rb +43 -10
  351. data/lib/wx/doc/gen/time_picker_ctrl.rb +7 -8
  352. data/lib/wx/doc/gen/timer.rb +6 -2
  353. data/lib/wx/doc/gen/timer_event.rb +1 -2
  354. data/lib/wx/doc/gen/tip_provider.rb +1 -1
  355. data/lib/wx/doc/gen/toggle_button.rb +7 -8
  356. data/lib/wx/doc/gen/tool_bar.rb +99 -26
  357. data/lib/wx/doc/gen/tool_tip.rb +35 -5
  358. data/lib/wx/doc/gen/toolbook.rb +3 -4
  359. data/lib/wx/doc/gen/top_level_window.rb +71 -25
  360. data/lib/wx/doc/gen/tree_ctrl.rb +42 -18
  361. data/lib/wx/doc/gen/tree_event.rb +3 -4
  362. data/lib/wx/doc/gen/treebook.rb +7 -4
  363. data/lib/wx/doc/gen/ui_action_simulator.rb +6 -2
  364. data/lib/wx/doc/gen/utils.rb +39 -7
  365. data/lib/wx/doc/gen/v_list_box.rb +8 -4
  366. data/lib/wx/doc/gen/v_scrolled_window.rb +8 -6
  367. data/lib/wx/doc/gen/validator.rb +1 -1
  368. data/lib/wx/doc/gen/variant.rb +1 -0
  369. data/lib/wx/doc/gen/window.rb +200 -50
  370. data/lib/wx/doc/gen/window_dc.rb +0 -1
  371. data/lib/wx/doc/gen/window_disabler.rb +5 -2
  372. data/lib/wx/doc/gen/with_images.rb +6 -1
  373. data/lib/wx/doc/gen/wizard.rb +4 -4
  374. data/lib/wx/doc/gen/wizard_event.rb +3 -4
  375. data/lib/wx/doc/gen/wizard_page.rb +2 -2
  376. data/lib/wx/doc/gen/wizard_page_simple.rb +1 -1
  377. data/lib/wx/doc/gen/wrap_sizer.rb +0 -1
  378. data/lib/wx/doc/gen/xml_node.rb +19 -4
  379. data/lib/wx/doc/gen/xml_resource.rb +18 -5
  380. data/lib/wx/doc/graphics_context.rb +1 -0
  381. data/lib/wx/doc/grid/grid.rb +22 -1
  382. data/lib/wx/doc/help_controller.rb +11 -7
  383. data/lib/wx/doc/html/html_help_controller.rb +12 -4
  384. data/lib/wx/doc/list_ctrl.rb +33 -29
  385. data/lib/wx/doc/menu.rb +20 -0
  386. data/lib/wx/doc/notebook.rb +21 -0
  387. data/lib/wx/doc/pg/events.rb +13 -9
  388. data/lib/wx/doc/pg/pg_property.rb +18 -0
  389. data/lib/wx/doc/progress_dialog.rb +36 -32
  390. data/lib/wx/doc/prt/page_setup_dialog.rb +20 -12
  391. data/lib/wx/doc/prt/print_data.rb +13 -5
  392. data/lib/wx/doc/prt/print_dialog.rb +31 -23
  393. data/lib/wx/doc/prt/printer.rb +20 -12
  394. data/lib/wx/doc/radio_box.rb +19 -15
  395. data/lib/wx/doc/rbn/ribbon_bar.rb +13 -5
  396. data/lib/wx/doc/rbn/ribbon_button_bar.rb +13 -5
  397. data/lib/wx/doc/rbn/ribbon_gallery.rb +13 -5
  398. data/lib/wx/doc/rbn/ribbon_tool_bar.rb +13 -5
  399. data/lib/wx/doc/region_iterator.rb +32 -28
  400. data/lib/wx/doc/rtc/rich_text_composite_object.rb +24 -0
  401. data/lib/wx/doc/rtc/rich_text_ctrl.rb +24 -0
  402. data/lib/wx/doc/rtc/rich_text_paragraph.rb +24 -0
  403. data/lib/wx/doc/rtc/richtext_buffer.rb +27 -19
  404. data/lib/wx/doc/rtc/richtext_printing.rb +17 -9
  405. data/lib/wx/doc/rtc/richtext_style_sheet.rb +17 -9
  406. data/lib/wx/doc/sizer.rb +20 -0
  407. data/lib/wx/doc/stc/styled_text_ctrl.rb +24 -0
  408. data/lib/wx/doc/stream.rb +39 -35
  409. data/lib/wx/doc/system_settings.rb +30 -26
  410. data/lib/wx/doc/text_validator.rb +12 -8
  411. data/lib/wx/doc/textctrl.rb +16 -0
  412. data/lib/wx/doc/tree_ctrl.rb +95 -0
  413. data/lib/wx/doc/treebook.rb +9 -5
  414. data/lib/wx/doc/v_list_box.rb +9 -5
  415. data/lib/wx/doc/variant.rb +164 -160
  416. data/lib/wx/doc/window.rb +57 -42
  417. data/lib/wx/doc/window_disabler.rb +10 -6
  418. data/lib/wx/grid/grid.rb +27 -4
  419. data/lib/wx/keyword_defs.rb +43 -6
  420. data/lib/wx/pg/pg_property.rb +22 -0
  421. data/lib/wx/rtc/require.rb +3 -0
  422. data/lib/wx/rtc/rich_text_composite_object.rb +25 -0
  423. data/lib/wx/rtc/rich_text_ctrl.rb +25 -0
  424. data/lib/wx/rtc/rich_text_paragraph.rb +25 -0
  425. data/lib/wx/stc/require.rb +1 -0
  426. data/lib/wx/stc/styled_text_ctrl.rb +25 -0
  427. data/lib/wx/version.rb +1 -1
  428. data/lib/wxruby_aui.so +0 -0
  429. data/lib/wxruby_core.so +0 -0
  430. data/lib/wxruby_grid.so +0 -0
  431. data/lib/wxruby_html.so +0 -0
  432. data/lib/wxruby_pg.so +0 -0
  433. data/lib/wxruby_prt.so +0 -0
  434. data/lib/wxruby_rbn.so +0 -0
  435. data/lib/wxruby_rtc.so +0 -0
  436. data/lib/wxruby_stc.so +0 -0
  437. data/rakelib/lib/config/linux.rb +0 -3
  438. data/rakelib/lib/config/macosx.rb +1 -1
  439. data/rakelib/lib/config/mingw.rb +1 -1
  440. data/rakelib/lib/config/unixish.rb +1 -1
  441. data/rakelib/lib/config.rb +14 -4
  442. data/rakelib/yard/templates/default/fulldoc/html/css/wxruby3.css +74 -2
  443. data/rakelib/yard/templates/default/fulldoc/html/full_list.erb +38 -0
  444. data/rakelib/yard/templates/default/fulldoc/html/setup.rb +39 -0
  445. data/rakelib/yard/templates/default/tags/html/wxrb_require.erb +10 -0
  446. data/rakelib/yard/templates/default/tags/setup.rb +16 -0
  447. data/rakelib/yard/yard-custom-templates.rb +3 -0
  448. data/samples/text/richtext.rb +0 -30
  449. data/samples/treectrl/treectrl.rb +1 -1
  450. data/tests/media/beep_lo.wav +0 -0
  451. data/tests/test_app_exit_exception.rb +36 -0
  452. data/tests/test_app_init_exception.rb +20 -0
  453. data/tests/test_book_controls.rb +29 -0
  454. data/tests/test_exceptions.rb +41 -0
  455. data/tests/test_list_ctrl.rb +1 -1
  456. data/tests/test_media_ctrl.rb +38 -0
  457. data/tests/test_menu.rb +69 -0
  458. data/tests/test_pg.rb +27 -0
  459. data/tests/test_richtext.rb +45 -0
  460. data/tests/test_sizer.rb +59 -0
  461. data/tests/test_std_controls.rb +78 -1
  462. data/tests/test_styled_text_ctrl.rb +46 -0
  463. data/tests/test_tree_ctrl.rb +138 -0
  464. data/tests/test_window.rb +12 -0
  465. data/tests/testapp_noframe.rb +1 -1
  466. metadata +38 -3
@@ -4,1630 +4,1662 @@
4
4
  # ----------------------------------------------------------------------------
5
5
 
6
6
 
7
- class Wx::EvtHandler
7
+ module Wx
8
8
 
9
- # @!group Wx Event handler methods
10
-
11
- # Process a {Wx::EVT_IDLE} event. See {Wx::IdleEvent}.
12
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
13
- # @yieldparam [Wx::IdleEvent] event the event to handle
14
- def evt_idle(meth = nil, &block) end
15
-
16
- # Process all scroll events.
17
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
18
- # @yieldparam [Wx::ScrollEvent] event the event to handle
19
- def evt_scroll(meth = nil, &block) end
20
-
21
- # Process {Wx::EVT_SCROLL_TOP} scroll to top or leftmost (minimum) position events.
22
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
23
- # @yieldparam [Wx::ScrollEvent] event the event to handle
24
- def evt_scroll_top(meth = nil, &block) end
25
-
26
- # Process {Wx::EVT_SCROLL_BOTTOM} scroll to bottom or rightmost (maximum) position events.
27
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
28
- # @yieldparam [Wx::ScrollEvent] event the event to handle
29
- def evt_scroll_bottom(meth = nil, &block) end
30
-
31
- # Process {Wx::EVT_SCROLL_LINEUP} line up or left events.
32
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
33
- # @yieldparam [Wx::ScrollEvent] event the event to handle
34
- def evt_scroll_lineup(meth = nil, &block) end
35
-
36
- # Process {Wx::EVT_SCROLL_LINEDOWN} line down or right events.
37
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
38
- # @yieldparam [Wx::ScrollEvent] event the event to handle
39
- def evt_scroll_linedown(meth = nil, &block) end
40
-
41
- # Process {Wx::EVT_SCROLL_PAGEUP} page up or left events.
42
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
43
- # @yieldparam [Wx::ScrollEvent] event the event to handle
44
- def evt_scroll_pageup(meth = nil, &block) end
45
-
46
- # Process {Wx::EVT_SCROLL_PAGEDOWN} page down or right events.
47
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
48
- # @yieldparam [Wx::ScrollEvent] event the event to handle
49
- def evt_scroll_pagedown(meth = nil, &block) end
50
-
51
- # Process {Wx::EVT_SCROLL_THUMBTRACK} thumbtrack events (frequent events sent as the user drags the thumbtrack).
52
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
53
- # @yieldparam [Wx::ScrollEvent] event the event to handle
54
- def evt_scroll_thumbtrack(meth = nil, &block) end
55
-
56
- # Process {Wx::EVT_SCROLL_THUMBRELEASE} thumb release events.
57
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
58
- # @yieldparam [Wx::ScrollEvent] event the event to handle
59
- def evt_scroll_thumbrelease(meth = nil, &block) end
60
-
61
- # Process {Wx::EVT_SCROLL_CHANGED} end of scrolling events (MSW only).
62
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
63
- # @yieldparam [Wx::ScrollEvent] event the event to handle
64
- def evt_scroll_changed(meth = nil, &block) end
65
-
66
- # Process all scroll events.
67
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
68
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
69
- # @yieldparam [Wx::ScrollEvent] event the event to handle
70
- def evt_command_scroll(id, meth = nil, &block) end
71
-
72
- # Process {Wx::EVT_SCROLL_TOP} scroll to top or leftmost (minimum) position events.
73
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
74
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
75
- # @yieldparam [Wx::ScrollEvent] event the event to handle
76
- def evt_command_scroll_top(id, meth = nil, &block) end
77
-
78
- # Process {Wx::EVT_SCROLL_BOTTOM} scroll to bottom or rightmost (maximum) position events.
79
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
80
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
81
- # @yieldparam [Wx::ScrollEvent] event the event to handle
82
- def evt_command_scroll_bottom(id, meth = nil, &block) end
83
-
84
- # Process {Wx::EVT_SCROLL_LINEUP} line up or left events.
85
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
86
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
87
- # @yieldparam [Wx::ScrollEvent] event the event to handle
88
- def evt_command_scroll_lineup(id, meth = nil, &block) end
89
-
90
- # Process {Wx::EVT_SCROLL_LINEDOWN} line down or right events.
91
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
92
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
93
- # @yieldparam [Wx::ScrollEvent] event the event to handle
94
- def evt_command_scroll_linedown(id, meth = nil, &block) end
95
-
96
- # Process {Wx::EVT_SCROLL_PAGEUP} page up or left events.
97
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
98
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
99
- # @yieldparam [Wx::ScrollEvent] event the event to handle
100
- def evt_command_scroll_pageup(id, meth = nil, &block) end
101
-
102
- # Process {Wx::EVT_SCROLL_PAGEDOWN} page down or right events.
103
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
104
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
105
- # @yieldparam [Wx::ScrollEvent] event the event to handle
106
- def evt_command_scroll_pagedown(id, meth = nil, &block) end
107
-
108
- # Process {Wx::EVT_SCROLL_THUMBTRACK} thumbtrack events (frequent events sent as the user drags the thumbtrack).
109
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
110
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
111
- # @yieldparam [Wx::ScrollEvent] event the event to handle
112
- def evt_command_scroll_thumbtrack(id, meth = nil, &block) end
113
-
114
- # Processes a {Wx::EVT_COMMAND_SCROLL_THUMBRELEASE} event.
115
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
116
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
117
- # @yieldparam [Wx::ScrollEvent] event the event to handle
118
- def evt_command_scroll_thumbrelease(id, meth = nil, &block) end
119
-
120
- # Processes a {Wx::EVT_COMMAND_SCROLL_CHANGED} event.
121
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
122
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
123
- # @yieldparam [Wx::ScrollEvent] event the event to handle
124
- def evt_command_scroll_changed(id, meth = nil, &block) end
125
-
126
- # Process all scroll events.
127
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
128
- # @yieldparam [Wx::ScrollWinEvent] event the event to handle
129
- def evt_scrollwin(meth = nil, &block) end
130
-
131
- # Process {Wx::EVT_SCROLLWIN_TOP} scroll-to-top events.
132
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
133
- # @yieldparam [Wx::ScrollWinEvent] event the event to handle
134
- def evt_scrollwin_top(meth = nil, &block) end
135
-
136
- # Process {Wx::EVT_SCROLLWIN_BOTTOM} scroll-to-bottom events.
137
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
138
- # @yieldparam [Wx::ScrollWinEvent] event the event to handle
139
- def evt_scrollwin_bottom(meth = nil, &block) end
140
-
141
- # Process {Wx::EVT_SCROLLWIN_LINEUP} line up events.
142
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
143
- # @yieldparam [Wx::ScrollWinEvent] event the event to handle
144
- def evt_scrollwin_lineup(meth = nil, &block) end
145
-
146
- # Process {Wx::EVT_SCROLLWIN_LINEDOWN} line down events.
147
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
148
- # @yieldparam [Wx::ScrollWinEvent] event the event to handle
149
- def evt_scrollwin_linedown(meth = nil, &block) end
150
-
151
- # Process {Wx::EVT_SCROLLWIN_PAGEUP} page up events.
152
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
153
- # @yieldparam [Wx::ScrollWinEvent] event the event to handle
154
- def evt_scrollwin_pageup(meth = nil, &block) end
155
-
156
- # Process {Wx::EVT_SCROLLWIN_PAGEDOWN} page down events.
157
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
158
- # @yieldparam [Wx::ScrollWinEvent] event the event to handle
159
- def evt_scrollwin_pagedown(meth = nil, &block) end
160
-
161
- # Process {Wx::EVT_SCROLLWIN_THUMBTRACK} thumbtrack events (frequent events sent as the user drags the thumbtrack).
162
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
163
- # @yieldparam [Wx::ScrollWinEvent] event the event to handle
164
- def evt_scrollwin_thumbtrack(meth = nil, &block) end
165
-
166
- # Process {Wx::EVT_SCROLLWIN_THUMBRELEASE} thumb release events.
167
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
168
- # @yieldparam [Wx::ScrollWinEvent] event the event to handle
169
- def evt_scrollwin_thumbrelease(meth = nil, &block) end
170
-
171
- # Process a {Wx::EVT_LEFT_DOWN} event. The handler of this event should normally call event.Skip() to allow the default processing to take place as otherwise the window under mouse wouldn't get the focus.
172
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
173
- # @yieldparam [Wx::MouseEvent] event the event to handle
174
- def evt_left_down(meth = nil, &block) end
175
-
176
- # Process a {Wx::EVT_LEFT_UP} event.
177
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
178
- # @yieldparam [Wx::MouseEvent] event the event to handle
179
- def evt_left_up(meth = nil, &block) end
180
-
181
- # Process a {Wx::EVT_LEFT_DCLICK} event.
182
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
183
- # @yieldparam [Wx::MouseEvent] event the event to handle
184
- def evt_left_dclick(meth = nil, &block) end
185
-
186
- # Process a {Wx::EVT_MIDDLE_DOWN} event.
187
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
188
- # @yieldparam [Wx::MouseEvent] event the event to handle
189
- def evt_middle_down(meth = nil, &block) end
190
-
191
- # Process a {Wx::EVT_MIDDLE_UP} event.
192
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
193
- # @yieldparam [Wx::MouseEvent] event the event to handle
194
- def evt_middle_up(meth = nil, &block) end
195
-
196
- # Process a {Wx::EVT_MIDDLE_DCLICK} event.
197
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
198
- # @yieldparam [Wx::MouseEvent] event the event to handle
199
- def evt_middle_dclick(meth = nil, &block) end
200
-
201
- # Process a {Wx::EVT_RIGHT_DOWN} event.
202
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
203
- # @yieldparam [Wx::MouseEvent] event the event to handle
204
- def evt_right_down(meth = nil, &block) end
205
-
206
- # Process a {Wx::EVT_RIGHT_UP} event.
207
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
208
- # @yieldparam [Wx::MouseEvent] event the event to handle
209
- def evt_right_up(meth = nil, &block) end
210
-
211
- # Process a {Wx::EVT_RIGHT_DCLICK} event.
212
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
213
- # @yieldparam [Wx::MouseEvent] event the event to handle
214
- def evt_right_dclick(meth = nil, &block) end
215
-
216
- # See {Wx::MouseEvent}.
217
- # Processes a {Wx::EVT_AUX1_DOWN} event.
218
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
219
- # @yieldparam [Wx::MouseEvent] event the event to handle
220
- def evt_mouse_aux1_down(meth = nil, &block) end
221
-
222
- # See {Wx::MouseEvent}.
223
- # Processes a {Wx::EVT_AUX1_UP} event.
224
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
225
- # @yieldparam [Wx::MouseEvent] event the event to handle
226
- def evt_mouse_aux1_up(meth = nil, &block) end
227
-
228
- # See {Wx::MouseEvent}.
229
- # Processes a {Wx::EVT_AUX1_DCLICK} event.
230
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
231
- # @yieldparam [Wx::MouseEvent] event the event to handle
232
- def evt_mouse_aux1_dclick(meth = nil, &block) end
233
-
234
- # See {Wx::MouseEvent}.
235
- # Processes a {Wx::EVT_AUX2_DOWN} event.
236
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
237
- # @yieldparam [Wx::MouseEvent] event the event to handle
238
- def evt_mouse_aux2_down(meth = nil, &block) end
239
-
240
- # See {Wx::MouseEvent}.
241
- # Processes a {Wx::EVT_AUX2_UP} event.
242
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
243
- # @yieldparam [Wx::MouseEvent] event the event to handle
244
- def evt_mouse_aux2_up(meth = nil, &block) end
245
-
246
- # See {Wx::MouseEvent}.
247
- # Processes a {Wx::EVT_AUX2_DCLICK} event.
248
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
249
- # @yieldparam [Wx::MouseEvent] event the event to handle
250
- def evt_mouse_aux2_dclick(meth = nil, &block) end
251
-
252
- # Process a {Wx::EVT_MOTION} event.
253
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
254
- # @yieldparam [Wx::MouseEvent] event the event to handle
255
- def evt_motion(meth = nil, &block) end
256
-
257
- # Process a {Wx::EVT_ENTER_WINDOW} event.
258
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
259
- # @yieldparam [Wx::MouseEvent] event the event to handle
260
- def evt_enter_window(meth = nil, &block) end
261
-
262
- # Process a {Wx::EVT_LEAVE_WINDOW} event.
263
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
264
- # @yieldparam [Wx::MouseEvent] event the event to handle
265
- def evt_leave_window(meth = nil, &block) end
266
-
267
- # Process a {Wx::EVT_MOUSEWHEEL} event.
268
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
269
- # @yieldparam [Wx::MouseEvent] event the event to handle
270
- def evt_mousewheel(meth = nil, &block) end
271
-
272
- # Process all mouse events.
273
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
274
- # @yieldparam [Wx::MouseEvent] event the event to handle
275
- def evt_mouse_events(meth = nil, &block) end
276
-
277
- # Process a {Wx::EVT_MAGNIFY} event (new since wxWidgets 3.1.0).
278
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
279
- # @yieldparam [Wx::MouseEvent] event the event to handle
280
- def evt_magnify(meth = nil, &block) end
281
-
282
- # Process a {Wx::EVT_SET_CURSOR} event. See {Wx::SetCursorEvent}.
283
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
284
- # @yieldparam [Wx::SetCursorEvent] event the event to handle
285
- def evt_set_cursor(meth = nil, &block) end
286
-
287
- # Process a {Wx::EVT_GESTURE_PAN}.
288
- # Processes a {Wx::EVT_GESTURE_PAN} event.
289
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
290
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
291
- # @yieldparam [Wx::PanGestureEvent] event the event to handle
292
- def evt_gesture_pan(id, meth = nil, &block) end
293
-
294
- # Process a {Wx::EVT_GESTURE_ZOOM}.
295
- # Processes a {Wx::EVT_GESTURE_ZOOM} event.
296
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
297
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
298
- # @yieldparam [Wx::ZoomGestureEvent] event the event to handle
299
- def evt_gesture_zoom(id, meth = nil, &block) end
300
-
301
- # Process a {Wx::EVT_GESTURE_ROTATE}.
302
- # Processes a {Wx::EVT_GESTURE_ROTATE} event.
303
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
304
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
305
- # @yieldparam [Wx::RotateGestureEvent] event the event to handle
306
- def evt_gesture_rotate(id, meth = nil, &block) end
307
-
308
- # Process a {Wx::EVT_TWO_FINGER_TAP}.
309
- # Processes a {Wx::EVT_TWO_FINGER_TAP} event.
310
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
311
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
312
- # @yieldparam [Wx::TwoFingerTapEvent] event the event to handle
313
- def evt_two_finger_tap(id, meth = nil, &block) end
314
-
315
- # Process a {Wx::EVT_LONG_PRESS}.
316
- # Processes a {Wx::EVT_LONG_PRESS} event.
317
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
318
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
319
- # @yieldparam [Wx::LongPressEvent] event the event to handle
320
- def evt_long_press(id, meth = nil, &block) end
321
-
322
- # Process a {Wx::EVT_PRESS_AND_TAP}.
323
- # Processes a {Wx::EVT_PRESS_AND_TAP} event.
324
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
325
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
326
- # @yieldparam [Wx::PressAndTapEvent] event the event to handle
327
- def evt_press_and_tap(id, meth = nil, &block) end
328
-
329
- # Process a {Wx::EVT_KEY_DOWN} event (any key has been pressed). See {Wx::KeyEvent}.
330
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
331
- # @yieldparam [Wx::KeyEvent] event the event to handle
332
- def evt_key_down(meth = nil, &block) end
333
-
334
- # Process a {Wx::EVT_KEY_UP} event (any key has been released). See {Wx::KeyEvent}.
335
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
336
- # @yieldparam [Wx::KeyEvent] event the event to handle
337
- def evt_key_up(meth = nil, &block) end
338
-
339
- # Process a {Wx::EVT_CHAR} event. See {Wx::KeyEvent}.
340
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
341
- # @yieldparam [Wx::KeyEvent] event the event to handle
342
- def evt_char(meth = nil, &block) end
343
-
344
- # Process a {Wx::EVT_CHAR_HOOK} event. See {Wx::KeyEvent}.
345
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
346
- # @yieldparam [Wx::KeyEvent] event the event to handle
347
- def evt_char_hook(meth = nil, &block) end
348
-
349
- # Process a {Wx::EVT_SIZE} event. See {Wx::SizeEvent}.
350
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
351
- # @yieldparam [Wx::SizeEvent] event the event to handle
352
- def evt_size(meth = nil, &block) end
353
-
354
- # Process a {Wx::EVT_MOVE} event, which is generated when a window is moved. See {Wx::MoveEvent}.
355
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
356
- # @yieldparam [Wx::MoveEvent] event the event to handle
357
- def evt_move(meth = nil, &block) end
358
-
359
- # Process a {Wx::EVT_MOVE_START} event, which is generated when the user starts to move or size a window. wxMSW only. See {Wx::MoveEvent}.
360
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
361
- # @yieldparam [Wx::MoveEvent] event the event to handle
362
- def evt_move_start(meth = nil, &block) end
363
-
364
- # Process a {Wx::EVT_MOVING} event, which is generated while the user is moving the window. wxMSW only.
365
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
366
- # @yieldparam [Wx::MoveEvent] event the event to handle
367
- def evt_moving(meth = nil, &block) end
368
-
369
- # Process a {Wx::EVT_MOVE_END} event, which is generated when the user stops moving or sizing a window. wxMSW only. See {Wx::MoveEvent}.
370
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
371
- # @yieldparam [Wx::MoveEvent] event the event to handle
372
- def evt_move_end(meth = nil, &block) end
373
-
374
- # Process a {Wx::EVT_PAINT} event. See {Wx::PaintEvent}.
375
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
376
- # @yieldparam [Wx::PaintEvent] event the event to handle
377
- def evt_paint(meth = nil, &block) end
378
-
379
- # Process a {Wx::EVT_ERASE_BACKGROUND} event. See {Wx::EraseEvent}.
380
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
381
- # @yieldparam [Wx::EraseEvent] event the event to handle
382
- def evt_erase_background(meth = nil, &block) end
383
-
384
- # Process a {Wx::EVT_SET_FOCUS} event. See {Wx::FocusEvent}.
385
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
386
- # @yieldparam [Wx::FocusEvent] event the event to handle
387
- def evt_set_focus(meth = nil, &block) end
388
-
389
- # Process a {Wx::EVT_KILL_FOCUS} event. See {Wx::FocusEvent}.
390
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
391
- # @yieldparam [Wx::FocusEvent] event the event to handle
392
- def evt_kill_focus(meth = nil, &block) end
393
-
394
- # Process a {Wx::EVT_ACTIVATE} event.
395
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
396
- # @yieldparam [Wx::ActivateEvent] event the event to handle
397
- def evt_activate(meth = nil, &block) end
398
-
399
- # Process a {Wx::EVT_ACTIVATE_APP} event. See {Wx::ActivateEvent}.
400
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
401
- # @yieldparam [Wx::ActivateEvent] event the event to handle
402
- def evt_activate_app(meth = nil, &block) end
403
-
404
- # Process a hibernate event. See {Wx::ActivateEvent}.
405
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
406
- # @yieldparam [Wx::ActivateEvent] event the event to handle
407
- def evt_hibernate(meth = nil, &block) end
408
-
409
- # Process a {Wx::EVT_INIT_DIALOG} event. See {Wx::InitDialogEvent}.
410
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
411
- # @yieldparam [Wx::InitDialogEvent] event the event to handle
412
- def evt_init_dialog(meth = nil, &block) end
413
-
414
- # A menu is about to be opened. On Windows, this is only sent once for each navigation of the menubar (up until all menus have closed). This type of event is sent as {Wx::MenuEvent}.
415
- # Processes a {Wx::EVT_MENU_OPEN} event.
416
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
417
- # @yieldparam [Wx::MenuEvent] event the event to handle
418
- def evt_menu_open(meth = nil, &block) end
419
-
420
- # A menu has been just closed. This type of event is sent as {Wx::MenuEvent}.
421
- # Processes a {Wx::EVT_MENU_CLOSE} event.
422
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
423
- # @yieldparam [Wx::MenuEvent] event the event to handle
424
- def evt_menu_close(meth = nil, &block) end
425
-
426
- # The menu item with the specified id has been highlighted. If the id is {Wx::StandardID::ID_NONE}, highlighting has been removed from the previously highlighted menu item and there is no highlighted item any more. This is used by {Wx::Frame} to show help prompts in the status bar. This type of event is sent as {Wx::MenuEvent}.
427
- # Processes a {Wx::EVT_MENU_HIGHLIGHT} event.
428
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
429
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
430
- # @yieldparam [Wx::MenuEvent] event the event to handle
431
- def evt_menu_highlight(id, meth = nil, &block) end
432
-
433
- # A menu item has been highlighted, i.e. the currently selected menu item has changed. This type of event is sent as {Wx::MenuEvent}.
434
- # Processes a {Wx::EVT_MENU_HIGHLIGHT_ALL} event.
435
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
436
- # @yieldparam [Wx::MenuEvent] event the event to handle
437
- def evt_menu_highlight_all(meth = nil, &block) end
438
-
439
- # The dialog is being closed by the user or programmatically (see {Wx::Window#close}). The user may generate this event clicking the close button (typically the 'X' on the top-right of the title bar) if it's present (see the {Wx::CLOSE_BOX} style).
440
- # Processes a {Wx::EVT_CLOSE_WINDOW} event.
441
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
442
- # @yieldparam [Wx::CloseEvent] event the event to handle
443
- def evt_close(meth = nil, &block) end
444
-
445
- # Process a query end session event, supplying the member function. See {Wx::CloseEvent}.
446
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
447
- # @yieldparam [Wx::CloseEvent] event the event to handle
448
- def evt_query_end_session(meth = nil, &block) end
449
-
450
- # Process an end session event, supplying the member function. See {Wx::CloseEvent}.
451
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
452
- # @yieldparam [Wx::CloseEvent] event the event to handle
453
- def evt_end_session(meth = nil, &block) end
454
-
455
- # Process a {Wx::EVT_SHOW} event. See {Wx::ShowEvent}.
456
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
457
- # @yieldparam [Wx::ShowEvent] event the event to handle
458
- def evt_show(meth = nil, &block) end
459
-
460
- # Process a {Wx::EVT_ICONIZE} event. See {Wx::IconizeEvent}.
461
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
462
- # @yieldparam [Wx::IconizeEvent] event the event to handle
463
- def evt_iconize(meth = nil, &block) end
464
-
465
- # Process a {Wx::EVT_MAXIMIZE} event.
466
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
467
- # @yieldparam [Wx::MaximizeEvent] event the event to handle
468
- def evt_maximize(meth = nil, &block) end
469
-
470
- # Process a {Wx::EVT_FULLSCREEN} event.
471
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
472
- # @yieldparam [Wx::FullScreenEvent] event the event to handle
473
- def evt_fullscreen(meth = nil, &block) end
474
-
475
- # Process a {Wx::EVT_JOY_BUTTON_DOWN} event.
476
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
477
- # @yieldparam [Wx::JoystickEvent] event the event to handle
478
- def evt_joy_button_down(meth = nil, &block) end
479
-
480
- # Process a {Wx::EVT_JOY_BUTTON_UP} event.
481
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
482
- # @yieldparam [Wx::JoystickEvent] event the event to handle
483
- def evt_joy_button_up(meth = nil, &block) end
484
-
485
- # Process a {Wx::EVT_JOY_MOVE} event.
486
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
487
- # @yieldparam [Wx::JoystickEvent] event the event to handle
488
- def evt_joy_move(meth = nil, &block) end
489
-
490
- # Process a {Wx::EVT_JOY_ZMOVE} event.
491
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
492
- # @yieldparam [Wx::JoystickEvent] event the event to handle
493
- def evt_joy_zmove(meth = nil, &block) end
494
-
495
- # Processes all joystick events.
496
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
497
- # @yieldparam [Wx::JoystickEvent] event the event to handle
498
- def evt_joystick_events(meth = nil, &block) end
499
-
500
- # Process a {Wx::EVT_DROP_FILES} event. See {Wx::DropFilesEvent}.
501
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
502
- # @yieldparam [Wx::DropFilesEvent] event the event to handle
503
- def evt_drop_files(meth = nil, &block) end
504
-
505
- # Process a {Wx::EVT_UPDATE_UI} event for the command with the given id.
506
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
507
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
508
- # @yieldparam [Wx::UpdateUIEvent] event the event to handle
509
- def evt_update_ui(id, meth = nil, &block) end
510
-
511
- # Process a {Wx::EVT_UPDATE_UI} event for any command with id included in the given range.
512
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id1 first window/control id of range
513
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id2 last window/control id of range
514
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
515
- # @yieldparam [Wx::UpdateUIEvent] event the event to handle
516
- def evt_update_ui_range(id1, id2, meth = nil, &block) end
517
-
518
- # Process a {Wx::EVT_SYS_COLOUR_CHANGED} event. See {Wx::SysColourChangedEvent}.
519
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
520
- # @yieldparam [Wx::SysColourChangedEvent] event the event to handle
521
- def evt_sys_colour_changed(meth = nil, &block) end
522
-
523
- # Process a {Wx::EVT_MOUSE_CAPTURE_CHANGED} event. See {Wx::MouseCaptureChangedEvent}.
524
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
525
- # @yieldparam [Wx::MouseCaptureChangedEvent] event the event to handle
526
- def evt_mouse_capture_changed(meth = nil, &block) end
527
-
528
- # Process a {Wx::EVT_MOUSE_CAPTURE_LOST} event. See {Wx::MouseCaptureLostEvent}.
529
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
530
- # @yieldparam [Wx::MouseCaptureLostEvent] event the event to handle
531
- def evt_mouse_capture_lost(meth = nil, &block) end
532
-
533
- # Process a {Wx::EVT_DISPLAY_CHANGED} event.
534
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
535
- # @yieldparam [Wx::DisplayChangedEvent] event the event to handle
536
- def evt_display_changed(meth = nil, &block) end
537
-
538
- # Process a {Wx::EVT_DPI_CHANGED} event.
539
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
540
- # @yieldparam [Wx::DPIChangedEvent] event the event to handle
541
- def evt_dpi_changed(meth = nil, &block) end
542
-
543
- # Process a navigation key event.
544
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
545
- # @yieldparam [Wx::NavigationKeyEvent] event the event to handle
546
- def evt_navigation_key(meth = nil, &block) end
547
-
548
- # Process a {Wx::EVT_CREATE} event.
549
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
550
- # @yieldparam [Wx::WindowCreateEvent] event the event to handle
551
- def evt_window_create(meth = nil, &block) end
552
-
553
- # Process a {Wx::EVT_HELP} event. See {Wx::HelpEvent}.
554
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
555
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
556
- # @yieldparam [Wx::HelpEvent] event the event to handle
557
- def evt_help(id, meth = nil, &block) end
558
-
559
- # Process a {Wx::EVT_HELP} event for a range of ids. See {Wx::HelpEvent}.
560
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id1 first window/control id of range
561
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id2 last window/control id of range
562
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
563
- # @yieldparam [Wx::HelpEvent] event the event to handle
564
- def evt_help_range(id1, id2, meth = nil, &block) end
565
-
566
- # Some or all of the controls content was copied to the clipboard.
567
- # Processes a {Wx::EVT_TEXT_COPY} event.
568
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
569
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
570
- # @yieldparam [Wx::ClipboardTextEvent] event the event to handle
571
- def evt_text_copy(id, meth = nil, &block) end
572
-
573
- # Some or all of the controls content was cut (i.e. copied and deleted).
574
- # Processes a {Wx::EVT_TEXT_CUT} event.
575
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
576
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
577
- # @yieldparam [Wx::ClipboardTextEvent] event the event to handle
578
- def evt_text_cut(id, meth = nil, &block) end
579
-
580
- # Clipboard content was pasted into the control.
581
- # Processes a {Wx::EVT_TEXT_PASTE} event.
582
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
583
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
584
- # @yieldparam [Wx::ClipboardTextEvent] event the event to handle
585
- def evt_text_paste(id, meth = nil, &block) end
586
-
587
- # A right click (or other context menu command depending on platform) has been detected. See {Wx::ContextMenuEvent}.
588
- # Processes a {Wx::EVT_CONTEXT_MENU} event.
589
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
590
- # @yieldparam [Wx::ContextMenuEvent] event the event to handle
591
- def evt_context_menu(meth = nil, &block) end
592
-
593
- # Process a {Wx::EVT_CHILD_FOCUS} event. See {Wx::ChildFocusEvent}.
594
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
595
- # @yieldparam [Wx::ChildFocusEvent] event the event to handle
596
- def evt_child_focus(meth = nil, &block) end
597
-
598
- # The user expanded or collapsed the collapsible pane.
599
- # Processes a {Wx::EVT_COLLAPSIBLEPANE_CHANGED} event.
600
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
601
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
602
- # @yieldparam [Wx::CollapsiblePaneEvent] event the event to handle
603
- def evt_collapsiblepane_changed(id, meth = nil, &block) end
604
-
605
- # Generated whenever an arrow is pressed.
606
- # Processes a {Wx::EVT_SPIN} event.
607
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
608
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
609
- # @yieldparam [Wx::SpinEvent] event the event to handle
610
- def evt_spin(id, meth = nil, &block) end
611
-
612
- # Generated when left/up arrow is pressed.
613
- # Processes a {Wx::EVT_SPIN_UP} event.
614
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
615
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
616
- # @yieldparam [Wx::SpinEvent] event the event to handle
617
- def evt_spin_up(id, meth = nil, &block) end
618
-
619
- # Generated when right/down arrow is pressed.
620
- # Processes a {Wx::EVT_SPIN_DOWN} event.
621
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
622
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
623
- # @yieldparam [Wx::SpinEvent] event the event to handle
624
- def evt_spin_down(id, meth = nil, &block) end
625
-
626
- # Generated whenever the numeric value of the spin control is changed, that is, when the up/down spin button is clicked or when the control loses focus and the new value is different from the last one. See {Wx::SpinDoubleEvent}.
627
- # Processes a {Wx::EVT_SPINCTRLDOUBLE} event.
628
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
629
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
630
- # @yieldparam [Wx::SpinDoubleEvent] event the event to handle
631
- def evt_spinctrldouble(id, meth = nil, &block) end
632
-
633
- # The user changed the font selected in the control either using the button or using text control (see {Wx::FNTP_USE_TEXTCTRL}; note that in this case the event is fired only if the user's input is valid, i.e. recognizable).
634
- # Processes a {Wx::EVT_FONTPICKER_CHANGED} event.
635
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
636
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
637
- # @yieldparam [Wx::FontPickerEvent] event the event to handle
638
- def evt_fontpicker_changed(id, meth = nil, &block) end
639
-
640
- # Find button was pressed in the dialog.
641
- # Processes a {Wx::EVT_FIND} event.
642
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
643
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
644
- # @yieldparam [Wx::FindDialogEvent] event the event to handle
645
- def evt_find(id, meth = nil, &block) end
646
-
647
- # Find next button was pressed in the dialog.
648
- # Processes a {Wx::EVT_FIND_NEXT} event.
649
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
650
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
651
- # @yieldparam [Wx::FindDialogEvent] event the event to handle
652
- def evt_find_next(id, meth = nil, &block) end
653
-
654
- # Replace button was pressed in the dialog.
655
- # Processes a {Wx::EVT_FIND_REPLACE} event.
656
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
657
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
658
- # @yieldparam [Wx::FindDialogEvent] event the event to handle
659
- def evt_find_replace(id, meth = nil, &block) end
660
-
661
- # Replace all button was pressed in the dialog.
662
- # Processes a {Wx::EVT_FIND_REPLACE_ALL} event.
663
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
664
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
665
- # @yieldparam [Wx::FindDialogEvent] event the event to handle
666
- def evt_find_replace_all(id, meth = nil, &block) end
667
-
668
- # The dialog is being destroyed, any pointers to it cannot be used any longer.
669
- # Processes a {Wx::EVT_FIND_CLOSE} event.
670
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
671
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
672
- # @yieldparam [Wx::FindDialogEvent] event the event to handle
673
- def evt_find_close(id, meth = nil, &block) end
674
-
675
- # The user changed the colour selected in the control either using the button or using text control (see {Wx::CLRP_USE_TEXTCTRL}; note that in this case the event is fired only if the user's input is valid, i.e. recognizable). When using a popup dialog for changing the colour, this event is sent only when the changes in the dialog are accepted by the user, unlike EVT_COLOURPICKER_CURRENT_CHANGED.
676
- # Processes a {Wx::EVT_COLOURPICKER_CHANGED} event.
677
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
678
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
679
- # @yieldparam [Wx::ColourPickerEvent] event the event to handle
680
- def evt_colourpicker_changed(id, meth = nil, &block) end
681
-
682
- # The user changed the currently selected colour in the dialog associated with the control. This event is sent immediately when the selection changes and you must also handle EVT_COLOUR_CANCELLED to revert to the previously selected colour if the selection ends up not being accepted. This event is new since wxWidgets 3.1.3 and currently is only implemented in wxMSW.
683
- # Processes a {Wx::EVT_COLOURPICKER_CURRENT_CHANGED} event.
684
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
685
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
686
- # @yieldparam [Wx::ColourPickerEvent] event the event to handle
687
- def evt_colourpicker_current_changed(id, meth = nil, &block) end
688
-
689
- # The user cancelled the colour dialog associated with the control, i.e. closed it without accepting the selection. This event is new since wxWidgets 3.1.3 and currently is only implemented in wxMSW.
690
- # Processes a {Wx::EVT_COLOURPICKER_DIALOG_CANCELLED} event.
691
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
692
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
693
- # @yieldparam [Wx::ColourPickerEvent] event the event to handle
694
- def evt_colourpicker_dialog_cancelled(id, meth = nil, &block) end
695
-
696
- # The user changed the file selected in the control either using the button or using text control (see {Wx::FLP_USE_TEXTCTRL}; note that in this case the event is fired only if the user's input is valid, e.g. an existing file path if {Wx::FLP_FILE_MUST_EXIST} was given).
697
- # Processes a {Wx::EVT_FILEPICKER_CHANGED} event.
698
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
699
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
700
- # @yieldparam [Wx::FileDirPickerEvent] event the event to handle
701
- def evt_filepicker_changed(id, meth = nil, &block) end
702
-
703
- # The user changed the directory selected in the control either using the button or using text control (see {Wx::DIRP_USE_TEXTCTRL}; note that in this case the event is fired only if the user's input is valid, e.g. an existing directory path).
704
- # Processes a {Wx::EVT_DIRPICKER_CHANGED} event.
705
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
706
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
707
- # @yieldparam [Wx::FileDirPickerEvent] event the event to handle
708
- def evt_dirpicker_changed(id, meth = nil, &block) end
709
-
710
- # Begin dragging with the left mouse button.
711
- # Processes a {Wx::EVT_LIST_BEGIN_DRAG} event.
712
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
713
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
714
- # @yieldparam [Wx::ListEvent] event the event to handle
715
- def evt_list_begin_drag(id, meth = nil, &block) end
716
-
717
- # Begin dragging with the right mouse button.
718
- # Processes a {Wx::EVT_LIST_BEGIN_RDRAG} event.
719
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
720
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
721
- # @yieldparam [Wx::ListEvent] event the event to handle
722
- def evt_list_begin_rdrag(id, meth = nil, &block) end
723
-
724
- # Begin editing a label. This can be prevented by calling {Wx::ListEvent#veto}.
725
- # Processes a {Wx::EVT_LIST_BEGIN_LABEL_EDIT} event.
726
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
727
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
728
- # @yieldparam [Wx::ListEvent] event the event to handle
729
- def evt_list_begin_label_edit(id, meth = nil, &block) end
730
-
731
- # Finish editing a label. This can be prevented by calling {Wx::ListEvent#veto}.
732
- # Processes a {Wx::EVT_LIST_END_LABEL_EDIT} event.
733
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
734
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
735
- # @yieldparam [Wx::ListEvent] event the event to handle
736
- def evt_list_end_label_edit(id, meth = nil, &block) end
737
-
738
- # Delete an item.
739
- # Processes a {Wx::EVT_LIST_DELETE_ITEM} event.
740
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
741
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
742
- # @yieldparam [Wx::ListEvent] event the event to handle
743
- def evt_list_delete_item(id, meth = nil, &block) end
744
-
745
- # Delete all items.
746
- # Processes a {Wx::EVT_LIST_DELETE_ALL_ITEMS} event.
747
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
748
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
749
- # @yieldparam [Wx::ListEvent] event the event to handle
750
- def evt_list_delete_all_items(id, meth = nil, &block) end
751
-
752
- # The item has been selected. Notice that the mouse is captured by the control itself when this event is generated, see event handling overview.
753
- # Processes a {Wx::EVT_LIST_ITEM_SELECTED} event.
754
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
755
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
756
- # @yieldparam [Wx::ListEvent] event the event to handle
757
- def evt_list_item_selected(id, meth = nil, &block) end
758
-
759
- # The item has been deselected. {Wx::ListEvent#get_index} may be -1 with virtual lists.
760
- # Processes a {Wx::EVT_LIST_ITEM_DESELECTED} event.
761
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
762
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
763
- # @yieldparam [Wx::ListEvent] event the event to handle
764
- def evt_list_item_deselected(id, meth = nil, &block) end
765
-
766
- # The item has been activated (ENTER or double click).
767
- # Processes a {Wx::EVT_LIST_ITEM_ACTIVATED} event.
768
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
769
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
770
- # @yieldparam [Wx::ListEvent] event the event to handle
771
- def evt_list_item_activated(id, meth = nil, &block) end
772
-
773
- # The currently focused item has changed.
774
- # Processes a {Wx::EVT_LIST_ITEM_FOCUSED} event.
775
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
776
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
777
- # @yieldparam [Wx::ListEvent] event the event to handle
778
- def evt_list_item_focused(id, meth = nil, &block) end
779
-
780
- # The middle mouse button has been clicked on an item.
781
- # Processes a {Wx::EVT_LIST_ITEM_MIDDLE_CLICK} event.
782
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
783
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
784
- # @yieldparam [Wx::ListEvent] event the event to handle
785
- def evt_list_item_middle_click(id, meth = nil, &block) end
786
-
787
- # The right mouse button has been clicked on an item.
788
- # Processes a {Wx::EVT_LIST_ITEM_RIGHT_CLICK} event.
789
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
790
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
791
- # @yieldparam [Wx::ListEvent] event the event to handle
792
- def evt_list_item_right_click(id, meth = nil, &block) end
793
-
794
- # A key has been pressed. {Wx::ListEvent#get_index} may be -1 if no item is selected.
795
- # Processes a {Wx::EVT_LIST_KEY_DOWN} event.
796
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
797
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
798
- # @yieldparam [Wx::ListEvent] event the event to handle
799
- def evt_list_key_down(id, meth = nil, &block) end
800
-
801
- # An item has been inserted.
802
- # Processes a {Wx::EVT_LIST_INSERT_ITEM} event.
803
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
804
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
805
- # @yieldparam [Wx::ListEvent] event the event to handle
806
- def evt_list_insert_item(id, meth = nil, &block) end
807
-
808
- # A column (m_col) has been left-clicked.
809
- # Processes a {Wx::EVT_LIST_COL_CLICK} event.
810
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
811
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
812
- # @yieldparam [Wx::ListEvent] event the event to handle
813
- def evt_list_col_click(id, meth = nil, &block) end
814
-
815
- # A column (m_col) (which can be -1 if the click occurred outside any column) has been right-clicked.
816
- # Processes a {Wx::EVT_LIST_COL_RIGHT_CLICK} event.
817
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
818
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
819
- # @yieldparam [Wx::ListEvent] event the event to handle
820
- def evt_list_col_right_click(id, meth = nil, &block) end
821
-
822
- # The user started resizing a column - can be vetoed.
823
- # Processes a {Wx::EVT_LIST_COL_BEGIN_DRAG} event.
824
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
825
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
826
- # @yieldparam [Wx::ListEvent] event the event to handle
827
- def evt_list_col_begin_drag(id, meth = nil, &block) end
828
-
829
- # The divider between columns is being dragged.
830
- # Processes a {Wx::EVT_LIST_COL_DRAGGING} event.
831
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
832
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
833
- # @yieldparam [Wx::ListEvent] event the event to handle
834
- def evt_list_col_dragging(id, meth = nil, &block) end
835
-
836
- # A column has been resized by the user.
837
- # Processes a {Wx::EVT_LIST_COL_END_DRAG} event.
838
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
839
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
840
- # @yieldparam [Wx::ListEvent] event the event to handle
841
- def evt_list_col_end_drag(id, meth = nil, &block) end
842
-
843
- # Prepare cache for a virtual list control
844
- # Processes a {Wx::EVT_LIST_CACHE_HINT} event.
845
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
846
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
847
- # @yieldparam [Wx::ListEvent] event the event to handle
848
- def evt_list_cache_hint(id, meth = nil, &block) end
849
-
850
- # The item has been checked (new since wxWidgets 3.1.0).
851
- # Processes a {Wx::EVT_LIST_ITEM_CHECKED} event.
852
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
853
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
854
- # @yieldparam [Wx::ListEvent] event the event to handle
855
- def evt_list_item_checked(id, meth = nil, &block) end
856
-
857
- # The item has been unchecked (new since wxWidgets 3.1.0).
858
- # Processes a {Wx::EVT_LIST_ITEM_UNCHECKED} event.
859
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
860
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
861
- # @yieldparam [Wx::ListEvent] event the event to handle
862
- def evt_list_item_unchecked(id, meth = nil, &block) end
863
-
864
- # The sash position is in the process of being changed. May be used to modify the position of the tracking bar to properly reflect the position that would be set if the drag were to be completed at this point. Processes a {Wx::EVT_SPLITTER_SASH_POS_CHANGING} event.
865
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
866
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
867
- # @yieldparam [Wx::SplitterEvent] event the event to handle
868
- def evt_splitter_sash_pos_changing(id, meth = nil, &block) end
869
-
870
- # The sash position was changed. May be used to modify the sash position before it is set, or to prevent the change from taking place. Processes a {Wx::EVT_SPLITTER_SASH_POS_CHANGED} event.
871
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
872
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
873
- # @yieldparam [Wx::SplitterEvent] event the event to handle
874
- def evt_splitter_sash_pos_changed(id, meth = nil, &block) end
875
-
876
- # The splitter has been just unsplit. Processes a {Wx::EVT_SPLITTER_UNSPLIT} event.
877
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
878
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
879
- # @yieldparam [Wx::SplitterEvent] event the event to handle
880
- def evt_splitter_unsplit(id, meth = nil, &block) end
881
-
882
- # The sash was double clicked. The default behaviour is to unsplit the window when this happens (unless the minimum pane size has been set to a value greater than zero). Processes a {Wx::EVT_SPLITTER_DOUBLECLICKED} event.
883
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
884
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
885
- # @yieldparam [Wx::SplitterEvent] event the event to handle
886
- def evt_splitter_dclick(id, meth = nil, &block) end
887
-
888
- # Begin dragging with the left mouse button. If you want to enable left-dragging you need to intercept this event and explicitly call {Wx::TreeEvent#allow}, as it's vetoed by default. Processes a {Wx::EVT_TREE_BEGIN_DRAG} event type.
889
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
890
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
891
- # @yieldparam [Wx::TreeEvent] event the event to handle
892
- def evt_tree_begin_drag(id, meth = nil, &block) end
893
-
894
- # Begin dragging with the right mouse button. If you want to enable right-dragging you need to intercept this event and explicitly call {Wx::TreeEvent#allow}, as it's vetoed by default. Processes a {Wx::EVT_TREE_BEGIN_RDRAG} event type.
895
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
896
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
897
- # @yieldparam [Wx::TreeEvent] event the event to handle
898
- def evt_tree_begin_rdrag(id, meth = nil, &block) end
899
-
900
- # End dragging with the left or right mouse button. Processes a {Wx::EVT_TREE_END_DRAG} event type.
901
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
902
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
903
- # @yieldparam [Wx::TreeEvent] event the event to handle
904
- def evt_tree_end_drag(id, meth = nil, &block) end
905
-
906
- # Begin editing a label. This can be prevented by calling Veto(). Processes a {Wx::EVT_TREE_BEGIN_LABEL_EDIT} event type.
907
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
908
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
909
- # @yieldparam [Wx::TreeEvent] event the event to handle
910
- def evt_tree_begin_label_edit(id, meth = nil, &block) end
911
-
912
- # Finish editing a label. This can be prevented by calling Veto(). Processes a {Wx::EVT_TREE_END_LABEL_EDIT} event type.
913
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
914
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
915
- # @yieldparam [Wx::TreeEvent] event the event to handle
916
- def evt_tree_end_label_edit(id, meth = nil, &block) end
917
-
918
- # An item was deleted. Processes a {Wx::EVT_TREE_DELETE_ITEM} event type.
919
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
920
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
921
- # @yieldparam [Wx::TreeEvent] event the event to handle
922
- def evt_tree_delete_item(id, meth = nil, &block) end
923
-
924
- # Request information from the application. Processes a {Wx::EVT_TREE_GET_INFO} event type.
925
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
926
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
927
- # @yieldparam [Wx::TreeEvent] event the event to handle
928
- def evt_tree_get_info(id, meth = nil, &block) end
929
-
930
- # Information is being supplied. Processes a {Wx::EVT_TREE_SET_INFO} event type.
931
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
932
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
933
- # @yieldparam [Wx::TreeEvent] event the event to handle
934
- def evt_tree_set_info(id, meth = nil, &block) end
935
-
936
- # The item has been activated, i.e. chosen by double clicking it with mouse or from keyboard. Processes a {Wx::EVT_TREE_ITEM_ACTIVATED} event type.
937
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
938
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
939
- # @yieldparam [Wx::TreeEvent] event the event to handle
940
- def evt_tree_item_activated(id, meth = nil, &block) end
941
-
942
- # The item has been collapsed. Processes a {Wx::EVT_TREE_ITEM_COLLAPSED} event type.
943
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
944
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
945
- # @yieldparam [Wx::TreeEvent] event the event to handle
946
- def evt_tree_item_collapsed(id, meth = nil, &block) end
947
-
948
- # The item is being collapsed. This can be prevented by calling Veto(). Processes a {Wx::EVT_TREE_ITEM_COLLAPSING} event type.
949
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
950
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
951
- # @yieldparam [Wx::TreeEvent] event the event to handle
952
- def evt_tree_item_collapsing(id, meth = nil, &block) end
953
-
954
- # The item has been expanded. Processes a {Wx::EVT_TREE_ITEM_EXPANDED} event type.
955
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
956
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
957
- # @yieldparam [Wx::TreeEvent] event the event to handle
958
- def evt_tree_item_expanded(id, meth = nil, &block) end
959
-
960
- # The item is being expanded. This can be prevented by calling Veto(). Processes a {Wx::EVT_TREE_ITEM_EXPANDING} event type.
961
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
962
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
963
- # @yieldparam [Wx::TreeEvent] event the event to handle
964
- def evt_tree_item_expanding(id, meth = nil, &block) end
965
-
966
- # The user has clicked the item with the right mouse button. Processes a {Wx::EVT_TREE_ITEM_RIGHT_CLICK} event type.
967
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
968
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
969
- # @yieldparam [Wx::TreeEvent] event the event to handle
970
- def evt_tree_item_right_click(id, meth = nil, &block) end
971
-
972
- # The user has clicked the item with the middle mouse button. This is only supported by the generic control. Processes a {Wx::EVT_TREE_ITEM_MIDDLE_CLICK} event type.
973
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
974
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
975
- # @yieldparam [Wx::TreeEvent] event the event to handle
976
- def evt_tree_item_middle_click(id, meth = nil, &block) end
977
-
978
- # Selection has changed. Processes a {Wx::EVT_TREE_SEL_CHANGED} event type.
979
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
980
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
981
- # @yieldparam [Wx::TreeEvent] event the event to handle
982
- def evt_tree_sel_changed(id, meth = nil, &block) end
983
-
984
- # Selection is changing. This can be prevented by calling Veto(). Processes a {Wx::EVT_TREE_SEL_CHANGING} event type.
985
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
986
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
987
- # @yieldparam [Wx::TreeEvent] event the event to handle
988
- def evt_tree_sel_changing(id, meth = nil, &block) end
989
-
990
- # A key has been pressed. Processes a {Wx::EVT_TREE_KEY_DOWN} event type.
991
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
992
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
993
- # @yieldparam [Wx::TreeEvent] event the event to handle
994
- def evt_tree_key_down(id, meth = nil, &block) end
995
-
996
- # The opportunity to set the item tooltip is being given to the application (call {Wx::TreeEvent#set_tool_tip}). Windows only. Processes a {Wx::EVT_TREE_ITEM_GETTOOLTIP} event type.
997
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
998
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
999
- # @yieldparam [Wx::TreeEvent] event the event to handle
1000
- def evt_tree_item_gettooltip(id, meth = nil, &block) end
1001
-
1002
- # The context menu for the selected item has been requested, either by a right click or by using the menu key. Notice that these events always carry a valid tree item and so are not generated when (right) clicking outside of the items area. If you need to handle such events, consider using {Wx::EVT_CONTEXT_MENU} instead. Processes a {Wx::EVT_TREE_ITEM_MENU} event type.
1003
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1004
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1005
- # @yieldparam [Wx::TreeEvent] event the event to handle
1006
- def evt_tree_item_menu(id, meth = nil, &block) end
1007
-
1008
- # The state image has been clicked. Processes a {Wx::EVT_TREE_STATE_IMAGE_CLICK} event type.
1009
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1010
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1011
- # @yieldparam [Wx::TreeEvent] event the event to handle
1012
- def evt_tree_state_image_click(id, meth = nil, &block) end
1013
-
1014
- # Process a {Wx::EVT_SASH_DRAGGED} event, when the user has finished dragging a sash.
1015
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1016
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1017
- # @yieldparam [Wx::SashEvent] event the event to handle
1018
- def evt_sash_dragged(id, meth = nil, &block) end
1019
-
1020
- # Process a {Wx::EVT_SASH_DRAGGED_RANGE} event, when the user has finished dragging a sash. The event handler is called when windows with ids in the given range have their sashes dragged.
1021
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id1 first window/control id of range
1022
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id2 last window/control id of range
1023
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1024
- # @yieldparam [Wx::SashEvent] event the event to handle
1025
- def evt_sash_dragged_range(id1, id2, meth = nil, &block) end
1026
-
1027
- # Process a {Wx::EVT_QUERY_LAYOUT_INFO} event, to get size, orientation and alignment from a window.
1028
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1029
- # @yieldparam [Wx::QueryLayoutInfoEvent] event the event to handle
1030
- def evt_query_layout_info(meth = nil, &block) end
1031
-
1032
- # Process a {Wx::EVT_CALCULATE_LAYOUT} event, which asks the window to take a 'bite' out of a rectangle provided by the algorithm.
1033
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1034
- # @yieldparam [Wx::CalculateLayoutEvent] event the event to handle
1035
- def evt_calculate_layout(meth = nil, &block) end
1036
-
1037
- # The page has just been changed (this event cannot be vetoed).
1038
- # Processes a {Wx::EVT_WIZARD_PAGE_CHANGED} event.
1039
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1040
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1041
- # @yieldparam [Wx::WizardEvent] event the event to handle
1042
- def evt_wizard_page_changed(id, meth = nil, &block) end
1043
-
1044
- # The page is being changed (this event can be vetoed).
1045
- # Processes a {Wx::EVT_WIZARD_PAGE_CHANGING} event.
1046
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1047
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1048
- # @yieldparam [Wx::WizardEvent] event the event to handle
1049
- def evt_wizard_page_changing(id, meth = nil, &block) end
1050
-
1051
- # Called after Next is clicked but before GetNext is called. Unlike EVT_WIZARD_CHANGING, the handler for this function can change state that might affect the return value of GetNext. This event can be vetoed.
1052
- # Processes a {Wx::EVT_WIZARD_BEFORE_PAGE_CHANGED} event.
1053
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1054
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1055
- # @yieldparam [Wx::WizardEvent] event the event to handle
1056
- def evt_wizard_before_page_changed(id, meth = nil, &block) end
1057
-
1058
- # The page was shown and laid out (this event cannot be vetoed).
1059
- # Processes a {Wx::EVT_WIZARD_PAGE_SHOWN} event.
1060
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1061
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1062
- # @yieldparam [Wx::WizardEvent] event the event to handle
1063
- def evt_wizard_page_shown(id, meth = nil, &block) end
1064
-
1065
- # The user attempted to cancel the wizard (this event may also be vetoed).
1066
- # Processes a {Wx::EVT_WIZARD_CANCEL} event.
1067
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1068
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1069
- # @yieldparam [Wx::WizardEvent] event the event to handle
1070
- def evt_wizard_cancel(id, meth = nil, &block) end
1071
-
1072
- # The wizard help button was pressed.
1073
- # Processes a {Wx::EVT_WIZARD_HELP} event.
1074
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1075
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1076
- # @yieldparam [Wx::WizardEvent] event the event to handle
1077
- def evt_wizard_help(id, meth = nil, &block) end
1078
-
1079
- # The wizard finished button was pressed.
1080
- # Processes a {Wx::EVT_WIZARD_FINISHED} event.
1081
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1082
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1083
- # @yieldparam [Wx::WizardEvent] event the event to handle
1084
- def evt_wizard_finished(id, meth = nil, &block) end
1085
-
1086
- # Sent when a media has loaded enough data that it can start playing. Processes a {Wx::EVT_MEDIA_LOADED} event type.
1087
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1088
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1089
- # @yieldparam [Wx::MediaEvent] event the event to handle
1090
- def evt_media_loaded(id, meth = nil, &block) end
1091
-
1092
- # Sent when a media has switched to the {Wx::MediaState::MEDIASTATE_STOPPED} state. You may be able to Veto this event to prevent it from stopping, causing it to continue playing - even if it has reached that end of the media (note that this may not have the desired effect - if you want to loop the media, for example, catch the EVT_MEDIA_FINISHED and play there instead). Processes a {Wx::EVT_MEDIA_STOP} event type.
1093
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1094
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1095
- # @yieldparam [Wx::MediaEvent] event the event to handle
1096
- def evt_media_stop(id, meth = nil, &block) end
1097
-
1098
- # Sent when a media has finished playing in a {Wx::MediaCtrl}. Processes a {Wx::EVT_MEDIA_FINISHED} event type.
1099
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1100
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1101
- # @yieldparam [Wx::MediaEvent] event the event to handle
1102
- def evt_media_finished(id, meth = nil, &block) end
1103
-
1104
- # Sent when a media has switched its state (from any media state). Processes a {Wx::EVT_MEDIA_STATECHANGED} event type.
1105
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1106
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1107
- # @yieldparam [Wx::MediaEvent] event the event to handle
1108
- def evt_media_statechanged(id, meth = nil, &block) end
1109
-
1110
- # Sent when a media has switched to the {Wx::MediaState::MEDIASTATE_PLAYING} state. Processes a {Wx::EVT_MEDIA_PLAY} event type.
1111
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1112
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1113
- # @yieldparam [Wx::MediaEvent] event the event to handle
1114
- def evt_media_play(id, meth = nil, &block) end
1115
-
1116
- # Sent when a media has switched to the {Wx::MediaState::MEDIASTATE_PAUSED} state. Processes a {Wx::EVT_MEDIA_PAUSE} event type.
1117
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1118
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1119
- # @yieldparam [Wx::MediaEvent] event the event to handle
1120
- def evt_media_pause(id, meth = nil, &block) end
1121
-
1122
- # User clicked on a hyperlink.
1123
- # Processes a {Wx::EVT_HYPERLINK} event.
1124
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1125
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1126
- # @yieldparam [Wx::HyperlinkEvent] event the event to handle
1127
- def evt_hyperlink(id, meth = nil, &block) end
1128
-
1129
- # Process a {Wx::EVT_BUTTON} event, when the button is clicked.
1130
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1131
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1132
- # @yieldparam [Wx::CommandEvent] event the event to handle
1133
- def evt_button(id, meth = nil, &block) end
1134
-
1135
- # Process a {Wx::EVT_CHECKBOX} event, when the checkbox is clicked.
1136
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1137
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1138
- # @yieldparam [Wx::CommandEvent] event the event to handle
1139
- def evt_checkbox(id, meth = nil, &block) end
1140
-
1141
- # Process a {Wx::EVT_CHOICE} event, when an item on the list is selected.
1142
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1143
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1144
- # @yieldparam [Wx::CommandEvent] event the event to handle
1145
- def evt_choice(id, meth = nil, &block) end
1146
-
1147
- # Process a {Wx::EVT_COMBOBOX} event, when an item on the list is selected. Note that calling {Wx::OwnerDrawnComboBox#get_value} returns the new value of selection.
1148
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1149
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1150
- # @yieldparam [Wx::CommandEvent] event the event to handle
1151
- def evt_combobox(id, meth = nil, &block) end
1152
-
1153
- # Process a {Wx::EVT_LISTBOX} event, when an item on the list is selected or the selection changes.
1154
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1155
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1156
- # @yieldparam [Wx::CommandEvent] event the event to handle
1157
- def evt_listbox(id, meth = nil, &block) end
1158
-
1159
- # Process a {Wx::EVT_LISTBOX_DCLICK} event, when the listbox is double-clicked. On some platforms (notably wxGTK2) pressing the enter key is handled as an equivalent of a double-click.
1160
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1161
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1162
- # @yieldparam [Wx::CommandEvent] event the event to handle
1163
- def evt_listbox_dclick(id, meth = nil, &block) end
1164
-
1165
- # Process a {Wx::EVT_CHECKLISTBOX} event, when an item in the check list box is checked or unchecked. {Wx::CommandEvent#get_int} will contain the index of the item that was checked or unchecked. {Wx::CommandEvent#is_checked} is not valid! Use {Wx::CheckListBox#is_checked} instead.
1166
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1167
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1168
- # @yieldparam [Wx::CommandEvent] event the event to handle
1169
- def evt_checklistbox(id, meth = nil, &block) end
1170
-
1171
- # The same as EVT_TOOL().
1172
- # Processes a {Wx::EVT_MENU} event.
1173
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1174
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1175
- # @yieldparam [Wx::CommandEvent] event the event to handle
1176
- def evt_menu(id, meth = nil, &block) end
1177
-
1178
- # The same as EVT_TOOL_RANGE().
1179
- # Processes a {Wx::EVT_MENU} event.
1180
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id1 first window/control id of range
1181
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id2 last window/control id of range
1182
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1183
- # @yieldparam [Wx::CommandEvent] event the event to handle
1184
- def evt_menu_range(id1, id2, meth = nil, &block) end
1185
-
1186
- # Process a {Wx::EVT_RADIOBOX} event, when a radiobutton is clicked.
1187
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1188
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1189
- # @yieldparam [Wx::CommandEvent] event the event to handle
1190
- def evt_radiobox(id, meth = nil, &block) end
1191
-
1192
- # Process a {Wx::EVT_RADIOBUTTON} event, when the radiobutton is clicked.
1193
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1194
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1195
- # @yieldparam [Wx::CommandEvent] event the event to handle
1196
- def evt_radiobutton(id, meth = nil, &block) end
1197
-
1198
- # Process a {Wx::EVT_SCROLLBAR} command, which is generated by a {Wx::ScrollBar} control. This is provided for compatibility only; more specific scrollbar event macros should be used instead (see {Wx::ScrollEvent}).
1199
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1200
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1201
- # @yieldparam [Wx::CommandEvent] event the event to handle
1202
- def evt_scrollbar(id, meth = nil, &block) end
1203
-
1204
- # Process {Wx::EVT_SLIDER} which is generated after any change of {Wx::Slider} position in addition to one of the events above. Notice that the handler of this event receives a {Wx::CommandEvent} as argument and not {Wx::ScrollEvent}, as all the other handlers.
1205
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1206
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1207
- # @yieldparam [Wx::CommandEvent] event the event to handle
1208
- def evt_slider(id, meth = nil, &block) end
1209
-
1210
- # Process a {Wx::EVT_TEXT} event, when the text changes.
1211
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1212
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1213
- # @yieldparam [Wx::CommandEvent] event the event to handle
1214
- def evt_text(id, meth = nil, &block) end
1215
-
1216
- # Process a {Wx::EVT_TEXT_ENTER} event, when RETURN is pressed in the combo control.
1217
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1218
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1219
- # @yieldparam [Wx::CommandEvent] event the event to handle
1220
- def evt_text_enter(id, meth = nil, &block) end
1221
-
1222
- # This event is generated when the user tries to enter more text into the control than the limit set by {Wx::TextCtrl#set_max_length}, see its description.
1223
- # Processes a {Wx::EVT_TEXT_MAXLEN} event.
1224
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1225
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1226
- # @yieldparam [Wx::CommandEvent] event the event to handle
1227
- def evt_text_maxlen(id, meth = nil, &block) end
1228
-
1229
- # Handles a {Wx::EVT_TOGGLEBUTTON} event.
1230
- # Processes a {Wx::EVT_TOGGLEBUTTON} event.
1231
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1232
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1233
- # @yieldparam [Wx::CommandEvent] event the event to handle
1234
- def evt_togglebutton(id, meth = nil, &block) end
1235
-
1236
- # Process a {Wx::EVT_TOOL} event (a synonym for {Wx::EVT_MENU}). Pass the id of the tool.
1237
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1238
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1239
- # @yieldparam [Wx::CommandEvent] event the event to handle
1240
- def evt_tool(id, meth = nil, &block) end
1241
-
1242
- # Process a {Wx::EVT_TOOL} event for a range of identifiers. Pass the ids of the tools.
1243
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id1 first window/control id of range
1244
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id2 last window/control id of range
1245
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1246
- # @yieldparam [Wx::CommandEvent] event the event to handle
1247
- def evt_tool_range(id1, id2, meth = nil, &block) end
1248
-
1249
- # Process a {Wx::EVT_TOOL_RCLICKED} event. Pass the id of the tool. (Not available on wxOSX.)
1250
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1251
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1252
- # @yieldparam [Wx::CommandEvent] event the event to handle
1253
- def evt_tool_rclicked(id, meth = nil, &block) end
1254
-
1255
- # Process a {Wx::EVT_TOOL_RCLICKED} event for a range of ids. Pass the ids of the tools. (Not available on wxOSX.)
1256
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id1 first window/control id of range
1257
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id2 last window/control id of range
1258
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1259
- # @yieldparam [Wx::CommandEvent] event the event to handle
1260
- def evt_tool_rclicked_range(id1, id2, meth = nil, &block) end
1261
-
1262
- # Process a {Wx::EVT_TOOL_ENTER} event. Pass the id of the toolbar itself. The value of {Wx::CommandEvent#get_selection} is the tool id, or -1 if the mouse cursor has moved off a tool. (Not available on wxOSX.)
1263
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1264
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1265
- # @yieldparam [Wx::CommandEvent] event the event to handle
1266
- def evt_tool_enter(id, meth = nil, &block) end
1267
-
1268
- # Process a {Wx::EVT_COMMAND_LEFT_CLICK} command, which is generated by a control (wxMSW only).
1269
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1270
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1271
- # @yieldparam [Wx::CommandEvent] event the event to handle
1272
- def evt_command_left_click(id, meth = nil, &block) end
1273
-
1274
- # Process a {Wx::EVT_COMMAND_LEFT_DCLICK} command, which is generated by a control (wxMSW only).
1275
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1276
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1277
- # @yieldparam [Wx::CommandEvent] event the event to handle
1278
- def evt_command_left_dclick(id, meth = nil, &block) end
1279
-
1280
- # Process a {Wx::EVT_COMMAND_RIGHT_CLICK} command, which is generated by a control (wxMSW only).
1281
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1282
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1283
- # @yieldparam [Wx::CommandEvent] event the event to handle
1284
- def evt_command_right_click(id, meth = nil, &block) end
1285
-
1286
- # Process a {Wx::EVT_COMMAND_SET_FOCUS} command, which is generated by a control (wxMSW only).
1287
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1288
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1289
- # @yieldparam [Wx::CommandEvent] event the event to handle
1290
- def evt_command_set_focus(id, meth = nil, &block) end
1291
-
1292
- # Process a {Wx::EVT_COMMAND_KILL_FOCUS} command, which is generated by a control (wxMSW only).
1293
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1294
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1295
- # @yieldparam [Wx::CommandEvent] event the event to handle
1296
- def evt_command_kill_focus(id, meth = nil, &block) end
1297
-
1298
- # Process a {Wx::EVT_COMMAND_ENTER} command, which is generated by a control.
1299
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1300
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1301
- # @yieldparam [Wx::CommandEvent] event the event to handle
1302
- def evt_command_enter(id, meth = nil, &block) end
1303
-
1304
- # A connection with the network was established. See {Wx::DialUpEvent}.
1305
- # Processes a {Wx::EVT_DIALUP_CONNECTED} event.
1306
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1307
- # @yieldparam [Wx::App] event the event to handle
1308
- def evt_dialup_connected(meth = nil, &block) end
1309
-
1310
- # The connection with the network was lost. See {Wx::DialUpEvent}.
1311
- # Processes a {Wx::EVT_DIALUP_DISCONNECTED} event.
1312
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1313
- # @yieldparam [Wx::App] event the event to handle
1314
- def evt_dialup_disconnected(meth = nil, &block) end
1315
-
1316
- # A mouse event occurred over an URL in the text control.
1317
- # Processes a {Wx::EVT_TEXT_URL} event.
1318
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1319
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1320
- # @yieldparam [Wx::CommandEvent] event the event to handle
1321
- def evt_text_url(id, meth = nil, &block) end
1322
-
1323
- # Process a {Wx::EVT_COMBOBOX_DROPDOWN} event, which is generated when the popup window is shown (drops down).
1324
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1325
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1326
- # @yieldparam [Wx::CommandEvent] event the event to handle
1327
- def evt_combobox_dropdown(id, meth = nil, &block) end
1328
-
1329
- # Process a {Wx::EVT_COMBOBOX_CLOSEUP} event, which is generated when the popup window of the combo control disappears (closes up). You should avoid adding or deleting items in this event.
1330
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1331
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1332
- # @yieldparam [Wx::CommandEvent] event the event to handle
1333
- def evt_combobox_closeup(id, meth = nil, &block) end
1334
-
1335
- # The page selection was changed. Processes a {Wx::EVT_NOTEBOOK_PAGE_CHANGED} event.
1336
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1337
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1338
- # @yieldparam [Wx::BookCtrlEvent] event the event to handle
1339
- def evt_notebook_page_changed(id, meth = nil, &block) end
1340
-
1341
- # The page selection is about to be changed. Processes a {Wx::EVT_NOTEBOOK_PAGE_CHANGING} event. This event can be vetoed.
1342
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1343
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1344
- # @yieldparam [Wx::BookCtrlEvent] event the event to handle
1345
- def evt_notebook_page_changing(id, meth = nil, &block) end
1346
-
1347
- # Respond to a {Wx::EVT_SEARCH} event, generated when the search button is clicked. Note that this does not initiate a search on its own, you need to perform the appropriate action in your event handler. You may use
1348
- # Processes a {Wx::EVT_SEARCH} event.
1349
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1350
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1351
- # @yieldparam [Wx::CommandEvent] event the event to handle
1352
- def evt_search(id, meth = nil, &block) end
1353
-
1354
- # Respond to a {Wx::EVT_SEARCH_CANCEL} event, generated when the cancel button is clicked.
1355
- # Processes a {Wx::EVT_SEARCH_CANCEL} event.
1356
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1357
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1358
- # @yieldparam [Wx::CommandEvent] event the event to handle
1359
- def evt_search_cancel(id, meth = nil, &block) end
1360
-
1361
- # Process a {Wx::EVT_SPINCTRL} event, which is generated whenever the numeric value of the spin control is updated.
1362
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1363
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1364
- # @yieldparam [Wx::SpinEvent] event the event to handle
1365
- def evt_spinctrl(id, meth = nil, &block) end
1366
-
1367
- # Process a {Wx::EVT_TOOL_DROPDOWN} event. If unhandled, displays the default dropdown menu set using {Wx::ToolBar#set_dropdown_menu}.
1368
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1369
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1370
- # @yieldparam [Wx::CommandEvent] event the event to handle
1371
- def evt_tool_dropdown(id, meth = nil, &block) end
1372
-
1373
- # The page selection was changed. Processes a {Wx::EVT_TOOLBOOK_PAGE_CHANGED} event.
1374
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1375
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1376
- # @yieldparam [Wx::BookCtrlEvent] event the event to handle
1377
- def evt_toolbook_page_changed(id, meth = nil, &block) end
1378
-
1379
- # The page selection is about to be changed. Processes a {Wx::EVT_TOOLBOOK_PAGE_CHANGING} event. This event can be vetoed (using {Wx::NotifyEvent#veto}).
1380
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1381
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1382
- # @yieldparam [Wx::BookCtrlEvent] event the event to handle
1383
- def evt_toolbook_page_changing(id, meth = nil, &block) end
1384
-
1385
- # The page selection was changed. Processes a {Wx::EVT_CHOICEBOOK_PAGE_CHANGED} event.
1386
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1387
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1388
- # @yieldparam [Wx::BookCtrlEvent] event the event to handle
1389
- def evt_choicebook_page_changed(id, meth = nil, &block) end
1390
-
1391
- # The page selection is about to be changed. Processes a {Wx::EVT_CHOICEBOOK_PAGE_CHANGING} event. This event can be vetoed (using {Wx::NotifyEvent#veto}).
1392
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1393
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1394
- # @yieldparam [Wx::BookCtrlEvent] event the event to handle
1395
- def evt_choicebook_page_changing(id, meth = nil, &block) end
1396
-
1397
- # The page selection was changed. Processes a {Wx::EVT_LISTBOOK_PAGE_CHANGED} event.
1398
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1399
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1400
- # @yieldparam [Wx::BookCtrlEvent] event the event to handle
1401
- def evt_listbook_page_changed(id, meth = nil, &block) end
1402
-
1403
- # The page selection is about to be changed. Processes a {Wx::EVT_LISTBOOK_PAGE_CHANGING} event. This event can be vetoed.
1404
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1405
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1406
- # @yieldparam [Wx::BookCtrlEvent] event the event to handle
1407
- def evt_listbook_page_changing(id, meth = nil, &block) end
1408
-
1409
- # The page selection was changed. Processes a {Wx::EVT_TREEBOOK_PAGE_CHANGED} event.
1410
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1411
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1412
- # @yieldparam [Wx::BookCtrlEvent] event the event to handle
1413
- def evt_treebook_page_changed(id, meth = nil, &block) end
1414
-
1415
- # The page selection is about to be changed. Processes a {Wx::EVT_TREEBOOK_PAGE_CHANGING} event. This event can be {Wx::vetoed}.
1416
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1417
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1418
- # @yieldparam [Wx::BookCtrlEvent] event the event to handle
1419
- def evt_treebook_page_changing(id, meth = nil, &block) end
1420
-
1421
- # The page node is going to be collapsed. Processes a {Wx::EVT_TREEBOOK_NODE_COLLAPSED} event.
1422
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1423
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1424
- # @yieldparam [Wx::BookCtrlEvent] event the event to handle
1425
- def evt_treebook_node_collapsed(id, meth = nil, &block) end
1426
-
1427
- # The page node is going to be expanded. Processes a {Wx::EVT_TREEBOOK_NODE_EXPANDED} event.
1428
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1429
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1430
- # @yieldparam [Wx::BookCtrlEvent] event the event to handle
1431
- def evt_treebook_node_expanded(id, meth = nil, &block) end
1432
-
1433
- # A column heading was clicked.
1434
- # Processes a {Wx::EVT_HEADER_CLICK} event.
1435
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1436
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1437
- # @yieldparam [Wx::HeaderCtrlEvent] event the event to handle
1438
- def evt_header_click(id, meth = nil, &block) end
1439
-
1440
- # A column heading was right clicked.
1441
- # Processes a {Wx::EVT_HEADER_RIGHT_CLICK} event.
1442
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1443
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1444
- # @yieldparam [Wx::HeaderCtrlEvent] event the event to handle
1445
- def evt_header_right_click(id, meth = nil, &block) end
1446
-
1447
- # A column heading was clicked with the middle mouse button.
1448
- # Processes a {Wx::EVT_HEADER_MIDDLE_CLICK} event.
1449
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1450
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1451
- # @yieldparam [Wx::HeaderCtrlEvent] event the event to handle
1452
- def evt_header_middle_click(id, meth = nil, &block) end
1453
-
1454
- # A column heading was double clicked.
1455
- # Processes a {Wx::EVT_HEADER_DCLICK} event.
1456
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1457
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1458
- # @yieldparam [Wx::HeaderCtrlEvent] event the event to handle
1459
- def evt_header_dclick(id, meth = nil, &block) end
1460
-
1461
- # A column heading was right double clicked.
1462
- # Processes a {Wx::EVT_HEADER_RIGHT_DCLICK} event.
1463
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1464
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1465
- # @yieldparam [Wx::HeaderCtrlEvent] event the event to handle
1466
- def evt_header_right_dclick(id, meth = nil, &block) end
1467
-
1468
- # A column heading was double clicked with the middle mouse button.
1469
- # Processes a {Wx::EVT_HEADER_MIDDLE_DCLICK} event.
1470
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1471
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1472
- # @yieldparam [Wx::HeaderCtrlEvent] event the event to handle
1473
- def evt_header_middle_dclick(id, meth = nil, &block) end
1474
-
1475
- # Separator to the right of the specified column was double clicked (this action is commonly used to resize the column to fit its contents width and the control provides {Wx::HeaderCtrl#update_column_width_to_fit} method to make implementing this easier).
1476
- # Processes a {Wx::EVT_HEADER_SEPARATOR_DCLICK} event.
1477
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1478
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1479
- # @yieldparam [Wx::HeaderCtrlEvent] event the event to handle
1480
- def evt_header_separator_dclick(id, meth = nil, &block) end
1481
-
1482
- # The user started to drag the separator to the right of the column with the specified index (this can only happen for the columns for which {Wx::HeaderColumn#is_resizeable} returns true). The event can be vetoed to prevent the column from being resized. If it isn't, the resizing and end resize (or dragging cancelled) events will be generated later.
1483
- # Processes a {Wx::EVT_HEADER_BEGIN_RESIZE} event.
1484
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1485
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1486
- # @yieldparam [Wx::HeaderCtrlEvent] event the event to handle
1487
- def evt_header_begin_resize(id, meth = nil, &block) end
1488
-
1489
- # The user is dragging the column with the specified index resizing it and its current width is {Wx::HeaderCtrlEvent#get_width}. The event can be vetoed to stop the dragging operation completely at any time.
1490
- # Processes a {Wx::EVT_HEADER_RESIZING} event.
1491
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1492
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1493
- # @yieldparam [Wx::HeaderCtrlEvent] event the event to handle
1494
- def evt_header_resizing(id, meth = nil, &block) end
1495
-
1496
- # The user stopped dragging the column by releasing the mouse. The column should normally be resized to the value of {Wx::HeaderCtrlEvent#get_width}.
1497
- # Processes a {Wx::EVT_HEADER_END_RESIZE} event.
1498
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1499
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1500
- # @yieldparam [Wx::HeaderCtrlEvent] event the event to handle
1501
- def evt_header_end_resize(id, meth = nil, &block) end
1502
-
1503
- # The user started to drag the column with the specified index (this can only happen for the controls with {Wx::HD_ALLOW_REORDER} style). This event can be vetoed to prevent the column from being reordered, otherwise the end reorder message will be generated later.
1504
- # Processes a {Wx::EVT_HEADER_BEGIN_REORDER} event.
1505
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1506
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1507
- # @yieldparam [Wx::HeaderCtrlEvent] event the event to handle
1508
- def evt_header_begin_reorder(id, meth = nil, &block) end
1509
-
1510
- # The user dropped the column in its new location. The event can be vetoed to prevent the column from being placed at the new position or handled to update the display of the data in the associated control to match the new column location (available from {Wx::HeaderCtrlEvent#get_new_order}).
1511
- # Processes a {Wx::EVT_HEADER_END_REORDER} event.
1512
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1513
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1514
- # @yieldparam [Wx::HeaderCtrlEvent] event the event to handle
1515
- def evt_header_end_reorder(id, meth = nil, &block) end
1516
-
1517
- # The resizing or reordering operation currently in progress was cancelled. This can happen if the user pressed Esc key while dragging the mouse or the mouse capture was lost for some other reason. You only need to handle this event if your application entered into some modal mode when resizing or reordering began, in which case it should handle this event in addition to the matching end resizing or reordering ones.
1518
- # Processes a {Wx::EVT_HEADER_DRAGGING_CANCELLED} event.
1519
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1520
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1521
- # @yieldparam [Wx::HeaderCtrlEvent] event the event to handle
1522
- def evt_header_dragging_cancelled(id, meth = nil, &block) end
1523
-
1524
- # The sash position is in the process of being updated. May be used to modify the position of the tracking bar to properly reflect the position that would be set if the update were to be completed. This can happen e.g. when the window is resized and the sash is moved according to the gravity setting. This event is sent when the window is resized and allows the application to select the desired new sash position. If it doesn't process the event, the position is determined by the gravity setting. Processes a {Wx::EVT_SPLITTER_SASH_POS_RESIZE} event and is only available in wxWidgets 3.1.6 or newer.
1525
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1526
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1527
- # @yieldparam [Wx::SplitterEvent] event the event to handle
1528
- def evt_splitter_sash_pos_resize(id, meth = nil, &block) end
1529
-
1530
- # A day was double clicked in the calendar.
1531
- # Processes a {Wx::EVT_CALENDAR} event.
1532
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1533
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1534
- # @yieldparam [Wx::CalendarEvent] event the event to handle
1535
- def evt_calendar(id, meth = nil, &block) end
1536
-
1537
- # The selected date changed.
1538
- # Processes a {Wx::EVT_CALENDAR_SEL_CHANGED} event.
1539
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1540
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1541
- # @yieldparam [Wx::CalendarEvent] event the event to handle
1542
- def evt_calendar_sel_changed(id, meth = nil, &block) end
1543
-
1544
- # The selected month (and/or year) changed.
1545
- # Processes a {Wx::EVT_CALENDAR_PAGE_CHANGED} event.
1546
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1547
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1548
- # @yieldparam [Wx::CalendarEvent] event the event to handle
1549
- def evt_calendar_page_changed(id, meth = nil, &block) end
1550
-
1551
- # User clicked on the week day header (only generic).
1552
- # Processes a {Wx::EVT_CALENDAR_WEEKDAY_CLICKED} event.
1553
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1554
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1555
- # @yieldparam [Wx::CalendarEvent] event the event to handle
1556
- def evt_calendar_weekday_clicked(id, meth = nil, &block) end
1557
-
1558
- # User clicked on the week of the year number (only generic).
1559
- # Processes a {Wx::EVT_CALENDAR_WEEK_CLICKED} event.
1560
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1561
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1562
- # @yieldparam [Wx::CalendarEvent] event the event to handle
1563
- def evt_calendar_week_clicked(id, meth = nil, &block) end
1564
-
1565
- # Process a {Wx::EVT_DATE_CHANGED} event, which fires when the user changes the current selection in the control.
1566
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1567
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1568
- # @yieldparam [Wx::DateEvent] event the event to handle
1569
- def evt_date_changed(id, meth = nil, &block) end
1570
-
1571
- # Process a {Wx::EVT_TIME_CHANGED} event, which fires when the user changes the current selection in the control.
1572
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1573
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1574
- # @yieldparam [Wx::DateEvent] event the event to handle
1575
- def evt_time_changed(id, meth = nil, &block) end
1576
-
1577
- # Process a {Wx::EVT_TASKBAR_MOVE} event.
1578
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1579
- # @yieldparam [Wx::TaskBarIconEvent] event the event to handle
1580
- def evt_taskbar_move(meth = nil, &block) end
1581
-
1582
- # Process a {Wx::EVT_TASKBAR_LEFT_DOWN} event.
1583
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1584
- # @yieldparam [Wx::TaskBarIconEvent] event the event to handle
1585
- def evt_taskbar_left_down(meth = nil, &block) end
1586
-
1587
- # Process a {Wx::EVT_TASKBAR_LEFT_UP} event.
1588
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1589
- # @yieldparam [Wx::TaskBarIconEvent] event the event to handle
1590
- def evt_taskbar_left_up(meth = nil, &block) end
1591
-
1592
- # Process a {Wx::EVT_TASKBAR_RIGHT_DOWN} event.
1593
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1594
- # @yieldparam [Wx::TaskBarIconEvent] event the event to handle
1595
- def evt_taskbar_right_down(meth = nil, &block) end
1596
-
1597
- # Process a {Wx::EVT_TASKBAR_RIGHT_UP} event.
1598
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1599
- # @yieldparam [Wx::TaskBarIconEvent] event the event to handle
1600
- def evt_taskbar_right_up(meth = nil, &block) end
1601
-
1602
- # Process a {Wx::EVT_TASKBAR_LEFT_DCLICK} event.
1603
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1604
- # @yieldparam [Wx::TaskBarIconEvent] event the event to handle
1605
- def evt_taskbar_left_dclick(meth = nil, &block) end
1606
-
1607
- # Process a {Wx::EVT_TASKBAR_RIGHT_DCLICK} event.
1608
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1609
- # @yieldparam [Wx::TaskBarIconEvent] event the event to handle
1610
- def evt_taskbar_right_dclick(meth = nil, &block) end
1611
-
1612
- # This is a synonym for either EVT_TASKBAR_RIGHT_DOWN or UP depending on the platform, use this event macro to catch the event which should result in the menu being displayed on the current platform.
1613
- # Processes a {Wx::EVT_TASKBAR_CLICK} event.
1614
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1615
- # @yieldparam [Wx::TaskBarIconEvent] event the event to handle
1616
- def evt_taskbar_click(meth = nil, &block) end
1617
-
1618
- # Selected directory has changed. Processes a {Wx::EVT_DIRCTRL_SELECTIONCHANGED} event type. Notice that this event is generated even for the changes done by the program itself and not only those done by the user. Available since wxWidgets 2.9.5.
1619
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1620
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1621
- # @yieldparam [Wx::GenericDirCtrl] event the event to handle
1622
- def evt_dirctrl_selectionchanged(id, meth = nil, &block) end
1623
-
1624
- # The user activated a file by double-clicking or pressing Enter. Available since wxWidgets 2.9.5.
1625
- # Processes a {Wx::EVT_DIRCTRL_FILEACTIVATED} event.
1626
- # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1627
- # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1628
- # @yieldparam [Wx::GenericDirCtrl] event the event to handle
1629
- def evt_dirctrl_fileactivated(id, meth = nil, &block) end
1630
-
1631
- # @!endgroup
9
+ class EvtHandler
10
+
11
+ # @!group Wx Event handler methods
12
+
13
+ # Process a {Wx::EVT_IDLE} event. See {Wx::IdleEvent}.
14
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
15
+ # @yieldparam [Wx::IdleEvent] event the event to handle
16
+ def evt_idle(meth = nil, &block) end
17
+
18
+ # Process all scroll events.
19
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
20
+ # @yieldparam [Wx::ScrollEvent] event the event to handle
21
+ def evt_scroll(meth = nil, &block) end
22
+
23
+ # Process {Wx::EVT_SCROLL_TOP} scroll to top or leftmost (minimum) position events.
24
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
25
+ # @yieldparam [Wx::ScrollEvent] event the event to handle
26
+ def evt_scroll_top(meth = nil, &block) end
27
+
28
+ # Process {Wx::EVT_SCROLL_BOTTOM} scroll to bottom or rightmost (maximum) position events.
29
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
30
+ # @yieldparam [Wx::ScrollEvent] event the event to handle
31
+ def evt_scroll_bottom(meth = nil, &block) end
32
+
33
+ # Process {Wx::EVT_SCROLL_LINEUP} line up or left events.
34
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
35
+ # @yieldparam [Wx::ScrollEvent] event the event to handle
36
+ def evt_scroll_lineup(meth = nil, &block) end
37
+
38
+ # Process {Wx::EVT_SCROLL_LINEDOWN} line down or right events.
39
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
40
+ # @yieldparam [Wx::ScrollEvent] event the event to handle
41
+ def evt_scroll_linedown(meth = nil, &block) end
42
+
43
+ # Process {Wx::EVT_SCROLL_PAGEUP} page up or left events.
44
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
45
+ # @yieldparam [Wx::ScrollEvent] event the event to handle
46
+ def evt_scroll_pageup(meth = nil, &block) end
47
+
48
+ # Process {Wx::EVT_SCROLL_PAGEDOWN} page down or right events.
49
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
50
+ # @yieldparam [Wx::ScrollEvent] event the event to handle
51
+ def evt_scroll_pagedown(meth = nil, &block) end
52
+
53
+ # Process {Wx::EVT_SCROLL_THUMBTRACK} thumbtrack events (frequent events sent as the user drags the thumbtrack).
54
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
55
+ # @yieldparam [Wx::ScrollEvent] event the event to handle
56
+ def evt_scroll_thumbtrack(meth = nil, &block) end
57
+
58
+ # Process {Wx::EVT_SCROLL_THUMBRELEASE} thumb release events.
59
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
60
+ # @yieldparam [Wx::ScrollEvent] event the event to handle
61
+ def evt_scroll_thumbrelease(meth = nil, &block) end
62
+
63
+ # Process {Wx::EVT_SCROLL_CHANGED} end of scrolling events (MSW only).
64
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
65
+ # @yieldparam [Wx::ScrollEvent] event the event to handle
66
+ def evt_scroll_changed(meth = nil, &block) end
67
+
68
+ # Process all scroll events.
69
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
70
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
71
+ # @yieldparam [Wx::ScrollEvent] event the event to handle
72
+ def evt_command_scroll(id, meth = nil, &block) end
73
+
74
+ # Process {Wx::EVT_SCROLL_TOP} scroll to top or leftmost (minimum) position events.
75
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
76
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
77
+ # @yieldparam [Wx::ScrollEvent] event the event to handle
78
+ def evt_command_scroll_top(id, meth = nil, &block) end
79
+
80
+ # Process {Wx::EVT_SCROLL_BOTTOM} scroll to bottom or rightmost (maximum) position events.
81
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
82
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
83
+ # @yieldparam [Wx::ScrollEvent] event the event to handle
84
+ def evt_command_scroll_bottom(id, meth = nil, &block) end
85
+
86
+ # Process {Wx::EVT_SCROLL_LINEUP} line up or left events.
87
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
88
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
89
+ # @yieldparam [Wx::ScrollEvent] event the event to handle
90
+ def evt_command_scroll_lineup(id, meth = nil, &block) end
91
+
92
+ # Process {Wx::EVT_SCROLL_LINEDOWN} line down or right events.
93
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
94
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
95
+ # @yieldparam [Wx::ScrollEvent] event the event to handle
96
+ def evt_command_scroll_linedown(id, meth = nil, &block) end
97
+
98
+ # Process {Wx::EVT_SCROLL_PAGEUP} page up or left events.
99
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
100
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
101
+ # @yieldparam [Wx::ScrollEvent] event the event to handle
102
+ def evt_command_scroll_pageup(id, meth = nil, &block) end
103
+
104
+ # Process {Wx::EVT_SCROLL_PAGEDOWN} page down or right events.
105
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
106
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
107
+ # @yieldparam [Wx::ScrollEvent] event the event to handle
108
+ def evt_command_scroll_pagedown(id, meth = nil, &block) end
109
+
110
+ # Process {Wx::EVT_SCROLL_THUMBTRACK} thumbtrack events (frequent events sent as the user drags the thumbtrack).
111
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
112
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
113
+ # @yieldparam [Wx::ScrollEvent] event the event to handle
114
+ def evt_command_scroll_thumbtrack(id, meth = nil, &block) end
115
+
116
+ # Processes a {Wx::EVT_COMMAND_SCROLL_THUMBRELEASE} event.
117
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
118
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
119
+ # @yieldparam [Wx::ScrollEvent] event the event to handle
120
+ def evt_command_scroll_thumbrelease(id, meth = nil, &block) end
121
+
122
+ # Processes a {Wx::EVT_COMMAND_SCROLL_CHANGED} event.
123
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
124
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
125
+ # @yieldparam [Wx::ScrollEvent] event the event to handle
126
+ def evt_command_scroll_changed(id, meth = nil, &block) end
127
+
128
+ # Process all scroll events.
129
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
130
+ # @yieldparam [Wx::ScrollWinEvent] event the event to handle
131
+ def evt_scrollwin(meth = nil, &block) end
132
+
133
+ # Process {Wx::EVT_SCROLLWIN_TOP} scroll-to-top events.
134
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
135
+ # @yieldparam [Wx::ScrollWinEvent] event the event to handle
136
+ def evt_scrollwin_top(meth = nil, &block) end
137
+
138
+ # Process {Wx::EVT_SCROLLWIN_BOTTOM} scroll-to-bottom events.
139
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
140
+ # @yieldparam [Wx::ScrollWinEvent] event the event to handle
141
+ def evt_scrollwin_bottom(meth = nil, &block) end
142
+
143
+ # Process {Wx::EVT_SCROLLWIN_LINEUP} line up events.
144
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
145
+ # @yieldparam [Wx::ScrollWinEvent] event the event to handle
146
+ def evt_scrollwin_lineup(meth = nil, &block) end
147
+
148
+ # Process {Wx::EVT_SCROLLWIN_LINEDOWN} line down events.
149
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
150
+ # @yieldparam [Wx::ScrollWinEvent] event the event to handle
151
+ def evt_scrollwin_linedown(meth = nil, &block) end
152
+
153
+ # Process {Wx::EVT_SCROLLWIN_PAGEUP} page up events.
154
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
155
+ # @yieldparam [Wx::ScrollWinEvent] event the event to handle
156
+ def evt_scrollwin_pageup(meth = nil, &block) end
157
+
158
+ # Process {Wx::EVT_SCROLLWIN_PAGEDOWN} page down events.
159
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
160
+ # @yieldparam [Wx::ScrollWinEvent] event the event to handle
161
+ def evt_scrollwin_pagedown(meth = nil, &block) end
162
+
163
+ # Process {Wx::EVT_SCROLLWIN_THUMBTRACK} thumbtrack events (frequent events sent as the user drags the thumbtrack).
164
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
165
+ # @yieldparam [Wx::ScrollWinEvent] event the event to handle
166
+ def evt_scrollwin_thumbtrack(meth = nil, &block) end
167
+
168
+ # Process {Wx::EVT_SCROLLWIN_THUMBRELEASE} thumb release events.
169
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
170
+ # @yieldparam [Wx::ScrollWinEvent] event the event to handle
171
+ def evt_scrollwin_thumbrelease(meth = nil, &block) end
172
+
173
+ # Process a {Wx::EVT_LEFT_DOWN} event. The handler of this event should normally call event.Skip() to allow the default processing to take place as otherwise the window under mouse wouldn't get the focus.
174
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
175
+ # @yieldparam [Wx::MouseEvent] event the event to handle
176
+ def evt_left_down(meth = nil, &block) end
177
+
178
+ # Process a {Wx::EVT_LEFT_UP} event.
179
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
180
+ # @yieldparam [Wx::MouseEvent] event the event to handle
181
+ def evt_left_up(meth = nil, &block) end
182
+
183
+ # Process a {Wx::EVT_LEFT_DCLICK} event.
184
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
185
+ # @yieldparam [Wx::MouseEvent] event the event to handle
186
+ def evt_left_dclick(meth = nil, &block) end
187
+
188
+ # Process a {Wx::EVT_MIDDLE_DOWN} event.
189
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
190
+ # @yieldparam [Wx::MouseEvent] event the event to handle
191
+ def evt_middle_down(meth = nil, &block) end
192
+
193
+ # Process a {Wx::EVT_MIDDLE_UP} event.
194
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
195
+ # @yieldparam [Wx::MouseEvent] event the event to handle
196
+ def evt_middle_up(meth = nil, &block) end
197
+
198
+ # Process a {Wx::EVT_MIDDLE_DCLICK} event.
199
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
200
+ # @yieldparam [Wx::MouseEvent] event the event to handle
201
+ def evt_middle_dclick(meth = nil, &block) end
202
+
203
+ # Process a {Wx::EVT_RIGHT_DOWN} event.
204
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
205
+ # @yieldparam [Wx::MouseEvent] event the event to handle
206
+ def evt_right_down(meth = nil, &block) end
207
+
208
+ # Process a {Wx::EVT_RIGHT_UP} event.
209
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
210
+ # @yieldparam [Wx::MouseEvent] event the event to handle
211
+ def evt_right_up(meth = nil, &block) end
212
+
213
+ # Process a {Wx::EVT_RIGHT_DCLICK} event.
214
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
215
+ # @yieldparam [Wx::MouseEvent] event the event to handle
216
+ def evt_right_dclick(meth = nil, &block) end
217
+
218
+ # See {Wx::MouseEvent}.
219
+ # Processes a {Wx::EVT_AUX1_DOWN} event.
220
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
221
+ # @yieldparam [Wx::MouseEvent] event the event to handle
222
+ def evt_mouse_aux1_down(meth = nil, &block) end
223
+
224
+ # See {Wx::MouseEvent}.
225
+ # Processes a {Wx::EVT_AUX1_UP} event.
226
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
227
+ # @yieldparam [Wx::MouseEvent] event the event to handle
228
+ def evt_mouse_aux1_up(meth = nil, &block) end
229
+
230
+ # See {Wx::MouseEvent}.
231
+ # Processes a {Wx::EVT_AUX1_DCLICK} event.
232
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
233
+ # @yieldparam [Wx::MouseEvent] event the event to handle
234
+ def evt_mouse_aux1_dclick(meth = nil, &block) end
235
+
236
+ # See {Wx::MouseEvent}.
237
+ # Processes a {Wx::EVT_AUX2_DOWN} event.
238
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
239
+ # @yieldparam [Wx::MouseEvent] event the event to handle
240
+ def evt_mouse_aux2_down(meth = nil, &block) end
241
+
242
+ # See {Wx::MouseEvent}.
243
+ # Processes a {Wx::EVT_AUX2_UP} event.
244
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
245
+ # @yieldparam [Wx::MouseEvent] event the event to handle
246
+ def evt_mouse_aux2_up(meth = nil, &block) end
247
+
248
+ # See {Wx::MouseEvent}.
249
+ # Processes a {Wx::EVT_AUX2_DCLICK} event.
250
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
251
+ # @yieldparam [Wx::MouseEvent] event the event to handle
252
+ def evt_mouse_aux2_dclick(meth = nil, &block) end
253
+
254
+ # Process a {Wx::EVT_MOTION} event.
255
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
256
+ # @yieldparam [Wx::MouseEvent] event the event to handle
257
+ def evt_motion(meth = nil, &block) end
258
+
259
+ # Process a {Wx::EVT_ENTER_WINDOW} event.
260
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
261
+ # @yieldparam [Wx::MouseEvent] event the event to handle
262
+ def evt_enter_window(meth = nil, &block) end
263
+
264
+ # Process a {Wx::EVT_LEAVE_WINDOW} event.
265
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
266
+ # @yieldparam [Wx::MouseEvent] event the event to handle
267
+ def evt_leave_window(meth = nil, &block) end
268
+
269
+ # Process a {Wx::EVT_MOUSEWHEEL} event.
270
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
271
+ # @yieldparam [Wx::MouseEvent] event the event to handle
272
+ def evt_mousewheel(meth = nil, &block) end
273
+
274
+ # Process all mouse events.
275
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
276
+ # @yieldparam [Wx::MouseEvent] event the event to handle
277
+ def evt_mouse_events(meth = nil, &block) end
278
+
279
+ # Process a {Wx::EVT_MAGNIFY} event (new since wxWidgets 3.1.0).
280
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
281
+ # @yieldparam [Wx::MouseEvent] event the event to handle
282
+ def evt_magnify(meth = nil, &block) end
283
+
284
+ # Process a {Wx::EVT_SET_CURSOR} event. See {Wx::SetCursorEvent}.
285
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
286
+ # @yieldparam [Wx::SetCursorEvent] event the event to handle
287
+ def evt_set_cursor(meth = nil, &block) end
288
+
289
+ # Process a {Wx::EVT_GESTURE_PAN}.
290
+ # Processes a {Wx::EVT_GESTURE_PAN} event.
291
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
292
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
293
+ # @yieldparam [Wx::PanGestureEvent] event the event to handle
294
+ def evt_gesture_pan(id, meth = nil, &block) end
295
+
296
+ # Process a {Wx::EVT_GESTURE_ZOOM}.
297
+ # Processes a {Wx::EVT_GESTURE_ZOOM} event.
298
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
299
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
300
+ # @yieldparam [Wx::ZoomGestureEvent] event the event to handle
301
+ def evt_gesture_zoom(id, meth = nil, &block) end
302
+
303
+ # Process a {Wx::EVT_GESTURE_ROTATE}.
304
+ # Processes a {Wx::EVT_GESTURE_ROTATE} event.
305
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
306
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
307
+ # @yieldparam [Wx::RotateGestureEvent] event the event to handle
308
+ def evt_gesture_rotate(id, meth = nil, &block) end
309
+
310
+ # Process a {Wx::EVT_TWO_FINGER_TAP}.
311
+ # Processes a {Wx::EVT_TWO_FINGER_TAP} event.
312
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
313
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
314
+ # @yieldparam [Wx::TwoFingerTapEvent] event the event to handle
315
+ def evt_two_finger_tap(id, meth = nil, &block) end
316
+
317
+ # Process a {Wx::EVT_LONG_PRESS}.
318
+ # Processes a {Wx::EVT_LONG_PRESS} event.
319
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
320
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
321
+ # @yieldparam [Wx::LongPressEvent] event the event to handle
322
+ def evt_long_press(id, meth = nil, &block) end
323
+
324
+ # Process a {Wx::EVT_PRESS_AND_TAP}.
325
+ # Processes a {Wx::EVT_PRESS_AND_TAP} event.
326
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
327
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
328
+ # @yieldparam [Wx::PressAndTapEvent] event the event to handle
329
+ def evt_press_and_tap(id, meth = nil, &block) end
330
+
331
+ # Process a {Wx::EVT_KEY_DOWN} event (any key has been pressed). See {Wx::KeyEvent}.
332
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
333
+ # @yieldparam [Wx::KeyEvent] event the event to handle
334
+ def evt_key_down(meth = nil, &block) end
335
+
336
+ # Process a {Wx::EVT_KEY_UP} event (any key has been released). See {Wx::KeyEvent}.
337
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
338
+ # @yieldparam [Wx::KeyEvent] event the event to handle
339
+ def evt_key_up(meth = nil, &block) end
340
+
341
+ # Process a {Wx::EVT_CHAR} event. See {Wx::KeyEvent}.
342
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
343
+ # @yieldparam [Wx::KeyEvent] event the event to handle
344
+ def evt_char(meth = nil, &block) end
345
+
346
+ # Process a {Wx::EVT_CHAR_HOOK} event. See {Wx::KeyEvent}.
347
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
348
+ # @yieldparam [Wx::KeyEvent] event the event to handle
349
+ def evt_char_hook(meth = nil, &block) end
350
+
351
+ # Process a {Wx::EVT_SIZE} event. See {Wx::SizeEvent}.
352
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
353
+ # @yieldparam [Wx::SizeEvent] event the event to handle
354
+ def evt_size(meth = nil, &block) end
355
+
356
+ # Process a {Wx::EVT_MOVE} event, which is generated when a window is moved. See {Wx::MoveEvent}.
357
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
358
+ # @yieldparam [Wx::MoveEvent] event the event to handle
359
+ def evt_move(meth = nil, &block) end
360
+
361
+ # Process a {Wx::EVT_MOVE_START} event, which is generated when the user starts to move or size a window. WXMSW only. See {Wx::MoveEvent}.
362
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
363
+ # @yieldparam [Wx::MoveEvent] event the event to handle
364
+ def evt_move_start(meth = nil, &block) end
365
+
366
+ # Process a {Wx::EVT_MOVING} event, which is generated while the user is moving the window. WXMSW only.
367
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
368
+ # @yieldparam [Wx::MoveEvent] event the event to handle
369
+ def evt_moving(meth = nil, &block) end
370
+
371
+ # Process a {Wx::EVT_MOVE_END} event, which is generated when the user stops moving or sizing a window. WXMSW only. See {Wx::MoveEvent}.
372
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
373
+ # @yieldparam [Wx::MoveEvent] event the event to handle
374
+ def evt_move_end(meth = nil, &block) end
375
+
376
+ # Process a {Wx::EVT_PAINT} event. See {Wx::PaintEvent}.
377
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
378
+ # @yieldparam [Wx::PaintEvent] event the event to handle
379
+ def evt_paint(meth = nil, &block) end
380
+
381
+ # Process a {Wx::EVT_ERASE_BACKGROUND} event. See {Wx::EraseEvent}.
382
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
383
+ # @yieldparam [Wx::EraseEvent] event the event to handle
384
+ def evt_erase_background(meth = nil, &block) end
385
+
386
+ # Process a {Wx::EVT_SET_FOCUS} event. See {Wx::FocusEvent}.
387
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
388
+ # @yieldparam [Wx::FocusEvent] event the event to handle
389
+ def evt_set_focus(meth = nil, &block) end
390
+
391
+ # Process a {Wx::EVT_KILL_FOCUS} event. See {Wx::FocusEvent}.
392
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
393
+ # @yieldparam [Wx::FocusEvent] event the event to handle
394
+ def evt_kill_focus(meth = nil, &block) end
395
+
396
+ # Process a {Wx::EVT_ACTIVATE} event.
397
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
398
+ # @yieldparam [Wx::ActivateEvent] event the event to handle
399
+ def evt_activate(meth = nil, &block) end
400
+
401
+ # Process a {Wx::EVT_ACTIVATE_APP} event. See {Wx::ActivateEvent}.
402
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
403
+ # @yieldparam [Wx::ActivateEvent] event the event to handle
404
+ def evt_activate_app(meth = nil, &block) end
405
+
406
+ # Process a hibernate event. See {Wx::ActivateEvent}.
407
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
408
+ # @yieldparam [Wx::ActivateEvent] event the event to handle
409
+ def evt_hibernate(meth = nil, &block) end
410
+
411
+ # Process a {Wx::EVT_INIT_DIALOG} event. See {Wx::InitDialogEvent}.
412
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
413
+ # @yieldparam [Wx::InitDialogEvent] event the event to handle
414
+ def evt_init_dialog(meth = nil, &block) end
415
+
416
+ # A menu is about to be opened. On Windows, this is only sent once for each navigation of the menubar (up until all menus have closed). This type of event is sent as {Wx::MenuEvent}.
417
+ # Processes a {Wx::EVT_MENU_OPEN} event.
418
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
419
+ # @yieldparam [Wx::MenuEvent] event the event to handle
420
+ def evt_menu_open(meth = nil, &block) end
421
+
422
+ # A menu has been just closed. This type of event is sent as {Wx::MenuEvent}.
423
+ # Processes a {Wx::EVT_MENU_CLOSE} event.
424
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
425
+ # @yieldparam [Wx::MenuEvent] event the event to handle
426
+ def evt_menu_close(meth = nil, &block) end
427
+
428
+ # The menu item with the specified id has been highlighted. If the id is {Wx::StandardID::ID_NONE}, highlighting has been removed from the previously highlighted menu item and there is no highlighted item any more. This is used by {Wx::Frame} to show help prompts in the status bar. This type of event is sent as {Wx::MenuEvent}.
429
+ # Processes a {Wx::EVT_MENU_HIGHLIGHT} event.
430
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
431
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
432
+ # @yieldparam [Wx::MenuEvent] event the event to handle
433
+ def evt_menu_highlight(id, meth = nil, &block) end
434
+
435
+ # A menu item has been highlighted, i.e. the currently selected menu item has changed. This type of event is sent as {Wx::MenuEvent}.
436
+ # Processes a {Wx::EVT_MENU_HIGHLIGHT_ALL} event.
437
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
438
+ # @yieldparam [Wx::MenuEvent] event the event to handle
439
+ def evt_menu_highlight_all(meth = nil, &block) end
440
+
441
+ # The dialog is being closed by the user or programmatically (see {Wx::Window#close}). The user may generate this event clicking the close button (typically the 'X' on the top-right of the title bar) if it's present (see the {Wx::CLOSE_BOX} style).
442
+ # Processes a {Wx::EVT_CLOSE_WINDOW} event.
443
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
444
+ # @yieldparam [Wx::CloseEvent] event the event to handle
445
+ def evt_close(meth = nil, &block) end
446
+
447
+ # Process a query end session event, supplying the member function. See {Wx::CloseEvent}.
448
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
449
+ # @yieldparam [Wx::CloseEvent] event the event to handle
450
+ def evt_query_end_session(meth = nil, &block) end
451
+
452
+ # Process an end session event, supplying the member function. See {Wx::CloseEvent}.
453
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
454
+ # @yieldparam [Wx::CloseEvent] event the event to handle
455
+ def evt_end_session(meth = nil, &block) end
456
+
457
+ # Process a {Wx::EVT_SHOW} event. See {Wx::ShowEvent}.
458
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
459
+ # @yieldparam [Wx::ShowEvent] event the event to handle
460
+ def evt_show(meth = nil, &block) end
461
+
462
+ # Process a {Wx::EVT_ICONIZE} event. See {Wx::IconizeEvent}.
463
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
464
+ # @yieldparam [Wx::IconizeEvent] event the event to handle
465
+ def evt_iconize(meth = nil, &block) end
466
+
467
+ # Process a {Wx::EVT_MAXIMIZE} event.
468
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
469
+ # @yieldparam [Wx::MaximizeEvent] event the event to handle
470
+ def evt_maximize(meth = nil, &block) end
471
+
472
+ # Process a {Wx::EVT_FULLSCREEN} event.
473
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
474
+ # @yieldparam [Wx::FullScreenEvent] event the event to handle
475
+ def evt_fullscreen(meth = nil, &block) end
476
+
477
+ # Process a {Wx::EVT_JOY_BUTTON_DOWN} event.
478
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
479
+ # @yieldparam [Wx::JoystickEvent] event the event to handle
480
+ def evt_joy_button_down(meth = nil, &block) end
481
+
482
+ # Process a {Wx::EVT_JOY_BUTTON_UP} event.
483
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
484
+ # @yieldparam [Wx::JoystickEvent] event the event to handle
485
+ def evt_joy_button_up(meth = nil, &block) end
486
+
487
+ # Process a {Wx::EVT_JOY_MOVE} event.
488
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
489
+ # @yieldparam [Wx::JoystickEvent] event the event to handle
490
+ def evt_joy_move(meth = nil, &block) end
491
+
492
+ # Process a {Wx::EVT_JOY_ZMOVE} event.
493
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
494
+ # @yieldparam [Wx::JoystickEvent] event the event to handle
495
+ def evt_joy_zmove(meth = nil, &block) end
496
+
497
+ # Processes all joystick events.
498
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
499
+ # @yieldparam [Wx::JoystickEvent] event the event to handle
500
+ def evt_joystick_events(meth = nil, &block) end
501
+
502
+ # Process a {Wx::EVT_DROP_FILES} event. See {Wx::DropFilesEvent}.
503
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
504
+ # @yieldparam [Wx::DropFilesEvent] event the event to handle
505
+ def evt_drop_files(meth = nil, &block) end
506
+
507
+ # Process a {Wx::EVT_UPDATE_UI} event for the command with the given id.
508
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
509
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
510
+ # @yieldparam [Wx::UpdateUIEvent] event the event to handle
511
+ def evt_update_ui(id, meth = nil, &block) end
512
+
513
+ # Process a {Wx::EVT_UPDATE_UI} event for any command with id included in the given range.
514
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id1 first window/control id of range
515
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id2 last window/control id of range
516
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
517
+ # @yieldparam [Wx::UpdateUIEvent] event the event to handle
518
+ def evt_update_ui_range(id1, id2, meth = nil, &block) end
519
+
520
+ # Process a {Wx::EVT_SYS_COLOUR_CHANGED} event. See {Wx::SysColourChangedEvent}.
521
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
522
+ # @yieldparam [Wx::SysColourChangedEvent] event the event to handle
523
+ def evt_sys_colour_changed(meth = nil, &block) end
524
+
525
+ # Process a {Wx::EVT_MOUSE_CAPTURE_CHANGED} event. See {Wx::MouseCaptureChangedEvent}.
526
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
527
+ # @yieldparam [Wx::MouseCaptureChangedEvent] event the event to handle
528
+ def evt_mouse_capture_changed(meth = nil, &block) end
529
+
530
+ # Process a {Wx::EVT_MOUSE_CAPTURE_LOST} event. See {Wx::MouseCaptureLostEvent}.
531
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
532
+ # @yieldparam [Wx::MouseCaptureLostEvent] event the event to handle
533
+ def evt_mouse_capture_lost(meth = nil, &block) end
534
+
535
+ # Process a {Wx::EVT_DISPLAY_CHANGED} event.
536
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
537
+ # @yieldparam [Wx::DisplayChangedEvent] event the event to handle
538
+ def evt_display_changed(meth = nil, &block) end
539
+
540
+ # Process a {Wx::EVT_DPI_CHANGED} event.
541
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
542
+ # @yieldparam [Wx::DPIChangedEvent] event the event to handle
543
+ def evt_dpi_changed(meth = nil, &block) end
544
+
545
+ # Process a navigation key event.
546
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
547
+ # @yieldparam [Wx::NavigationKeyEvent] event the event to handle
548
+ def evt_navigation_key(meth = nil, &block) end
549
+
550
+ # Process a {Wx::EVT_CREATE} event.
551
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
552
+ # @yieldparam [Wx::WindowCreateEvent] event the event to handle
553
+ def evt_window_create(meth = nil, &block) end
554
+
555
+ # Process a {Wx::EVT_HELP} event. See {Wx::HelpEvent}.
556
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
557
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
558
+ # @yieldparam [Wx::HelpEvent] event the event to handle
559
+ def evt_help(id, meth = nil, &block) end
560
+
561
+ # Process a {Wx::EVT_HELP} event for a range of ids. See {Wx::HelpEvent}.
562
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id1 first window/control id of range
563
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id2 last window/control id of range
564
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
565
+ # @yieldparam [Wx::HelpEvent] event the event to handle
566
+ def evt_help_range(id1, id2, meth = nil, &block) end
567
+
568
+ # Some or all of the controls content was copied to the clipboard.
569
+ # Processes a {Wx::EVT_TEXT_COPY} event.
570
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
571
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
572
+ # @yieldparam [Wx::ClipboardTextEvent] event the event to handle
573
+ def evt_text_copy(id, meth = nil, &block) end
574
+
575
+ # Some or all of the controls content was cut (i.e. copied and deleted).
576
+ # Processes a {Wx::EVT_TEXT_CUT} event.
577
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
578
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
579
+ # @yieldparam [Wx::ClipboardTextEvent] event the event to handle
580
+ def evt_text_cut(id, meth = nil, &block) end
581
+
582
+ # Clipboard content was pasted into the control.
583
+ # Processes a {Wx::EVT_TEXT_PASTE} event.
584
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
585
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
586
+ # @yieldparam [Wx::ClipboardTextEvent] event the event to handle
587
+ def evt_text_paste(id, meth = nil, &block) end
588
+
589
+ # A right click (or other context menu command depending on platform) has been detected. See {Wx::ContextMenuEvent}.
590
+ # Processes a {Wx::EVT_CONTEXT_MENU} event.
591
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
592
+ # @yieldparam [Wx::ContextMenuEvent] event the event to handle
593
+ def evt_context_menu(meth = nil, &block) end
594
+
595
+ # Process a {Wx::EVT_CHILD_FOCUS} event. See {Wx::ChildFocusEvent}.
596
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
597
+ # @yieldparam [Wx::ChildFocusEvent] event the event to handle
598
+ def evt_child_focus(meth = nil, &block) end
599
+
600
+ # The user expanded or collapsed the collapsible pane.
601
+ # Processes a {Wx::EVT_COLLAPSIBLEPANE_CHANGED} event.
602
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
603
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
604
+ # @yieldparam [Wx::CollapsiblePaneEvent] event the event to handle
605
+ def evt_collapsiblepane_changed(id, meth = nil, &block) end
606
+
607
+ # Generated whenever an arrow is pressed.
608
+ # Processes a {Wx::EVT_SPIN} event.
609
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
610
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
611
+ # @yieldparam [Wx::SpinEvent] event the event to handle
612
+ def evt_spin(id, meth = nil, &block) end
613
+
614
+ # Generated when left/up arrow is pressed.
615
+ # Processes a {Wx::EVT_SPIN_UP} event.
616
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
617
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
618
+ # @yieldparam [Wx::SpinEvent] event the event to handle
619
+ def evt_spin_up(id, meth = nil, &block) end
620
+
621
+ # Generated when right/down arrow is pressed.
622
+ # Processes a {Wx::EVT_SPIN_DOWN} event.
623
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
624
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
625
+ # @yieldparam [Wx::SpinEvent] event the event to handle
626
+ def evt_spin_down(id, meth = nil, &block) end
627
+
628
+ # Generated whenever the numeric value of the spin control is changed, that is, when the up/down spin button is clicked or when the control loses focus and the new value is different from the last one. See {Wx::SpinDoubleEvent}.
629
+ # Processes a {Wx::EVT_SPINCTRLDOUBLE} event.
630
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
631
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
632
+ # @yieldparam [Wx::SpinDoubleEvent] event the event to handle
633
+ def evt_spinctrldouble(id, meth = nil, &block) end
634
+
635
+ # The user changed the font selected in the control either using the button or using text control (see {Wx::FNTP_USE_TEXTCTRL}; note that in this case the event is fired only if the user's input is valid, i.e. recognizable).
636
+ # Processes a {Wx::EVT_FONTPICKER_CHANGED} event.
637
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
638
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
639
+ # @yieldparam [Wx::FontPickerEvent] event the event to handle
640
+ def evt_fontpicker_changed(id, meth = nil, &block) end
641
+
642
+ # Find button was pressed in the dialog.
643
+ # Processes a {Wx::EVT_FIND} event.
644
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
645
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
646
+ # @yieldparam [Wx::FindDialogEvent] event the event to handle
647
+ def evt_find(id, meth = nil, &block) end
648
+
649
+ # Find next button was pressed in the dialog.
650
+ # Processes a {Wx::EVT_FIND_NEXT} event.
651
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
652
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
653
+ # @yieldparam [Wx::FindDialogEvent] event the event to handle
654
+ def evt_find_next(id, meth = nil, &block) end
655
+
656
+ # Replace button was pressed in the dialog.
657
+ # Processes a {Wx::EVT_FIND_REPLACE} event.
658
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
659
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
660
+ # @yieldparam [Wx::FindDialogEvent] event the event to handle
661
+ def evt_find_replace(id, meth = nil, &block) end
662
+
663
+ # Replace all button was pressed in the dialog.
664
+ # Processes a {Wx::EVT_FIND_REPLACE_ALL} event.
665
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
666
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
667
+ # @yieldparam [Wx::FindDialogEvent] event the event to handle
668
+ def evt_find_replace_all(id, meth = nil, &block) end
669
+
670
+ # The dialog is being destroyed, any pointers to it cannot be used any longer.
671
+ # Processes a {Wx::EVT_FIND_CLOSE} event.
672
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
673
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
674
+ # @yieldparam [Wx::FindDialogEvent] event the event to handle
675
+ def evt_find_close(id, meth = nil, &block) end
676
+
677
+ # The user changed the colour selected in the control either using the button or using text control (see {Wx::CLRP_USE_TEXTCTRL}; note that in this case the event is fired only if the user's input is valid, i.e. recognizable). When using a popup dialog for changing the colour, this event is sent only when the changes in the dialog are accepted by the user, unlike EVT_COLOURPICKER_CURRENT_CHANGED.
678
+ # Processes a {Wx::EVT_COLOURPICKER_CHANGED} event.
679
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
680
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
681
+ # @yieldparam [Wx::ColourPickerEvent] event the event to handle
682
+ def evt_colourpicker_changed(id, meth = nil, &block) end
683
+
684
+ # The user changed the currently selected colour in the dialog associated with the control. This event is sent immediately when the selection changes and you must also handle EVT_COLOUR_CANCELLED to revert to the previously selected colour if the selection ends up not being accepted. This event is new since wxWidgets 3.1.3 and currently is only implemented in WXMSW.
685
+ # Processes a {Wx::EVT_COLOURPICKER_CURRENT_CHANGED} event.
686
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
687
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
688
+ # @yieldparam [Wx::ColourPickerEvent] event the event to handle
689
+ def evt_colourpicker_current_changed(id, meth = nil, &block) end
690
+
691
+ # The user cancelled the colour dialog associated with the control, i.e. closed it without accepting the selection. This event is new since wxWidgets 3.1.3 and currently is only implemented in WXMSW.
692
+ # Processes a {Wx::EVT_COLOURPICKER_DIALOG_CANCELLED} event.
693
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
694
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
695
+ # @yieldparam [Wx::ColourPickerEvent] event the event to handle
696
+ def evt_colourpicker_dialog_cancelled(id, meth = nil, &block) end
697
+
698
+ # The user changed the file selected in the control either using the button or using text control (see {Wx::FLP_USE_TEXTCTRL}; note that in this case the event is fired only if the user's input is valid, e.g. an existing file path if {Wx::FLP_FILE_MUST_EXIST} was given).
699
+ # Processes a {Wx::EVT_FILEPICKER_CHANGED} event.
700
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
701
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
702
+ # @yieldparam [Wx::FileDirPickerEvent] event the event to handle
703
+ def evt_filepicker_changed(id, meth = nil, &block) end
704
+
705
+ # The user changed the directory selected in the control either using the button or using text control (see {Wx::DIRP_USE_TEXTCTRL}; note that in this case the event is fired only if the user's input is valid, e.g. an existing directory path).
706
+ # Processes a {Wx::EVT_DIRPICKER_CHANGED} event.
707
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
708
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
709
+ # @yieldparam [Wx::FileDirPickerEvent] event the event to handle
710
+ def evt_dirpicker_changed(id, meth = nil, &block) end
711
+
712
+ # The user activated a file(by double-clicking or pressing Enter)
713
+ # Processes a {Wx::EVT_FILECTRL_FILEACTIVATED} event.
714
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
715
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
716
+ # @yieldparam [Wx::FileCtrlEvent] event the event to handle
717
+ def evt_filectrl_fileactivated(id, meth = nil, &block) end
718
+
719
+ # The user changed the current selection(by selecting or deselecting a file)
720
+ # Processes a {Wx::EVT_FILECTRL_SELECTIONCHANGED} event.
721
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
722
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
723
+ # @yieldparam [Wx::FileCtrlEvent] event the event to handle
724
+ def evt_filectrl_selectionchanged(id, meth = nil, &block) end
725
+
726
+ # The current folder of the file control has been changed
727
+ # Processes a {Wx::EVT_FILECTRL_FOLDERCHANGED} event.
728
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
729
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
730
+ # @yieldparam [Wx::FileCtrlEvent] event the event to handle
731
+ def evt_filectrl_folderchanged(id, meth = nil, &block) end
732
+
733
+ # The current file filter of the file control has been changed
734
+ # Processes a {Wx::EVT_FILECTRL_FILTERCHANGED} event.
735
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
736
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
737
+ # @yieldparam [Wx::FileCtrlEvent] event the event to handle
738
+ def evt_filectrl_filterchanged(id, meth = nil, &block) end
739
+
740
+ # Begin dragging with the left mouse button.
741
+ # Processes a {Wx::EVT_LIST_BEGIN_DRAG} event.
742
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
743
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
744
+ # @yieldparam [Wx::ListEvent] event the event to handle
745
+ def evt_list_begin_drag(id, meth = nil, &block) end
746
+
747
+ # Begin dragging with the right mouse button.
748
+ # Processes a {Wx::EVT_LIST_BEGIN_RDRAG} event.
749
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
750
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
751
+ # @yieldparam [Wx::ListEvent] event the event to handle
752
+ def evt_list_begin_rdrag(id, meth = nil, &block) end
753
+
754
+ # Begin editing a label. This can be prevented by calling {Wx::ListEvent#veto}.
755
+ # Processes a {Wx::EVT_LIST_BEGIN_LABEL_EDIT} event.
756
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
757
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
758
+ # @yieldparam [Wx::ListEvent] event the event to handle
759
+ def evt_list_begin_label_edit(id, meth = nil, &block) end
760
+
761
+ # Finish editing a label. This can be prevented by calling {Wx::ListEvent#veto}.
762
+ # Processes a {Wx::EVT_LIST_END_LABEL_EDIT} event.
763
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
764
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
765
+ # @yieldparam [Wx::ListEvent] event the event to handle
766
+ def evt_list_end_label_edit(id, meth = nil, &block) end
767
+
768
+ # Delete an item.
769
+ # Processes a {Wx::EVT_LIST_DELETE_ITEM} event.
770
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
771
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
772
+ # @yieldparam [Wx::ListEvent] event the event to handle
773
+ def evt_list_delete_item(id, meth = nil, &block) end
774
+
775
+ # Delete all items.
776
+ # Processes a {Wx::EVT_LIST_DELETE_ALL_ITEMS} event.
777
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
778
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
779
+ # @yieldparam [Wx::ListEvent] event the event to handle
780
+ def evt_list_delete_all_items(id, meth = nil, &block) end
781
+
782
+ # The item has been selected. Notice that the mouse is captured by the control itself when this event is generated, see event handling overview.
783
+ # Processes a {Wx::EVT_LIST_ITEM_SELECTED} event.
784
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
785
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
786
+ # @yieldparam [Wx::ListEvent] event the event to handle
787
+ def evt_list_item_selected(id, meth = nil, &block) end
788
+
789
+ # The item has been deselected. {Wx::ListEvent#get_index} may be -1 with virtual lists.
790
+ # Processes a {Wx::EVT_LIST_ITEM_DESELECTED} event.
791
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
792
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
793
+ # @yieldparam [Wx::ListEvent] event the event to handle
794
+ def evt_list_item_deselected(id, meth = nil, &block) end
795
+
796
+ # The item has been activated (ENTER or double click).
797
+ # Processes a {Wx::EVT_LIST_ITEM_ACTIVATED} event.
798
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
799
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
800
+ # @yieldparam [Wx::ListEvent] event the event to handle
801
+ def evt_list_item_activated(id, meth = nil, &block) end
802
+
803
+ # The currently focused item has changed.
804
+ # Processes a {Wx::EVT_LIST_ITEM_FOCUSED} event.
805
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
806
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
807
+ # @yieldparam [Wx::ListEvent] event the event to handle
808
+ def evt_list_item_focused(id, meth = nil, &block) end
809
+
810
+ # The middle mouse button has been clicked on an item.
811
+ # Processes a {Wx::EVT_LIST_ITEM_MIDDLE_CLICK} event.
812
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
813
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
814
+ # @yieldparam [Wx::ListEvent] event the event to handle
815
+ def evt_list_item_middle_click(id, meth = nil, &block) end
816
+
817
+ # The right mouse button has been clicked on an item.
818
+ # Processes a {Wx::EVT_LIST_ITEM_RIGHT_CLICK} event.
819
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
820
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
821
+ # @yieldparam [Wx::ListEvent] event the event to handle
822
+ def evt_list_item_right_click(id, meth = nil, &block) end
823
+
824
+ # A key has been pressed. {Wx::ListEvent#get_index} may be -1 if no item is selected.
825
+ # Processes a {Wx::EVT_LIST_KEY_DOWN} event.
826
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
827
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
828
+ # @yieldparam [Wx::ListEvent] event the event to handle
829
+ def evt_list_key_down(id, meth = nil, &block) end
830
+
831
+ # An item has been inserted.
832
+ # Processes a {Wx::EVT_LIST_INSERT_ITEM} event.
833
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
834
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
835
+ # @yieldparam [Wx::ListEvent] event the event to handle
836
+ def evt_list_insert_item(id, meth = nil, &block) end
837
+
838
+ # A column (m_col) has been left-clicked.
839
+ # Processes a {Wx::EVT_LIST_COL_CLICK} event.
840
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
841
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
842
+ # @yieldparam [Wx::ListEvent] event the event to handle
843
+ def evt_list_col_click(id, meth = nil, &block) end
844
+
845
+ # A column (m_col) (which can be -1 if the click occurred outside any column) has been right-clicked.
846
+ # Processes a {Wx::EVT_LIST_COL_RIGHT_CLICK} event.
847
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
848
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
849
+ # @yieldparam [Wx::ListEvent] event the event to handle
850
+ def evt_list_col_right_click(id, meth = nil, &block) end
851
+
852
+ # The user started resizing a column - can be vetoed.
853
+ # Processes a {Wx::EVT_LIST_COL_BEGIN_DRAG} event.
854
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
855
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
856
+ # @yieldparam [Wx::ListEvent] event the event to handle
857
+ def evt_list_col_begin_drag(id, meth = nil, &block) end
858
+
859
+ # The divider between columns is being dragged.
860
+ # Processes a {Wx::EVT_LIST_COL_DRAGGING} event.
861
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
862
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
863
+ # @yieldparam [Wx::ListEvent] event the event to handle
864
+ def evt_list_col_dragging(id, meth = nil, &block) end
865
+
866
+ # A column has been resized by the user.
867
+ # Processes a {Wx::EVT_LIST_COL_END_DRAG} event.
868
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
869
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
870
+ # @yieldparam [Wx::ListEvent] event the event to handle
871
+ def evt_list_col_end_drag(id, meth = nil, &block) end
872
+
873
+ # Prepare cache for a virtual list control
874
+ # Processes a {Wx::EVT_LIST_CACHE_HINT} event.
875
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
876
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
877
+ # @yieldparam [Wx::ListEvent] event the event to handle
878
+ def evt_list_cache_hint(id, meth = nil, &block) end
879
+
880
+ # The item has been checked (new since wxWidgets 3.1.0).
881
+ # Processes a {Wx::EVT_LIST_ITEM_CHECKED} event.
882
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
883
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
884
+ # @yieldparam [Wx::ListEvent] event the event to handle
885
+ def evt_list_item_checked(id, meth = nil, &block) end
886
+
887
+ # The item has been unchecked (new since wxWidgets 3.1.0).
888
+ # Processes a {Wx::EVT_LIST_ITEM_UNCHECKED} event.
889
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
890
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
891
+ # @yieldparam [Wx::ListEvent] event the event to handle
892
+ def evt_list_item_unchecked(id, meth = nil, &block) end
893
+
894
+ # The sash position is in the process of being changed. May be used to modify the position of the tracking bar to properly reflect the position that would be set if the drag were to be completed at this point. Processes a {Wx::EVT_SPLITTER_SASH_POS_CHANGING} event.
895
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
896
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
897
+ # @yieldparam [Wx::SplitterEvent] event the event to handle
898
+ def evt_splitter_sash_pos_changing(id, meth = nil, &block) end
899
+
900
+ # The sash position was changed. May be used to modify the sash position before it is set, or to prevent the change from taking place. Processes a {Wx::EVT_SPLITTER_SASH_POS_CHANGED} event.
901
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
902
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
903
+ # @yieldparam [Wx::SplitterEvent] event the event to handle
904
+ def evt_splitter_sash_pos_changed(id, meth = nil, &block) end
905
+
906
+ # The splitter has been just unsplit. Processes a {Wx::EVT_SPLITTER_UNSPLIT} event.
907
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
908
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
909
+ # @yieldparam [Wx::SplitterEvent] event the event to handle
910
+ def evt_splitter_unsplit(id, meth = nil, &block) end
911
+
912
+ # The sash was double clicked. The default behaviour is to unsplit the window when this happens (unless the minimum pane size has been set to a value greater than zero). Processes a {Wx::EVT_SPLITTER_DOUBLECLICKED} event.
913
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
914
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
915
+ # @yieldparam [Wx::SplitterEvent] event the event to handle
916
+ def evt_splitter_dclick(id, meth = nil, &block) end
917
+
918
+ # Begin dragging with the left mouse button. If you want to enable left-dragging you need to intercept this event and explicitly call {Wx::TreeEvent#allow}, as it's vetoed by default. Processes a {Wx::EVT_TREE_BEGIN_DRAG} event type.
919
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
920
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
921
+ # @yieldparam [Wx::TreeEvent] event the event to handle
922
+ def evt_tree_begin_drag(id, meth = nil, &block) end
923
+
924
+ # Begin dragging with the right mouse button. If you want to enable right-dragging you need to intercept this event and explicitly call {Wx::TreeEvent#allow}, as it's vetoed by default. Processes a {Wx::EVT_TREE_BEGIN_RDRAG} event type.
925
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
926
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
927
+ # @yieldparam [Wx::TreeEvent] event the event to handle
928
+ def evt_tree_begin_rdrag(id, meth = nil, &block) end
929
+
930
+ # End dragging with the left or right mouse button. Processes a {Wx::EVT_TREE_END_DRAG} event type.
931
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
932
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
933
+ # @yieldparam [Wx::TreeEvent] event the event to handle
934
+ def evt_tree_end_drag(id, meth = nil, &block) end
935
+
936
+ # Begin editing a label. This can be prevented by calling Veto(). Processes a {Wx::EVT_TREE_BEGIN_LABEL_EDIT} event type.
937
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
938
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
939
+ # @yieldparam [Wx::TreeEvent] event the event to handle
940
+ def evt_tree_begin_label_edit(id, meth = nil, &block) end
941
+
942
+ # Finish editing a label. This can be prevented by calling Veto(). Processes a {Wx::EVT_TREE_END_LABEL_EDIT} event type.
943
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
944
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
945
+ # @yieldparam [Wx::TreeEvent] event the event to handle
946
+ def evt_tree_end_label_edit(id, meth = nil, &block) end
947
+
948
+ # An item was deleted. Processes a {Wx::EVT_TREE_DELETE_ITEM} event type.
949
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
950
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
951
+ # @yieldparam [Wx::TreeEvent] event the event to handle
952
+ def evt_tree_delete_item(id, meth = nil, &block) end
953
+
954
+ # Request information from the application. Processes a {Wx::EVT_TREE_GET_INFO} event type.
955
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
956
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
957
+ # @yieldparam [Wx::TreeEvent] event the event to handle
958
+ def evt_tree_get_info(id, meth = nil, &block) end
959
+
960
+ # Information is being supplied. Processes a {Wx::EVT_TREE_SET_INFO} event type.
961
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
962
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
963
+ # @yieldparam [Wx::TreeEvent] event the event to handle
964
+ def evt_tree_set_info(id, meth = nil, &block) end
965
+
966
+ # The item has been activated, i.e. chosen by double clicking it with mouse or from keyboard. Processes a {Wx::EVT_TREE_ITEM_ACTIVATED} event type.
967
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
968
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
969
+ # @yieldparam [Wx::TreeEvent] event the event to handle
970
+ def evt_tree_item_activated(id, meth = nil, &block) end
971
+
972
+ # The item has been collapsed. Processes a {Wx::EVT_TREE_ITEM_COLLAPSED} event type.
973
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
974
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
975
+ # @yieldparam [Wx::TreeEvent] event the event to handle
976
+ def evt_tree_item_collapsed(id, meth = nil, &block) end
977
+
978
+ # The item is being collapsed. This can be prevented by calling Veto(). Processes a {Wx::EVT_TREE_ITEM_COLLAPSING} event type.
979
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
980
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
981
+ # @yieldparam [Wx::TreeEvent] event the event to handle
982
+ def evt_tree_item_collapsing(id, meth = nil, &block) end
983
+
984
+ # The item has been expanded. Processes a {Wx::EVT_TREE_ITEM_EXPANDED} event type.
985
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
986
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
987
+ # @yieldparam [Wx::TreeEvent] event the event to handle
988
+ def evt_tree_item_expanded(id, meth = nil, &block) end
989
+
990
+ # The item is being expanded. This can be prevented by calling Veto(). Processes a {Wx::EVT_TREE_ITEM_EXPANDING} event type.
991
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
992
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
993
+ # @yieldparam [Wx::TreeEvent] event the event to handle
994
+ def evt_tree_item_expanding(id, meth = nil, &block) end
995
+
996
+ # The user has clicked the item with the right mouse button. Processes a {Wx::EVT_TREE_ITEM_RIGHT_CLICK} event type.
997
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
998
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
999
+ # @yieldparam [Wx::TreeEvent] event the event to handle
1000
+ def evt_tree_item_right_click(id, meth = nil, &block) end
1001
+
1002
+ # The user has clicked the item with the middle mouse button. This is only supported by the generic control. Processes a {Wx::EVT_TREE_ITEM_MIDDLE_CLICK} event type.
1003
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1004
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1005
+ # @yieldparam [Wx::TreeEvent] event the event to handle
1006
+ def evt_tree_item_middle_click(id, meth = nil, &block) end
1007
+
1008
+ # Selection has changed. Processes a {Wx::EVT_TREE_SEL_CHANGED} event type.
1009
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1010
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1011
+ # @yieldparam [Wx::TreeEvent] event the event to handle
1012
+ def evt_tree_sel_changed(id, meth = nil, &block) end
1013
+
1014
+ # Selection is changing. This can be prevented by calling Veto(). Processes a {Wx::EVT_TREE_SEL_CHANGING} event type.
1015
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1016
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1017
+ # @yieldparam [Wx::TreeEvent] event the event to handle
1018
+ def evt_tree_sel_changing(id, meth = nil, &block) end
1019
+
1020
+ # A key has been pressed. Processes a {Wx::EVT_TREE_KEY_DOWN} event type.
1021
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1022
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1023
+ # @yieldparam [Wx::TreeEvent] event the event to handle
1024
+ def evt_tree_key_down(id, meth = nil, &block) end
1025
+
1026
+ # The opportunity to set the item tooltip is being given to the application (call {Wx::TreeEvent#set_tool_tip}). Windows only. Processes a {Wx::EVT_TREE_ITEM_GETTOOLTIP} event type.
1027
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1028
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1029
+ # @yieldparam [Wx::TreeEvent] event the event to handle
1030
+ def evt_tree_item_gettooltip(id, meth = nil, &block) end
1031
+
1032
+ # The context menu for the selected item has been requested, either by a right click or by using the menu key. Notice that these events always carry a valid tree item and so are not generated when (right) clicking outside of the items area. If you need to handle such events, consider using {Wx::EVT_CONTEXT_MENU} instead. Processes a {Wx::EVT_TREE_ITEM_MENU} event type.
1033
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1034
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1035
+ # @yieldparam [Wx::TreeEvent] event the event to handle
1036
+ def evt_tree_item_menu(id, meth = nil, &block) end
1037
+
1038
+ # The state image has been clicked. Processes a {Wx::EVT_TREE_STATE_IMAGE_CLICK} event type.
1039
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1040
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1041
+ # @yieldparam [Wx::TreeEvent] event the event to handle
1042
+ def evt_tree_state_image_click(id, meth = nil, &block) end
1043
+
1044
+ # Process a {Wx::EVT_SASH_DRAGGED} event, when the user has finished dragging a sash.
1045
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1046
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1047
+ # @yieldparam [Wx::SashEvent] event the event to handle
1048
+ def evt_sash_dragged(id, meth = nil, &block) end
1049
+
1050
+ # Process a {Wx::EVT_SASH_DRAGGED_RANGE} event, when the user has finished dragging a sash. The event handler is called when windows with ids in the given range have their sashes dragged.
1051
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id1 first window/control id of range
1052
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id2 last window/control id of range
1053
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1054
+ # @yieldparam [Wx::SashEvent] event the event to handle
1055
+ def evt_sash_dragged_range(id1, id2, meth = nil, &block) end
1056
+
1057
+ # Process a {Wx::EVT_QUERY_LAYOUT_INFO} event, to get size, orientation and alignment from a window.
1058
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1059
+ # @yieldparam [Wx::QueryLayoutInfoEvent] event the event to handle
1060
+ def evt_query_layout_info(meth = nil, &block) end
1061
+
1062
+ # Process a {Wx::EVT_CALCULATE_LAYOUT} event, which asks the window to take a 'bite' out of a rectangle provided by the algorithm.
1063
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1064
+ # @yieldparam [Wx::CalculateLayoutEvent] event the event to handle
1065
+ def evt_calculate_layout(meth = nil, &block) end
1066
+
1067
+ # The page has just been changed (this event cannot be vetoed).
1068
+ # Processes a {Wx::EVT_WIZARD_PAGE_CHANGED} event.
1069
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1070
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1071
+ # @yieldparam [Wx::WizardEvent] event the event to handle
1072
+ def evt_wizard_page_changed(id, meth = nil, &block) end
1073
+
1074
+ # The page is being changed (this event can be vetoed).
1075
+ # Processes a {Wx::EVT_WIZARD_PAGE_CHANGING} event.
1076
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1077
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1078
+ # @yieldparam [Wx::WizardEvent] event the event to handle
1079
+ def evt_wizard_page_changing(id, meth = nil, &block) end
1080
+
1081
+ # Called after Next is clicked but before GetNext is called. Unlike EVT_WIZARD_CHANGING, the handler for this function can change state that might affect the return value of GetNext. This event can be vetoed.
1082
+ # Processes a {Wx::EVT_WIZARD_BEFORE_PAGE_CHANGED} event.
1083
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1084
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1085
+ # @yieldparam [Wx::WizardEvent] event the event to handle
1086
+ def evt_wizard_before_page_changed(id, meth = nil, &block) end
1087
+
1088
+ # The page was shown and laid out (this event cannot be vetoed).
1089
+ # Processes a {Wx::EVT_WIZARD_PAGE_SHOWN} event.
1090
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1091
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1092
+ # @yieldparam [Wx::WizardEvent] event the event to handle
1093
+ def evt_wizard_page_shown(id, meth = nil, &block) end
1094
+
1095
+ # The user attempted to cancel the wizard (this event may also be vetoed).
1096
+ # Processes a {Wx::EVT_WIZARD_CANCEL} event.
1097
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1098
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1099
+ # @yieldparam [Wx::WizardEvent] event the event to handle
1100
+ def evt_wizard_cancel(id, meth = nil, &block) end
1101
+
1102
+ # The wizard help button was pressed.
1103
+ # Processes a {Wx::EVT_WIZARD_HELP} event.
1104
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1105
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1106
+ # @yieldparam [Wx::WizardEvent] event the event to handle
1107
+ def evt_wizard_help(id, meth = nil, &block) end
1108
+
1109
+ # The wizard finished button was pressed.
1110
+ # Processes a {Wx::EVT_WIZARD_FINISHED} event.
1111
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1112
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1113
+ # @yieldparam [Wx::WizardEvent] event the event to handle
1114
+ def evt_wizard_finished(id, meth = nil, &block) end
1115
+
1116
+ # Sent when a media has loaded enough data that it can start playing. Processes a {Wx::EVT_MEDIA_LOADED} event type.
1117
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1118
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1119
+ # @yieldparam [Wx::MediaEvent] event the event to handle
1120
+ def evt_media_loaded(id, meth = nil, &block) end
1121
+
1122
+ # Sent when a media has switched to the {Wx::MediaState::MEDIASTATE_STOPPED} state. You may be able to Veto this event to prevent it from stopping, causing it to continue playing - even if it has reached that end of the media (note that this may not have the desired effect - if you want to loop the media, for example, catch the EVT_MEDIA_FINISHED and play there instead). Processes a {Wx::EVT_MEDIA_STOP} event type.
1123
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1124
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1125
+ # @yieldparam [Wx::MediaEvent] event the event to handle
1126
+ def evt_media_stop(id, meth = nil, &block) end
1127
+
1128
+ # Sent when a media has finished playing in a {Wx::MediaCtrl}. Processes a {Wx::EVT_MEDIA_FINISHED} event type.
1129
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1130
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1131
+ # @yieldparam [Wx::MediaEvent] event the event to handle
1132
+ def evt_media_finished(id, meth = nil, &block) end
1133
+
1134
+ # Sent when a media has switched its state (from any media state). Processes a {Wx::EVT_MEDIA_STATECHANGED} event type.
1135
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1136
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1137
+ # @yieldparam [Wx::MediaEvent] event the event to handle
1138
+ def evt_media_statechanged(id, meth = nil, &block) end
1139
+
1140
+ # Sent when a media has switched to the {Wx::MediaState::MEDIASTATE_PLAYING} state. Processes a {Wx::EVT_MEDIA_PLAY} event type.
1141
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1142
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1143
+ # @yieldparam [Wx::MediaEvent] event the event to handle
1144
+ def evt_media_play(id, meth = nil, &block) end
1145
+
1146
+ # Sent when a media has switched to the {Wx::MediaState::MEDIASTATE_PAUSED} state. Processes a {Wx::EVT_MEDIA_PAUSE} event type.
1147
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1148
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1149
+ # @yieldparam [Wx::MediaEvent] event the event to handle
1150
+ def evt_media_pause(id, meth = nil, &block) end
1151
+
1152
+ # User clicked on a hyperlink.
1153
+ # Processes a {Wx::EVT_HYPERLINK} event.
1154
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1155
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1156
+ # @yieldparam [Wx::HyperlinkEvent] event the event to handle
1157
+ def evt_hyperlink(id, meth = nil, &block) end
1158
+
1159
+ # Process a {Wx::EVT_BUTTON} event, when the button is clicked.
1160
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1161
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1162
+ # @yieldparam [Wx::CommandEvent] event the event to handle
1163
+ def evt_button(id, meth = nil, &block) end
1164
+
1165
+ # Process a {Wx::EVT_CHECKBOX} event, when the checkbox is clicked.
1166
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1167
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1168
+ # @yieldparam [Wx::CommandEvent] event the event to handle
1169
+ def evt_checkbox(id, meth = nil, &block) end
1170
+
1171
+ # Process a {Wx::EVT_CHOICE} event, when an item on the list is selected.
1172
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1173
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1174
+ # @yieldparam [Wx::CommandEvent] event the event to handle
1175
+ def evt_choice(id, meth = nil, &block) end
1176
+
1177
+ # Process a {Wx::EVT_COMBOBOX} event, when an item on the list is selected. Note that calling {Wx::OwnerDrawnComboBox#get_value} returns the new value of selection.
1178
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1179
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1180
+ # @yieldparam [Wx::CommandEvent] event the event to handle
1181
+ def evt_combobox(id, meth = nil, &block) end
1182
+
1183
+ # Process a {Wx::EVT_LISTBOX} event, when an item on the list is selected or the selection changes.
1184
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1185
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1186
+ # @yieldparam [Wx::CommandEvent] event the event to handle
1187
+ def evt_listbox(id, meth = nil, &block) end
1188
+
1189
+ # Process a {Wx::EVT_LISTBOX_DCLICK} event, when the listbox is double-clicked. On some platforms (notably WXGTK2) pressing the enter key is handled as an equivalent of a double-click.
1190
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1191
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1192
+ # @yieldparam [Wx::CommandEvent] event the event to handle
1193
+ def evt_listbox_dclick(id, meth = nil, &block) end
1194
+
1195
+ # Process a {Wx::EVT_CHECKLISTBOX} event, when an item in the check list box is checked or unchecked. {Wx::CommandEvent#get_int} will contain the index of the item that was checked or unchecked. {Wx::CommandEvent#is_checked} is not valid! Use {Wx::CheckListBox#is_checked} instead.
1196
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1197
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1198
+ # @yieldparam [Wx::CommandEvent] event the event to handle
1199
+ def evt_checklistbox(id, meth = nil, &block) end
1200
+
1201
+ # The same as EVT_TOOL().
1202
+ # Processes a {Wx::EVT_MENU} event.
1203
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1204
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1205
+ # @yieldparam [Wx::CommandEvent] event the event to handle
1206
+ def evt_menu(id, meth = nil, &block) end
1207
+
1208
+ # The same as EVT_TOOL_RANGE().
1209
+ # Processes a {Wx::EVT_MENU} event.
1210
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id1 first window/control id of range
1211
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id2 last window/control id of range
1212
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1213
+ # @yieldparam [Wx::CommandEvent] event the event to handle
1214
+ def evt_menu_range(id1, id2, meth = nil, &block) end
1215
+
1216
+ # Process a {Wx::EVT_RADIOBOX} event, when a radiobutton is clicked.
1217
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1218
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1219
+ # @yieldparam [Wx::CommandEvent] event the event to handle
1220
+ def evt_radiobox(id, meth = nil, &block) end
1221
+
1222
+ # Process a {Wx::EVT_RADIOBUTTON} event, when the radiobutton is clicked.
1223
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1224
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1225
+ # @yieldparam [Wx::CommandEvent] event the event to handle
1226
+ def evt_radiobutton(id, meth = nil, &block) end
1227
+
1228
+ # Process a {Wx::EVT_SCROLLBAR} command, which is generated by a {Wx::ScrollBar} control. This is provided for compatibility only; more specific scrollbar event macros should be used instead (see {Wx::ScrollEvent}).
1229
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1230
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1231
+ # @yieldparam [Wx::CommandEvent] event the event to handle
1232
+ def evt_scrollbar(id, meth = nil, &block) end
1233
+
1234
+ # Process {Wx::EVT_SLIDER} which is generated after any change of {Wx::Slider} position in addition to one of the events above. Notice that the handler of this event receives a {Wx::CommandEvent} as argument and not {Wx::ScrollEvent}, as all the other handlers.
1235
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1236
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1237
+ # @yieldparam [Wx::CommandEvent] event the event to handle
1238
+ def evt_slider(id, meth = nil, &block) end
1239
+
1240
+ # Process a {Wx::EVT_TEXT} event, when the text changes.
1241
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1242
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1243
+ # @yieldparam [Wx::CommandEvent] event the event to handle
1244
+ def evt_text(id, meth = nil, &block) end
1245
+
1246
+ # Process a {Wx::EVT_TEXT_ENTER} event, when RETURN is pressed in the combo control.
1247
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1248
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1249
+ # @yieldparam [Wx::CommandEvent] event the event to handle
1250
+ def evt_text_enter(id, meth = nil, &block) end
1251
+
1252
+ # This event is generated when the user tries to enter more text into the control than the limit set by {Wx::TextCtrl#set_max_length}, see its description.
1253
+ # Processes a {Wx::EVT_TEXT_MAXLEN} event.
1254
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1255
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1256
+ # @yieldparam [Wx::CommandEvent] event the event to handle
1257
+ def evt_text_maxlen(id, meth = nil, &block) end
1258
+
1259
+ # Handles a {Wx::EVT_TOGGLEBUTTON} event.
1260
+ # Processes a {Wx::EVT_TOGGLEBUTTON} event.
1261
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1262
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1263
+ # @yieldparam [Wx::CommandEvent] event the event to handle
1264
+ def evt_togglebutton(id, meth = nil, &block) end
1265
+
1266
+ # Process a {Wx::EVT_TOOL} event (a synonym for {Wx::EVT_MENU}). Pass the id of the tool.
1267
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1268
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1269
+ # @yieldparam [Wx::CommandEvent] event the event to handle
1270
+ def evt_tool(id, meth = nil, &block) end
1271
+
1272
+ # Process a {Wx::EVT_TOOL} event for a range of identifiers. Pass the ids of the tools.
1273
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id1 first window/control id of range
1274
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id2 last window/control id of range
1275
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1276
+ # @yieldparam [Wx::CommandEvent] event the event to handle
1277
+ def evt_tool_range(id1, id2, meth = nil, &block) end
1278
+
1279
+ # Process a {Wx::EVT_TOOL_RCLICKED} event. Pass the id of the tool. (Not available on WXOSX.)
1280
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1281
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1282
+ # @yieldparam [Wx::CommandEvent] event the event to handle
1283
+ def evt_tool_rclicked(id, meth = nil, &block) end
1284
+
1285
+ # Process a {Wx::EVT_TOOL_RCLICKED} event for a range of ids. Pass the ids of the tools. (Not available on WXOSX.)
1286
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id1 first window/control id of range
1287
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id2 last window/control id of range
1288
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1289
+ # @yieldparam [Wx::CommandEvent] event the event to handle
1290
+ def evt_tool_rclicked_range(id1, id2, meth = nil, &block) end
1291
+
1292
+ # Process a {Wx::EVT_TOOL_ENTER} event. Pass the id of the toolbar itself. The value of {Wx::CommandEvent#get_selection} is the tool id, or -1 if the mouse cursor has moved off a tool. (Not available on WXOSX.)
1293
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1294
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1295
+ # @yieldparam [Wx::CommandEvent] event the event to handle
1296
+ def evt_tool_enter(id, meth = nil, &block) end
1297
+
1298
+ # Process a {Wx::EVT_COMMAND_LEFT_CLICK} command, which is generated by a control (WXMSW only).
1299
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1300
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1301
+ # @yieldparam [Wx::CommandEvent] event the event to handle
1302
+ def evt_command_left_click(id, meth = nil, &block) end
1303
+
1304
+ # Process a {Wx::EVT_COMMAND_LEFT_DCLICK} command, which is generated by a control (WXMSW only).
1305
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1306
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1307
+ # @yieldparam [Wx::CommandEvent] event the event to handle
1308
+ def evt_command_left_dclick(id, meth = nil, &block) end
1309
+
1310
+ # Process a {Wx::EVT_COMMAND_RIGHT_CLICK} command, which is generated by a control (WXMSW only).
1311
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1312
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1313
+ # @yieldparam [Wx::CommandEvent] event the event to handle
1314
+ def evt_command_right_click(id, meth = nil, &block) end
1315
+
1316
+ # Process a {Wx::EVT_COMMAND_SET_FOCUS} command, which is generated by a control (WXMSW only).
1317
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1318
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1319
+ # @yieldparam [Wx::CommandEvent] event the event to handle
1320
+ def evt_command_set_focus(id, meth = nil, &block) end
1321
+
1322
+ # Process a {Wx::EVT_COMMAND_KILL_FOCUS} command, which is generated by a control (WXMSW only).
1323
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1324
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1325
+ # @yieldparam [Wx::CommandEvent] event the event to handle
1326
+ def evt_command_kill_focus(id, meth = nil, &block) end
1327
+
1328
+ # Process a {Wx::EVT_COMMAND_ENTER} command, which is generated by a control.
1329
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1330
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1331
+ # @yieldparam [Wx::CommandEvent] event the event to handle
1332
+ def evt_command_enter(id, meth = nil, &block) end
1333
+
1334
+ # A connection with the network was established.
1335
+ # Processes a {Wx::EVT_DIALUP_CONNECTED} event.
1336
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1337
+ # @yieldparam [Wx::App] event the event to handle
1338
+ def evt_dialup_connected(meth = nil, &block) end
1339
+
1340
+ # The connection with the network was lost.
1341
+ # Processes a {Wx::EVT_DIALUP_DISCONNECTED} event.
1342
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1343
+ # @yieldparam [Wx::App] event the event to handle
1344
+ def evt_dialup_disconnected(meth = nil, &block) end
1345
+
1346
+ # A mouse event occurred over an URL in the text control.
1347
+ # Processes a {Wx::EVT_TEXT_URL} event.
1348
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1349
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1350
+ # @yieldparam [Wx::CommandEvent] event the event to handle
1351
+ def evt_text_url(id, meth = nil, &block) end
1352
+
1353
+ # Process a {Wx::EVT_COMBOBOX_DROPDOWN} event, which is generated when the popup window is shown (drops down).
1354
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1355
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1356
+ # @yieldparam [Wx::CommandEvent] event the event to handle
1357
+ def evt_combobox_dropdown(id, meth = nil, &block) end
1358
+
1359
+ # Process a {Wx::EVT_COMBOBOX_CLOSEUP} event, which is generated when the popup window of the combo control disappears (closes up). You should avoid adding or deleting items in this event.
1360
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1361
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1362
+ # @yieldparam [Wx::CommandEvent] event the event to handle
1363
+ def evt_combobox_closeup(id, meth = nil, &block) end
1364
+
1365
+ # The page selection was changed. Processes a {Wx::EVT_NOTEBOOK_PAGE_CHANGED} event.
1366
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1367
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1368
+ # @yieldparam [Wx::BookCtrlEvent] event the event to handle
1369
+ def evt_notebook_page_changed(id, meth = nil, &block) end
1370
+
1371
+ # The page selection is about to be changed. Processes a {Wx::EVT_NOTEBOOK_PAGE_CHANGING} event. This event can be vetoed.
1372
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1373
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1374
+ # @yieldparam [Wx::BookCtrlEvent] event the event to handle
1375
+ def evt_notebook_page_changing(id, meth = nil, &block) end
1376
+
1377
+ # Respond to a {Wx::EVT_SEARCH} event, generated when the search button is clicked. Note that this does not initiate a search on its own, you need to perform the appropriate action in your event handler. You may use
1378
+ # Processes a {Wx::EVT_SEARCH} event.
1379
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1380
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1381
+ # @yieldparam [Wx::CommandEvent] event the event to handle
1382
+ def evt_search(id, meth = nil, &block) end
1383
+
1384
+ # Respond to a {Wx::EVT_SEARCH_CANCEL} event, generated when the cancel button is clicked.
1385
+ # Processes a {Wx::EVT_SEARCH_CANCEL} event.
1386
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1387
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1388
+ # @yieldparam [Wx::CommandEvent] event the event to handle
1389
+ def evt_search_cancel(id, meth = nil, &block) end
1390
+
1391
+ # Process a {Wx::EVT_SPINCTRL} event, which is generated whenever the numeric value of the spin control is updated.
1392
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1393
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1394
+ # @yieldparam [Wx::SpinEvent] event the event to handle
1395
+ def evt_spinctrl(id, meth = nil, &block) end
1396
+
1397
+ # Process a {Wx::EVT_TOOL_DROPDOWN} event. If unhandled, displays the default dropdown menu set using {Wx::ToolBar#set_dropdown_menu}.
1398
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1399
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1400
+ # @yieldparam [Wx::CommandEvent] event the event to handle
1401
+ def evt_tool_dropdown(id, meth = nil, &block) end
1402
+
1403
+ # The page selection was changed. Processes a {Wx::EVT_TOOLBOOK_PAGE_CHANGED} event.
1404
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1405
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1406
+ # @yieldparam [Wx::BookCtrlEvent] event the event to handle
1407
+ def evt_toolbook_page_changed(id, meth = nil, &block) end
1408
+
1409
+ # The page selection is about to be changed. Processes a {Wx::EVT_TOOLBOOK_PAGE_CHANGING} event. This event can be vetoed (using {Wx::NotifyEvent#veto}).
1410
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1411
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1412
+ # @yieldparam [Wx::BookCtrlEvent] event the event to handle
1413
+ def evt_toolbook_page_changing(id, meth = nil, &block) end
1414
+
1415
+ # The page selection was changed. Processes a {Wx::EVT_CHOICEBOOK_PAGE_CHANGED} event.
1416
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1417
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1418
+ # @yieldparam [Wx::BookCtrlEvent] event the event to handle
1419
+ def evt_choicebook_page_changed(id, meth = nil, &block) end
1420
+
1421
+ # The page selection is about to be changed. Processes a {Wx::EVT_CHOICEBOOK_PAGE_CHANGING} event. This event can be vetoed (using {Wx::NotifyEvent#veto}).
1422
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1423
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1424
+ # @yieldparam [Wx::BookCtrlEvent] event the event to handle
1425
+ def evt_choicebook_page_changing(id, meth = nil, &block) end
1426
+
1427
+ # The page selection was changed. Processes a {Wx::EVT_LISTBOOK_PAGE_CHANGED} event.
1428
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1429
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1430
+ # @yieldparam [Wx::BookCtrlEvent] event the event to handle
1431
+ def evt_listbook_page_changed(id, meth = nil, &block) end
1432
+
1433
+ # The page selection is about to be changed. Processes a {Wx::EVT_LISTBOOK_PAGE_CHANGING} event. This event can be vetoed.
1434
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1435
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1436
+ # @yieldparam [Wx::BookCtrlEvent] event the event to handle
1437
+ def evt_listbook_page_changing(id, meth = nil, &block) end
1438
+
1439
+ # The page selection was changed. Processes a {Wx::EVT_TREEBOOK_PAGE_CHANGED} event.
1440
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1441
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1442
+ # @yieldparam [Wx::BookCtrlEvent] event the event to handle
1443
+ def evt_treebook_page_changed(id, meth = nil, &block) end
1444
+
1445
+ # The page selection is about to be changed. Processes a {Wx::EVT_TREEBOOK_PAGE_CHANGING} event. This event can be {Wx::vetoed}.
1446
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1447
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1448
+ # @yieldparam [Wx::BookCtrlEvent] event the event to handle
1449
+ def evt_treebook_page_changing(id, meth = nil, &block) end
1450
+
1451
+ # The page node is going to be collapsed. Processes a {Wx::EVT_TREEBOOK_NODE_COLLAPSED} event.
1452
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1453
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1454
+ # @yieldparam [Wx::BookCtrlEvent] event the event to handle
1455
+ def evt_treebook_node_collapsed(id, meth = nil, &block) end
1456
+
1457
+ # The page node is going to be expanded. Processes a {Wx::EVT_TREEBOOK_NODE_EXPANDED} event.
1458
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1459
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1460
+ # @yieldparam [Wx::BookCtrlEvent] event the event to handle
1461
+ def evt_treebook_node_expanded(id, meth = nil, &block) end
1462
+
1463
+ # A column heading was clicked.
1464
+ # Processes a {Wx::EVT_HEADER_CLICK} event.
1465
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1466
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1467
+ # @yieldparam [Wx::HeaderCtrlEvent] event the event to handle
1468
+ def evt_header_click(id, meth = nil, &block) end
1469
+
1470
+ # A column heading was right clicked.
1471
+ # Processes a {Wx::EVT_HEADER_RIGHT_CLICK} event.
1472
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1473
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1474
+ # @yieldparam [Wx::HeaderCtrlEvent] event the event to handle
1475
+ def evt_header_right_click(id, meth = nil, &block) end
1476
+
1477
+ # A column heading was clicked with the middle mouse button.
1478
+ # Processes a {Wx::EVT_HEADER_MIDDLE_CLICK} event.
1479
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1480
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1481
+ # @yieldparam [Wx::HeaderCtrlEvent] event the event to handle
1482
+ def evt_header_middle_click(id, meth = nil, &block) end
1483
+
1484
+ # A column heading was double clicked.
1485
+ # Processes a {Wx::EVT_HEADER_DCLICK} event.
1486
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1487
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1488
+ # @yieldparam [Wx::HeaderCtrlEvent] event the event to handle
1489
+ def evt_header_dclick(id, meth = nil, &block) end
1490
+
1491
+ # A column heading was right double clicked.
1492
+ # Processes a {Wx::EVT_HEADER_RIGHT_DCLICK} event.
1493
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1494
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1495
+ # @yieldparam [Wx::HeaderCtrlEvent] event the event to handle
1496
+ def evt_header_right_dclick(id, meth = nil, &block) end
1497
+
1498
+ # A column heading was double clicked with the middle mouse button.
1499
+ # Processes a {Wx::EVT_HEADER_MIDDLE_DCLICK} event.
1500
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1501
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1502
+ # @yieldparam [Wx::HeaderCtrlEvent] event the event to handle
1503
+ def evt_header_middle_dclick(id, meth = nil, &block) end
1504
+
1505
+ # Separator to the right of the specified column was double clicked (this action is commonly used to resize the column to fit its contents width and the control provides {Wx::HeaderCtrl#update_column_width_to_fit} method to make implementing this easier).
1506
+ # Processes a {Wx::EVT_HEADER_SEPARATOR_DCLICK} event.
1507
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1508
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1509
+ # @yieldparam [Wx::HeaderCtrlEvent] event the event to handle
1510
+ def evt_header_separator_dclick(id, meth = nil, &block) end
1511
+
1512
+ # The user started to drag the separator to the right of the column with the specified index (this can only happen for the columns for which {Wx::HeaderColumn#is_resizeable} returns true). The event can be vetoed to prevent the column from being resized. If it isn't, the resizing and end resize (or dragging cancelled) events will be generated later.
1513
+ # Processes a {Wx::EVT_HEADER_BEGIN_RESIZE} event.
1514
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1515
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1516
+ # @yieldparam [Wx::HeaderCtrlEvent] event the event to handle
1517
+ def evt_header_begin_resize(id, meth = nil, &block) end
1518
+
1519
+ # The user is dragging the column with the specified index resizing it and its current width is {Wx::HeaderCtrlEvent#get_width}. The event can be vetoed to stop the dragging operation completely at any time.
1520
+ # Processes a {Wx::EVT_HEADER_RESIZING} event.
1521
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1522
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1523
+ # @yieldparam [Wx::HeaderCtrlEvent] event the event to handle
1524
+ def evt_header_resizing(id, meth = nil, &block) end
1525
+
1526
+ # The user stopped dragging the column by releasing the mouse. The column should normally be resized to the value of {Wx::HeaderCtrlEvent#get_width}.
1527
+ # Processes a {Wx::EVT_HEADER_END_RESIZE} event.
1528
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1529
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1530
+ # @yieldparam [Wx::HeaderCtrlEvent] event the event to handle
1531
+ def evt_header_end_resize(id, meth = nil, &block) end
1532
+
1533
+ # The user started to drag the column with the specified index (this can only happen for the controls with {Wx::HD_ALLOW_REORDER} style). This event can be vetoed to prevent the column from being reordered, otherwise the end reorder message will be generated later.
1534
+ # Processes a {Wx::EVT_HEADER_BEGIN_REORDER} event.
1535
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1536
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1537
+ # @yieldparam [Wx::HeaderCtrlEvent] event the event to handle
1538
+ def evt_header_begin_reorder(id, meth = nil, &block) end
1539
+
1540
+ # The user dropped the column in its new location. The event can be vetoed to prevent the column from being placed at the new position or handled to update the display of the data in the associated control to match the new column location (available from {Wx::HeaderCtrlEvent#get_new_order}).
1541
+ # Processes a {Wx::EVT_HEADER_END_REORDER} event.
1542
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1543
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1544
+ # @yieldparam [Wx::HeaderCtrlEvent] event the event to handle
1545
+ def evt_header_end_reorder(id, meth = nil, &block) end
1546
+
1547
+ # The resizing or reordering operation currently in progress was cancelled. This can happen if the user pressed Esc key while dragging the mouse or the mouse capture was lost for some other reason. You only need to handle this event if your application entered into some modal mode when resizing or reordering began, in which case it should handle this event in addition to the matching end resizing or reordering ones.
1548
+ # Processes a {Wx::EVT_HEADER_DRAGGING_CANCELLED} event.
1549
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1550
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1551
+ # @yieldparam [Wx::HeaderCtrlEvent] event the event to handle
1552
+ def evt_header_dragging_cancelled(id, meth = nil, &block) end
1553
+
1554
+ # The sash position is in the process of being updated. May be used to modify the position of the tracking bar to properly reflect the position that would be set if the update were to be completed. This can happen e.g. when the window is resized and the sash is moved according to the gravity setting. This event is sent when the window is resized and allows the application to select the desired new sash position. If it doesn't process the event, the position is determined by the gravity setting. Processes a {Wx::EVT_SPLITTER_SASH_POS_RESIZE} event and is only available in wxWidgets 3.1.6 or newer.
1555
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1556
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1557
+ # @yieldparam [Wx::SplitterEvent] event the event to handle
1558
+ def evt_splitter_sash_pos_resize(id, meth = nil, &block) end
1559
+
1560
+ # A day was double clicked in the calendar.
1561
+ # Processes a {Wx::EVT_CALENDAR} event.
1562
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1563
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1564
+ # @yieldparam [Wx::CalendarEvent] event the event to handle
1565
+ def evt_calendar(id, meth = nil, &block) end
1566
+
1567
+ # The selected date changed.
1568
+ # Processes a {Wx::EVT_CALENDAR_SEL_CHANGED} event.
1569
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1570
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1571
+ # @yieldparam [Wx::CalendarEvent] event the event to handle
1572
+ def evt_calendar_sel_changed(id, meth = nil, &block) end
1573
+
1574
+ # The selected month (and/or year) changed.
1575
+ # Processes a {Wx::EVT_CALENDAR_PAGE_CHANGED} event.
1576
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1577
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1578
+ # @yieldparam [Wx::CalendarEvent] event the event to handle
1579
+ def evt_calendar_page_changed(id, meth = nil, &block) end
1580
+
1581
+ # User clicked on the week day header (only generic).
1582
+ # Processes a {Wx::EVT_CALENDAR_WEEKDAY_CLICKED} event.
1583
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1584
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1585
+ # @yieldparam [Wx::CalendarEvent] event the event to handle
1586
+ def evt_calendar_weekday_clicked(id, meth = nil, &block) end
1587
+
1588
+ # User clicked on the week of the year number (only generic).
1589
+ # Processes a {Wx::EVT_CALENDAR_WEEK_CLICKED} event.
1590
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1591
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1592
+ # @yieldparam [Wx::CalendarEvent] event the event to handle
1593
+ def evt_calendar_week_clicked(id, meth = nil, &block) end
1594
+
1595
+ # Process a {Wx::EVT_DATE_CHANGED} event, which fires when the user changes the current selection in the control.
1596
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1597
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1598
+ # @yieldparam [Wx::DateEvent] event the event to handle
1599
+ def evt_date_changed(id, meth = nil, &block) end
1600
+
1601
+ # Process a {Wx::EVT_TIME_CHANGED} event, which fires when the user changes the current selection in the control.
1602
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1603
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1604
+ # @yieldparam [Wx::DateEvent] event the event to handle
1605
+ def evt_time_changed(id, meth = nil, &block) end
1606
+
1607
+ # Process a {Wx::EVT_TASKBAR_MOVE} event.
1608
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1609
+ # @yieldparam [Wx::TaskBarIconEvent] event the event to handle
1610
+ def evt_taskbar_move(meth = nil, &block) end
1611
+
1612
+ # Process a {Wx::EVT_TASKBAR_LEFT_DOWN} event.
1613
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1614
+ # @yieldparam [Wx::TaskBarIconEvent] event the event to handle
1615
+ def evt_taskbar_left_down(meth = nil, &block) end
1616
+
1617
+ # Process a {Wx::EVT_TASKBAR_LEFT_UP} event.
1618
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1619
+ # @yieldparam [Wx::TaskBarIconEvent] event the event to handle
1620
+ def evt_taskbar_left_up(meth = nil, &block) end
1621
+
1622
+ # Process a {Wx::EVT_TASKBAR_RIGHT_DOWN} event.
1623
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1624
+ # @yieldparam [Wx::TaskBarIconEvent] event the event to handle
1625
+ def evt_taskbar_right_down(meth = nil, &block) end
1626
+
1627
+ # Process a {Wx::EVT_TASKBAR_RIGHT_UP} event.
1628
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1629
+ # @yieldparam [Wx::TaskBarIconEvent] event the event to handle
1630
+ def evt_taskbar_right_up(meth = nil, &block) end
1631
+
1632
+ # Process a {Wx::EVT_TASKBAR_LEFT_DCLICK} event.
1633
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1634
+ # @yieldparam [Wx::TaskBarIconEvent] event the event to handle
1635
+ def evt_taskbar_left_dclick(meth = nil, &block) end
1636
+
1637
+ # Process a {Wx::EVT_TASKBAR_RIGHT_DCLICK} event.
1638
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1639
+ # @yieldparam [Wx::TaskBarIconEvent] event the event to handle
1640
+ def evt_taskbar_right_dclick(meth = nil, &block) end
1641
+
1642
+ # This is a synonym for either EVT_TASKBAR_RIGHT_DOWN or UP depending on the platform, use this event macro to catch the event which should result in the menu being displayed on the current platform.
1643
+ # Processes a {Wx::EVT_TASKBAR_CLICK} event.
1644
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1645
+ # @yieldparam [Wx::TaskBarIconEvent] event the event to handle
1646
+ def evt_taskbar_click(meth = nil, &block) end
1647
+
1648
+ # Selected directory has changed. Processes a {Wx::EVT_DIRCTRL_SELECTIONCHANGED} event type. Notice that this event is generated even for the changes done by the program itself and not only those done by the user. Available since wxWidgets 2.9.5.
1649
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1650
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1651
+ # @yieldparam [Wx::GenericDirCtrl] event the event to handle
1652
+ def evt_dirctrl_selectionchanged(id, meth = nil, &block) end
1653
+
1654
+ # The user activated a file by double-clicking or pressing Enter. Available since wxWidgets 2.9.5.
1655
+ # Processes a {Wx::EVT_DIRCTRL_FILEACTIVATED} event.
1656
+ # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
1657
+ # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
1658
+ # @yieldparam [Wx::GenericDirCtrl] event the event to handle
1659
+ def evt_dirctrl_fileactivated(id, meth = nil, &block) end
1660
+
1661
+ # @!endgroup
1662
+
1663
+ end
1632
1664
 
1633
1665
  end