wxruby3 0.9.0.pre.rc.3-x64-mingw-ucrt → 0.9.0-x64-mingw-ucrt

Sign up to get free protection for your applications and to get access to all the features.
Files changed (673) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/ext/mkrf_conf_bingem.rb +4 -1
  4. data/ext/wxbase32u_gcc_custom.dll +0 -0
  5. data/ext/wxbase32u_net_gcc_custom.dll +0 -0
  6. data/ext/wxbase32u_xml_gcc_custom.dll +0 -0
  7. data/ext/wxmsw32u_aui_gcc_custom.dll +0 -0
  8. data/ext/wxmsw32u_core_gcc_custom.dll +0 -0
  9. data/ext/wxmsw32u_gl_gcc_custom.dll +0 -0
  10. data/ext/wxmsw32u_html_gcc_custom.dll +0 -0
  11. data/ext/wxmsw32u_media_gcc_custom.dll +0 -0
  12. data/ext/wxmsw32u_propgrid_gcc_custom.dll +0 -0
  13. data/ext/wxmsw32u_qa_gcc_custom.dll +0 -0
  14. data/ext/wxmsw32u_ribbon_gcc_custom.dll +0 -0
  15. data/ext/wxmsw32u_richtext_gcc_custom.dll +0 -0
  16. data/ext/wxmsw32u_stc_gcc_custom.dll +0 -0
  17. data/ext/wxmsw32u_webview_gcc_custom.dll +0 -0
  18. data/ext/wxmsw32u_xrc_gcc_custom.dll +0 -0
  19. data/lib/wx/accessors.rb +10 -2
  20. data/lib/wx/aui/auifloatframe.rb +20 -0
  21. data/lib/wx/aui/auimanager.rb +3 -0
  22. data/lib/wx/aui/auinotebook.rb +17 -0
  23. data/lib/wx/aui/events/evt_list.rb +7 -7
  24. data/lib/wx/aui/require.rb +5 -1
  25. data/lib/wx/aui.rb +4 -1
  26. data/lib/wx/core/acceleratortable.rb +8 -0
  27. data/lib/wx/core/animation.rb +8 -0
  28. data/lib/wx/core/app.rb +8 -0
  29. data/lib/wx/core/array_ext.rb +7 -0
  30. data/lib/wx/core/art_locator.rb +7 -0
  31. data/lib/wx/core/artprovider.rb +9 -0
  32. data/lib/wx/core/bitmap.rb +16 -4
  33. data/lib/wx/core/bitmap_combobox.rb +7 -0
  34. data/lib/wx/core/brush.rb +7 -0
  35. data/lib/wx/core/busycursor.rb +9 -0
  36. data/lib/wx/core/choice.rb +7 -0
  37. data/lib/wx/core/choicedlg.rb +7 -0
  38. data/lib/wx/core/clientdc.rb +9 -0
  39. data/lib/wx/core/clipboard.rb +8 -0
  40. data/lib/wx/core/collapsible_pane.rb +8 -1
  41. data/lib/wx/core/colour.rb +8 -0
  42. data/lib/wx/core/combo_ctrl.rb +110 -0
  43. data/lib/wx/core/combobox.rb +7 -0
  44. data/lib/wx/core/config.rb +303 -0
  45. data/lib/wx/core/controlwithitems.rb +12 -1
  46. data/lib/wx/core/cursor.rb +14 -4
  47. data/lib/wx/core/data_object.rb +7 -0
  48. data/lib/wx/core/dataformat.rb +9 -0
  49. data/lib/wx/core/datetime.rb +14 -0
  50. data/lib/wx/core/dc.rb +7 -0
  51. data/lib/wx/core/dialog.rb +18 -1
  52. data/lib/wx/core/enum.rb +7 -0
  53. data/lib/wx/core/event.rb +7 -0
  54. data/lib/wx/core/event_blocker.rb +7 -0
  55. data/lib/wx/core/event_loop.rb +7 -0
  56. data/lib/wx/core/events/evt_list.rb +76 -0
  57. data/lib/wx/core/evthandler.rb +8 -0
  58. data/lib/wx/core/ext.rb +7 -0
  59. data/lib/wx/core/file_dialog.rb +23 -0
  60. data/lib/wx/core/find_replace_dialog.rb +7 -0
  61. data/lib/wx/core/functions.rb +8 -0
  62. data/lib/wx/core/gauge.rb +10 -1
  63. data/lib/wx/core/genericdirctrl.rb +9 -0
  64. data/lib/wx/core/hboxsizer.rb +16 -0
  65. data/lib/wx/core/helpcontroller.rb +8 -0
  66. data/lib/wx/core/helpcontrollerhelpprovider.rb +9 -0
  67. data/lib/wx/core/helpprovider.rb +10 -1
  68. data/lib/wx/core/icon.rb +17 -6
  69. data/lib/wx/core/id_helper.rb +7 -0
  70. data/lib/wx/core/image.rb +16 -4
  71. data/lib/wx/core/imagelist.rb +8 -1
  72. data/lib/wx/core/listbox.rb +7 -0
  73. data/lib/wx/core/listctrl.rb +9 -0
  74. data/lib/wx/core/locale.rb +8 -0
  75. data/lib/wx/core/log.rb +24 -0
  76. data/lib/wx/core/menu.rb +9 -0
  77. data/lib/wx/core/menu_bar.rb +7 -0
  78. data/lib/wx/core/menuitem.rb +9 -0
  79. data/lib/wx/core/notebook.rb +9 -0
  80. data/lib/wx/core/object.rb +9 -0
  81. data/lib/wx/core/paintdc.rb +7 -0
  82. data/lib/wx/core/pen.rb +7 -0
  83. data/lib/wx/core/pen_info.rb +7 -0
  84. data/lib/wx/core/platform_info.rb +7 -0
  85. data/lib/wx/core/point.rb +8 -0
  86. data/lib/wx/core/real_point.rb +8 -0
  87. data/lib/wx/core/rect.rb +9 -0
  88. data/lib/wx/core/region_iterator.rb +7 -0
  89. data/lib/wx/core/simplehelpprovider.rb +9 -0
  90. data/lib/wx/core/size.rb +8 -0
  91. data/lib/wx/core/sizer.rb +9 -0
  92. data/lib/wx/core/splash_screen.rb +22 -2
  93. data/lib/wx/core/text_entry.rb +7 -0
  94. data/lib/wx/core/textctrl.rb +86 -5
  95. data/lib/wx/core/timer.rb +9 -0
  96. data/lib/wx/core/toolbar.rb +9 -0
  97. data/lib/wx/core/toolbartool.rb +8 -0
  98. data/lib/wx/core/treectrl.rb +9 -0
  99. data/lib/wx/core/v_list_box.rb +7 -0
  100. data/lib/wx/core/validator.rb +7 -0
  101. data/lib/wx/core/variant.rb +7 -0
  102. data/lib/wx/core/vboxsizer.rb +16 -0
  103. data/lib/wx/core/window.rb +8 -0
  104. data/lib/wx/core/window_update_locker.rb +9 -0
  105. data/lib/wx/core/xmlresource.rb +8 -0
  106. data/lib/wx/core.rb +4 -1
  107. data/lib/wx/doc/app.rb +7 -1
  108. data/lib/wx/doc/array_ext.rb +6 -0
  109. data/lib/wx/doc/art_locator.rb +7 -0
  110. data/lib/wx/doc/aui/auimanager.rb +6 -0
  111. data/lib/wx/doc/aui/auinotebook.rb +6 -0
  112. data/lib/wx/doc/bitmap.rb +12 -4
  113. data/lib/wx/doc/brush.rb +6 -0
  114. data/lib/wx/doc/busy_info.rb +6 -0
  115. data/lib/wx/doc/client_dc.rb +6 -0
  116. data/lib/wx/doc/clipboard.rb +6 -0
  117. data/lib/wx/doc/colour_dialog.rb +6 -0
  118. data/lib/wx/doc/config.rb +190 -0
  119. data/lib/wx/doc/const.rb +7 -0
  120. data/lib/wx/doc/controlwithitems.rb +6 -0
  121. data/lib/wx/doc/core.rb +6 -0
  122. data/lib/wx/doc/cursor.rb +13 -5
  123. data/lib/wx/doc/data_object.rb +6 -0
  124. data/lib/wx/doc/datetime.rb +16 -0
  125. data/lib/wx/doc/dc.rb +6 -0
  126. data/lib/wx/doc/enum.rb +8 -1
  127. data/lib/wx/doc/event.rb +12 -0
  128. data/lib/wx/doc/event_blocker.rb +6 -0
  129. data/lib/wx/doc/event_loop.rb +6 -0
  130. data/lib/wx/doc/events.rb +6 -0
  131. data/lib/wx/doc/evthandler.rb +8 -0
  132. data/lib/wx/doc/extra/01_packages.md +52 -51
  133. data/lib/wx/doc/extra/05_event-handling.md +37 -12
  134. data/lib/wx/doc/extra/06_geometry.md +5 -5
  135. data/lib/wx/doc/extra/07_colour_and_font.md +2 -2
  136. data/lib/wx/doc/extra/09_exceptions.md +1 -1
  137. data/lib/wx/doc/extra/10_art.md +18 -12
  138. data/lib/wx/doc/extra/11_drawing_and_dc.md +4 -4
  139. data/lib/wx/doc/font.rb +6 -0
  140. data/lib/wx/doc/font_data.rb +16 -0
  141. data/lib/wx/doc/functions.rb +9 -1
  142. data/lib/wx/doc/gc_dc.rb +6 -0
  143. data/lib/wx/doc/gdi_common.rb +8 -1
  144. data/lib/wx/doc/gen/about_dialog_info.rb +9 -9
  145. data/lib/wx/doc/gen/accelerator.rb +4 -9
  146. data/lib/wx/doc/gen/accessible.rb +21 -21
  147. data/lib/wx/doc/gen/activity_indicator.rb +2 -2
  148. data/lib/wx/doc/gen/animation.rb +13 -13
  149. data/lib/wx/doc/gen/animation_ctrl.rb +7 -7
  150. data/lib/wx/doc/gen/any_button.rb +2 -2
  151. data/lib/wx/doc/gen/app.rb +16 -85
  152. data/lib/wx/doc/gen/app_traits.rb +381 -0
  153. data/lib/wx/doc/gen/art_provider.rb +3 -3
  154. data/lib/wx/doc/gen/aui/aui_manager.rb +12 -14
  155. data/lib/wx/doc/gen/aui/aui_manager_event.rb +5 -5
  156. data/lib/wx/doc/gen/aui/aui_mdi_child_frame.rb +13 -14
  157. data/lib/wx/doc/gen/aui/aui_mdi_client_window.rb +1 -1
  158. data/lib/wx/doc/gen/aui/aui_mdi_parent_frame.rb +2 -2
  159. data/lib/wx/doc/gen/aui/aui_notebook.rb +102 -19
  160. data/lib/wx/doc/gen/aui/aui_notebook_event.rb +1 -1
  161. data/lib/wx/doc/gen/aui/aui_pane_info.rb +44 -44
  162. data/lib/wx/doc/gen/aui/aui_tab_art.rb +11 -11
  163. data/lib/wx/doc/gen/aui/aui_tool_bar.rb +28 -28
  164. data/lib/wx/doc/gen/aui/aui_tool_bar_art.rb +2 -2
  165. data/lib/wx/doc/gen/aui/aui_tool_bar_event.rb +3 -3
  166. data/lib/wx/doc/gen/aui/aui_tool_bar_item.rb +7 -7
  167. data/lib/wx/doc/gen/aui/event_list.rb +7 -0
  168. data/lib/wx/doc/gen/banner_window.rb +98 -0
  169. data/lib/wx/doc/gen/bitmap.rb +24 -55
  170. data/lib/wx/doc/gen/bitmap_button.rb +3 -3
  171. data/lib/wx/doc/gen/bitmap_combo_box.rb +2 -2
  172. data/lib/wx/doc/gen/book_ctrl_base.rb +13 -13
  173. data/lib/wx/doc/gen/book_ctrl_event.rb +1 -1
  174. data/lib/wx/doc/gen/brush.rb +8 -8
  175. data/lib/wx/doc/gen/button.rb +4 -4
  176. data/lib/wx/doc/gen/calendar_ctrl.rb +12 -12
  177. data/lib/wx/doc/gen/calendar_date_attr.rb +11 -11
  178. data/lib/wx/doc/gen/calendar_event.rb +2 -8
  179. data/lib/wx/doc/gen/caret.rb +4 -4
  180. data/lib/wx/doc/gen/check_box.rb +9 -9
  181. data/lib/wx/doc/gen/check_list_box.rb +4 -4
  182. data/lib/wx/doc/gen/choice.rb +3 -3
  183. data/lib/wx/doc/gen/choicebook.rb +1 -1
  184. data/lib/wx/doc/gen/clipboard.rb +9 -9
  185. data/lib/wx/doc/gen/collapsible_pane.rb +4 -4
  186. data/lib/wx/doc/gen/collapsible_pane_event.rb +3 -3
  187. data/lib/wx/doc/gen/colour.rb +26 -26
  188. data/lib/wx/doc/gen/colour_dialog.rb +6 -6
  189. data/lib/wx/doc/gen/colour_picker_ctrl.rb +1 -1
  190. data/lib/wx/doc/gen/combo_box.rb +7 -7
  191. data/lib/wx/doc/gen/combo_ctrl.rb +960 -0
  192. data/lib/wx/doc/gen/command_link_button.rb +110 -0
  193. data/lib/wx/doc/gen/config_base.rb +10 -0
  194. data/lib/wx/doc/gen/context_help_button.rb +3 -3
  195. data/lib/wx/doc/gen/control.rb +3 -3
  196. data/lib/wx/doc/gen/control_with_items.rb +5 -5
  197. data/lib/wx/doc/gen/core.rb +5 -5
  198. data/lib/wx/doc/gen/cursor.rb +3 -8
  199. data/lib/wx/doc/gen/data_format.rb +3 -3
  200. data/lib/wx/doc/gen/data_object.rb +13 -13
  201. data/lib/wx/doc/gen/date_event.rb +1 -1
  202. data/lib/wx/doc/gen/date_picker_ctrl.rb +5 -5
  203. data/lib/wx/doc/gen/dc.rb +125 -62
  204. data/lib/wx/doc/gen/dialog.rb +46 -17
  205. data/lib/wx/doc/gen/dir_filter_list_ctrl.rb +1 -1
  206. data/lib/wx/doc/gen/dir_picker_ctrl.rb +3 -3
  207. data/lib/wx/doc/gen/drag_drop.rb +18 -44
  208. data/lib/wx/doc/gen/drag_image.rb +7 -32
  209. data/lib/wx/doc/gen/editable_list_box.rb +2 -2
  210. data/lib/wx/doc/gen/event.rb +15 -23
  211. data/lib/wx/doc/gen/event_blocker.rb +1 -1
  212. data/lib/wx/doc/gen/event_list.rb +103 -5
  213. data/lib/wx/doc/gen/events.rb +151 -151
  214. data/lib/wx/doc/gen/evt_handler.rb +7 -7
  215. data/lib/wx/doc/gen/ext_help_controller.rb +8 -8
  216. data/lib/wx/doc/gen/file_dialog.rb +4 -2
  217. data/lib/wx/doc/gen/file_dialog_custom_control.rb +146 -0
  218. data/lib/wx/doc/gen/file_dialog_customize_hook.rb +159 -0
  219. data/lib/wx/doc/gen/file_dir_picker_event.rb +1 -1
  220. data/lib/wx/doc/gen/file_picker_ctrl.rb +3 -3
  221. data/lib/wx/doc/gen/file_system.rb +250 -0
  222. data/lib/wx/doc/gen/find_dialog_event.rb +1 -1
  223. data/lib/wx/doc/gen/find_replace_dialog.rb +1 -1
  224. data/lib/wx/doc/gen/flex_grid_sizer.rb +4 -4
  225. data/lib/wx/doc/gen/font.rb +60 -65
  226. data/lib/wx/doc/gen/font_data.rb +6 -6
  227. data/lib/wx/doc/gen/font_dialog.rb +2 -2
  228. data/lib/wx/doc/gen/font_picker_ctrl.rb +1 -1
  229. data/lib/wx/doc/gen/frame.rb +6 -20
  230. data/lib/wx/doc/gen/fs_file.rb +61 -21
  231. data/lib/wx/doc/gen/gauge.rb +3 -3
  232. data/lib/wx/doc/gen/gb_sizer_item.rb +12 -26
  233. data/lib/wx/doc/gen/gdi_common.rb +8 -8
  234. data/lib/wx/doc/gen/generic_dir_ctrl.rb +6 -6
  235. data/lib/wx/doc/gen/graphics_context.rb +291 -60
  236. data/lib/wx/doc/gen/graphics_object.rb +47 -101
  237. data/lib/wx/doc/gen/grid/grid_cell_activatable_editor.rb +2 -0
  238. data/lib/wx/doc/gen/grid/grid_cell_attr.rb +36 -51
  239. data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_editor.rb +2 -0
  240. data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_renderer.rb +2 -0
  241. data/lib/wx/doc/gen/grid/grid_cell_bool_editor.rb +3 -1
  242. data/lib/wx/doc/gen/grid/grid_cell_bool_renderer.rb +2 -0
  243. data/lib/wx/doc/gen/grid/grid_cell_choice_editor.rb +7 -12
  244. data/lib/wx/doc/gen/grid/grid_cell_date_editor.rb +2 -0
  245. data/lib/wx/doc/gen/grid/grid_cell_date_renderer.rb +2 -0
  246. data/lib/wx/doc/gen/grid/grid_cell_date_time_renderer.rb +2 -0
  247. data/lib/wx/doc/gen/grid/grid_cell_editor.rb +6 -4
  248. data/lib/wx/doc/gen/grid/grid_cell_enum_editor.rb +2 -0
  249. data/lib/wx/doc/gen/grid/grid_cell_enum_renderer.rb +2 -0
  250. data/lib/wx/doc/gen/grid/grid_cell_float_editor.rb +2 -0
  251. data/lib/wx/doc/gen/grid/grid_cell_float_renderer.rb +2 -0
  252. data/lib/wx/doc/gen/grid/grid_cell_number_editor.rb +2 -0
  253. data/lib/wx/doc/gen/grid/grid_cell_number_renderer.rb +2 -0
  254. data/lib/wx/doc/gen/grid/grid_cell_renderer.rb +3 -1
  255. data/lib/wx/doc/gen/grid/grid_cell_string_renderer.rb +2 -0
  256. data/lib/wx/doc/gen/grid/grid_cell_text_editor.rb +2 -0
  257. data/lib/wx/doc/gen/grid/grid_ctrl.rb +414 -171
  258. data/lib/wx/doc/gen/grid/grid_editor_created_event.rb +1 -1
  259. data/lib/wx/doc/gen/grid/grid_event.rb +7 -7
  260. data/lib/wx/doc/gen/grid/grid_range_select_event.rb +9 -9
  261. data/lib/wx/doc/gen/grid/grid_size_event.rb +5 -5
  262. data/lib/wx/doc/gen/grid/grid_string_table.rb +6 -6
  263. data/lib/wx/doc/gen/grid/grid_table_base.rb +15 -15
  264. data/lib/wx/doc/gen/grid_bag_sizer.rb +10 -10
  265. data/lib/wx/doc/gen/gui_event_loop.rb +12 -12
  266. data/lib/wx/doc/gen/header_ctrl.rb +755 -0
  267. data/lib/wx/doc/gen/header_ctrl_event.rb +131 -0
  268. data/lib/wx/doc/gen/help_controller.rb +7 -7
  269. data/lib/wx/doc/gen/help_provider.rb +3 -3
  270. data/lib/wx/doc/gen/html/html_cell.rb +67 -44
  271. data/lib/wx/doc/gen/html/html_cell_event.rb +3 -3
  272. data/lib/wx/doc/gen/html/html_easy_printing.rb +5 -5
  273. data/lib/wx/doc/gen/html/html_help_controller.rb +40 -52
  274. data/lib/wx/doc/gen/html/html_help_data.rb +2 -2
  275. data/lib/wx/doc/gen/html/html_help_window.rb +21 -27
  276. data/lib/wx/doc/gen/html/html_list_box.rb +6 -6
  277. data/lib/wx/doc/gen/html/html_printout.rb +1 -1
  278. data/lib/wx/doc/gen/html/html_window.rb +35 -31
  279. data/lib/wx/doc/gen/hyperlink_ctrl.rb +3 -3
  280. data/lib/wx/doc/gen/icon.rb +10 -10
  281. data/lib/wx/doc/gen/icon_location.rb +1 -1
  282. data/lib/wx/doc/gen/image.rb +46 -51
  283. data/lib/wx/doc/gen/image_list.rb +14 -24
  284. data/lib/wx/doc/gen/info_bar.rb +152 -0
  285. data/lib/wx/doc/gen/keyboard_state.rb +17 -17
  286. data/lib/wx/doc/gen/list_box.rb +19 -19
  287. data/lib/wx/doc/gen/list_ctrl.rb +58 -93
  288. data/lib/wx/doc/gen/list_event.rb +2 -2
  289. data/lib/wx/doc/gen/listbook.rb +1 -1
  290. data/lib/wx/doc/gen/locale.rb +15 -39
  291. data/lib/wx/doc/gen/log.rb +17 -67
  292. data/lib/wx/doc/gen/mdi_client_window.rb +1 -1
  293. data/lib/wx/doc/gen/mdi_frame.rb +8 -8
  294. data/lib/wx/doc/gen/media_ctrl.rb +15 -15
  295. data/lib/wx/doc/gen/media_event.rb +1 -1
  296. data/lib/wx/doc/gen/memory_dc.rb +3 -6
  297. data/lib/wx/doc/gen/menu.rb +15 -16
  298. data/lib/wx/doc/gen/menu_bar.rb +9 -26
  299. data/lib/wx/doc/gen/menu_item.rb +12 -12
  300. data/lib/wx/doc/gen/message_dialog.rb +6 -6
  301. data/lib/wx/doc/gen/mini_frame.rb +2 -2
  302. data/lib/wx/doc/gen/mouse_state.rb +50 -10
  303. data/lib/wx/doc/gen/non_owned_window.rb +2 -2
  304. data/lib/wx/doc/gen/notebook.rb +7 -7
  305. data/lib/wx/doc/gen/number_entry_dialog.rb +1 -1
  306. data/lib/wx/doc/gen/object.rb +1 -12
  307. data/lib/wx/doc/gen/palette.rb +12 -14
  308. data/lib/wx/doc/gen/panel.rb +4 -4
  309. data/lib/wx/doc/gen/pen.rb +25 -25
  310. data/lib/wx/doc/gen/pg/numeric_property_validator.rb +2 -2
  311. data/lib/wx/doc/gen/pg/pg_array_editor_dialog.rb +14 -14
  312. data/lib/wx/doc/gen/pg/pg_cell.rb +3 -6
  313. data/lib/wx/doc/gen/pg/pg_editor.rb +19 -19
  314. data/lib/wx/doc/gen/pg/pg_multi_button.rb +61 -86
  315. data/lib/wx/doc/gen/pg/pg_properties.rb +210 -263
  316. data/lib/wx/doc/gen/pg/pg_property.rb +161 -257
  317. data/lib/wx/doc/gen/pg/pg_validation_info.rb +2 -2
  318. data/lib/wx/doc/gen/pg/property_grid.rb +30 -30
  319. data/lib/wx/doc/gen/pg/property_grid_event.rb +7 -7
  320. data/lib/wx/doc/gen/pg/property_grid_interface.rb +45 -51
  321. data/lib/wx/doc/gen/pg/property_grid_manager.rb +39 -42
  322. data/lib/wx/doc/gen/pg/property_grid_page.rb +11 -20
  323. data/lib/wx/doc/gen/pg/property_grid_page_state.rb +10 -19
  324. data/lib/wx/doc/gen/picker_base.rb +5 -5
  325. data/lib/wx/doc/gen/platform_info.rb +173 -13
  326. data/lib/wx/doc/gen/popup_window.rb +2 -2
  327. data/lib/wx/doc/gen/progress_dialog.rb +2 -2
  328. data/lib/wx/doc/gen/property_sheet_dialog.rb +1 -1
  329. data/lib/wx/doc/gen/prt/preview_frame.rb +14 -1
  330. data/lib/wx/doc/gen/prt/print_data.rb +44 -44
  331. data/lib/wx/doc/gen/prt/printer.rb +22 -27
  332. data/lib/wx/doc/gen/query_layout_info_event.rb +4 -4
  333. data/lib/wx/doc/gen/radio_box.rb +9 -9
  334. data/lib/wx/doc/gen/radio_button.rb +5 -5
  335. data/lib/wx/doc/gen/rbn/ribbon_art_provider.rb +28 -28
  336. data/lib/wx/doc/gen/rbn/ribbon_bar.rb +13 -13
  337. data/lib/wx/doc/gen/rbn/ribbon_bar_event.rb +1 -1
  338. data/lib/wx/doc/gen/rbn/ribbon_button_bar.rb +13 -13
  339. data/lib/wx/doc/gen/rbn/ribbon_button_bar_event.rb +2 -2
  340. data/lib/wx/doc/gen/rbn/ribbon_control.rb +7 -7
  341. data/lib/wx/doc/gen/rbn/ribbon_gallery.rb +8 -14
  342. data/lib/wx/doc/gen/rbn/ribbon_gallery_event.rb +1 -1
  343. data/lib/wx/doc/gen/rbn/ribbon_page.rb +7 -7
  344. data/lib/wx/doc/gen/rbn/ribbon_panel.rb +12 -16
  345. data/lib/wx/doc/gen/rbn/ribbon_panel_event.rb +1 -1
  346. data/lib/wx/doc/gen/rbn/ribbon_tool_bar.rb +13 -13
  347. data/lib/wx/doc/gen/rbn/ribbon_tool_bar_event.rb +2 -2
  348. data/lib/wx/doc/gen/rearrange_ctrl.rb +60 -0
  349. data/lib/wx/doc/gen/rearrange_list.rb +99 -0
  350. data/lib/wx/doc/gen/region.rb +26 -35
  351. data/lib/wx/doc/gen/region_iterator.rb +1 -1
  352. data/lib/wx/doc/gen/rtc/rich_text_box.rb +423 -0
  353. data/lib/wx/doc/gen/rtc/rich_text_buffer.rb +608 -1520
  354. data/lib/wx/doc/gen/rtc/rich_text_buffer_data_object.rb +37 -0
  355. data/lib/wx/doc/gen/rtc/rich_text_composite_object.rb +525 -0
  356. data/lib/wx/doc/gen/rtc/rich_text_ctrl.rb +435 -472
  357. data/lib/wx/doc/gen/rtc/rich_text_event.rb +9 -9
  358. data/lib/wx/doc/gen/rtc/rich_text_file_handler.rb +12 -12
  359. data/lib/wx/doc/gen/rtc/rich_text_formatting_dialog.rb +282 -0
  360. data/lib/wx/doc/gen/rtc/rich_text_header_footer_data.rb +14 -14
  361. data/lib/wx/doc/gen/rtc/rich_text_html_handler.rb +3 -16
  362. data/lib/wx/doc/gen/rtc/rich_text_image.rb +328 -0
  363. data/lib/wx/doc/gen/rtc/rich_text_object.rb +2849 -0
  364. data/lib/wx/doc/gen/rtc/rich_text_paragraph_layout_box.rb +1174 -0
  365. data/lib/wx/doc/gen/rtc/rich_text_printing.rb +17 -17
  366. data/lib/wx/doc/gen/rtc/rich_text_style_list_box.rb +305 -0
  367. data/lib/wx/doc/gen/rtc/rich_text_style_organiser_dialog.rb +183 -0
  368. data/lib/wx/doc/gen/rtc/rich_text_xml_handler.rb +2 -2
  369. data/lib/wx/doc/gen/rtc/symbol_picker_dialog.rb +32 -35
  370. data/lib/wx/doc/gen/sash_event.rb +5 -5
  371. data/lib/wx/doc/gen/sash_layout_window.rb +8 -8
  372. data/lib/wx/doc/gen/sash_window.rb +6 -6
  373. data/lib/wx/doc/gen/scroll_bar.rb +4 -4
  374. data/lib/wx/doc/gen/scrolled_canvas.rb +10 -16
  375. data/lib/wx/doc/gen/scrolled_control.rb +10 -16
  376. data/lib/wx/doc/gen/scrolled_window.rb +10 -16
  377. data/lib/wx/doc/gen/search_ctrl.rb +5 -5
  378. data/lib/wx/doc/gen/simplebook.rb +5 -5
  379. data/lib/wx/doc/gen/single_choice_dialog.rb +1 -2
  380. data/lib/wx/doc/gen/sizer.rb +40 -45
  381. data/lib/wx/doc/gen/sizer_item.rb +5 -5
  382. data/lib/wx/doc/gen/slider.rb +2 -2
  383. data/lib/wx/doc/gen/spin_button.rb +2 -2
  384. data/lib/wx/doc/gen/spin_ctrl.rb +3 -3
  385. data/lib/wx/doc/gen/spin_ctrl_double.rb +146 -0
  386. data/lib/wx/doc/gen/spin_double_event.rb +53 -0
  387. data/lib/wx/doc/gen/spin_event.rb +1 -1
  388. data/lib/wx/doc/gen/splitter_event.rb +1 -1
  389. data/lib/wx/doc/gen/splitter_window.rb +16 -12
  390. data/lib/wx/doc/gen/static_bitmap.rb +4 -4
  391. data/lib/wx/doc/gen/static_box.rb +5 -5
  392. data/lib/wx/doc/gen/static_line.rb +3 -3
  393. data/lib/wx/doc/gen/static_text.rb +3 -3
  394. data/lib/wx/doc/gen/status_bar.rb +39 -5
  395. data/lib/wx/doc/gen/stc/styled_text_ctrl.rb +145 -177
  396. data/lib/wx/doc/gen/stc/styled_text_event.rb +6 -6
  397. data/lib/wx/doc/gen/svg_file_dc.rb +5 -5
  398. data/lib/wx/doc/gen/system_options.rb +2 -2
  399. data/lib/wx/doc/gen/system_settings.rb +6 -6
  400. data/lib/wx/doc/gen/task_bar_icon.rb +7 -7
  401. data/lib/wx/doc/gen/task_bar_icon_event.rb +1 -1
  402. data/lib/wx/doc/gen/text_attr.rb +56 -54
  403. data/lib/wx/doc/gen/text_ctrl.rb +13 -37
  404. data/lib/wx/doc/gen/text_entry.rb +16 -16
  405. data/lib/wx/doc/gen/text_entry_dialog.rb +4 -4
  406. data/lib/wx/doc/gen/text_validator.rb +3 -8
  407. data/lib/wx/doc/gen/time_picker_ctrl.rb +5 -5
  408. data/lib/wx/doc/gen/timer.rb +5 -5
  409. data/lib/wx/doc/gen/tip_provider.rb +2 -2
  410. data/lib/wx/doc/gen/toggle_button.rb +4 -4
  411. data/lib/wx/doc/gen/tool_bar.rb +30 -37
  412. data/lib/wx/doc/gen/tool_tip.rb +1 -9
  413. data/lib/wx/doc/gen/toolbook.rb +6 -6
  414. data/lib/wx/doc/gen/top_level_window.rb +25 -95
  415. data/lib/wx/doc/gen/tree_ctrl.rb +20 -20
  416. data/lib/wx/doc/gen/tree_event.rb +2 -2
  417. data/lib/wx/doc/gen/treebook.rb +14 -14
  418. data/lib/wx/doc/gen/ui_action_simulator.rb +19 -18
  419. data/lib/wx/doc/gen/utils.rb +11 -11
  420. data/lib/wx/doc/gen/v_list_box.rb +9 -9
  421. data/lib/wx/doc/gen/v_scrolled_window.rb +7 -7
  422. data/lib/wx/doc/gen/validator.rb +3 -3
  423. data/lib/wx/doc/gen/variant.rb +22 -22
  424. data/lib/wx/doc/gen/window.rb +157 -122
  425. data/lib/wx/doc/gen/with_images.rb +1 -1
  426. data/lib/wx/doc/gen/wizard.rb +4 -4
  427. data/lib/wx/doc/gen/wizard_event.rb +3 -3
  428. data/lib/wx/doc/gen/wizard_page.rb +2 -2
  429. data/lib/wx/doc/gen/wizard_page_simple.rb +1 -1
  430. data/lib/wx/doc/gen/wrap_sizer.rb +65 -0
  431. data/lib/wx/doc/gen/xml_node.rb +10 -10
  432. data/lib/wx/doc/gen/xml_resource.rb +12 -12
  433. data/lib/wx/doc/graphics_context.rb +59 -39
  434. data/lib/wx/doc/grid/grid.rb +16 -1
  435. data/lib/wx/doc/hboxsizer.rb +33 -0
  436. data/lib/wx/doc/help_controller.rb +6 -0
  437. data/lib/wx/doc/html/html_help_controller.rb +6 -0
  438. data/lib/wx/doc/icon.rb +13 -5
  439. data/lib/wx/doc/id_helper.rb +6 -0
  440. data/lib/wx/doc/image.rb +12 -4
  441. data/lib/wx/doc/list_ctrl.rb +6 -0
  442. data/lib/wx/doc/log.rb +17 -0
  443. data/lib/wx/doc/memory_dc.rb +6 -0
  444. data/lib/wx/doc/mirror_dc.rb +6 -0
  445. data/lib/wx/doc/pen.rb +6 -0
  446. data/lib/wx/doc/pg/events.rb +6 -0
  447. data/lib/wx/doc/pg/pg_property.rb +17 -0
  448. data/lib/wx/doc/pg/pgeditor.rb +6 -0
  449. data/lib/wx/doc/pg/property_grid.rb +6 -0
  450. data/lib/wx/doc/pg/property_grid_interface.rb +6 -0
  451. data/lib/wx/doc/progress_dialog.rb +6 -0
  452. data/lib/wx/doc/prt/page_setup_dialog.rb +6 -0
  453. data/lib/wx/doc/prt/print_data.rb +6 -0
  454. data/lib/wx/doc/prt/print_dialog.rb +6 -0
  455. data/lib/wx/doc/prt/printer.rb +6 -0
  456. data/lib/wx/doc/prt/printer_dc.rb +6 -0
  457. data/lib/wx/doc/radio_box.rb +6 -0
  458. data/lib/wx/doc/rbn/ribbon_bar.rb +6 -0
  459. data/lib/wx/doc/rbn/ribbon_button_bar.rb +6 -0
  460. data/lib/wx/doc/rbn/ribbon_gallery.rb +6 -0
  461. data/lib/wx/doc/rbn/ribbon_tool_bar.rb +6 -0
  462. data/lib/wx/doc/region_iterator.rb +6 -0
  463. data/lib/wx/doc/rtc/richtext_buffer.rb +28 -0
  464. data/lib/wx/doc/rtc/richtext_formatting_dialog.rb +68 -0
  465. data/lib/wx/doc/rtc/richtext_printing.rb +6 -0
  466. data/lib/wx/doc/rtc/richtext_style_sheet.rb +20 -0
  467. data/lib/wx/doc/scaled_dc.rb +6 -0
  468. data/lib/wx/doc/screen_dc.rb +6 -0
  469. data/lib/wx/doc/stock_objects.rb +6 -0
  470. data/lib/wx/doc/stream.rb +6 -0
  471. data/lib/wx/doc/svg_file_dc.rb +6 -0
  472. data/lib/wx/doc/system_settings.rb +6 -0
  473. data/lib/wx/doc/text_validator.rb +6 -0
  474. data/lib/wx/doc/textctrl.rb +89 -0
  475. data/lib/wx/doc/tree_event.rb +20 -0
  476. data/lib/wx/doc/treebook.rb +6 -0
  477. data/lib/wx/doc/v_list_box.rb +6 -0
  478. data/lib/wx/doc/variant.rb +6 -0
  479. data/lib/wx/doc/vboxsizer.rb +33 -0
  480. data/lib/wx/doc/window.rb +6 -0
  481. data/lib/wx/doc/window_disabler.rb +6 -0
  482. data/lib/wx/doc/xml_resource.rb +8 -0
  483. data/lib/wx/global_const.rb +4 -1
  484. data/lib/wx/grid/grid.rb +23 -3
  485. data/lib/wx/grid/keyword_defs.rb +8 -1
  486. data/lib/wx/grid/require.rb +4 -1
  487. data/lib/wx/grid.rb +4 -1
  488. data/lib/wx/helpers.rb +8 -1
  489. data/lib/wx/html/htmlhelpcontroller.rb +29 -3
  490. data/lib/wx/html/htmlwindow.rb +23 -12
  491. data/lib/wx/html/keyword_defs.rb +8 -1
  492. data/lib/wx/html/require.rb +4 -1
  493. data/lib/wx/html/simple_html_listbox.rb +3 -0
  494. data/lib/wx/html.rb +4 -1
  495. data/lib/wx/keyword_ctors.rb +22 -3
  496. data/lib/wx/keyword_defs.rb +55 -3
  497. data/lib/wx/pg/events.rb +4 -1
  498. data/lib/wx/pg/keyword_defs.rb +8 -1
  499. data/lib/wx/pg/pg_editor.rb +3 -0
  500. data/lib/wx/pg/pg_properties.rb +4 -1
  501. data/lib/wx/pg/pg_property.rb +18 -5
  502. data/lib/wx/pg/property_grid.rb +4 -1
  503. data/lib/wx/pg/property_grid_interface.rb +3 -0
  504. data/lib/wx/pg/require.rb +4 -1
  505. data/lib/wx/pg.rb +4 -1
  506. data/lib/wx/prt/keyword_defs.rb +8 -1
  507. data/lib/wx/prt/page_setup_dialog.rb +3 -0
  508. data/lib/wx/prt/previewframe.rb +5 -0
  509. data/lib/wx/prt/require.rb +4 -1
  510. data/lib/wx/prt.rb +4 -1
  511. data/lib/wx/rbn/events.rb +4 -1
  512. data/lib/wx/rbn/keyword_defs.rb +8 -1
  513. data/lib/wx/rbn/require.rb +5 -1
  514. data/lib/wx/rbn/ribbon_art_provider.rb +3 -1
  515. data/lib/wx/rbn/ribbon_bar.rb +3 -0
  516. data/lib/wx/rbn/ribbon_button_bar.rb +3 -0
  517. data/lib/wx/rbn/ribbon_control.rb +3 -0
  518. data/lib/wx/rbn/ribbon_gallery.rb +10 -0
  519. data/lib/wx/rbn/ribbon_page.rb +3 -0
  520. data/lib/wx/rbn/ribbon_panel.rb +3 -0
  521. data/lib/wx/rbn/ribbon_tool_bar.rb +3 -0
  522. data/lib/wx/rbn.rb +4 -1
  523. data/lib/wx/rtc/ext.rb +4 -1
  524. data/lib/wx/rtc/keyword_defs.rb +18 -7
  525. data/lib/wx/rtc/require.rb +8 -1
  526. data/lib/wx/rtc/richtext_buffer.rb +36 -0
  527. data/lib/wx/rtc/richtext_formatting_dialog.rb +88 -0
  528. data/lib/wx/rtc/richtext_style_organiser_dialog.rb +46 -0
  529. data/lib/wx/rtc/symbol_picker_dialog.rb +47 -0
  530. data/lib/wx/rtc.rb +5 -1
  531. data/lib/wx/stc/keyword_defs.rb +8 -1
  532. data/lib/wx/stc/require.rb +4 -1
  533. data/lib/wx/stc.rb +4 -1
  534. data/lib/wx/version.rb +5 -1
  535. data/lib/wx/wxruby/base.rb +4 -1
  536. data/lib/wx/wxruby/cmd/sampler.rb +4 -1
  537. data/lib/wx/wxruby/cmd/test.rb +4 -1
  538. data/lib/wx.rb +4 -1
  539. data/lib/wxruby_aui.so +0 -0
  540. data/lib/wxruby_core.so +0 -0
  541. data/lib/wxruby_grid.so +0 -0
  542. data/lib/wxruby_html.so +0 -0
  543. data/lib/wxruby_pg.so +0 -0
  544. data/lib/wxruby_prt.so +0 -0
  545. data/lib/wxruby_rbn.so +0 -0
  546. data/lib/wxruby_rtc.so +0 -0
  547. data/lib/wxruby_stc.so +0 -0
  548. data/rakelib/install.rb +4 -1
  549. data/rakelib/lib/config/cygwin.rb +4 -1
  550. data/rakelib/lib/config/linux.rb +4 -1
  551. data/rakelib/lib/config/macosx.rb +5 -2
  552. data/rakelib/lib/config/mingw.rb +4 -1
  553. data/rakelib/lib/config/netbsd.rb +4 -1
  554. data/rakelib/lib/config/unixish.rb +10 -7
  555. data/rakelib/lib/config.rb +7 -2
  556. data/rakelib/lib/ext/enum_chain.rb +4 -1
  557. data/rakelib/prepost.rake +4 -1
  558. data/rakelib/prepost.rb +4 -1
  559. data/samples/aui/aui.rb +8 -3
  560. data/samples/bigdemo/bigdemo.rb +9 -2
  561. data/samples/bigdemo/run.rb +9 -2
  562. data/samples/bigdemo/utils.rb +9 -1
  563. data/samples/calendar/calendar.rb +9 -4
  564. data/samples/caret/caret.rb +8 -3
  565. data/samples/controls/books.rb +8 -2
  566. data/samples/controls/controls.rb +33 -77
  567. data/samples/controls/get_item_sample.rb +8 -2
  568. data/samples/controls/htlbox.rb +10 -3
  569. data/samples/dialogs/dialogs.rb +9 -4
  570. data/samples/dialogs/wizard.rb +8 -3
  571. data/samples/dragdrop/dragdrop.rb +8 -3
  572. data/samples/drawing/bitmap.rb +8 -3
  573. data/samples/drawing/bitmap_image.rb +8 -3
  574. data/samples/drawing/graphics_drawing.rb +44 -33
  575. data/samples/drawing/image_prt.rb +8 -2
  576. data/samples/drawing/maths_images.rb +8 -3
  577. data/samples/drawing/rmagic_bitmap_image.rb +8 -3
  578. data/samples/etc/choice.rb +8 -3
  579. data/samples/etc/miniframe.rb +8 -3
  580. data/samples/etc/sash.rb +8 -3
  581. data/samples/etc/scrollwin.rb +8 -3
  582. data/samples/etc/system_settings.rb +8 -3
  583. data/samples/event/activation.rb +8 -3
  584. data/samples/event/event.rb +8 -3
  585. data/samples/event/threaded.rb +8 -3
  586. data/samples/event/update_ui_event.rb +8 -3
  587. data/samples/grid/grid.rb +9 -3
  588. data/samples/grid/gridtablebase.rb +8 -3
  589. data/samples/html/html.rb +8 -3
  590. data/samples/mdi/mdi.rb +8 -3
  591. data/samples/minimal/minimal.rb +8 -3
  592. data/samples/minimal/nothing.rb +8 -3
  593. data/samples/printing/printing.rb +8 -3
  594. data/samples/printing/printing2.rb +8 -2
  595. data/samples/propgrid/propgrid.rb +4 -1
  596. data/samples/propgrid/propgrid_minimal.rb +4 -2
  597. data/samples/propgrid/sample_props.rb +4 -1
  598. data/samples/ribbon/ribbon.rb +4 -1
  599. data/samples/sampler/editor.rb +4 -1
  600. data/samples/sampler/ext.rb +4 -1
  601. data/samples/sampler/sample.rb +13 -4
  602. data/samples/sampler/stc_editor.rb +4 -1
  603. data/samples/sampler/txt_editor.rb +4 -1
  604. data/samples/sampler.rb +11 -3
  605. data/samples/splash/splash.rb +4 -2
  606. data/samples/text/art/richtext/alignleft.xpm +24 -0
  607. data/samples/text/art/richtext/alignright.xpm +24 -0
  608. data/samples/text/art/richtext/bold.xpm +24 -0
  609. data/samples/text/art/richtext/centre.xpm +24 -0
  610. data/samples/text/art/richtext/copy.xpm +45 -0
  611. data/samples/text/art/richtext/cut.xpm +47 -0
  612. data/samples/text/art/richtext/font.xpm +25 -0
  613. data/samples/text/art/richtext/idea.xpm +47 -0
  614. data/samples/text/art/richtext/indentless.xpm +25 -0
  615. data/samples/text/art/richtext/indentmore.xpm +25 -0
  616. data/samples/text/art/richtext/italic.xpm +25 -0
  617. data/samples/text/art/richtext/open.xpm +58 -0
  618. data/samples/text/art/richtext/paste.xpm +47 -0
  619. data/samples/text/art/richtext/redo.xpm +59 -0
  620. data/samples/text/art/richtext/save.xpm +43 -0
  621. data/samples/text/art/richtext/smiley.xpm +42 -0
  622. data/samples/text/art/richtext/underline.xpm +25 -0
  623. data/samples/text/art/richtext/undo.xpm +59 -0
  624. data/samples/text/art/richtext/zebra.xpm +409 -0
  625. data/samples/text/rich_textctrl.rb +8 -3
  626. data/samples/text/richtext.rb +1824 -0
  627. data/samples/text/scintilla.rb +8 -3
  628. data/samples/text/textctrl.rb +21 -4
  629. data/samples/text/tn_richtext.png +0 -0
  630. data/samples/text/unicode.rb +9 -4
  631. data/samples/treectrl/treectrl.rb +10 -5
  632. data/samples/xrc/custom_xrc_sample.rb +8 -3
  633. data/samples/xrc/xrc_sample.rb +8 -3
  634. data/tests/art/test_art/bitmap/wxruby-128x128.png +0 -0
  635. data/tests/art/test_art/bitmap/wxruby-256x256.png +0 -0
  636. data/tests/art/test_art/bitmap/wxruby-64x64.png +0 -0
  637. data/tests/lib/item_container_tests.rb +3 -0
  638. data/tests/lib/text_entry_tests.rb +3 -0
  639. data/tests/lib/wxapp_runner.rb +3 -0
  640. data/tests/lib/wxframe_runner.rb +81 -3
  641. data/tests/test_app_event_filter.rb +3 -0
  642. data/tests/test_app_traits.rb +33 -0
  643. data/tests/test_art.rb +22 -0
  644. data/tests/test_art_provider.rb +3 -0
  645. data/tests/test_aui.rb +65 -0
  646. data/tests/test_basic.rb +5 -1
  647. data/tests/test_box_sizer.rb +5 -2
  648. data/tests/test_clipboard.rb +3 -0
  649. data/tests/test_config.rb +150 -0
  650. data/tests/test_dc.rb +3 -0
  651. data/tests/test_dialog.rb +3 -0
  652. data/tests/test_event_handling.rb +3 -0
  653. data/tests/test_events.rb +3 -0
  654. data/tests/test_ext_controls.rb +286 -3
  655. data/tests/test_file_dialog.rb +55 -0
  656. data/tests/test_font.rb +8 -5
  657. data/tests/test_gdi_object.rb +3 -0
  658. data/tests/test_geometry.rb +4 -0
  659. data/tests/test_grid_sizer.rb +7 -4
  660. data/tests/test_intl.rb +3 -0
  661. data/tests/test_item_data.rb +3 -0
  662. data/tests/test_list_ctrl.rb +4 -1
  663. data/tests/test_log.rb +63 -0
  664. data/tests/test_proof_check.rb +52 -0
  665. data/tests/test_richtext.rb +204 -0
  666. data/tests/test_std_controls.rb +45 -35
  667. data/tests/test_timer.rb +3 -0
  668. data/tests/test_variant.rb +3 -0
  669. data/tests/test_window.rb +10 -8
  670. data/tests/testapp.rb +4 -0
  671. data/tests/testapp_noframe.rb +4 -0
  672. metadata +76 -3
  673. data/lib/wx/doc/gen/html/html_help_frame.rb +0 -112
@@ -41,25 +41,25 @@ module Wx
41
41
  # Returns true if the OnIdle function processing this event requested more processing time.
42
42
  #
43
43
  # @see Wx::IdleEvent#request_more
44
- # @return [true,false]
44
+ # @return [Boolean]
45
45
  def more_requested; end
46
46
 
47
47
  # Tells wxWidgets that more processing is required.
48
48
  # This function can be called by an OnIdle handler for a window or window event handler to indicate that {Wx::App::OnIdle} should forward the OnIdle event once more to the application windows.
49
49
  # If no window calls this function during OnIdle, then the application will remain in a passive event loop (not calling OnIdle) until a new event is posted to the application by the windowing system.
50
50
  # @see Wx::IdleEvent#more_requested
51
- # @param needMore [true,false]
51
+ # @param needMore [Boolean]
52
52
  # @return [void]
53
53
  def request_more(needMore=true) end
54
54
 
55
55
  # Static function returning a value specifying how wxWidgets will send idle events: to all windows, or only to those which specify that they will process the events.
56
56
  #
57
57
  # @see Wx::IdleEvent.set_mode.
58
- # @return [IdleMode]
58
+ # @return [Wx::IdleMode]
59
59
  def self.get_mode; end
60
60
 
61
61
  # Static function for specifying how wxWidgets will send idle events: to all windows, or only to those which specify that they will process the events.
62
- # @param mode [IdleMode] Can be one of the {Wx::IdleMode} values. The default is {Wx::IdleMode::IDLE_PROCESS_ALL}.
62
+ # @param mode [Wx::IdleMode] Can be one of the {Wx::IdleMode} values. The default is {Wx::IdleMode::IDLE_PROCESS_ALL}.
63
63
  # @return [void]
64
64
  def self.set_mode(mode) end
65
65
 
@@ -76,7 +76,7 @@ module Wx
76
76
  class NotifyEvent < CommandEvent
77
77
 
78
78
  # Constructor (used internally by wxWidgets only).
79
- # @param eventType [Wx::AUI::AuiMDIChildFrame::EventType]
79
+ # @param eventType [Wx::CommandLinkButton::EventType]
80
80
  # @param id [Integer]
81
81
  # @return [Wx::NotifyEvent]
82
82
  def initialize(eventType=Wx::EVT_NULL, id=0) end
@@ -87,7 +87,7 @@ module Wx
87
87
  def allow; end
88
88
 
89
89
  # Returns true if the change is allowed ({Wx::NotifyEvent#veto} hasn't been called) or false otherwise (if it was).
90
- # @return [true,false]
90
+ # @return [Boolean]
91
91
  def is_allowed; end
92
92
  alias_method :allowed?, :is_allowed
93
93
 
@@ -166,7 +166,7 @@ module Wx
166
166
  class ScrollEvent < CommandEvent
167
167
 
168
168
  # Constructor.
169
- # @param commandType [Wx::AUI::AuiMDIChildFrame::EventType]
169
+ # @param commandType [Wx::CommandLinkButton::EventType]
170
170
  # @param id [Integer]
171
171
  # @param pos [Integer]
172
172
  # @param orientation [Integer]
@@ -230,7 +230,7 @@ module Wx
230
230
  class ScrollWinEvent < Event
231
231
 
232
232
  # Constructor.
233
- # @param commandType [Wx::AUI::AuiMDIChildFrame::EventType]
233
+ # @param commandType [Wx::CommandLinkButton::EventType]
234
234
  # @param pos [Integer]
235
235
  # @param orientation [Integer]
236
236
  # @return [Wx::ScrollWinEvent]
@@ -261,7 +261,7 @@ module Wx
261
261
  end # ScrollWinEvent
262
262
 
263
263
  # This event class contains information about the events generated by the mouse: they include mouse buttons press and release events and mouse move events.
264
- # All mouse events involving the buttons use {Wx::MOUSE_BTN_LEFT} for the left mouse button, {Wx::MOUSE_BTN_MIDDLE} for the middle one and {Wx::MOUSE_BTN_RIGHT} for the right one. And if the system supports more buttons, the {Wx::MOUSE_BTN_AUX1} and {Wx::MOUSE_BTN_AUX2} events can also be generated. Note that not all mice have even a middle button so a portable application should avoid relying on the events from it (but the right button click can be emulated using the left mouse button with the control key under Mac platforms with a single button mouse).
264
+ # All mouse events involving the buttons use {Wx::MouseButton::MOUSE_BTN_LEFT} for the left mouse button, {Wx::MouseButton::MOUSE_BTN_MIDDLE} for the middle one and {Wx::MouseButton::MOUSE_BTN_RIGHT} for the right one. And if the system supports more buttons, the {Wx::MouseButton::MOUSE_BTN_AUX1} and {Wx::MouseButton::MOUSE_BTN_AUX2} events can also be generated. Note that not all mice have even a middle button so a portable application should avoid relying on the events from it (but the right button click can be emulated using the left mouse button with the control key under Mac platforms with a single button mouse).
265
265
  # For the {Wx::EVT_ENTER_WINDOW} and {Wx::EVT_LEAVE_WINDOW} events purposes, the mouse is considered to be inside the window if it is in the window client area and not inside one of its children. In other words, the parent window receives {Wx::EVT_LEAVE_WINDOW} event not only when the mouse leaves the window entirely but also when it enters one of its children.
266
266
  # The position associated with a mouse event is expressed in the window coordinates of the window which generated the event, you can use {Wx::Window#client_to_screen} to convert it to screen coordinates and possibly call {Wx::Window#screen_to_client} next to convert it to window coordinates of another window.
267
267
  # Note the difference between methods like {Wx::MouseEvent#left_down} and the inherited {Wx::MouseState#left_is_down}: the former returns true when the event corresponds to the left mouse button click while the latter returns true if the left mouse button is currently being pressed. For example, when the user is dragging the mouse you can use {Wx::MouseEvent::LeftIsDown} to test whether the left mouse button is (still) depressed. Also, by convention, if {Wx::MouseEvent#left_down} returns true, {Wx::MouseEvent::LeftIsDown} will also return true in wxWidgets whatever the underlying GUI behaviour is (which is platform-dependent). The same applies, of course, to other mouse buttons as well.
@@ -363,73 +363,73 @@ module Wx
363
363
  # - {Wx::EVT_MOUSEWHEEL}
364
364
  #
365
365
  # - {Wx::EVT_MAGNIFY}
366
- # @param mouseEventType [Wx::AUI::AuiMDIChildFrame::EventType]
366
+ # @param mouseEventType [Wx::CommandLinkButton::EventType]
367
367
  # @return [Wx::MouseEvent]
368
368
  def initialize(mouseEventType=Wx::EVT_NULL) end
369
369
 
370
370
  # Returns true if the event was a first extra button double click.
371
- # @return [true,false]
371
+ # @return [Boolean]
372
372
  def aux1d_click; end
373
373
 
374
374
  # Returns true if the first extra button mouse button changed to down.
375
- # @return [true,false]
375
+ # @return [Boolean]
376
376
  def aux1down; end
377
377
 
378
378
  # Returns true if the first extra button mouse button changed to up.
379
- # @return [true,false]
379
+ # @return [Boolean]
380
380
  def aux1up; end
381
381
 
382
382
  # Returns true if the event was a second extra button double click.
383
- # @return [true,false]
383
+ # @return [Boolean]
384
384
  def aux2d_click; end
385
385
 
386
386
  # Returns true if the second extra button mouse button changed to down.
387
- # @return [true,false]
387
+ # @return [Boolean]
388
388
  def aux2down; end
389
389
 
390
390
  # Returns true if the second extra button mouse button changed to up.
391
- # @return [true,false]
391
+ # @return [Boolean]
392
392
  def aux2up; end
393
393
 
394
394
  # Returns true if the event was generated by the specified button.
395
395
  #
396
396
  # @see wxMouseState::ButtoinIsDown()
397
- # @param but [MouseButton]
398
- # @return [true,false]
397
+ # @param but [Wx::MouseButton]
398
+ # @return [Boolean]
399
399
  def button(but) end
400
400
 
401
401
  # If the argument is omitted, this returns true if the event was a mouse double click event.
402
402
  # Otherwise the argument specifies which double click event was generated (see {Wx::MouseEvent#button} for the possible values).
403
- # @param but [MouseButton]
404
- # @return [true,false]
405
- def button_d_click(but=Wx::MOUSE_BTN_ANY) end
403
+ # @param but [Wx::MouseButton]
404
+ # @return [Boolean]
405
+ def button_d_click(but=Wx::MouseButton::MOUSE_BTN_ANY) end
406
406
 
407
407
  # If the argument is omitted, this returns true if the event was a mouse button down event.
408
408
  # Otherwise the argument specifies which button-down event was generated (see {Wx::MouseEvent#button} for the possible values).
409
- # @param but [MouseButton]
410
- # @return [true,false]
411
- def button_down(but=Wx::MOUSE_BTN_ANY) end
409
+ # @param but [Wx::MouseButton]
410
+ # @return [Boolean]
411
+ def button_down(but=Wx::MouseButton::MOUSE_BTN_ANY) end
412
412
 
413
413
  # If the argument is omitted, this returns true if the event was a mouse button up event.
414
414
  # Otherwise the argument specifies which button-up event was generated (see {Wx::MouseEvent#button} for the possible values).
415
- # @param but [MouseButton]
416
- # @return [true,false]
417
- def button_up(but=Wx::MOUSE_BTN_ANY) end
415
+ # @param but [Wx::MouseButton]
416
+ # @return [Boolean]
417
+ def button_up(but=Wx::MouseButton::MOUSE_BTN_ANY) end
418
418
 
419
419
  # Returns true if this was a dragging event (motion while a button is depressed).
420
420
  #
421
421
  # @see Wx::MouseEvent#moving
422
- # @return [true,false]
422
+ # @return [Boolean]
423
423
  def dragging; end
424
424
 
425
425
  # Returns true if the mouse was entering the window.
426
426
  #
427
427
  # @see Wx::MouseEvent#leaving
428
- # @return [true,false]
428
+ # @return [Boolean]
429
429
  def entering; end
430
430
 
431
- # Returns the mouse button which generated this event or {Wx::MOUSE_BTN_NONE} if no button is involved (for mouse move, enter or leave event, for example).
432
- # Otherwise {Wx::MOUSE_BTN_LEFT} is returned for the left button down, up and double click events, {Wx::MOUSE_BTN_MIDDLE} and {Wx::MOUSE_BTN_RIGHT} for the same events for the middle and the right buttons respectively.
431
+ # Returns the mouse button which generated this event or {Wx::MouseButton::MOUSE_BTN_NONE} if no button is involved (for mouse move, enter or leave event, for example).
432
+ # Otherwise {Wx::MouseButton::MOUSE_BTN_LEFT} is returned for the left button down, up and double click events, {Wx::MouseButton::MOUSE_BTN_MIDDLE} and {Wx::MouseButton::MOUSE_BTN_RIGHT} for the same events for the middle and the right buttons respectively.
433
433
  # @return [Integer]
434
434
  def get_button; end
435
435
 
@@ -475,7 +475,7 @@ module Wx
475
475
 
476
476
  # On Mac, has the user selected "Natural" scrolling in their System Preferences? Currently false on all other OS's.
477
477
  # "Natural" scrolling means that content scrolling happens in the opposite direction, and if you are indeed scrolling content then you don't need to use this function because macOS has already inverted the scroll direction. But there can be special situations where you want the mouse wheel action to work always in the same direction and in that case you will need this function.
478
- # @return [true,false]
478
+ # @return [Boolean]
479
479
  def is_wheel_inverted; end
480
480
  alias_method :wheel_inverted?, :is_wheel_inverted
481
481
 
@@ -489,75 +489,75 @@ module Wx
489
489
  # Gets the axis the wheel operation concerns.
490
490
  # Usually the mouse wheel is used to scroll vertically so {Wx::MouseWheelAxis::MOUSE_WHEEL_VERTICAL} is returned but some mice (and most trackpads) also allow to use the wheel to scroll horizontally in which case {Wx::MouseWheelAxis::MOUSE_WHEEL_HORIZONTAL} is returned.
491
491
  # Notice that before wxWidgets 2.9.4 this method returned int.
492
- # @return [MouseWheelAxis]
492
+ # @return [Wx::MouseWheelAxis]
493
493
  def get_wheel_axis; end
494
494
  alias_method :wheel_axis, :get_wheel_axis
495
495
 
496
496
  # Returns true if the event was a mouse button event (not necessarily a button down event - that may be tested using {Wx::MouseEvent#button_down}).
497
- # @return [true,false]
497
+ # @return [Boolean]
498
498
  def is_button; end
499
499
  alias_method :button?, :is_button
500
500
 
501
501
  # Returns true if the system has been setup to do page scrolling with the mouse wheel instead of line scrolling.
502
- # @return [true,false]
502
+ # @return [Boolean]
503
503
  def is_page_scroll; end
504
504
  alias_method :page_scroll?, :is_page_scroll
505
505
 
506
506
  # Returns true if the mouse was leaving the window.
507
507
  #
508
508
  # @see Wx::MouseEvent#entering.
509
- # @return [true,false]
509
+ # @return [Boolean]
510
510
  def leaving; end
511
511
 
512
512
  # Returns true if the event was a left double click.
513
- # @return [true,false]
513
+ # @return [Boolean]
514
514
  def left_d_click; end
515
515
 
516
516
  # Returns true if the left mouse button changed to down.
517
- # @return [true,false]
517
+ # @return [Boolean]
518
518
  def left_down; end
519
519
 
520
520
  # Returns true if the left mouse button changed to up.
521
- # @return [true,false]
521
+ # @return [Boolean]
522
522
  def left_up; end
523
523
 
524
524
  # Returns true if the event is a magnify (i.e. pinch to zoom) event.
525
525
  # Such events are currently generated only under macOS.
526
526
  # @see Wx::MouseEvent#get_magnification
527
- # @return [true,false]
527
+ # @return [Boolean]
528
528
  def magnify; end
529
529
 
530
530
  # Returns true if the Meta key was down at the time of the event.
531
- # @return [true,false]
531
+ # @return [Boolean]
532
532
  def meta_down; end
533
533
 
534
534
  # Returns true if the event was a middle double click.
535
- # @return [true,false]
535
+ # @return [Boolean]
536
536
  def middle_d_click; end
537
537
 
538
538
  # Returns true if the middle mouse button changed to down.
539
- # @return [true,false]
539
+ # @return [Boolean]
540
540
  def middle_down; end
541
541
 
542
542
  # Returns true if the middle mouse button changed to up.
543
- # @return [true,false]
543
+ # @return [Boolean]
544
544
  def middle_up; end
545
545
 
546
546
  # Returns true if this was a motion event and no mouse buttons were pressed.
547
547
  # If any mouse button is held pressed, then this method returns false and {Wx::MouseEvent#dragging} returns true.
548
- # @return [true,false]
548
+ # @return [Boolean]
549
549
  def moving; end
550
550
 
551
551
  # Returns true if the event was a right double click.
552
- # @return [true,false]
552
+ # @return [Boolean]
553
553
  def right_d_click; end
554
554
 
555
555
  # Returns true if the right mouse button changed to down.
556
- # @return [true,false]
556
+ # @return [Boolean]
557
557
  def right_down; end
558
558
 
559
559
  # Returns true if the right mouse button changed to up.
560
- # @return [true,false]
560
+ # @return [Boolean]
561
561
  def right_up; end
562
562
 
563
563
  # Returns the physical mouse position.
@@ -576,23 +576,23 @@ module Wx
576
576
  alias_method :y, :get_y
577
577
 
578
578
  # Returns true if the left mouse button is currently down.
579
- # @return [true,false]
579
+ # @return [Boolean]
580
580
  def left_is_down; end
581
581
 
582
582
  # Returns true if the middle mouse button is currently down.
583
- # @return [true,false]
583
+ # @return [Boolean]
584
584
  def middle_is_down; end
585
585
 
586
586
  # Returns true if the right mouse button is currently down.
587
- # @return [true,false]
587
+ # @return [Boolean]
588
588
  def right_is_down; end
589
589
 
590
590
  # Returns true if the first extra button mouse button is currently down.
591
- # @return [true,false]
591
+ # @return [Boolean]
592
592
  def aux1is_down; end
593
593
 
594
594
  # Returns true if the second extra button mouse button is currently down.
595
- # @return [true,false]
595
+ # @return [Boolean]
596
596
  def aux2is_down; end
597
597
 
598
598
  # @param x [Integer]
@@ -610,27 +610,27 @@ module Wx
610
610
  def set_position(pos) end
611
611
  alias_method :position=, :set_position
612
612
 
613
- # @param down [true,false]
613
+ # @param down [Boolean]
614
614
  # @return [void]
615
615
  def set_left_down(down) end
616
616
  alias_method :left_down=, :set_left_down
617
617
 
618
- # @param down [true,false]
618
+ # @param down [Boolean]
619
619
  # @return [void]
620
620
  def set_middle_down(down) end
621
621
  alias_method :middle_down=, :set_middle_down
622
622
 
623
- # @param down [true,false]
623
+ # @param down [Boolean]
624
624
  # @return [void]
625
625
  def set_right_down(down) end
626
626
  alias_method :right_down=, :set_right_down
627
627
 
628
- # @param down [true,false]
628
+ # @param down [Boolean]
629
629
  # @return [void]
630
630
  def set_aux1down(down) end
631
631
  alias_method :aux1down=, :set_aux1down
632
632
 
633
- # @param down [true,false]
633
+ # @param down [Boolean]
634
634
  # @return [void]
635
635
  def set_aux2down(down) end
636
636
  alias_method :aux2down=, :set_aux2down
@@ -664,67 +664,67 @@ module Wx
664
664
  # Returns true if any modifiers at all are pressed.
665
665
  # This is equivalent to <code>Wx::MouseEvent#get_modifiers</code> <code>!=</code> {Wx::KeyModifier::MOD_NONE}.
666
666
  # Notice that this is different from {Wx::MouseEvent#has_modifiers} method which doesn't take e.g. Shift modifier into account. This method is most suitable for mouse events when any modifier, including Shift, can change the interpretation of the event.
667
- # @return [true,false]
667
+ # @return [Boolean]
668
668
  def has_any_modifiers; end
669
669
  alias_method :has_any_modifiers?, :has_any_modifiers
670
670
 
671
671
  # Returns true if Control or Alt are pressed.
672
672
  # Checks if Control, Alt or, under macOS only, Command key are pressed (notice that the real Control key is still taken into account under OS X too).
673
673
  # This method returns false if only Shift is pressed for compatibility reasons and also because pressing Shift usually doesn't change the interpretation of key events, see {Wx::MouseEvent#has_any_modifiers} if you want to take Shift into account as well.
674
- # @return [true,false]
674
+ # @return [Boolean]
675
675
  def has_modifiers; end
676
676
  alias_method :has_modifiers?, :has_modifiers
677
677
 
678
678
  # Returns true if the Control key or Apple/Command key under macOS is pressed.
679
679
  # This function doesn't distinguish between right and left control keys.
680
680
  # Notice that {Wx::MouseEvent#get_modifiers} should usually be used instead of this one.
681
- # @return [true,false]
681
+ # @return [Boolean]
682
682
  def control_down; end
683
683
 
684
684
  # Returns true if the Control key (also under macOS).
685
685
  # This function doesn't distinguish between right and left control keys.
686
686
  # Notice that {Wx::MouseEvent#get_modifiers} should usually be used instead of this one.
687
- # @return [true,false]
687
+ # @return [Boolean]
688
688
  def raw_control_down; end
689
689
 
690
690
  # Returns true if the Shift key is pressed.
691
691
  # This function doesn't distinguish between right and left shift keys.
692
692
  # Notice that {Wx::MouseEvent#get_modifiers} should usually be used instead of this one.
693
- # @return [true,false]
693
+ # @return [Boolean]
694
694
  def shift_down; end
695
695
 
696
696
  # Returns true if the Alt key is pressed.
697
697
  # Notice that {Wx::MouseEvent#get_modifiers} should usually be used instead of this one.
698
- # @return [true,false]
698
+ # @return [Boolean]
699
699
  def alt_down; end
700
700
 
701
701
  # Returns true if the key used for command accelerators is pressed.
702
702
  # Same as {Wx::MouseEvent#control_down}. Deprecated.
703
703
  # Notice that {Wx::MouseEvent#get_modifiers} should usually be used instead of this one.
704
- # @return [true,false]
704
+ # @return [Boolean]
705
705
  def cmd_down; end
706
706
 
707
- # @param down [true,false]
707
+ # @param down [Boolean]
708
708
  # @return [void]
709
709
  def set_control_down(down) end
710
710
  alias_method :control_down=, :set_control_down
711
711
 
712
- # @param down [true,false]
712
+ # @param down [Boolean]
713
713
  # @return [void]
714
714
  def set_raw_control_down(down) end
715
715
  alias_method :raw_control_down=, :set_raw_control_down
716
716
 
717
- # @param down [true,false]
717
+ # @param down [Boolean]
718
718
  # @return [void]
719
719
  def set_shift_down(down) end
720
720
  alias_method :shift_down=, :set_shift_down
721
721
 
722
- # @param down [true,false]
722
+ # @param down [Boolean]
723
723
  # @return [void]
724
724
  def set_alt_down(down) end
725
725
  alias_method :alt_down=, :set_alt_down
726
726
 
727
- # @param down [true,false]
727
+ # @param down [Boolean]
728
728
  # @return [void]
729
729
  def set_meta_down(down) end
730
730
  alias_method :meta_down=, :set_meta_down
@@ -772,7 +772,7 @@ module Wx
772
772
 
773
773
  # Returns true if the cursor specified by this event is a valid cursor.
774
774
  # You cannot specify {Wx::NULL_CURSOR} with this event, as it is not considered a valid cursor.
775
- # @return [true,false]
775
+ # @return [Boolean]
776
776
  def has_cursor; end
777
777
  alias_method :has_cursor?, :has_cursor
778
778
 
@@ -799,7 +799,7 @@ module Wx
799
799
 
800
800
  # Constructor.
801
801
  # @param winid [Integer]
802
- # @param type [Wx::AUI::AuiMDIChildFrame::EventType]
802
+ # @param type [Wx::CommandLinkButton::EventType]
803
803
  # @return [Wx::GestureEvent]
804
804
  def initialize(winid=0, type=Wx::EVT_NULL) end
805
805
 
@@ -809,12 +809,12 @@ module Wx
809
809
  alias_method :position, :get_position
810
810
 
811
811
  # Returns true if the event was the first in a gesture sequence.
812
- # @return [true,false]
812
+ # @return [Boolean]
813
813
  def is_gesture_start; end
814
814
  alias_method :gesture_start?, :is_gesture_start
815
815
 
816
816
  # Returns true if the event was the last in a gesture sequence.
817
- # @return [true,false]
817
+ # @return [Boolean]
818
818
  def is_gesture_end; end
819
819
  alias_method :gesture_end?, :is_gesture_end
820
820
 
@@ -825,13 +825,13 @@ module Wx
825
825
  alias_method :position=, :set_position
826
826
 
827
827
  # Sets the event to be the first in a gesture sequence.
828
- # @param isStart [true,false]
828
+ # @param isStart [Boolean]
829
829
  # @return [void]
830
830
  def set_gesture_start(isStart=true) end
831
831
  alias_method :gesture_start=, :set_gesture_start
832
832
 
833
833
  # Sets the event to be the last in a gesture sequence.
834
- # @param isEnd [true,false]
834
+ # @param isEnd [Boolean]
835
835
  # @return [void]
836
836
  def set_gesture_end(isEnd=true) end
837
837
  alias_method :gesture_end=, :set_gesture_end
@@ -1059,7 +1059,7 @@ module Wx
1059
1059
 
1060
1060
  # Constructor.
1061
1061
  # Currently, the only valid event types are {Wx::EVT_CHAR} and {Wx::EVT_CHAR_HOOK}.
1062
- # @param keyEventType [Wx::AUI::AuiMDIChildFrame::EventType]
1062
+ # @param keyEventType [Wx::CommandLinkButton::EventType]
1063
1063
  # @return [Wx::KeyEvent]
1064
1064
  def initialize(keyEventType=Wx::EVT_NULL) end
1065
1065
 
@@ -1098,12 +1098,12 @@ module Wx
1098
1098
 
1099
1099
  # Returns true if the key is in the given key category.
1100
1100
  # @param category [Integer] A bitwise combination of named {Wx::KeyCategoryFlags} constants.
1101
- # @return [true,false]
1101
+ # @return [Boolean]
1102
1102
  def is_key_in_category(category) end
1103
1103
  alias_method :key_in_category?, :is_key_in_category
1104
1104
 
1105
1105
  # Returns true if this event is an auto-repeat of the key, false if this is the initial key press.
1106
- # @return [true,false]
1106
+ # @return [Boolean]
1107
1107
  def is_auto_repeat; end
1108
1108
  alias_method :auto_repeat?, :is_auto_repeat
1109
1109
 
@@ -1156,7 +1156,7 @@ module Wx
1156
1156
 
1157
1157
  # Returns true if {Wx::KeyEvent#do_allow_next_event} had been called, false by default.
1158
1158
  # This method is used by wxWidgets itself to determine whether the normal key events should be generated after {Wx::EVT_CHAR_HOOK} processing.
1159
- # @return [true,false]
1159
+ # @return [Boolean]
1160
1160
  def is_next_event_allowed; end
1161
1161
  alias_method :next_event_allowed?, :is_next_event_allowed
1162
1162
 
@@ -1184,73 +1184,73 @@ module Wx
1184
1184
  # Returns true if any modifiers at all are pressed.
1185
1185
  # This is equivalent to <code>Wx::KeyEvent#get_modifiers</code> <code>!=</code> {Wx::KeyModifier::MOD_NONE}.
1186
1186
  # Notice that this is different from {Wx::KeyEvent#has_modifiers} method which doesn't take e.g. Shift modifier into account. This method is most suitable for mouse events when any modifier, including Shift, can change the interpretation of the event.
1187
- # @return [true,false]
1187
+ # @return [Boolean]
1188
1188
  def has_any_modifiers; end
1189
1189
  alias_method :has_any_modifiers?, :has_any_modifiers
1190
1190
 
1191
1191
  # Returns true if Control or Alt are pressed.
1192
1192
  # Checks if Control, Alt or, under macOS only, Command key are pressed (notice that the real Control key is still taken into account under OS X too).
1193
1193
  # This method returns false if only Shift is pressed for compatibility reasons and also because pressing Shift usually doesn't change the interpretation of key events, see {Wx::KeyEvent#has_any_modifiers} if you want to take Shift into account as well.
1194
- # @return [true,false]
1194
+ # @return [Boolean]
1195
1195
  def has_modifiers; end
1196
1196
  alias_method :has_modifiers?, :has_modifiers
1197
1197
 
1198
1198
  # Returns true if the Control key or Apple/Command key under macOS is pressed.
1199
1199
  # This function doesn't distinguish between right and left control keys.
1200
1200
  # Notice that {Wx::KeyEvent#get_modifiers} should usually be used instead of this one.
1201
- # @return [true,false]
1201
+ # @return [Boolean]
1202
1202
  def control_down; end
1203
1203
 
1204
1204
  # Returns true if the Control key (also under macOS).
1205
1205
  # This function doesn't distinguish between right and left control keys.
1206
1206
  # Notice that {Wx::KeyEvent#get_modifiers} should usually be used instead of this one.
1207
- # @return [true,false]
1207
+ # @return [Boolean]
1208
1208
  def raw_control_down; end
1209
1209
 
1210
1210
  # Returns true if the Shift key is pressed.
1211
1211
  # This function doesn't distinguish between right and left shift keys.
1212
1212
  # Notice that {Wx::KeyEvent#get_modifiers} should usually be used instead of this one.
1213
- # @return [true,false]
1213
+ # @return [Boolean]
1214
1214
  def shift_down; end
1215
1215
 
1216
1216
  # Returns true if the Meta/Windows/Apple key is pressed.
1217
1217
  # This function tests the state of the key traditionally called Meta under Unix systems, Windows keys under MSW Notice that {Wx::KeyEvent#get_modifiers} should usually be used instead of this one.
1218
1218
  # @see Wx::KeyEvent#cmd_down
1219
- # @return [true,false]
1219
+ # @return [Boolean]
1220
1220
  def meta_down; end
1221
1221
 
1222
1222
  # Returns true if the Alt key is pressed.
1223
1223
  # Notice that {Wx::KeyEvent#get_modifiers} should usually be used instead of this one.
1224
- # @return [true,false]
1224
+ # @return [Boolean]
1225
1225
  def alt_down; end
1226
1226
 
1227
1227
  # Returns true if the key used for command accelerators is pressed.
1228
1228
  # Same as {Wx::KeyEvent#control_down}. Deprecated.
1229
1229
  # Notice that {Wx::KeyEvent#get_modifiers} should usually be used instead of this one.
1230
- # @return [true,false]
1230
+ # @return [Boolean]
1231
1231
  def cmd_down; end
1232
1232
 
1233
- # @param down [true,false]
1233
+ # @param down [Boolean]
1234
1234
  # @return [void]
1235
1235
  def set_control_down(down) end
1236
1236
  alias_method :control_down=, :set_control_down
1237
1237
 
1238
- # @param down [true,false]
1238
+ # @param down [Boolean]
1239
1239
  # @return [void]
1240
1240
  def set_raw_control_down(down) end
1241
1241
  alias_method :raw_control_down=, :set_raw_control_down
1242
1242
 
1243
- # @param down [true,false]
1243
+ # @param down [Boolean]
1244
1244
  # @return [void]
1245
1245
  def set_shift_down(down) end
1246
1246
  alias_method :shift_down=, :set_shift_down
1247
1247
 
1248
- # @param down [true,false]
1248
+ # @param down [Boolean]
1249
1249
  # @return [void]
1250
1250
  def set_alt_down(down) end
1251
1251
  alias_method :alt_down=, :set_alt_down
1252
1252
 
1253
- # @param down [true,false]
1253
+ # @param down [Boolean]
1254
1254
  # @return [void]
1255
1255
  def set_meta_down(down) end
1256
1256
  alias_method :meta_down=, :set_meta_down
@@ -1473,7 +1473,7 @@ module Wx
1473
1473
  class FocusEvent < Event
1474
1474
 
1475
1475
  # Constructor.
1476
- # @param eventType [Wx::AUI::AuiMDIChildFrame::EventType]
1476
+ # @param eventType [Wx::CommandLinkButton::EventType]
1477
1477
  # @param id [Integer]
1478
1478
  # @return [Wx::FocusEvent]
1479
1479
  def initialize(eventType=Wx::EVT_NULL, id=0) end
@@ -1531,22 +1531,22 @@ module Wx
1531
1531
  end # Reason
1532
1532
 
1533
1533
  # Constructor.
1534
- # @param eventType [Wx::AUI::AuiMDIChildFrame::EventType]
1535
- # @param active [true,false]
1534
+ # @param eventType [Wx::CommandLinkButton::EventType]
1535
+ # @param active [Boolean]
1536
1536
  # @param id [Integer]
1537
- # @param activationReason [Reason]
1537
+ # @param activationReason [Wx::wxActivateEvent::Reason]
1538
1538
  # @return [Wx::ActivateEvent]
1539
1539
  def initialize(eventType=Wx::EVT_NULL, active=true, id=0, activationReason=Wx::ActivateEvent::Reason::Reason_Unknown) end
1540
1540
 
1541
1541
  # Returns true if the application or window is being activated, false otherwise.
1542
- # @return [true,false]
1542
+ # @return [Boolean]
1543
1543
  def get_active; end
1544
1544
  alias_method :active, :get_active
1545
1545
 
1546
1546
  # Allows checking if the window was activated by clicking it with the mouse or in some other way.
1547
1547
  # This method is currently only implemented in wxMSW and returns Reason_Mouse there if the window was activated by a mouse click and Reason_Unknown if it was activated in any other way (e.g. from keyboard or programmatically).
1548
1548
  # Under all the other platforms, Reason_Unknown is always returned.
1549
- # @return [Reason]
1549
+ # @return [Wx::wxActivateEvent::Reason]
1550
1550
  def get_activation_reason; end
1551
1551
  alias_method :activation_reason, :get_activation_reason
1552
1552
 
@@ -1611,7 +1611,7 @@ module Wx
1611
1611
  class MenuEvent < Event
1612
1612
 
1613
1613
  # Constructor.
1614
- # @param type [Wx::AUI::AuiMDIChildFrame::EventType]
1614
+ # @param type [Wx::CommandLinkButton::EventType]
1615
1615
  # @param id [Integer]
1616
1616
  # @param menu [Wx::Menu]
1617
1617
  # @return [Wx::MenuEvent]
@@ -1632,7 +1632,7 @@ module Wx
1632
1632
 
1633
1633
  # Returns true if the menu which is being opened or closed is a popup menu, false if it is a normal one.
1634
1634
  # This method should only be used with the OPEN and CLOSE events.
1635
- # @return [true,false]
1635
+ # @return [Boolean]
1636
1636
  def is_popup; end
1637
1637
  alias_method :popup?, :is_popup
1638
1638
 
@@ -1684,43 +1684,43 @@ module Wx
1684
1684
  class CloseEvent < Event
1685
1685
 
1686
1686
  # Constructor.
1687
- # @param commandEventType [Wx::AUI::AuiMDIChildFrame::EventType]
1687
+ # @param commandEventType [Wx::CommandLinkButton::EventType]
1688
1688
  # @param id [Integer]
1689
1689
  # @return [Wx::CloseEvent]
1690
1690
  def initialize(commandEventType=Wx::EVT_NULL, id=0) end
1691
1691
 
1692
1692
  # Returns true if you can veto a system shutdown or a window close event.
1693
1693
  # Vetoing a window close event is not possible if the calling code wishes to force the application to exit, and so this function must be called to check this.
1694
- # @return [true,false]
1694
+ # @return [Boolean]
1695
1695
  def can_veto; end
1696
1696
  alias_method :can_veto?, :can_veto
1697
1697
 
1698
1698
  # Returns true if the user is just logging off or false if the system is shutting down.
1699
1699
  # This method can only be called for end session and query end session events, it doesn't make sense for close window event.
1700
- # @return [true,false]
1700
+ # @return [Boolean]
1701
1701
  def get_logging_off; end
1702
1702
  alias_method :logging_off, :get_logging_off
1703
1703
 
1704
1704
  # Sets the 'can veto' flag.
1705
- # @param canVeto [true,false]
1705
+ # @param canVeto [Boolean]
1706
1706
  # @return [void]
1707
1707
  def set_can_veto(canVeto) end
1708
1708
  alias_method :can_veto=, :set_can_veto
1709
1709
 
1710
1710
  # Sets the 'logging off' flag.
1711
- # @param loggingOff [true,false]
1711
+ # @param loggingOff [Boolean]
1712
1712
  # @return [void]
1713
1713
  def set_logging_off(loggingOff) end
1714
1714
  alias_method :logging_off=, :set_logging_off
1715
1715
 
1716
1716
  # Call this from your event handler to veto a system shutdown or to signal to the calling application that a window close did not happen.
1717
1717
  # You can only veto a shutdown if {Wx::CloseEvent#can_veto} returns true.
1718
- # @param veto [true,false]
1718
+ # @param veto [Boolean]
1719
1719
  # @return [void]
1720
1720
  def veto(veto=true) end
1721
1721
 
1722
1722
  # Returns whether the Veto flag was set.
1723
- # @return [true,false]
1723
+ # @return [Boolean]
1724
1724
  def get_veto; end
1725
1725
 
1726
1726
  end # CloseEvent
@@ -1746,18 +1746,18 @@ module Wx
1746
1746
 
1747
1747
  # Constructor.
1748
1748
  # @param winid [Integer]
1749
- # @param show [true,false]
1749
+ # @param show [Boolean]
1750
1750
  # @return [Wx::ShowEvent]
1751
1751
  def initialize(winid=0, show=false) end
1752
1752
 
1753
1753
  # Set whether the windows was shown or hidden.
1754
- # @param show [true,false]
1754
+ # @param show [Boolean]
1755
1755
  # @return [void]
1756
1756
  def set_show(show) end
1757
1757
  alias_method :show=, :set_show
1758
1758
 
1759
1759
  # Return true if the window has been shown, false if it has been hidden.
1760
- # @return [true,false]
1760
+ # @return [Boolean]
1761
1761
  def is_shown; end
1762
1762
  alias_method :shown?, :is_shown
1763
1763
 
@@ -1783,12 +1783,12 @@ module Wx
1783
1783
 
1784
1784
  # Constructor.
1785
1785
  # @param id [Integer]
1786
- # @param iconized [true,false]
1786
+ # @param iconized [Boolean]
1787
1787
  # @return [Wx::IconizeEvent]
1788
1788
  def initialize(id=0, iconized=true) end
1789
1789
 
1790
1790
  # Returns true if the frame has been iconized, false if it has been restored.
1791
- # @return [true,false]
1791
+ # @return [Boolean]
1792
1792
  def is_iconized; end
1793
1793
  alias_method :iconized?, :is_iconized
1794
1794
 
@@ -1843,12 +1843,12 @@ module Wx
1843
1843
 
1844
1844
  # Constructor.
1845
1845
  # @param id [Integer]
1846
- # @param fullscreen [true,false]
1846
+ # @param fullscreen [Boolean]
1847
1847
  # @return [Wx::FullScreenEvent]
1848
1848
  def initialize(id=0, fullscreen=true) end
1849
1849
 
1850
1850
  # Returns true if the frame entered full screen, false if exited full screen.
1851
- # @return [true,false]
1851
+ # @return [Boolean]
1852
1852
  def is_full_screen; end
1853
1853
  alias_method :full_screen?, :is_full_screen
1854
1854
 
@@ -1879,7 +1879,7 @@ module Wx
1879
1879
  class JoystickEvent < Event
1880
1880
 
1881
1881
  # Constructor.
1882
- # @param eventType [Wx::AUI::AuiMDIChildFrame::EventType]
1882
+ # @param eventType [Wx::CommandLinkButton::EventType]
1883
1883
  # @param state [Integer]
1884
1884
  # @param joystick [Integer]
1885
1885
  # @param change [Integer]
@@ -1888,17 +1888,17 @@ module Wx
1888
1888
 
1889
1889
  # Returns true if the event was a down event from the specified button (or any button).
1890
1890
  # @param button [Integer] Can be {Wx::JOY_BUTTONn} where n is 1, 2, 3 or 4; or {Wx::JOY_BUTTON_ANY} to indicate any button down event.
1891
- # @return [true,false]
1891
+ # @return [Boolean]
1892
1892
  def button_down(button=Wx::JOY_BUTTON_ANY) end
1893
1893
 
1894
1894
  # Returns true if the specified button (or any button) was in a down state.
1895
1895
  # @param button [Integer] Can be {Wx::JOY_BUTTONn} where n is 1, 2, 3 or 4; or {Wx::JOY_BUTTON_ANY} to indicate any button down event.
1896
- # @return [true,false]
1896
+ # @return [Boolean]
1897
1897
  def button_is_down(button=Wx::JOY_BUTTON_ANY) end
1898
1898
 
1899
1899
  # Returns true if the event was an up event from the specified button (or any button).
1900
1900
  # @param button [Integer] Can be {Wx::JOY_BUTTONn} where n is 1, 2, 3 or 4; or {Wx::JOY_BUTTON_ANY} to indicate any button down event.
1901
- # @return [true,false]
1901
+ # @return [Boolean]
1902
1902
  def button_up(button=Wx::JOY_BUTTON_ANY) end
1903
1903
 
1904
1904
  # Returns the identifier of the button changing state.
@@ -1943,17 +1943,17 @@ module Wx
1943
1943
  alias_method :z_position, :get_z_position
1944
1944
 
1945
1945
  # Returns true if this was a button up or down event (not 'is any button down?').
1946
- # @return [true,false]
1946
+ # @return [Boolean]
1947
1947
  def is_button; end
1948
1948
  alias_method :button?, :is_button
1949
1949
 
1950
1950
  # Returns true if this was an x, y move event.
1951
- # @return [true,false]
1951
+ # @return [Boolean]
1952
1952
  def is_move; end
1953
1953
  alias_method :move?, :is_move
1954
1954
 
1955
1955
  # Returns true if this was a z move event.
1956
- # @return [true,false]
1956
+ # @return [Boolean]
1957
1957
  def is_z_move; end
1958
1958
  alias_method :z_move?, :is_z_move
1959
1959
 
@@ -1981,7 +1981,7 @@ module Wx
1981
1981
  class DropFilesEvent < Event
1982
1982
 
1983
1983
  # Constructor.
1984
- # @param id [Wx::AUI::AuiMDIChildFrame::EventType]
1984
+ # @param id [Wx::CommandLinkButton::EventType]
1985
1985
  # @param noFiles [Integer]
1986
1986
  # @param files [String]
1987
1987
  # @return [Wx::DropFilesEvent]
@@ -2041,22 +2041,22 @@ module Wx
2041
2041
  def initialize(commandId=0) end
2042
2042
 
2043
2043
  # Check or uncheck the UI element.
2044
- # @param check [true,false]
2044
+ # @param check [Boolean]
2045
2045
  # @return [void]
2046
2046
  def check(check) end
2047
2047
 
2048
2048
  # Enable or disable the UI element.
2049
- # @param enable [true,false]
2049
+ # @param enable [Boolean]
2050
2050
  # @return [void]
2051
2051
  def enable(enable) end
2052
2052
 
2053
2053
  # Returns true if the UI element should be checked.
2054
- # @return [true,false]
2054
+ # @return [Boolean]
2055
2055
  def get_checked; end
2056
2056
  alias_method :checked, :get_checked
2057
2057
 
2058
2058
  # Returns true if the UI element should be enabled.
2059
- # @return [true,false]
2059
+ # @return [Boolean]
2060
2060
  def get_enabled; end
2061
2061
  alias_method :enabled, :get_enabled
2062
2062
 
@@ -2069,35 +2069,35 @@ module Wx
2069
2069
  # event.check(...some condition...)
2070
2070
  # end
2071
2071
  # ```
2072
- # @return [true,false]
2072
+ # @return [Boolean]
2073
2073
  def is_checkable; end
2074
2074
  alias_method :checkable?, :is_checkable
2075
2075
 
2076
2076
  # Returns true if the application has called {Wx::UpdateUIEvent#check}.
2077
2077
  # For wxWidgets internal use only.
2078
- # @return [true,false]
2078
+ # @return [Boolean]
2079
2079
  def get_set_checked; end
2080
2080
  alias_method :set_checked, :get_set_checked
2081
2081
 
2082
2082
  # Returns true if the application has called {Wx::UpdateUIEvent#enable}.
2083
2083
  # For wxWidgets internal use only.
2084
- # @return [true,false]
2084
+ # @return [Boolean]
2085
2085
  def get_set_enabled; end
2086
2086
  alias_method :set_enabled, :get_set_enabled
2087
2087
 
2088
2088
  # Returns true if the application has called {Wx::UpdateUIEvent#show}.
2089
2089
  # For wxWidgets internal use only.
2090
- # @return [true,false]
2090
+ # @return [Boolean]
2091
2091
  def get_set_shown; end
2092
2092
  alias_method :set_shown, :get_set_shown
2093
2093
 
2094
2094
  # Returns true if the application has called {Wx::UpdateUIEvent#set_text}.
2095
2095
  # For wxWidgets internal use only.
2096
- # @return [true,false]
2096
+ # @return [Boolean]
2097
2097
  def get_set_text; end
2098
2098
 
2099
2099
  # Returns true if the UI element should be shown.
2100
- # @return [true,false]
2100
+ # @return [Boolean]
2101
2101
  def get_shown; end
2102
2102
  alias_method :shown, :get_shown
2103
2103
 
@@ -2113,7 +2113,7 @@ module Wx
2113
2113
  alias_method :text=, :set_text
2114
2114
 
2115
2115
  # Show or hide the UI element.
2116
- # @param show [true,false]
2116
+ # @param show [Boolean]
2117
2117
  # @return [void]
2118
2118
  def show(show) end
2119
2119
 
@@ -2123,13 +2123,13 @@ module Wx
2123
2123
  # @see Wx::UpdateUIEvent.set_update_interval
2124
2124
  # @see Wx::UpdateUIEvent.set_mode
2125
2125
  # @param window [Wx::Window]
2126
- # @return [true,false]
2126
+ # @return [Boolean]
2127
2127
  def self.can_update(window) end
2128
2128
 
2129
2129
  # Static function returning a value specifying how wxWidgets will send update events: to all windows, or only to those which specify that they will process the events.
2130
2130
  #
2131
2131
  # @see Wx::UpdateUIEvent.set_mode
2132
- # @return [UpdateUIMode]
2132
+ # @return [Wx::UpdateUIMode]
2133
2133
  def self.get_mode; end
2134
2134
 
2135
2135
  # Returns the current interval between updates in milliseconds.
@@ -2147,7 +2147,7 @@ module Wx
2147
2147
  def self.reset_update_time; end
2148
2148
 
2149
2149
  # Specify how wxWidgets will send update events: to all windows, or only to those which specify that they will process the events.
2150
- # @param mode [UpdateUIMode] this parameter may be one of the {Wx::UpdateUIMode} enumeration values. The default mode is {Wx::UpdateUIMode::UPDATE_UI_PROCESS_ALL}.
2150
+ # @param mode [Wx::UpdateUIMode] this parameter may be one of the {Wx::UpdateUIMode} enumeration values. The default mode is {Wx::UpdateUIMode::UPDATE_UI_PROCESS_ALL}.
2151
2151
  # @return [void]
2152
2152
  def self.set_mode(mode) end
2153
2153
 
@@ -2352,12 +2352,12 @@ module Wx
2352
2352
  # @return [Wx::QueryNewPaletteEvent]
2353
2353
  def initialize(winid=0) end
2354
2354
 
2355
- # @param realized [true,false]
2355
+ # @param realized [Boolean]
2356
2356
  # @return [void]
2357
2357
  def set_palette_realized(realized) end
2358
2358
  alias_method :palette_realized=, :set_palette_realized
2359
2359
 
2360
- # @return [true,false]
2360
+ # @return [Boolean]
2361
2361
  def get_palette_realized; end
2362
2362
  alias_method :palette_realized, :get_palette_realized
2363
2363
 
@@ -2418,18 +2418,18 @@ module Wx
2418
2418
  alias_method :current_focus, :get_current_focus
2419
2419
 
2420
2420
  # Returns true if the navigation was in the forward direction.
2421
- # @return [true,false]
2421
+ # @return [Boolean]
2422
2422
  def get_direction; end
2423
2423
  alias_method :direction, :get_direction
2424
2424
 
2425
2425
  # Returns true if the navigation event was from a tab key.
2426
2426
  # This is required for proper navigation over radio buttons.
2427
- # @return [true,false]
2427
+ # @return [Boolean]
2428
2428
  def is_from_tab; end
2429
2429
  alias_method :from_tab?, :is_from_tab
2430
2430
 
2431
2431
  # Returns true if the navigation event represents a window change (for example, from Ctrl-Page Down in a notebook).
2432
- # @return [true,false]
2432
+ # @return [Boolean]
2433
2433
  def is_window_change; end
2434
2434
  alias_method :window_change?, :is_window_change
2435
2435
 
@@ -2440,7 +2440,7 @@ module Wx
2440
2440
  alias_method :current_focus=, :set_current_focus
2441
2441
 
2442
2442
  # Sets the direction to forward if direction is true, or backward if false.
2443
- # @param direction [true,false]
2443
+ # @param direction [Boolean]
2444
2444
  # @return [void]
2445
2445
  def set_direction(direction) end
2446
2446
  alias_method :direction=, :set_direction
@@ -2453,13 +2453,13 @@ module Wx
2453
2453
  alias_method :flags=, :set_flags
2454
2454
 
2455
2455
  # Marks the navigation event as from a tab key.
2456
- # @param fromTab [true,false]
2456
+ # @param fromTab [Boolean]
2457
2457
  # @return [void]
2458
2458
  def set_from_tab(fromTab) end
2459
2459
  alias_method :from_tab=, :set_from_tab
2460
2460
 
2461
2461
  # Marks the event as a window change event.
2462
- # @param windowChange [true,false]
2462
+ # @param windowChange [Boolean]
2463
2463
  # @return [void]
2464
2464
  def set_window_change(windowChange) end
2465
2465
  alias_method :window_change=, :set_window_change
@@ -2566,17 +2566,17 @@ module Wx
2566
2566
  end # Origin
2567
2567
 
2568
2568
  # Constructor.
2569
- # @param type [Wx::AUI::AuiMDIChildFrame::EventType]
2569
+ # @param type [Wx::CommandLinkButton::EventType]
2570
2570
  # @param winid [Integer]
2571
2571
  # @param pt [Array(Integer, Integer), Wx::Point]
2572
- # @param origin [Wx::HelpEvent::Origin]
2572
+ # @param origin [Wx::wxHelpEvent::Origin]
2573
2573
  # @return [Wx::HelpEvent]
2574
2574
  def initialize(type=Wx::EVT_NULL, winid=0, pt=Wx::DEFAULT_POSITION, origin=Wx::HelpEvent::Origin::Origin_Unknown) end
2575
2575
 
2576
2576
  # Returns the origin of the help event which is one of the {Wx::HelpEvent::Origin} values.
2577
2577
  # The application may handle events generated using the keyboard or mouse differently, e.g. by using {get_mouse_position} for the mouse events.
2578
2578
  # @see Wx::HelpEvent#set_origin
2579
- # @return [Wx::HelpEvent::Origin]
2579
+ # @return [Wx::wxHelpEvent::Origin]
2580
2580
  def get_origin; end
2581
2581
  alias_method :origin, :get_origin
2582
2582
 
@@ -2589,7 +2589,7 @@ module Wx
2589
2589
  # Set the help event origin, only used internally by wxWidgets normally.
2590
2590
  #
2591
2591
  # @see Wx::HelpEvent#get_origin
2592
- # @param origin [Wx::HelpEvent::Origin]
2592
+ # @param origin [Wx::wxHelpEvent::Origin]
2593
2593
  # @return [void]
2594
2594
  def set_origin(origin) end
2595
2595
  alias_method :origin=, :set_origin
@@ -2628,7 +2628,7 @@ module Wx
2628
2628
  class ClipboardTextEvent < CommandEvent
2629
2629
 
2630
2630
  # Constructor.
2631
- # @param commandType [Wx::AUI::AuiMDIChildFrame::EventType]
2631
+ # @param commandType [Wx::CommandLinkButton::EventType]
2632
2632
  # @param id [Integer]
2633
2633
  # @return [Wx::ClipboardTextEvent]
2634
2634
  def initialize(commandType=Wx::EVT_NULL, id=0) end
@@ -2655,7 +2655,7 @@ module Wx
2655
2655
  class ContextMenuEvent < CommandEvent
2656
2656
 
2657
2657
  # Constructor.
2658
- # @param type [Wx::AUI::AuiMDIChildFrame::EventType]
2658
+ # @param type [Wx::CommandLinkButton::EventType]
2659
2659
  # @param id [Integer]
2660
2660
  # @param pos [Array(Integer, Integer), Wx::Point]
2661
2661
  # @return [Wx::ContextMenuEvent]