wxruby3 0.9.1-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 (455) 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/controlwithitems.rb +8 -6
  24. data/lib/wx/core/menu.rb +10 -0
  25. data/lib/wx/core/notebook.rb +6 -2
  26. data/lib/wx/core/sizer.rb +11 -0
  27. data/lib/wx/core/task_bar_button.rb +19 -0
  28. data/lib/wx/core/textctrl.rb +11 -1
  29. data/lib/wx/core/{treectrl.rb → tree_ctrl.rb} +31 -12
  30. data/lib/wx/core/window.rb +10 -0
  31. data/lib/wx/doc/app.rb +48 -38
  32. data/lib/wx/doc/art_locator.rb +47 -43
  33. data/lib/wx/doc/aui/auimanager.rb +16 -8
  34. data/lib/wx/doc/aui/auinotebook.rb +20 -5
  35. data/lib/wx/doc/clipboard.rb +11 -7
  36. data/lib/wx/doc/colour_dialog.rb +14 -10
  37. data/lib/wx/doc/controlwithitems.rb +17 -7
  38. data/lib/wx/doc/data_object.rb +2 -2
  39. data/lib/wx/doc/evthandler.rb +113 -108
  40. data/lib/wx/doc/font.rb +1 -0
  41. data/lib/wx/doc/gc_dc.rb +6 -1
  42. data/lib/wx/doc/gen/about_dialog_info.rb +1 -2
  43. data/lib/wx/doc/gen/accelerator.rb +14 -5
  44. data/lib/wx/doc/gen/accessible.rb +35 -47
  45. data/lib/wx/doc/gen/activity_indicator.rb +4 -5
  46. data/lib/wx/doc/gen/animation.rb +7 -3
  47. data/lib/wx/doc/gen/animation_ctrl.rb +6 -7
  48. data/lib/wx/doc/gen/any_button.rb +6 -1
  49. data/lib/wx/doc/gen/app.rb +7 -5
  50. data/lib/wx/doc/gen/app_traits.rb +27 -10
  51. data/lib/wx/doc/gen/art_provider.rb +19 -7
  52. data/lib/wx/doc/gen/aui/aui_dock_art.rb +6 -3
  53. data/lib/wx/doc/gen/aui/aui_floating_frame.rb +1 -0
  54. data/lib/wx/doc/gen/aui/aui_manager.rb +11 -7
  55. data/lib/wx/doc/gen/aui/aui_manager_event.rb +3 -4
  56. data/lib/wx/doc/gen/aui/aui_mdi_child_frame.rb +1 -0
  57. data/lib/wx/doc/gen/aui/aui_mdi_client_window.rb +1 -0
  58. data/lib/wx/doc/gen/aui/aui_mdi_parent_frame.rb +6 -1
  59. data/lib/wx/doc/gen/aui/aui_notebook.rb +14 -8
  60. data/lib/wx/doc/gen/aui/aui_notebook_event.rb +4 -4
  61. data/lib/wx/doc/gen/aui/aui_pane_info.rb +9 -2
  62. data/lib/wx/doc/gen/aui/aui_tab_art.rb +3 -3
  63. data/lib/wx/doc/gen/aui/aui_tab_ctrl.rb +2 -2
  64. data/lib/wx/doc/gen/aui/aui_tool_bar.rb +9 -6
  65. data/lib/wx/doc/gen/aui/aui_tool_bar_art.rb +2 -2
  66. data/lib/wx/doc/gen/aui/aui_tool_bar_event.rb +5 -8
  67. data/lib/wx/doc/gen/aui/aui_tool_bar_item.rb +1 -1
  68. data/lib/wx/doc/gen/aui/event_list.rb +164 -160
  69. data/lib/wx/doc/gen/banner_window.rb +1 -1
  70. data/lib/wx/doc/gen/bitmap.rb +33 -16
  71. data/lib/wx/doc/gen/bitmap_button.rb +11 -8
  72. data/lib/wx/doc/gen/bitmap_combo_box.rb +12 -8
  73. data/lib/wx/doc/gen/book_ctrl_base.rb +16 -4
  74. data/lib/wx/doc/gen/book_ctrl_event.rb +7 -3
  75. data/lib/wx/doc/gen/box_sizer.rb +0 -1
  76. data/lib/wx/doc/gen/brush.rb +5 -2
  77. data/lib/wx/doc/gen/busy_info.rb +2 -2
  78. data/lib/wx/doc/gen/button.rb +23 -11
  79. data/lib/wx/doc/gen/calculate_layout_event.rb +1 -3
  80. data/lib/wx/doc/gen/calendar_ctrl.rb +16 -13
  81. data/lib/wx/doc/gen/calendar_date_attr.rb +1 -1
  82. data/lib/wx/doc/gen/calendar_event.rb +4 -3
  83. data/lib/wx/doc/gen/caret.rb +0 -1
  84. data/lib/wx/doc/gen/check_box.rb +7 -7
  85. data/lib/wx/doc/gen/check_list_box.rb +5 -6
  86. data/lib/wx/doc/gen/choice.rb +16 -9
  87. data/lib/wx/doc/gen/choicebook.rb +6 -7
  88. data/lib/wx/doc/gen/client_dc.rb +5 -2
  89. data/lib/wx/doc/gen/clipboard.rb +7 -3
  90. data/lib/wx/doc/gen/collapsible_pane.rb +6 -7
  91. data/lib/wx/doc/gen/collapsible_pane_event.rb +2 -3
  92. data/lib/wx/doc/gen/colour.rb +8 -4
  93. data/lib/wx/doc/gen/colour_dialog.rb +6 -8
  94. data/lib/wx/doc/gen/colour_picker_ctrl.rb +9 -10
  95. data/lib/wx/doc/gen/colour_picker_event.rb +4 -5
  96. data/lib/wx/doc/gen/combo_box.rb +16 -13
  97. data/lib/wx/doc/gen/combo_ctrl.rb +95 -32
  98. data/lib/wx/doc/gen/command_link_button.rb +4 -5
  99. data/lib/wx/doc/gen/context_help_button.rb +7 -3
  100. data/lib/wx/doc/gen/control.rb +10 -8
  101. data/lib/wx/doc/gen/control_with_items.rb +0 -1
  102. data/lib/wx/doc/gen/core.rb +4 -4
  103. data/lib/wx/doc/gen/cursor.rb +6 -8
  104. data/lib/wx/doc/gen/data_format.rb +6 -1
  105. data/lib/wx/doc/gen/data_object.rb +15 -13
  106. data/lib/wx/doc/gen/date_event.rb +2 -2
  107. data/lib/wx/doc/gen/date_picker_ctrl.rb +12 -8
  108. data/lib/wx/doc/gen/dc.rb +155 -37
  109. data/lib/wx/doc/gen/defs.rb +51 -51
  110. data/lib/wx/doc/gen/dial_up_event.rb +1 -2
  111. data/lib/wx/doc/gen/dial_up_manager.rb +13 -5
  112. data/lib/wx/doc/gen/dialog.rb +33 -13
  113. data/lib/wx/doc/gen/dir_dialog.rb +17 -5
  114. data/lib/wx/doc/gen/dir_filter_list_ctrl.rb +1 -0
  115. data/lib/wx/doc/gen/dir_picker_ctrl.rb +9 -10
  116. data/lib/wx/doc/gen/drag_drop.rb +11 -10
  117. data/lib/wx/doc/gen/drag_image.rb +6 -2
  118. data/lib/wx/doc/gen/editable_list_box.rb +2 -2
  119. data/lib/wx/doc/gen/event.rb +35 -19
  120. data/lib/wx/doc/gen/event_blocker.rb +1 -3
  121. data/lib/wx/doc/gen/event_list.rb +1656 -1652
  122. data/lib/wx/doc/gen/events.rb +162 -169
  123. data/lib/wx/doc/gen/evt_handler.rb +11 -3
  124. data/lib/wx/doc/gen/ext_help_controller.rb +1 -1
  125. data/lib/wx/doc/gen/file_ctrl.rb +19 -10
  126. data/lib/wx/doc/gen/file_ctrl_event.rb +3 -4
  127. data/lib/wx/doc/gen/file_dialog.rb +31 -14
  128. data/lib/wx/doc/gen/file_dialog_custom_control.rb +7 -0
  129. data/lib/wx/doc/gen/file_dialog_customize_hook.rb +2 -3
  130. data/lib/wx/doc/gen/file_dir_picker_event.rb +3 -4
  131. data/lib/wx/doc/gen/file_picker_ctrl.rb +8 -9
  132. data/lib/wx/doc/gen/file_system.rb +38 -15
  133. data/lib/wx/doc/gen/find_dialog_event.rb +5 -4
  134. data/lib/wx/doc/gen/find_replace_data.rb +1 -1
  135. data/lib/wx/doc/gen/find_replace_dialog.rb +1 -1
  136. data/lib/wx/doc/gen/flex_grid_sizer.rb +0 -1
  137. data/lib/wx/doc/gen/font.rb +31 -20
  138. data/lib/wx/doc/gen/font_data.rb +3 -4
  139. data/lib/wx/doc/gen/font_dialog.rb +1 -2
  140. data/lib/wx/doc/gen/font_picker_ctrl.rb +6 -7
  141. data/lib/wx/doc/gen/font_picker_event.rb +2 -3
  142. data/lib/wx/doc/gen/frame.rb +56 -15
  143. data/lib/wx/doc/gen/fs_file.rb +17 -10
  144. data/lib/wx/doc/gen/gauge.rb +11 -8
  145. data/lib/wx/doc/gen/gb_sizer_item.rb +0 -1
  146. data/lib/wx/doc/gen/gcdc.rb +1 -2
  147. data/lib/wx/doc/gen/gdi_common.rb +30 -11
  148. data/lib/wx/doc/gen/gdi_object.rb +0 -1
  149. data/lib/wx/doc/gen/generic_dir_ctrl.rb +6 -7
  150. data/lib/wx/doc/gen/graphics_context.rb +58 -11
  151. data/lib/wx/doc/gen/graphics_object.rb +11 -6
  152. data/lib/wx/doc/gen/grid/event_list.rb +168 -164
  153. data/lib/wx/doc/gen/grid/grid_cell_activatable_editor.rb +1 -0
  154. data/lib/wx/doc/gen/grid/grid_cell_attr.rb +2 -1
  155. data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_editor.rb +1 -2
  156. data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_renderer.rb +1 -1
  157. data/lib/wx/doc/gen/grid/grid_cell_bool_editor.rb +1 -2
  158. data/lib/wx/doc/gen/grid/grid_cell_bool_renderer.rb +1 -2
  159. data/lib/wx/doc/gen/grid/grid_cell_choice_editor.rb +1 -2
  160. data/lib/wx/doc/gen/grid/grid_cell_date_editor.rb +1 -1
  161. data/lib/wx/doc/gen/grid/grid_cell_date_renderer.rb +1 -1
  162. data/lib/wx/doc/gen/grid/grid_cell_date_time_renderer.rb +1 -1
  163. data/lib/wx/doc/gen/grid/grid_cell_editor.rb +1 -1
  164. data/lib/wx/doc/gen/grid/grid_cell_enum_editor.rb +1 -1
  165. data/lib/wx/doc/gen/grid/grid_cell_enum_renderer.rb +1 -1
  166. data/lib/wx/doc/gen/grid/grid_cell_float_editor.rb +1 -2
  167. data/lib/wx/doc/gen/grid/grid_cell_float_renderer.rb +1 -2
  168. data/lib/wx/doc/gen/grid/grid_cell_number_editor.rb +1 -2
  169. data/lib/wx/doc/gen/grid/grid_cell_number_renderer.rb +1 -2
  170. data/lib/wx/doc/gen/grid/grid_cell_renderer.rb +1 -1
  171. data/lib/wx/doc/gen/grid/grid_cell_string_renderer.rb +1 -2
  172. data/lib/wx/doc/gen/grid/grid_cell_text_editor.rb +1 -2
  173. data/lib/wx/doc/gen/grid/grid_ctrl.rb +27 -5
  174. data/lib/wx/doc/gen/grid/grid_editor_created_event.rb +3 -4
  175. data/lib/wx/doc/gen/grid/grid_event.rb +3 -4
  176. data/lib/wx/doc/gen/grid/grid_range_select_event.rb +3 -4
  177. data/lib/wx/doc/gen/grid/grid_size_event.rb +3 -4
  178. data/lib/wx/doc/gen/grid/grid_string_table.rb +1 -0
  179. data/lib/wx/doc/gen/grid/grid_table_base.rb +1 -2
  180. data/lib/wx/doc/gen/grid/grid_table_message.rb +1 -0
  181. data/lib/wx/doc/gen/grid_bag_sizer.rb +0 -6
  182. data/lib/wx/doc/gen/grid_sizer.rb +0 -1
  183. data/lib/wx/doc/gen/gui_event_loop.rb +2 -4
  184. data/lib/wx/doc/gen/header_ctrl.rb +4 -11
  185. data/lib/wx/doc/gen/header_ctrl_event.rb +1 -3
  186. data/lib/wx/doc/gen/help_controller.rb +3 -3
  187. data/lib/wx/doc/gen/help_provider.rb +12 -3
  188. data/lib/wx/doc/gen/html/event_list.rb +41 -37
  189. data/lib/wx/doc/gen/html/html_cell.rb +23 -6
  190. data/lib/wx/doc/gen/html/html_cell_event.rb +3 -4
  191. data/lib/wx/doc/gen/html/html_easy_printing.rb +7 -2
  192. data/lib/wx/doc/gen/html/html_help_controller.rb +8 -2
  193. data/lib/wx/doc/gen/html/html_help_data.rb +3 -1
  194. data/lib/wx/doc/gen/html/html_help_window.rb +1 -1
  195. data/lib/wx/doc/gen/html/html_link_event.rb +2 -3
  196. data/lib/wx/doc/gen/html/html_list_box.rb +5 -7
  197. data/lib/wx/doc/gen/html/html_printout.rb +1 -2
  198. data/lib/wx/doc/gen/html/html_window.rb +12 -6
  199. data/lib/wx/doc/gen/hyperlink_ctrl.rb +7 -7
  200. data/lib/wx/doc/gen/hyperlink_event.rb +2 -3
  201. data/lib/wx/doc/gen/icon.rb +5 -29
  202. data/lib/wx/doc/gen/icon_location.rb +0 -1
  203. data/lib/wx/doc/gen/image.rb +83 -17
  204. data/lib/wx/doc/gen/image_list.rb +15 -6
  205. data/lib/wx/doc/gen/info_bar.rb +2 -2
  206. data/lib/wx/doc/gen/keyboard_state.rb +0 -1
  207. data/lib/wx/doc/gen/list_box.rb +29 -17
  208. data/lib/wx/doc/gen/list_ctrl.rb +76 -29
  209. data/lib/wx/doc/gen/list_event.rb +3 -4
  210. data/lib/wx/doc/gen/listbook.rb +6 -7
  211. data/lib/wx/doc/gen/locale.rb +46 -4
  212. data/lib/wx/doc/gen/log.rb +16 -12
  213. data/lib/wx/doc/gen/mdi_client_window.rb +8 -2
  214. data/lib/wx/doc/gen/mdi_frame.rb +28 -7
  215. data/lib/wx/doc/gen/media_ctrl.rb +26 -18
  216. data/lib/wx/doc/gen/media_event.rb +5 -4
  217. data/lib/wx/doc/gen/memory_dc.rb +6 -6
  218. data/lib/wx/doc/gen/menu.rb +37 -23
  219. data/lib/wx/doc/gen/menu_bar.rb +52 -12
  220. data/lib/wx/doc/gen/menu_item.rb +41 -19
  221. data/lib/wx/doc/gen/message_dialog.rb +7 -8
  222. data/lib/wx/doc/gen/mini_frame.rb +11 -5
  223. data/lib/wx/doc/gen/mirror_dc.rb +0 -2
  224. data/lib/wx/doc/gen/mouse_state.rb +0 -1
  225. data/lib/wx/doc/gen/multi_choice_dialog.rb +7 -4
  226. data/lib/wx/doc/gen/non_owned_window.rb +1 -1
  227. data/lib/wx/doc/gen/notebook.rb +17 -9
  228. data/lib/wx/doc/gen/number_entry_dialog.rb +1 -1
  229. data/lib/wx/doc/gen/object.rb +0 -1
  230. data/lib/wx/doc/gen/paint_dc.rb +0 -1
  231. data/lib/wx/doc/gen/palette.rb +0 -1
  232. data/lib/wx/doc/gen/panel.rb +17 -8
  233. data/lib/wx/doc/gen/pen.rb +17 -8
  234. data/lib/wx/doc/gen/pg/event_list.rb +97 -93
  235. data/lib/wx/doc/gen/pg/numeric_property_validator.rb +2 -0
  236. data/lib/wx/doc/gen/pg/pg_array_editor_dialog.rb +9 -1
  237. data/lib/wx/doc/gen/pg/pg_cell.rb +8 -5
  238. data/lib/wx/doc/gen/pg/pg_editor.rb +115 -16
  239. data/lib/wx/doc/gen/pg/pg_multi_button.rb +1 -2
  240. data/lib/wx/doc/gen/pg/pg_properties.rb +515 -83
  241. data/lib/wx/doc/gen/pg/pg_property.rb +296 -69
  242. data/lib/wx/doc/gen/pg/pg_validation_info.rb +9 -4
  243. data/lib/wx/doc/gen/pg/property_grid.rb +81 -20
  244. data/lib/wx/doc/gen/pg/property_grid_event.rb +31 -9
  245. data/lib/wx/doc/gen/pg/property_grid_interface.rb +214 -36
  246. data/lib/wx/doc/gen/pg/property_grid_manager.rb +40 -10
  247. data/lib/wx/doc/gen/pg/property_grid_page.rb +26 -8
  248. data/lib/wx/doc/gen/pg/property_grid_page_state.rb +13 -4
  249. data/lib/wx/doc/gen/picker_base.rb +12 -5
  250. data/lib/wx/doc/gen/platform_info.rb +4 -9
  251. data/lib/wx/doc/gen/popup_window.rb +2 -5
  252. data/lib/wx/doc/gen/progress_dialog.rb +1 -0
  253. data/lib/wx/doc/gen/property_sheet_dialog.rb +13 -3
  254. data/lib/wx/doc/gen/prt/event_list.rb +8 -4
  255. data/lib/wx/doc/gen/prt/page_setup_dialog.rb +1 -1
  256. data/lib/wx/doc/gen/prt/post_script_dc.rb +2 -2
  257. data/lib/wx/doc/gen/prt/preview_frame.rb +1 -1
  258. data/lib/wx/doc/gen/prt/print_abort_dialog.rb +3 -0
  259. data/lib/wx/doc/gen/prt/print_data.rb +4 -3
  260. data/lib/wx/doc/gen/prt/print_dialog.rb +1 -1
  261. data/lib/wx/doc/gen/prt/printer.rb +50 -11
  262. data/lib/wx/doc/gen/prt/printer_dc.rb +1 -1
  263. data/lib/wx/doc/gen/query_layout_info_event.rb +1 -3
  264. data/lib/wx/doc/gen/radio_box.rb +9 -10
  265. data/lib/wx/doc/gen/radio_button.rb +13 -9
  266. data/lib/wx/doc/gen/rbn/event_list.rb +127 -123
  267. data/lib/wx/doc/gen/rbn/ribbon_art_provider.rb +19 -3
  268. data/lib/wx/doc/gen/rbn/ribbon_bar.rb +3 -4
  269. data/lib/wx/doc/gen/rbn/ribbon_bar_event.rb +2 -2
  270. data/lib/wx/doc/gen/rbn/ribbon_button_bar.rb +18 -6
  271. data/lib/wx/doc/gen/rbn/ribbon_button_bar_event.rb +2 -2
  272. data/lib/wx/doc/gen/rbn/ribbon_control.rb +1 -1
  273. data/lib/wx/doc/gen/rbn/ribbon_gallery.rb +4 -4
  274. data/lib/wx/doc/gen/rbn/ribbon_gallery_event.rb +2 -3
  275. data/lib/wx/doc/gen/rbn/ribbon_page.rb +1 -2
  276. data/lib/wx/doc/gen/rbn/ribbon_panel.rb +5 -4
  277. data/lib/wx/doc/gen/rbn/ribbon_panel_event.rb +2 -3
  278. data/lib/wx/doc/gen/rbn/ribbon_tool_bar.rb +2 -3
  279. data/lib/wx/doc/gen/rbn/ribbon_tool_bar_event.rb +2 -1
  280. data/lib/wx/doc/gen/rearrange_ctrl.rb +1 -2
  281. data/lib/wx/doc/gen/rearrange_list.rb +3 -4
  282. data/lib/wx/doc/gen/region.rb +75 -17
  283. data/lib/wx/doc/gen/region_iterator.rb +0 -1
  284. data/lib/wx/doc/gen/rtc/event_list.rb +116 -112
  285. data/lib/wx/doc/gen/rtc/rich_text_box.rb +3 -2
  286. data/lib/wx/doc/gen/rtc/rich_text_buffer.rb +6 -9
  287. data/lib/wx/doc/gen/rtc/rich_text_buffer_data_object.rb +1 -2
  288. data/lib/wx/doc/gen/rtc/rich_text_composite_object.rb +3 -6
  289. data/lib/wx/doc/gen/rtc/rich_text_ctrl.rb +10 -7
  290. data/lib/wx/doc/gen/rtc/rich_text_event.rb +3 -4
  291. data/lib/wx/doc/gen/rtc/rich_text_file_handler.rb +2 -4
  292. data/lib/wx/doc/gen/rtc/rich_text_formatting_dialog.rb +2 -3
  293. data/lib/wx/doc/gen/rtc/rich_text_header_footer_data.rb +3 -2
  294. data/lib/wx/doc/gen/rtc/rich_text_html_handler.rb +2 -3
  295. data/lib/wx/doc/gen/rtc/rich_text_image.rb +2 -4
  296. data/lib/wx/doc/gen/rtc/rich_text_object.rb +28 -23
  297. data/lib/wx/doc/gen/rtc/rich_text_paragraph_layout_box.rb +7 -11
  298. data/lib/wx/doc/gen/rtc/rich_text_printing.rb +2 -2
  299. data/lib/wx/doc/gen/rtc/rich_text_style_list_box.rb +5 -5
  300. data/lib/wx/doc/gen/rtc/rich_text_style_organiser_dialog.rb +1 -1
  301. data/lib/wx/doc/gen/rtc/rich_text_xml_handler.rb +2 -3
  302. data/lib/wx/doc/gen/rtc/symbol_picker_dialog.rb +1 -2
  303. data/lib/wx/doc/gen/sash_event.rb +9 -4
  304. data/lib/wx/doc/gen/sash_layout_window.rb +11 -4
  305. data/lib/wx/doc/gen/sash_window.rb +3 -4
  306. data/lib/wx/doc/gen/screen_dc.rb +0 -1
  307. data/lib/wx/doc/gen/scroll_bar.rb +19 -10
  308. data/lib/wx/doc/gen/scrolled_canvas.rb +32 -10
  309. data/lib/wx/doc/gen/scrolled_control.rb +32 -10
  310. data/lib/wx/doc/gen/scrolled_window.rb +32 -10
  311. data/lib/wx/doc/gen/search_ctrl.rb +8 -9
  312. data/lib/wx/doc/gen/simplebook.rb +1 -1
  313. data/lib/wx/doc/gen/single_choice_dialog.rb +7 -4
  314. data/lib/wx/doc/gen/sizer.rb +12 -7
  315. data/lib/wx/doc/gen/sizer_item.rb +5 -2
  316. data/lib/wx/doc/gen/slider.rb +27 -17
  317. data/lib/wx/doc/gen/spin_button.rb +15 -10
  318. data/lib/wx/doc/gen/spin_ctrl.rb +24 -9
  319. data/lib/wx/doc/gen/spin_ctrl_double.rb +6 -7
  320. data/lib/wx/doc/gen/spin_double_event.rb +3 -4
  321. data/lib/wx/doc/gen/spin_event.rb +3 -3
  322. data/lib/wx/doc/gen/splash_screen.rb +1 -2
  323. data/lib/wx/doc/gen/splitter_event.rb +3 -4
  324. data/lib/wx/doc/gen/splitter_window.rb +76 -18
  325. data/lib/wx/doc/gen/static_bitmap.rb +10 -5
  326. data/lib/wx/doc/gen/static_box.rb +9 -7
  327. data/lib/wx/doc/gen/static_box_sizer.rb +0 -2
  328. data/lib/wx/doc/gen/static_line.rb +3 -4
  329. data/lib/wx/doc/gen/static_text.rb +5 -6
  330. data/lib/wx/doc/gen/status_bar.rb +19 -9
  331. data/lib/wx/doc/gen/stc/event_list.rb +212 -208
  332. data/lib/wx/doc/gen/stc/styled_text_ctrl.rb +39 -13
  333. data/lib/wx/doc/gen/stc/styled_text_event.rb +5 -6
  334. data/lib/wx/doc/gen/std_dialog_button_sizer.rb +0 -1
  335. data/lib/wx/doc/gen/svg_file_dc.rb +7 -8
  336. data/lib/wx/doc/gen/system_options.rb +6 -6
  337. data/lib/wx/doc/gen/system_settings.rb +2 -3
  338. data/lib/wx/doc/gen/task_bar_button.rb +312 -0
  339. data/lib/wx/doc/gen/task_bar_icon.rb +21 -8
  340. data/lib/wx/doc/gen/task_bar_icon_event.rb +4 -3
  341. data/lib/wx/doc/gen/text_attr.rb +20 -5
  342. data/lib/wx/doc/gen/text_ctrl.rb +90 -25
  343. data/lib/wx/doc/gen/text_entry.rb +31 -11
  344. data/lib/wx/doc/gen/text_entry_dialog.rb +2 -2
  345. data/lib/wx/doc/gen/text_validator.rb +43 -10
  346. data/lib/wx/doc/gen/time_picker_ctrl.rb +5 -6
  347. data/lib/wx/doc/gen/timer.rb +6 -2
  348. data/lib/wx/doc/gen/timer_event.rb +1 -2
  349. data/lib/wx/doc/gen/tip_provider.rb +1 -1
  350. data/lib/wx/doc/gen/toggle_button.rb +5 -6
  351. data/lib/wx/doc/gen/tool_bar.rb +98 -25
  352. data/lib/wx/doc/gen/tool_tip.rb +35 -5
  353. data/lib/wx/doc/gen/toolbook.rb +3 -4
  354. data/lib/wx/doc/gen/top_level_window.rb +69 -23
  355. data/lib/wx/doc/gen/tree_ctrl.rb +40 -16
  356. data/lib/wx/doc/gen/tree_event.rb +3 -4
  357. data/lib/wx/doc/gen/treebook.rb +7 -4
  358. data/lib/wx/doc/gen/ui_action_simulator.rb +6 -2
  359. data/lib/wx/doc/gen/utils.rb +39 -7
  360. data/lib/wx/doc/gen/v_list_box.rb +6 -2
  361. data/lib/wx/doc/gen/v_scrolled_window.rb +6 -4
  362. data/lib/wx/doc/gen/validator.rb +1 -1
  363. data/lib/wx/doc/gen/variant.rb +1 -0
  364. data/lib/wx/doc/gen/window.rb +195 -45
  365. data/lib/wx/doc/gen/window_dc.rb +0 -1
  366. data/lib/wx/doc/gen/window_disabler.rb +5 -2
  367. data/lib/wx/doc/gen/with_images.rb +6 -1
  368. data/lib/wx/doc/gen/wizard.rb +4 -4
  369. data/lib/wx/doc/gen/wizard_event.rb +3 -4
  370. data/lib/wx/doc/gen/wizard_page.rb +2 -2
  371. data/lib/wx/doc/gen/wizard_page_simple.rb +1 -1
  372. data/lib/wx/doc/gen/wrap_sizer.rb +0 -1
  373. data/lib/wx/doc/gen/xml_node.rb +19 -4
  374. data/lib/wx/doc/gen/xml_resource.rb +18 -5
  375. data/lib/wx/doc/graphics_context.rb +1 -0
  376. data/lib/wx/doc/grid/grid.rb +22 -1
  377. data/lib/wx/doc/help_controller.rb +11 -7
  378. data/lib/wx/doc/html/html_help_controller.rb +12 -4
  379. data/lib/wx/doc/list_ctrl.rb +33 -29
  380. data/lib/wx/doc/menu.rb +20 -0
  381. data/lib/wx/doc/notebook.rb +21 -0
  382. data/lib/wx/doc/pg/events.rb +13 -9
  383. data/lib/wx/doc/pg/pg_property.rb +18 -0
  384. data/lib/wx/doc/progress_dialog.rb +36 -32
  385. data/lib/wx/doc/prt/page_setup_dialog.rb +20 -12
  386. data/lib/wx/doc/prt/print_data.rb +13 -5
  387. data/lib/wx/doc/prt/print_dialog.rb +31 -23
  388. data/lib/wx/doc/prt/printer.rb +20 -12
  389. data/lib/wx/doc/radio_box.rb +19 -15
  390. data/lib/wx/doc/rbn/ribbon_bar.rb +13 -5
  391. data/lib/wx/doc/rbn/ribbon_button_bar.rb +13 -5
  392. data/lib/wx/doc/rbn/ribbon_gallery.rb +13 -5
  393. data/lib/wx/doc/rbn/ribbon_tool_bar.rb +13 -5
  394. data/lib/wx/doc/region_iterator.rb +32 -28
  395. data/lib/wx/doc/rtc/rich_text_composite_object.rb +24 -0
  396. data/lib/wx/doc/rtc/rich_text_ctrl.rb +24 -0
  397. data/lib/wx/doc/rtc/rich_text_paragraph.rb +24 -0
  398. data/lib/wx/doc/rtc/richtext_buffer.rb +27 -19
  399. data/lib/wx/doc/rtc/richtext_printing.rb +17 -9
  400. data/lib/wx/doc/rtc/richtext_style_sheet.rb +17 -9
  401. data/lib/wx/doc/sizer.rb +20 -0
  402. data/lib/wx/doc/stc/styled_text_ctrl.rb +24 -0
  403. data/lib/wx/doc/stream.rb +39 -35
  404. data/lib/wx/doc/system_settings.rb +30 -26
  405. data/lib/wx/doc/text_validator.rb +12 -8
  406. data/lib/wx/doc/textctrl.rb +16 -0
  407. data/lib/wx/doc/tree_ctrl.rb +95 -0
  408. data/lib/wx/doc/treebook.rb +9 -5
  409. data/lib/wx/doc/v_list_box.rb +9 -5
  410. data/lib/wx/doc/variant.rb +164 -160
  411. data/lib/wx/doc/window.rb +57 -47
  412. data/lib/wx/doc/window_disabler.rb +10 -6
  413. data/lib/wx/grid/grid.rb +27 -4
  414. data/lib/wx/pg/pg_property.rb +22 -0
  415. data/lib/wx/rtc/require.rb +3 -0
  416. data/lib/wx/rtc/rich_text_composite_object.rb +25 -0
  417. data/lib/wx/rtc/rich_text_ctrl.rb +25 -0
  418. data/lib/wx/rtc/rich_text_paragraph.rb +25 -0
  419. data/lib/wx/stc/require.rb +1 -0
  420. data/lib/wx/stc/styled_text_ctrl.rb +25 -0
  421. data/lib/wx/version.rb +1 -1
  422. data/lib/wxruby_aui.so +0 -0
  423. data/lib/wxruby_core.so +0 -0
  424. data/lib/wxruby_grid.so +0 -0
  425. data/lib/wxruby_html.so +0 -0
  426. data/lib/wxruby_pg.so +0 -0
  427. data/lib/wxruby_prt.so +0 -0
  428. data/lib/wxruby_rbn.so +0 -0
  429. data/lib/wxruby_rtc.so +0 -0
  430. data/lib/wxruby_stc.so +0 -0
  431. data/rakelib/lib/config/linux.rb +0 -3
  432. data/rakelib/lib/config/macosx.rb +2 -2
  433. data/rakelib/lib/config/mingw.rb +1 -1
  434. data/rakelib/lib/config/unixish.rb +1 -1
  435. data/rakelib/lib/config.rb +14 -4
  436. data/rakelib/yard/templates/default/fulldoc/html/css/wxruby3.css +74 -2
  437. data/rakelib/yard/templates/default/fulldoc/html/full_list.erb +38 -0
  438. data/rakelib/yard/templates/default/fulldoc/html/setup.rb +39 -0
  439. data/rakelib/yard/templates/default/tags/html/wxrb_require.erb +10 -0
  440. data/rakelib/yard/templates/default/tags/setup.rb +16 -0
  441. data/rakelib/yard/yard-custom-templates.rb +3 -0
  442. data/samples/treectrl/treectrl.rb +1 -1
  443. data/tests/media/beep_lo.wav +0 -0
  444. data/tests/test_list_ctrl.rb +1 -1
  445. data/tests/test_media_ctrl.rb +38 -0
  446. data/tests/test_menu.rb +69 -0
  447. data/tests/test_pg.rb +27 -0
  448. data/tests/test_richtext.rb +45 -0
  449. data/tests/test_sizer.rb +16 -0
  450. data/tests/test_std_controls.rb +42 -1
  451. data/tests/test_styled_text_ctrl.rb +46 -0
  452. data/tests/test_tree_ctrl.rb +138 -0
  453. data/tests/test_window.rb +12 -0
  454. data/tests/testapp_noframe.rb +1 -1
  455. metadata +28 -3
@@ -5,13 +5,23 @@
5
5
  # :startdoc:
6
6
 
7
7
 
8
- class Wx::ControlWithItems
8
+ module Wx
9
9
 
10
- # Returns true if the items in the control are sorted
11
- # (style Wx::LB_SORT for list boxes or Wx::CB_SORT for combo boxes).
12
- # This method is mostly meant for internal use only.
13
- # @return [Boolean] true is sorted, false otherwise
14
- def is_sorted; end
15
- alias :sorted? :is_sorted
10
+ class ControlWithItems
11
+
12
+ # Yield each string to the given block.
13
+ # Returns an Enumerator if no block given.
14
+ # @yieldparam [String] string the string yielded
15
+ # @return [Object,Enumerator] last result of block or Enumerator if no block given.
16
+ def each_string; end
17
+
18
+ # Returns true if the items in the control are sorted
19
+ # (style Wx::LB_SORT for list boxes or Wx::CB_SORT for combo boxes).
20
+ # This method is mostly meant for internal use only.
21
+ # @return [Boolean] true is sorted, false otherwise
22
+ def is_sorted; end
23
+ alias :sorted? :is_sorted
24
+
25
+ end
16
26
 
17
27
  end
@@ -27,7 +27,7 @@ module Wx
27
27
  # so the number of virtual functions to be implemented is reduced.
28
28
  # This class is the base class for {Wx::TextDataObject}, {Wx::FileDataObject}, {Wx::BitmapDataObject},
29
29
  # {Wx::wxCustomDataObject} and others.
30
- # ===
30
+ #
31
31
  #
32
32
  # Category: Clipboard and Drag & Drop
33
33
  # @see Drag and Drop Overview
@@ -74,7 +74,7 @@ module Wx
74
74
  # The objects which may be set must override {Wx::DataObjectSimpleBase#_set_data} (which
75
75
  # returns <code>false</code>).
76
76
  # Of course, the objects supporting both operations must override all three methods.
77
- # ===
77
+ #
78
78
  #
79
79
  # Category: Clipboard and Drag & Drop
80
80
  # @see Drag and Drop Overview
@@ -9,112 +9,117 @@
9
9
 
10
10
 
11
11
 
12
- class Wx::EvtHandler
13
-
14
- # Removes all (Ruby) installed EventFilter-s.
15
- # @return [void]
16
- def self.clear_filters; end
17
-
18
- # Public method to register the mapping of a custom event type
19
- # +konstant+ (which should be a unique integer; one will be created if
20
- # not supplied) to a custom event class +klass+. If +meth+ and +arity+
21
- # are given, a convenience evt_handler method called +meth+ will be
22
- # created, which accepts +arity+ arguments (specify both or neither).
23
- # @param klass [Class] event class
24
- # @param konstant [Integer] unique event type id (if nil a unique value will be autogenerated)
25
- # @param meth [String,Symbol] optional event handler method name
26
- # @param arity [Integer] event handler method arity (should be 0, 1 or 2 if not nil)
27
- # @return [Integer] unique event type id
28
- def self.register_class(klass, konstant = nil, meth = nil, arity = nil) end
29
-
30
- def connect(first_id, last_id, evt_type, handler) end
31
-
32
- def disconnect(first_id, last_id, evt_spec) end
33
-
34
- # Processes an event, searching event tables and calling zero or more suitable event handler function(s).
35
- #
36
- # Normally, your application would not call this function: it is called in the wxWidgets implementation to
37
- # dispatch incoming user interface events to the framework (and application).
38
- #
39
- # However, you might need to call it if implementing new functionality (such as a new control) where you
40
- # define new event types, as opposed to allowing the user to override virtual functions.
41
- #
42
- # In wxRuby this method can not be effectively overridden.
43
- # In order to override default event processing define a try_before(event) or try_after(event) method
44
- # as member of a derived EvtHandler class.
45
- #
46
- # The normal order of event table searching is as follows:
47
- #
48
- # 1. {Wx::App#filter_event} is called. If it returns anything but -1 (default) the processing stops here.
49
- # 2. #try_before (if it exists, otherwise the C++ default implementation) is called (this is where {Wx::Validator} are taken into account for {Wx::Window} objects). If this returns true, the function exits.
50
- # 3. If the object is disabled (via a call to {Wx::EvtHandler#set_evt_handler_enabled}) the function skips to step (7).
51
- # 4. Dynamic event table of the handlers bound using Bind<>() is searched in the most-recently-bound to the most-early-bound order. If a handler is found, it is executed and the function returns true unless the handler used {Wx::Event#skip} to indicate that it didn't handle the event in which case the search continues.
52
- # 5. Static events table of the handlers bound using event table macros is searched for this event handler in the order of appearance of event table macros in the source code. If this fails, the base class event table is tried, and so on until no more tables exist or an appropriate function was found. If a handler is found, the same logic as in the previous step applies.
53
- # 6. The search is applied down the entire chain of event handlers (usually the chain has a length of one). This chain can be formed using {Wx::EvtHandler#set_next_handler}
54
- # Note that in the case of Wx::Window you can build a stack of event handlers (see {Wx::Window#push_event_handler} for more info). If any of the handlers of the chain return true, the function exits.
55
- # 7. #try_after (if it exists, otherwise the C++ default implementation) is called: for the {Wx::Window} object this may propagate the event to the window parent (recursively). If the event is still not processed, {#process_event} on the {Wx::THE_APP} object is called as the last step.
56
- #
57
- # Notice that steps (2)-(6) are performed in {#process_event_locally} which is called by this function.
58
- #
59
- # @param event [Wx::Event] Event to process.
60
- # @return [true,false] true if event has been processed
61
- def process_event(event) end
62
-
63
- # Process a command, supplying the window identifier, command event identifier, and member function or proc.
64
- # @param [Integer] id window identifier
65
- # @param [Integer] evt_id event type identifier
66
- # @param [String,Symbol,Method,Proc] meth (name of) method or event handling proc
67
- # @yieldparam [Wx::CommandEvent] event event to handle
68
- def evt_command(id, evt_id, meth = nil, &block) end
69
-
70
- # Process a command for a range of window identifiers, supplying the minimum and maximum window identifiers, command event identifier, and member function or proc.
71
- # @param [Integer] id1 minimum window identifier
72
- # @param [Integer] id2 maximum window identifier
73
- # @param [Integer] evt_id event type identifier
74
- # @param [String,Symbol,Method,Proc] meth (name of) method or event handling proc
75
- # @yieldparam [Wx::CommandEvent] event event to handle
76
- def evt_command_range(id1, id2, evt_id, meth = nil, &block) end
77
-
78
- # Convenience evt_handler to listen to all mouse events.
79
- # @yieldparam [Wx::MouseEvent] event event to handle
80
- def evt_mouse_events(*args, &block) end
81
-
82
- # Convenience evt handler to listen to all scrollwin events
83
- # (from Wx::ScrolledWindow).
84
- # @param [String,Symbol,Method,Proc] meth (name of) method or event handling proc
85
- # @yieldparam [Wx::ScrollWinEvent] event event to handle
86
- def evt_scrollwin(meth = nil, &block) end
87
-
88
- # Convenience evt handler to listen to all scroll events
89
- # (from Wx::Slider and Wx::ScrollBar).
90
- # @param [String,Symbol,Method,Proc] meth (name of) method or event handling proc
91
- # @yieldparam [Wx::ScrollWinEvent] event event to handle
92
- def evt_scroll(meth = nil, &block) end
93
-
94
- # Convenience evt handler to listen to all scroll events
95
- # (from Wx::Slider and Wx::ScrollBar) with an id.
96
- # @param [Integer] id window identifier
97
- # @param [String,Symbol,Method,Proc] meth (name of) method or event handling proc
98
- # @yieldparam [Wx::ScrollWinEvent] event event to handle
99
- def evt_scroll_command(id, meth = nil, &block) end
100
-
101
- # Processes Wx::WindowDestroyEvent events.
102
- # In wxRuby Wx::Event#skipped will be forced to true after the provided
103
- # handler has finished to make sure the event is propagated as it is
104
- # required that Wx::App gets to handle the event in the end.
105
- # @yieldparam [Wx::WindowDestroyEvent] event event to handle
106
- def evt_window_destroy(&block) end
107
-
108
- # Processes {Wx::EVT_TIMER} events. See {Wx::TimerEvent}.
109
- # @param [Integer,Wx::Enum,Wx::Timer] id timer id
110
- # @param [String,Symbol,Method,Proc] meth (name of) method or event handling proc
111
- # @yieldparam [Wx::TimerEvent] event the event to handle
112
- def evt_timer(id, meth = nil, &block) end
113
-
114
- # Schedule a call for asynchronous execution (at idle time).
115
- # @param meth [Symbol,String,Method,Proc] (name of) method or proc to call
116
- # @param args [Array<Object>] optional arguments to pass to the call
117
- # @return [void]
118
- # @yield [*args] optional arguments
119
- def call_after(meth = nil, *args, &block) end
12
+ module Wx
13
+
14
+ class EvtHandler
15
+
16
+ # Removes all (Ruby) installed EventFilter-s.
17
+ # @return [void]
18
+ def self.clear_filters; end
19
+
20
+ # Public method to register the mapping of a custom event type
21
+ # +konstant+ (which should be a unique integer; one will be created if
22
+ # not supplied) to a custom event class +klass+. If +meth+ and +arity+
23
+ # are given, a convenience evt_handler method called +meth+ will be
24
+ # created, which accepts +arity+ arguments (specify both or neither).
25
+ # @param klass [Class] event class
26
+ # @param konstant [Integer] unique event type id (if nil a unique value will be autogenerated)
27
+ # @param meth [String,Symbol] optional event handler method name
28
+ # @param arity [Integer] event handler method arity (should be 0, 1 or 2 if not nil)
29
+ # @return [Integer] unique event type id
30
+ def self.register_class(klass, konstant = nil, meth = nil, arity = nil) end
31
+
32
+ def connect(first_id, last_id, evt_type, handler) end
33
+
34
+ def disconnect(first_id, last_id, evt_spec) end
35
+
36
+ # Processes an event, searching event tables and calling zero or more suitable event handler function(s).
37
+ #
38
+ # Normally, your application would not call this function: it is called in the wxWidgets implementation to
39
+ # dispatch incoming user interface events to the framework (and application).
40
+ #
41
+ # However, you might need to call it if implementing new functionality (such as a new control) where you
42
+ # define new event types, as opposed to allowing the user to override virtual functions.
43
+ #
44
+ # In wxRuby this method can not be effectively overridden.
45
+ # In order to override default event processing define a try_before(event) or try_after(event) method
46
+ # as member of a derived EvtHandler class.
47
+ #
48
+ # The normal order of event table searching is as follows:
49
+ #
50
+ # 1. {Wx::App#filter_event} is called. If it returns anything but -1 (default) the processing stops here.
51
+ # 2. #try_before (if it exists, otherwise the C++ default implementation) is called (this is where {Wx::Validator} are taken into account for {Wx::Window} objects). If this returns true, the function exits.
52
+ # 3. If the object is disabled (via a call to {Wx::EvtHandler#set_evt_handler_enabled}) the function skips to step (7).
53
+ # 4. Dynamic event table of the handlers bound using Bind<>() is searched in the most-recently-bound to the most-early-bound order. If a handler is found, it is executed and the function returns true unless the handler used {Wx::Event#skip} to indicate that it didn't handle the event in which case the search continues.
54
+ # 5. Static events table of the handlers bound using event table macros is searched for this event handler in the order of appearance of event table macros in the source code. If this fails, the base class event table is tried, and so on until no more tables exist or an appropriate function was found. If a handler is found, the same logic as in the previous step applies.
55
+ # 6. The search is applied down the entire chain of event handlers (usually the chain has a length of one). This chain can be formed using {Wx::EvtHandler#set_next_handler}
56
+ # Note that in the case of Wx::Window you can build a stack of event handlers (see {Wx::Window#push_event_handler} for more info). If any of the handlers of the chain return true, the function exits.
57
+ # 7. #try_after (if it exists, otherwise the C++ default implementation) is called: for the {Wx::Window} object this may propagate the event to the window parent (recursively). If the event is still not processed, {#process_event} on the {Wx::THE_APP} object is called as the last step.
58
+ #
59
+ # Notice that steps (2)-(6) are performed in {#process_event_locally} which is called by this function.
60
+ #
61
+ # @param event [Wx::Event] Event to process.
62
+ # @return [true,false] true if event has been processed
63
+ def process_event(event) end
64
+
65
+ # Process a command, supplying the window identifier, command event identifier, and member function or proc.
66
+ # @param [Integer] id window identifier
67
+ # @param [Integer] evt_id event type identifier
68
+ # @param [String,Symbol,Method,Proc] meth (name of) method or event handling proc
69
+ # @yieldparam [Wx::CommandEvent] event event to handle
70
+ def evt_command(id, evt_id, meth = nil, &block) end
71
+
72
+ # Process a command for a range of window identifiers, supplying the minimum and maximum window identifiers, command event identifier, and member function or proc.
73
+ # @param [Integer] id1 minimum window identifier
74
+ # @param [Integer] id2 maximum window identifier
75
+ # @param [Integer] evt_id event type identifier
76
+ # @param [String,Symbol,Method,Proc] meth (name of) method or event handling proc
77
+ # @yieldparam [Wx::CommandEvent] event event to handle
78
+ def evt_command_range(id1, id2, evt_id, meth = nil, &block) end
79
+
80
+ # Convenience evt_handler to listen to all mouse events.
81
+ # @yieldparam [Wx::MouseEvent] event event to handle
82
+ def evt_mouse_events(*args, &block) end
83
+
84
+ # Convenience evt handler to listen to all scrollwin events
85
+ # (from Wx::ScrolledWindow).
86
+ # @param [String,Symbol,Method,Proc] meth (name of) method or event handling proc
87
+ # @yieldparam [Wx::ScrollWinEvent] event event to handle
88
+ def evt_scrollwin(meth = nil, &block) end
89
+
90
+ # Convenience evt handler to listen to all scroll events
91
+ # (from Wx::Slider and Wx::ScrollBar).
92
+ # @param [String,Symbol,Method,Proc] meth (name of) method or event handling proc
93
+ # @yieldparam [Wx::ScrollWinEvent] event event to handle
94
+ def evt_scroll(meth = nil, &block) end
95
+
96
+ # Convenience evt handler to listen to all scroll events
97
+ # (from Wx::Slider and Wx::ScrollBar) with an id.
98
+ # @param [Integer] id window identifier
99
+ # @param [String,Symbol,Method,Proc] meth (name of) method or event handling proc
100
+ # @yieldparam [Wx::ScrollWinEvent] event event to handle
101
+ def evt_scroll_command(id, meth = nil, &block) end
102
+
103
+ # Processes Wx::WindowDestroyEvent events.
104
+ # In wxRuby Wx::Event#skipped will be forced to true after the provided
105
+ # handler has finished to make sure the event is propagated as it is
106
+ # required that Wx::App gets to handle the event in the end.
107
+ # @yieldparam [Wx::WindowDestroyEvent] event event to handle
108
+ def evt_window_destroy(&block) end
109
+
110
+ # Processes {Wx::EVT_TIMER} events. See {Wx::TimerEvent}.
111
+ # @param [Integer,Wx::Enum,Wx::Timer] id timer id
112
+ # @param [String,Symbol,Method,Proc] meth (name of) method or event handling proc
113
+ # @yieldparam [Wx::TimerEvent] event the event to handle
114
+ def evt_timer(id, meth = nil, &block) end
115
+
116
+ # Schedule a call for asynchronous execution (at idle time).
117
+ # @param meth [Symbol,String,Method,Proc] (name of) method or proc to call
118
+ # @param args [Array<Object>] optional arguments to pass to the call
119
+ # @return [void]
120
+ # @yield [*args] optional arguments
121
+ def call_after(meth = nil, *args, &block) end
122
+
123
+ end
124
+
120
125
  end
data/lib/wx/doc/font.rb CHANGED
@@ -6,6 +6,7 @@
6
6
 
7
7
 
8
8
  module Wx
9
+
9
10
  class Font
10
11
 
11
12
  # @overload find_or_create_font(point_size, family, style, weight, underline=false, facename='', encoding=Wx::FontEncoding::FONTENCODING_DEFAULT)
data/lib/wx/doc/gc_dc.rb CHANGED
@@ -14,10 +14,15 @@ module Wx
14
14
  # Creates a Wx::GCDC instance for target and
15
15
  # passes the instance to the given block to draw on.
16
16
  # @overload draw_on(dc)
17
- # @param [Wx::WindowDC,Wx::MemoryDC,Wx::PrinterDC] target DC to draw on
17
+ # @param [Wx::WindowDC,Wx::MemoryDC] target DC to draw on
18
18
  # @yieldparam [Wx::GCDC] dc GCDC instance to draw on
19
19
  # @return [Object] result from block
20
20
  # @overload draw_on(dc)
21
+ # @param [Wx::PrinterDC] target DC to draw on
22
+ # @yieldparam [Wx::GCDC] dc GCDC instance to draw on
23
+ # @return [Object] result from block
24
+ # @wxrb_require USE_PRINTING_ARCHITECTURE,WXMSW|WXOSX|USE_GTKPRINT
25
+ # @overload draw_on(gc)
21
26
  # @param [Wx::GraphicsContext] gc GraphicsContext to draw on
22
27
  # @yieldparam [Wx::GCDC] dc GCDC instance to draw on
23
28
  # @return [Object] result from block
@@ -55,14 +55,13 @@ module Wx
55
55
  # end
56
56
  # ```
57
57
  #
58
- # ===
59
- #
60
58
  # Category: Common Dialogs, Data Structures
61
59
  # @see Wx::AboutDialogInfo#set_artists
62
60
  #
63
61
  #
64
62
  #
65
63
  # @note This class is <b>untracked</b> and should not be derived from nor instances extended!
64
+ # @wxrb_require USE_ABOUTDLG
66
65
  class AboutDialogInfo < ::Object
67
66
 
68
67
  # Default constructor leaves all fields are initially uninitialized, in general you should call at least {Wx::AboutDialogInfo#set_version}, {Wx::AboutDialogInfo#set_copyright} and {Wx::AboutDialogInfo#set_description}.
@@ -10,6 +10,7 @@ module Wx
10
10
  #
11
11
  #
12
12
  #
13
+ # @wxrb_require USE_ACCEL
13
14
  class AcceleratorEntryFlags < Wx::Enum
14
15
 
15
16
  # no modifiers
@@ -43,13 +44,12 @@ module Wx
43
44
  NULL_ACCELERATOR_TABLE = nil
44
45
 
45
46
  # An object used by an application wishing to create an accelerator table (see {Wx::AcceleratorTable}).
46
- # ===
47
- #
48
47
  # Category: Data Structures
49
48
  # @see Wx::AcceleratorTable
50
49
  # @see Wx::Window#set_accelerator_table
51
50
  #
52
51
  #
52
+ # @wxrb_require USE_ACCEL
53
53
  class AcceleratorEntry < ::Object
54
54
 
55
55
  # @overload initialize(flags=0, keyCode=0, cmd=0, item=nil)
@@ -134,9 +134,11 @@ module Wx
134
134
  # frame.accelerator_table = Wx::AcceleratorTable[entries]
135
135
  # ```
136
136
  #
137
- # An accelerator takes precedence over normal processing and can be a convenient way to program some event handling. For example, you can use an accelerator table to enable a dialog with a multi-line text control to accept CTRL-Enter as meaning 'OK'.
138
- #
139
- # ===
137
+ # <div class="wxrb-remark">
138
+ # <b>Remark:</b>
139
+ # <p>An accelerator takes precedence over normal processing and can be a convenient way to program some event handling. For example, you can use an accelerator table to enable a dialog with a multi-line text control to accept CTRL-Enter as meaning 'OK'.
140
+ # </p>
141
+ # </div>>
140
142
  #
141
143
  # Category: Data Structures
142
144
  # Predefined objects/pointers: {Wx::NULL_ACCELERATOR_TABLE}
@@ -144,6 +146,7 @@ module Wx
144
146
  # @see Wx::Window#set_accelerator_table
145
147
  #
146
148
  #
149
+ # @wxrb_require USE_ACCEL
147
150
  class AcceleratorTable < Object
148
151
 
149
152
  # @overload initialize()
@@ -153,6 +156,12 @@ module Wx
153
156
  # Initializes the accelerator table from an array of {Wx::AcceleratorEntry}.
154
157
  # @param entries [Array<Wx::AcceleratorEntry>] The array of entries.
155
158
  # @return [Wx::AcceleratorTable]
159
+ # @overload initialize(resource)
160
+ # Loads the accelerator table from a Windows resource (Windows only).
161
+ # Availability: only available for the WXMSW port.
162
+ # @param resource [String] Name of a Windows accelerator.
163
+ # @return [Wx::AcceleratorTable]
164
+ # @wxrb_require WXMSW
156
165
  def initialize(*args) end
157
166
 
158
167
  # Returns true if the accelerator table is valid.
@@ -217,6 +217,7 @@ module Wx
217
217
  #
218
218
  #
219
219
  #
220
+ # @wxrb_require USE_ACCESSIBILITY
220
221
  class AccStatus < Wx::Enum
221
222
 
222
223
  # The function failed.
@@ -249,6 +250,7 @@ module Wx
249
250
  #
250
251
  #
251
252
  #
253
+ # @wxrb_require USE_ACCESSIBILITY
252
254
  class NavDir < Wx::Enum
253
255
 
254
256
  # Navigate to the first child of the object.
@@ -289,6 +291,7 @@ module Wx
289
291
  #
290
292
  #
291
293
  #
294
+ # @wxrb_require USE_ACCESSIBILITY
292
295
  class AccRole < Wx::Enum
293
296
 
294
297
  #
@@ -545,6 +548,7 @@ module Wx
545
548
  #
546
549
  #
547
550
  #
551
+ # @wxrb_require USE_ACCESSIBILITY
548
552
  class AccObject < Wx::Enum
549
553
 
550
554
  #
@@ -601,6 +605,7 @@ module Wx
601
605
  #
602
606
  #
603
607
  #
608
+ # @wxrb_require USE_ACCESSIBILITY
604
609
  class AccSelectionFlags < Wx::Enum
605
610
 
606
611
  # No action is performed.
@@ -638,13 +643,13 @@ module Wx
638
643
  # Most functions work with an object id, which can be zero to refer to 'this' UI element, or greater than zero to refer to the nth child element. This allows you to specify elements that don't have a corresponding {Wx::Window} or {Wx::Accessible}; for example, the sash of a splitter window.
639
644
  # For details on the semantics of functions and types, please refer to the Microsoft Active Accessibility 1.2 documentation.
640
645
  # This class is compiled into wxWidgets only if the {Wx::Setup::USE_ACCESSIBILITY} setup symbol is set to 1.
641
- # Availability: only available for the wxMSW port. {Wx::msw}
642
- # ===
646
+ # Availability: only available for the WXMSW port.
643
647
  #
644
648
  # Category: {Wx::Miscellaneous}
645
649
  # @see Accessibility Sample
646
650
  #
647
651
  #
652
+ # @wxrb_require USE_ACCESSIBILITY
648
653
  class Accessible < Object
649
654
 
650
655
  # Constructor, taking an optional window.
@@ -663,54 +668,46 @@ module Wx
663
668
  # Gets the specified child (starting from 1).
664
669
  # If child is NULL and the return value is {Wx::AccStatus::ACC_OK}, this means that the child is a simple element and not an accessible object.
665
670
  # @param childId [Integer]
666
- # @param child [Wx::Accessible]
667
- # @return [Wx::AccStatus]
668
- def get_child(childId, child) end
671
+ # @return [Array(Wx::AccStatus,Wx::Accessible)]
672
+ def get_child(childId) end
669
673
  alias_method :child, :get_child
670
674
 
671
675
  # Returns the number of children in childCount.
672
- # @param childCount [int]
673
- # @return [Wx::AccStatus]
674
- def get_child_count(childCount) end
676
+ # @return [Array(Wx::AccStatus,Integer)]
677
+ def get_child_count; end
675
678
  alias_method :child_count, :get_child_count
676
679
 
677
680
  # Gets the default action for this object (0) or a child (greater than 0).
678
681
  # Return {Wx::AccStatus::ACC_OK} even if there is no action. actionName is the action, or the empty string if there is no action. The retrieved string describes the action that is performed on an object, not what the object does as a result. For example, a toolbar button that prints a document has a default action of "Press" rather than "Prints
679
682
  # the current document."
680
683
  # @param childId [Integer]
681
- # @param actionName [String]
682
- # @return [Wx::AccStatus]
683
- def get_default_action(childId, actionName) end
684
+ # @return [Array(Wx::AccStatus,String)]
685
+ def get_default_action(childId) end
684
686
  alias_method :default_action, :get_default_action
685
687
 
686
688
  # Returns the description for this object or a child.
687
689
  # @param childId [Integer]
688
- # @param description [String]
689
- # @return [Wx::AccStatus]
690
- def get_description(childId, description) end
690
+ # @return [Array(Wx::AccStatus,String)]
691
+ def get_description(childId) end
691
692
  alias_method :description, :get_description
692
693
 
693
694
  # Gets the window with the keyboard focus.
694
695
  # If childId is 0 and child is NULL, no object in this subhierarchy has the focus. If this object has the focus, child should be 'this'.
695
- # @param childId [int]
696
- # @param child [Wx::Accessible]
697
- # @return [Wx::AccStatus]
698
- def get_focus(childId, child) end
696
+ # @return [Array(Wx::AccStatus,Integer,Wx::Accessible)]
697
+ def get_focus; end
699
698
  alias_method :focus, :get_focus
700
699
 
701
700
  # Returns help text for this object or a child, similar to tooltip text.
702
701
  # @param childId [Integer]
703
- # @param helpText [String]
704
- # @return [Wx::AccStatus]
705
- def get_help_text(childId, helpText) end
702
+ # @return [Array(Wx::AccStatus,String)]
703
+ def get_help_text(childId) end
706
704
  alias_method :help_text, :get_help_text
707
705
 
708
706
  # Returns the keyboard shortcut for this object or child.
709
707
  # Returns e.g. ALT+K.
710
708
  # @param childId [Integer]
711
- # @param shortcut [String]
712
- # @return [Wx::AccStatus]
713
- def get_keyboard_shortcut(childId, shortcut) end
709
+ # @return [Array(Wx::AccStatus,String)]
710
+ def get_keyboard_shortcut(childId) end
714
711
  alias_method :keyboard_shortcut, :get_keyboard_shortcut
715
712
 
716
713
  # Returns the rectangle for this object (id is 0) or a child element (id is greater than 0).
@@ -723,23 +720,20 @@ module Wx
723
720
 
724
721
  # Gets the name of the specified object.
725
722
  # @param childId [Integer]
726
- # @param name [String]
727
- # @return [Wx::AccStatus]
728
- def get_name(childId, name) end
723
+ # @return [Array(Wx::AccStatus,String)]
724
+ def get_name(childId) end
729
725
  alias_method :name, :get_name
730
726
 
731
727
  # Returns the parent of this object, or NULL.
732
- # @param parent [Wx::Accessible]
733
- # @return [Wx::AccStatus]
734
- def get_parent(parent) end
728
+ # @return [Array(Wx::AccStatus,Wx::Accessible)]
729
+ def get_parent; end
735
730
  alias_method :parent, :get_parent
736
731
 
737
732
  # Returns a role constant describing this object.
738
733
  # See {Wx::AccRole} for a list of these roles.
739
734
  # @param childId [Integer]
740
- # @param role [Wx::AccRole]
741
- # @return [Wx::AccStatus]
742
- def get_role(childId, role) end
735
+ # @return [Array(Wx::AccStatus,Wx::AccRole)]
736
+ def get_role(childId) end
743
737
  alias_method :role, :get_role
744
738
 
745
739
  # Gets a variant representing the selected children of this object.
@@ -760,16 +754,14 @@ module Wx
760
754
  # Returns a state constant.
761
755
  # See {Wx::AccStatus} for a list of these states.
762
756
  # @param childId [Integer]
763
- # @param state [long]
764
- # @return [Wx::AccStatus]
765
- def get_state(childId, state) end
757
+ # @return [Array(Wx::AccStatus,Integer)]
758
+ def get_state(childId) end
766
759
  alias_method :state, :get_state
767
760
 
768
761
  # Returns a localized string representing the value for the object or child.
769
762
  # @param childId [Integer]
770
- # @param strValue [String]
771
- # @return [Wx::AccStatus]
772
- def get_value(childId, strValue) end
763
+ # @return [Array(Wx::AccStatus,String)]
764
+ def get_value(childId) end
773
765
  alias_method :value, :get_value
774
766
 
775
767
  # Returns the window associated with this object.
@@ -781,18 +773,14 @@ module Wx
781
773
  # Can return either a child object, or an integer representing the child element, starting from 1.
782
774
  # pt is in screen coordinates.
783
775
  # @param pt [Array(Integer, Integer), Wx::Point]
784
- # @param childId [int]
785
- # @param childObject [Wx::Accessible]
786
- # @return [Wx::AccStatus]
787
- def hit_test(pt, childId, childObject) end
776
+ # @return [Array(Wx::AccStatus,Integer,Wx::Accessible)]
777
+ def hit_test(pt) end
788
778
 
789
779
  # Navigates from fromId to toId or to toObject.
790
780
  # @param navDir [Wx::NavDir]
791
781
  # @param fromId [Integer]
792
- # @param toId [int]
793
- # @param toObject [Wx::Accessible]
794
- # @return [Wx::AccStatus]
795
- def navigate(navDir, fromId, toId, toObject) end
782
+ # @return [Array(Wx::AccStatus,Integer,Wx::Accessible)]
783
+ def navigate(navDir, fromId) end
796
784
 
797
785
  # Selects the object or child.
798
786
  # See {Wx::AccSelectionFlags} for a list of the selection actions.
@@ -7,13 +7,12 @@
7
7
  module Wx
8
8
 
9
9
  # Small control showing an animation indicating that the program is currently busy performing some background task.
10
- # ===
11
- #
12
- # Category: {Wx::Controls} <div class='appearance'><span class='appearance'>Appearance:</span><table><tr><td> wxMSW Appearance
13
- # </td><td> wxGTK Appearance
14
- # </td><td> wxOSX Appearance
10
+ # Category: {Wx::Controls} <div class='appearance'><span class='appearance'>Appearance:</span><table><tr><td> WXMSW Appearance
11
+ # </td><td> WXGTK Appearance
12
+ # </td><td> WXOSX Appearance
15
13
  # </td></tr></table></div>
16
14
  #
15
+ # @wxrb_require USE_ACTIVITYINDICATOR
17
16
  class ActivityIndicator < Control
18
17
 
19
18
  # @overload initialize()