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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (466) hide show
  1. checksums.yaml +4 -4
  2. data/.yardopts +1 -0
  3. data/ext/wxbase32u_gcc_custom.dll +0 -0
  4. data/ext/wxbase32u_net_gcc_custom.dll +0 -0
  5. data/ext/wxbase32u_xml_gcc_custom.dll +0 -0
  6. data/ext/wxmsw32u_aui_gcc_custom.dll +0 -0
  7. data/ext/wxmsw32u_core_gcc_custom.dll +0 -0
  8. data/ext/wxmsw32u_gl_gcc_custom.dll +0 -0
  9. data/ext/wxmsw32u_html_gcc_custom.dll +0 -0
  10. data/ext/wxmsw32u_media_gcc_custom.dll +0 -0
  11. data/ext/wxmsw32u_propgrid_gcc_custom.dll +0 -0
  12. data/ext/wxmsw32u_qa_gcc_custom.dll +0 -0
  13. data/ext/wxmsw32u_ribbon_gcc_custom.dll +0 -0
  14. data/ext/wxmsw32u_richtext_gcc_custom.dll +0 -0
  15. data/ext/wxmsw32u_stc_gcc_custom.dll +0 -0
  16. data/ext/wxmsw32u_webview_gcc_custom.dll +0 -0
  17. data/ext/wxmsw32u_xrc_gcc_custom.dll +0 -0
  18. data/lib/wx/aui/aui_tab_ctrl.rb +18 -0
  19. data/lib/wx/aui/auinotebook.rb +6 -2
  20. data/lib/wx/aui/require.rb +1 -0
  21. data/lib/wx/core/app.rb +2 -2
  22. data/lib/wx/core/collapsible_pane.rb +1 -1
  23. data/lib/wx/core/const.rb +83 -0
  24. data/lib/wx/core/controlwithitems.rb +8 -6
  25. data/lib/wx/core/events/evt_list.rb +24 -0
  26. data/lib/wx/core/menu.rb +10 -0
  27. data/lib/wx/core/notebook.rb +6 -2
  28. data/lib/wx/core/sizer.rb +11 -0
  29. data/lib/wx/core/task_bar_button.rb +19 -0
  30. data/lib/wx/core/textctrl.rb +11 -1
  31. data/lib/wx/core/{treectrl.rb → tree_ctrl.rb} +31 -12
  32. data/lib/wx/core/window.rb +10 -0
  33. data/lib/wx/doc/app.rb +48 -38
  34. data/lib/wx/doc/art_locator.rb +47 -43
  35. data/lib/wx/doc/aui/auimanager.rb +16 -8
  36. data/lib/wx/doc/aui/auinotebook.rb +20 -5
  37. data/lib/wx/doc/clipboard.rb +11 -7
  38. data/lib/wx/doc/colour_dialog.rb +14 -10
  39. data/lib/wx/doc/const.rb +66 -66
  40. data/lib/wx/doc/controlwithitems.rb +17 -7
  41. data/lib/wx/doc/data_object.rb +2 -2
  42. data/lib/wx/doc/event.rb +0 -6
  43. data/lib/wx/doc/evthandler.rb +113 -108
  44. data/lib/wx/doc/font.rb +1 -0
  45. data/lib/wx/doc/functions.rb +9 -9
  46. data/lib/wx/doc/gc_dc.rb +6 -1
  47. data/lib/wx/doc/gen/about_dialog_info.rb +1 -2
  48. data/lib/wx/doc/gen/accelerator.rb +14 -5
  49. data/lib/wx/doc/gen/accessible.rb +35 -47
  50. data/lib/wx/doc/gen/activity_indicator.rb +6 -7
  51. data/lib/wx/doc/gen/animation.rb +7 -3
  52. data/lib/wx/doc/gen/animation_ctrl.rb +8 -9
  53. data/lib/wx/doc/gen/any_button.rb +6 -1
  54. data/lib/wx/doc/gen/app.rb +7 -5
  55. data/lib/wx/doc/gen/app_traits.rb +27 -10
  56. data/lib/wx/doc/gen/art_provider.rb +20 -8
  57. data/lib/wx/doc/gen/aui/aui_dock_art.rb +6 -3
  58. data/lib/wx/doc/gen/aui/aui_floating_frame.rb +1 -0
  59. data/lib/wx/doc/gen/aui/aui_manager.rb +11 -7
  60. data/lib/wx/doc/gen/aui/aui_manager_event.rb +3 -4
  61. data/lib/wx/doc/gen/aui/aui_mdi_child_frame.rb +3 -2
  62. data/lib/wx/doc/gen/aui/aui_mdi_client_window.rb +1 -0
  63. data/lib/wx/doc/gen/aui/aui_mdi_parent_frame.rb +8 -3
  64. data/lib/wx/doc/gen/aui/aui_notebook.rb +14 -8
  65. data/lib/wx/doc/gen/aui/aui_notebook_event.rb +4 -4
  66. data/lib/wx/doc/gen/aui/aui_pane_info.rb +9 -2
  67. data/lib/wx/doc/gen/aui/aui_tab_art.rb +3 -3
  68. data/lib/wx/doc/gen/aui/aui_tab_ctrl.rb +2 -2
  69. data/lib/wx/doc/gen/aui/aui_tool_bar.rb +9 -6
  70. data/lib/wx/doc/gen/aui/aui_tool_bar_art.rb +2 -2
  71. data/lib/wx/doc/gen/aui/aui_tool_bar_event.rb +5 -8
  72. data/lib/wx/doc/gen/aui/aui_tool_bar_item.rb +1 -1
  73. data/lib/wx/doc/gen/aui/event_list.rb +164 -160
  74. data/lib/wx/doc/gen/banner_window.rb +3 -3
  75. data/lib/wx/doc/gen/bitmap.rb +34 -17
  76. data/lib/wx/doc/gen/bitmap_button.rb +13 -10
  77. data/lib/wx/doc/gen/bitmap_combo_box.rb +16 -12
  78. data/lib/wx/doc/gen/book_ctrl_base.rb +16 -4
  79. data/lib/wx/doc/gen/book_ctrl_event.rb +7 -3
  80. data/lib/wx/doc/gen/box_sizer.rb +0 -1
  81. data/lib/wx/doc/gen/brush.rb +5 -2
  82. data/lib/wx/doc/gen/busy_info.rb +2 -2
  83. data/lib/wx/doc/gen/button.rb +25 -13
  84. data/lib/wx/doc/gen/calculate_layout_event.rb +1 -3
  85. data/lib/wx/doc/gen/calendar_ctrl.rb +18 -15
  86. data/lib/wx/doc/gen/calendar_date_attr.rb +1 -1
  87. data/lib/wx/doc/gen/calendar_event.rb +4 -3
  88. data/lib/wx/doc/gen/caret.rb +0 -1
  89. data/lib/wx/doc/gen/check_box.rb +9 -9
  90. data/lib/wx/doc/gen/check_list_box.rb +8 -9
  91. data/lib/wx/doc/gen/choice.rb +18 -11
  92. data/lib/wx/doc/gen/choicebook.rb +6 -7
  93. data/lib/wx/doc/gen/client_dc.rb +5 -2
  94. data/lib/wx/doc/gen/clipboard.rb +7 -3
  95. data/lib/wx/doc/gen/collapsible_pane.rb +8 -9
  96. data/lib/wx/doc/gen/collapsible_pane_event.rb +2 -3
  97. data/lib/wx/doc/gen/colour.rb +8 -4
  98. data/lib/wx/doc/gen/colour_dialog.rb +6 -8
  99. data/lib/wx/doc/gen/colour_picker_ctrl.rb +11 -12
  100. data/lib/wx/doc/gen/colour_picker_event.rb +4 -5
  101. data/lib/wx/doc/gen/combo_box.rb +20 -17
  102. data/lib/wx/doc/gen/combo_ctrl.rb +100 -37
  103. data/lib/wx/doc/gen/command_link_button.rb +6 -7
  104. data/lib/wx/doc/gen/context_help_button.rb +7 -3
  105. data/lib/wx/doc/gen/control.rb +12 -10
  106. data/lib/wx/doc/gen/control_with_items.rb +0 -1
  107. data/lib/wx/doc/gen/core.rb +4 -4
  108. data/lib/wx/doc/gen/cursor.rb +6 -8
  109. data/lib/wx/doc/gen/data_format.rb +6 -1
  110. data/lib/wx/doc/gen/data_object.rb +16 -14
  111. data/lib/wx/doc/gen/date_event.rb +2 -2
  112. data/lib/wx/doc/gen/date_picker_ctrl.rb +14 -10
  113. data/lib/wx/doc/gen/dc.rb +155 -37
  114. data/lib/wx/doc/gen/defs.rb +54 -54
  115. data/lib/wx/doc/gen/dial_up_event.rb +41 -0
  116. data/lib/wx/doc/gen/dial_up_manager.rb +137 -0
  117. data/lib/wx/doc/gen/dialog.rb +35 -15
  118. data/lib/wx/doc/gen/dir_dialog.rb +17 -5
  119. data/lib/wx/doc/gen/dir_filter_list_ctrl.rb +1 -0
  120. data/lib/wx/doc/gen/dir_picker_ctrl.rb +11 -12
  121. data/lib/wx/doc/gen/drag_drop.rb +11 -10
  122. data/lib/wx/doc/gen/drag_image.rb +6 -2
  123. data/lib/wx/doc/gen/editable_list_box.rb +4 -4
  124. data/lib/wx/doc/gen/event.rb +42 -20
  125. data/lib/wx/doc/gen/event_blocker.rb +1 -3
  126. data/lib/wx/doc/gen/event_list.rb +1656 -1624
  127. data/lib/wx/doc/gen/events.rb +170 -181
  128. data/lib/wx/doc/gen/evt_handler.rb +11 -3
  129. data/lib/wx/doc/gen/ext_help_controller.rb +1 -1
  130. data/lib/wx/doc/gen/file_ctrl.rb +209 -0
  131. data/lib/wx/doc/gen/file_ctrl_event.rb +79 -0
  132. data/lib/wx/doc/gen/file_dialog.rb +32 -15
  133. data/lib/wx/doc/gen/file_dialog_custom_control.rb +7 -0
  134. data/lib/wx/doc/gen/file_dialog_customize_hook.rb +2 -3
  135. data/lib/wx/doc/gen/file_dir_picker_event.rb +3 -4
  136. data/lib/wx/doc/gen/file_picker_ctrl.rb +10 -11
  137. data/lib/wx/doc/gen/file_system.rb +38 -15
  138. data/lib/wx/doc/gen/find_dialog_event.rb +5 -4
  139. data/lib/wx/doc/gen/find_replace_data.rb +1 -1
  140. data/lib/wx/doc/gen/find_replace_dialog.rb +1 -1
  141. data/lib/wx/doc/gen/flex_grid_sizer.rb +0 -1
  142. data/lib/wx/doc/gen/font.rb +31 -20
  143. data/lib/wx/doc/gen/font_data.rb +3 -4
  144. data/lib/wx/doc/gen/font_dialog.rb +1 -2
  145. data/lib/wx/doc/gen/font_picker_ctrl.rb +8 -9
  146. data/lib/wx/doc/gen/font_picker_event.rb +2 -3
  147. data/lib/wx/doc/gen/frame.rb +60 -19
  148. data/lib/wx/doc/gen/fs_file.rb +17 -10
  149. data/lib/wx/doc/gen/gauge.rb +13 -10
  150. data/lib/wx/doc/gen/gb_sizer_item.rb +0 -1
  151. data/lib/wx/doc/gen/gcdc.rb +1 -2
  152. data/lib/wx/doc/gen/gdi_common.rb +30 -11
  153. data/lib/wx/doc/gen/gdi_object.rb +0 -1
  154. data/lib/wx/doc/gen/generic_dir_ctrl.rb +8 -9
  155. data/lib/wx/doc/gen/graphics_context.rb +59 -12
  156. data/lib/wx/doc/gen/graphics_object.rb +11 -6
  157. data/lib/wx/doc/gen/grid/event_list.rb +168 -164
  158. data/lib/wx/doc/gen/grid/grid_cell_activatable_editor.rb +1 -0
  159. data/lib/wx/doc/gen/grid/grid_cell_attr.rb +2 -1
  160. data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_editor.rb +1 -2
  161. data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_renderer.rb +1 -1
  162. data/lib/wx/doc/gen/grid/grid_cell_bool_editor.rb +1 -2
  163. data/lib/wx/doc/gen/grid/grid_cell_bool_renderer.rb +1 -2
  164. data/lib/wx/doc/gen/grid/grid_cell_choice_editor.rb +1 -2
  165. data/lib/wx/doc/gen/grid/grid_cell_date_editor.rb +1 -1
  166. data/lib/wx/doc/gen/grid/grid_cell_date_renderer.rb +1 -1
  167. data/lib/wx/doc/gen/grid/grid_cell_date_time_renderer.rb +2 -2
  168. data/lib/wx/doc/gen/grid/grid_cell_editor.rb +1 -1
  169. data/lib/wx/doc/gen/grid/grid_cell_enum_editor.rb +1 -1
  170. data/lib/wx/doc/gen/grid/grid_cell_enum_renderer.rb +1 -1
  171. data/lib/wx/doc/gen/grid/grid_cell_float_editor.rb +1 -2
  172. data/lib/wx/doc/gen/grid/grid_cell_float_renderer.rb +1 -2
  173. data/lib/wx/doc/gen/grid/grid_cell_number_editor.rb +1 -2
  174. data/lib/wx/doc/gen/grid/grid_cell_number_renderer.rb +1 -2
  175. data/lib/wx/doc/gen/grid/grid_cell_renderer.rb +1 -1
  176. data/lib/wx/doc/gen/grid/grid_cell_string_renderer.rb +1 -2
  177. data/lib/wx/doc/gen/grid/grid_cell_text_editor.rb +1 -2
  178. data/lib/wx/doc/gen/grid/grid_ctrl.rb +29 -7
  179. data/lib/wx/doc/gen/grid/grid_editor_created_event.rb +3 -4
  180. data/lib/wx/doc/gen/grid/grid_event.rb +3 -4
  181. data/lib/wx/doc/gen/grid/grid_range_select_event.rb +3 -4
  182. data/lib/wx/doc/gen/grid/grid_size_event.rb +3 -4
  183. data/lib/wx/doc/gen/grid/grid_string_table.rb +1 -0
  184. data/lib/wx/doc/gen/grid/grid_table_base.rb +1 -2
  185. data/lib/wx/doc/gen/grid/grid_table_message.rb +1 -0
  186. data/lib/wx/doc/gen/grid_bag_sizer.rb +0 -6
  187. data/lib/wx/doc/gen/grid_sizer.rb +0 -1
  188. data/lib/wx/doc/gen/gui_event_loop.rb +2 -4
  189. data/lib/wx/doc/gen/header_ctrl.rb +7 -14
  190. data/lib/wx/doc/gen/header_ctrl_event.rb +1 -3
  191. data/lib/wx/doc/gen/help_controller.rb +42 -3
  192. data/lib/wx/doc/gen/help_provider.rb +12 -3
  193. data/lib/wx/doc/gen/html/event_list.rb +41 -37
  194. data/lib/wx/doc/gen/html/html_cell.rb +23 -6
  195. data/lib/wx/doc/gen/html/html_cell_event.rb +3 -4
  196. data/lib/wx/doc/gen/html/html_easy_printing.rb +8 -3
  197. data/lib/wx/doc/gen/html/html_help_controller.rb +47 -2
  198. data/lib/wx/doc/gen/html/html_help_data.rb +3 -1
  199. data/lib/wx/doc/gen/html/html_help_window.rb +1 -1
  200. data/lib/wx/doc/gen/html/html_link_event.rb +2 -3
  201. data/lib/wx/doc/gen/html/html_list_box.rb +10 -12
  202. data/lib/wx/doc/gen/html/html_printout.rb +1 -2
  203. data/lib/wx/doc/gen/html/html_window.rb +13 -7
  204. data/lib/wx/doc/gen/hyperlink_ctrl.rb +9 -9
  205. data/lib/wx/doc/gen/hyperlink_event.rb +2 -3
  206. data/lib/wx/doc/gen/icon.rb +5 -29
  207. data/lib/wx/doc/gen/icon_location.rb +0 -1
  208. data/lib/wx/doc/gen/image.rb +83 -17
  209. data/lib/wx/doc/gen/image_list.rb +15 -6
  210. data/lib/wx/doc/gen/info_bar.rb +2 -2
  211. data/lib/wx/doc/gen/keyboard_state.rb +0 -1
  212. data/lib/wx/doc/gen/list_box.rb +33 -21
  213. data/lib/wx/doc/gen/list_ctrl.rb +79 -32
  214. data/lib/wx/doc/gen/list_event.rb +3 -4
  215. data/lib/wx/doc/gen/listbook.rb +6 -7
  216. data/lib/wx/doc/gen/locale.rb +46 -4
  217. data/lib/wx/doc/gen/log.rb +16 -12
  218. data/lib/wx/doc/gen/mdi_client_window.rb +8 -2
  219. data/lib/wx/doc/gen/mdi_frame.rb +32 -11
  220. data/lib/wx/doc/gen/media_ctrl.rb +28 -20
  221. data/lib/wx/doc/gen/media_event.rb +5 -4
  222. data/lib/wx/doc/gen/memory_dc.rb +6 -6
  223. data/lib/wx/doc/gen/menu.rb +37 -23
  224. data/lib/wx/doc/gen/menu_bar.rb +52 -12
  225. data/lib/wx/doc/gen/menu_item.rb +117 -95
  226. data/lib/wx/doc/gen/message_dialog.rb +7 -8
  227. data/lib/wx/doc/gen/mini_frame.rb +13 -7
  228. data/lib/wx/doc/gen/mirror_dc.rb +0 -2
  229. data/lib/wx/doc/gen/mouse_state.rb +0 -1
  230. data/lib/wx/doc/gen/multi_choice_dialog.rb +7 -4
  231. data/lib/wx/doc/gen/non_owned_window.rb +1 -1
  232. data/lib/wx/doc/gen/notebook.rb +19 -11
  233. data/lib/wx/doc/gen/number_entry_dialog.rb +1 -1
  234. data/lib/wx/doc/gen/object.rb +0 -1
  235. data/lib/wx/doc/gen/paint_dc.rb +0 -1
  236. data/lib/wx/doc/gen/palette.rb +0 -1
  237. data/lib/wx/doc/gen/panel.rb +19 -10
  238. data/lib/wx/doc/gen/pen.rb +17 -8
  239. data/lib/wx/doc/gen/pg/event_list.rb +97 -93
  240. data/lib/wx/doc/gen/pg/numeric_property_validator.rb +2 -0
  241. data/lib/wx/doc/gen/pg/pg_array_editor_dialog.rb +9 -1
  242. data/lib/wx/doc/gen/pg/pg_cell.rb +8 -5
  243. data/lib/wx/doc/gen/pg/pg_editor.rb +115 -16
  244. data/lib/wx/doc/gen/pg/pg_multi_button.rb +1 -2
  245. data/lib/wx/doc/gen/pg/pg_properties.rb +515 -83
  246. data/lib/wx/doc/gen/pg/pg_property.rb +296 -69
  247. data/lib/wx/doc/gen/pg/pg_validation_info.rb +9 -4
  248. data/lib/wx/doc/gen/pg/property_grid.rb +83 -22
  249. data/lib/wx/doc/gen/pg/property_grid_event.rb +31 -9
  250. data/lib/wx/doc/gen/pg/property_grid_interface.rb +212 -34
  251. data/lib/wx/doc/gen/pg/property_grid_manager.rb +42 -12
  252. data/lib/wx/doc/gen/pg/property_grid_page.rb +26 -8
  253. data/lib/wx/doc/gen/pg/property_grid_page_state.rb +13 -4
  254. data/lib/wx/doc/gen/picker_base.rb +12 -5
  255. data/lib/wx/doc/gen/platform_info.rb +4 -9
  256. data/lib/wx/doc/gen/popup_window.rb +2 -5
  257. data/lib/wx/doc/gen/progress_dialog.rb +1 -0
  258. data/lib/wx/doc/gen/property_sheet_dialog.rb +15 -5
  259. data/lib/wx/doc/gen/prt/event_list.rb +8 -4
  260. data/lib/wx/doc/gen/prt/page_setup_dialog.rb +1 -1
  261. data/lib/wx/doc/gen/prt/post_script_dc.rb +2 -2
  262. data/lib/wx/doc/gen/prt/preview_frame.rb +2 -2
  263. data/lib/wx/doc/gen/prt/print_abort_dialog.rb +4 -1
  264. data/lib/wx/doc/gen/prt/print_data.rb +4 -3
  265. data/lib/wx/doc/gen/prt/print_dialog.rb +1 -1
  266. data/lib/wx/doc/gen/prt/printer.rb +50 -11
  267. data/lib/wx/doc/gen/prt/printer_dc.rb +1 -1
  268. data/lib/wx/doc/gen/query_layout_info_event.rb +1 -3
  269. data/lib/wx/doc/gen/radio_box.rb +13 -14
  270. data/lib/wx/doc/gen/radio_button.rb +15 -11
  271. data/lib/wx/doc/gen/rbn/event_list.rb +127 -123
  272. data/lib/wx/doc/gen/rbn/ribbon_art_provider.rb +19 -3
  273. data/lib/wx/doc/gen/rbn/ribbon_bar.rb +3 -4
  274. data/lib/wx/doc/gen/rbn/ribbon_bar_event.rb +2 -2
  275. data/lib/wx/doc/gen/rbn/ribbon_button_bar.rb +18 -6
  276. data/lib/wx/doc/gen/rbn/ribbon_button_bar_event.rb +2 -2
  277. data/lib/wx/doc/gen/rbn/ribbon_control.rb +2 -2
  278. data/lib/wx/doc/gen/rbn/ribbon_gallery.rb +4 -4
  279. data/lib/wx/doc/gen/rbn/ribbon_gallery_event.rb +2 -3
  280. data/lib/wx/doc/gen/rbn/ribbon_page.rb +1 -2
  281. data/lib/wx/doc/gen/rbn/ribbon_panel.rb +5 -4
  282. data/lib/wx/doc/gen/rbn/ribbon_panel_event.rb +2 -3
  283. data/lib/wx/doc/gen/rbn/ribbon_tool_bar.rb +2 -3
  284. data/lib/wx/doc/gen/rbn/ribbon_tool_bar_event.rb +2 -1
  285. data/lib/wx/doc/gen/rearrange_ctrl.rb +3 -4
  286. data/lib/wx/doc/gen/rearrange_list.rb +5 -6
  287. data/lib/wx/doc/gen/region.rb +75 -17
  288. data/lib/wx/doc/gen/region_iterator.rb +0 -1
  289. data/lib/wx/doc/gen/rtc/event_list.rb +116 -112
  290. data/lib/wx/doc/gen/rtc/rich_text_box.rb +3 -2
  291. data/lib/wx/doc/gen/rtc/rich_text_buffer.rb +6 -9
  292. data/lib/wx/doc/gen/rtc/rich_text_buffer_data_object.rb +1 -2
  293. data/lib/wx/doc/gen/rtc/rich_text_composite_object.rb +3 -6
  294. data/lib/wx/doc/gen/rtc/rich_text_ctrl.rb +12 -9
  295. data/lib/wx/doc/gen/rtc/rich_text_event.rb +3 -4
  296. data/lib/wx/doc/gen/rtc/rich_text_file_handler.rb +3 -5
  297. data/lib/wx/doc/gen/rtc/rich_text_formatting_dialog.rb +4 -5
  298. data/lib/wx/doc/gen/rtc/rich_text_header_footer_data.rb +3 -2
  299. data/lib/wx/doc/gen/rtc/rich_text_html_handler.rb +2 -3
  300. data/lib/wx/doc/gen/rtc/rich_text_image.rb +2 -4
  301. data/lib/wx/doc/gen/rtc/rich_text_object.rb +28 -23
  302. data/lib/wx/doc/gen/rtc/rich_text_paragraph_layout_box.rb +7 -11
  303. data/lib/wx/doc/gen/rtc/rich_text_printing.rb +3 -3
  304. data/lib/wx/doc/gen/rtc/rich_text_style_list_box.rb +14 -14
  305. data/lib/wx/doc/gen/rtc/rich_text_style_organiser_dialog.rb +3 -3
  306. data/lib/wx/doc/gen/rtc/rich_text_xml_handler.rb +3 -4
  307. data/lib/wx/doc/gen/rtc/symbol_picker_dialog.rb +3 -4
  308. data/lib/wx/doc/gen/sash_event.rb +12 -4
  309. data/lib/wx/doc/gen/sash_layout_window.rb +13 -6
  310. data/lib/wx/doc/gen/sash_window.rb +4 -5
  311. data/lib/wx/doc/gen/screen_dc.rb +0 -1
  312. data/lib/wx/doc/gen/scroll_bar.rb +21 -12
  313. data/lib/wx/doc/gen/scrolled_canvas.rb +34 -12
  314. data/lib/wx/doc/gen/scrolled_control.rb +34 -12
  315. data/lib/wx/doc/gen/scrolled_window.rb +34 -12
  316. data/lib/wx/doc/gen/search_ctrl.rb +10 -11
  317. data/lib/wx/doc/gen/simplebook.rb +1 -1
  318. data/lib/wx/doc/gen/single_choice_dialog.rb +7 -4
  319. data/lib/wx/doc/gen/sizer.rb +12 -7
  320. data/lib/wx/doc/gen/sizer_item.rb +5 -2
  321. data/lib/wx/doc/gen/slider.rb +29 -19
  322. data/lib/wx/doc/gen/spin_button.rb +16 -11
  323. data/lib/wx/doc/gen/spin_ctrl.rb +24 -9
  324. data/lib/wx/doc/gen/spin_ctrl_double.rb +6 -7
  325. data/lib/wx/doc/gen/spin_double_event.rb +3 -4
  326. data/lib/wx/doc/gen/spin_event.rb +3 -3
  327. data/lib/wx/doc/gen/splash_screen.rb +1 -2
  328. data/lib/wx/doc/gen/splitter_event.rb +3 -4
  329. data/lib/wx/doc/gen/splitter_window.rb +78 -20
  330. data/lib/wx/doc/gen/static_bitmap.rb +12 -7
  331. data/lib/wx/doc/gen/static_box.rb +13 -11
  332. data/lib/wx/doc/gen/static_box_sizer.rb +0 -2
  333. data/lib/wx/doc/gen/static_line.rb +5 -6
  334. data/lib/wx/doc/gen/static_text.rb +7 -8
  335. data/lib/wx/doc/gen/status_bar.rb +21 -11
  336. data/lib/wx/doc/gen/stc/event_list.rb +212 -208
  337. data/lib/wx/doc/gen/stc/styled_text_ctrl.rb +41 -15
  338. data/lib/wx/doc/gen/stc/styled_text_event.rb +5 -6
  339. data/lib/wx/doc/gen/std_dialog_button_sizer.rb +0 -1
  340. data/lib/wx/doc/gen/svg_file_dc.rb +7 -8
  341. data/lib/wx/doc/gen/system_options.rb +6 -6
  342. data/lib/wx/doc/gen/system_settings.rb +2 -3
  343. data/lib/wx/doc/gen/task_bar_button.rb +312 -0
  344. data/lib/wx/doc/gen/task_bar_icon.rb +21 -8
  345. data/lib/wx/doc/gen/task_bar_icon_event.rb +4 -3
  346. data/lib/wx/doc/gen/text_attr.rb +20 -5
  347. data/lib/wx/doc/gen/text_ctrl.rb +92 -27
  348. data/lib/wx/doc/gen/text_entry.rb +31 -11
  349. data/lib/wx/doc/gen/text_entry_dialog.rb +2 -2
  350. data/lib/wx/doc/gen/text_validator.rb +43 -10
  351. data/lib/wx/doc/gen/time_picker_ctrl.rb +7 -8
  352. data/lib/wx/doc/gen/timer.rb +6 -2
  353. data/lib/wx/doc/gen/timer_event.rb +1 -2
  354. data/lib/wx/doc/gen/tip_provider.rb +1 -1
  355. data/lib/wx/doc/gen/toggle_button.rb +7 -8
  356. data/lib/wx/doc/gen/tool_bar.rb +99 -26
  357. data/lib/wx/doc/gen/tool_tip.rb +35 -5
  358. data/lib/wx/doc/gen/toolbook.rb +3 -4
  359. data/lib/wx/doc/gen/top_level_window.rb +71 -25
  360. data/lib/wx/doc/gen/tree_ctrl.rb +42 -18
  361. data/lib/wx/doc/gen/tree_event.rb +3 -4
  362. data/lib/wx/doc/gen/treebook.rb +7 -4
  363. data/lib/wx/doc/gen/ui_action_simulator.rb +6 -2
  364. data/lib/wx/doc/gen/utils.rb +39 -7
  365. data/lib/wx/doc/gen/v_list_box.rb +8 -4
  366. data/lib/wx/doc/gen/v_scrolled_window.rb +8 -6
  367. data/lib/wx/doc/gen/validator.rb +1 -1
  368. data/lib/wx/doc/gen/variant.rb +1 -0
  369. data/lib/wx/doc/gen/window.rb +200 -50
  370. data/lib/wx/doc/gen/window_dc.rb +0 -1
  371. data/lib/wx/doc/gen/window_disabler.rb +5 -2
  372. data/lib/wx/doc/gen/with_images.rb +6 -1
  373. data/lib/wx/doc/gen/wizard.rb +4 -4
  374. data/lib/wx/doc/gen/wizard_event.rb +3 -4
  375. data/lib/wx/doc/gen/wizard_page.rb +2 -2
  376. data/lib/wx/doc/gen/wizard_page_simple.rb +1 -1
  377. data/lib/wx/doc/gen/wrap_sizer.rb +0 -1
  378. data/lib/wx/doc/gen/xml_node.rb +19 -4
  379. data/lib/wx/doc/gen/xml_resource.rb +18 -5
  380. data/lib/wx/doc/graphics_context.rb +1 -0
  381. data/lib/wx/doc/grid/grid.rb +22 -1
  382. data/lib/wx/doc/help_controller.rb +11 -7
  383. data/lib/wx/doc/html/html_help_controller.rb +12 -4
  384. data/lib/wx/doc/list_ctrl.rb +33 -29
  385. data/lib/wx/doc/menu.rb +20 -0
  386. data/lib/wx/doc/notebook.rb +21 -0
  387. data/lib/wx/doc/pg/events.rb +13 -9
  388. data/lib/wx/doc/pg/pg_property.rb +18 -0
  389. data/lib/wx/doc/progress_dialog.rb +36 -32
  390. data/lib/wx/doc/prt/page_setup_dialog.rb +20 -12
  391. data/lib/wx/doc/prt/print_data.rb +13 -5
  392. data/lib/wx/doc/prt/print_dialog.rb +31 -23
  393. data/lib/wx/doc/prt/printer.rb +20 -12
  394. data/lib/wx/doc/radio_box.rb +19 -15
  395. data/lib/wx/doc/rbn/ribbon_bar.rb +13 -5
  396. data/lib/wx/doc/rbn/ribbon_button_bar.rb +13 -5
  397. data/lib/wx/doc/rbn/ribbon_gallery.rb +13 -5
  398. data/lib/wx/doc/rbn/ribbon_tool_bar.rb +13 -5
  399. data/lib/wx/doc/region_iterator.rb +32 -28
  400. data/lib/wx/doc/rtc/rich_text_composite_object.rb +24 -0
  401. data/lib/wx/doc/rtc/rich_text_ctrl.rb +24 -0
  402. data/lib/wx/doc/rtc/rich_text_paragraph.rb +24 -0
  403. data/lib/wx/doc/rtc/richtext_buffer.rb +27 -19
  404. data/lib/wx/doc/rtc/richtext_printing.rb +17 -9
  405. data/lib/wx/doc/rtc/richtext_style_sheet.rb +17 -9
  406. data/lib/wx/doc/sizer.rb +20 -0
  407. data/lib/wx/doc/stc/styled_text_ctrl.rb +24 -0
  408. data/lib/wx/doc/stream.rb +39 -35
  409. data/lib/wx/doc/system_settings.rb +30 -26
  410. data/lib/wx/doc/text_validator.rb +12 -8
  411. data/lib/wx/doc/textctrl.rb +16 -0
  412. data/lib/wx/doc/tree_ctrl.rb +95 -0
  413. data/lib/wx/doc/treebook.rb +9 -5
  414. data/lib/wx/doc/v_list_box.rb +9 -5
  415. data/lib/wx/doc/variant.rb +164 -160
  416. data/lib/wx/doc/window.rb +57 -42
  417. data/lib/wx/doc/window_disabler.rb +10 -6
  418. data/lib/wx/grid/grid.rb +27 -4
  419. data/lib/wx/keyword_defs.rb +43 -6
  420. data/lib/wx/pg/pg_property.rb +22 -0
  421. data/lib/wx/rtc/require.rb +3 -0
  422. data/lib/wx/rtc/rich_text_composite_object.rb +25 -0
  423. data/lib/wx/rtc/rich_text_ctrl.rb +25 -0
  424. data/lib/wx/rtc/rich_text_paragraph.rb +25 -0
  425. data/lib/wx/stc/require.rb +1 -0
  426. data/lib/wx/stc/styled_text_ctrl.rb +25 -0
  427. data/lib/wx/version.rb +1 -1
  428. data/lib/wxruby_aui.so +0 -0
  429. data/lib/wxruby_core.so +0 -0
  430. data/lib/wxruby_grid.so +0 -0
  431. data/lib/wxruby_html.so +0 -0
  432. data/lib/wxruby_pg.so +0 -0
  433. data/lib/wxruby_prt.so +0 -0
  434. data/lib/wxruby_rbn.so +0 -0
  435. data/lib/wxruby_rtc.so +0 -0
  436. data/lib/wxruby_stc.so +0 -0
  437. data/rakelib/lib/config/linux.rb +0 -3
  438. data/rakelib/lib/config/macosx.rb +1 -1
  439. data/rakelib/lib/config/mingw.rb +1 -1
  440. data/rakelib/lib/config/unixish.rb +1 -1
  441. data/rakelib/lib/config.rb +14 -4
  442. data/rakelib/yard/templates/default/fulldoc/html/css/wxruby3.css +74 -2
  443. data/rakelib/yard/templates/default/fulldoc/html/full_list.erb +38 -0
  444. data/rakelib/yard/templates/default/fulldoc/html/setup.rb +39 -0
  445. data/rakelib/yard/templates/default/tags/html/wxrb_require.erb +10 -0
  446. data/rakelib/yard/templates/default/tags/setup.rb +16 -0
  447. data/rakelib/yard/yard-custom-templates.rb +3 -0
  448. data/samples/text/richtext.rb +0 -30
  449. data/samples/treectrl/treectrl.rb +1 -1
  450. data/tests/media/beep_lo.wav +0 -0
  451. data/tests/test_app_exit_exception.rb +36 -0
  452. data/tests/test_app_init_exception.rb +20 -0
  453. data/tests/test_book_controls.rb +29 -0
  454. data/tests/test_exceptions.rb +41 -0
  455. data/tests/test_list_ctrl.rb +1 -1
  456. data/tests/test_media_ctrl.rb +38 -0
  457. data/tests/test_menu.rb +69 -0
  458. data/tests/test_pg.rb +27 -0
  459. data/tests/test_richtext.rb +45 -0
  460. data/tests/test_sizer.rb +59 -0
  461. data/tests/test_std_controls.rb +78 -1
  462. data/tests/test_styled_text_ctrl.rb +46 -0
  463. data/tests/test_tree_ctrl.rb +138 -0
  464. data/tests/test_window.rb +12 -0
  465. data/tests/testapp_noframe.rb +1 -1
  466. metadata +38 -3
@@ -7,8 +7,6 @@
7
7
  module Wx::GRID
8
8
 
9
9
  # This class may be used to format floating point data in a cell.
10
- # ===
11
- #
12
10
  # Category: Grid Related Classes
13
11
  # @see Wx::GRID::GridCellRenderer
14
12
  # @see Wx::GRID::GridCellAutoWrapStringRenderer
@@ -21,6 +19,7 @@ module Wx::GRID
21
19
  #
22
20
  #
23
21
  # @note This class is <b>untracked</b> and should not be derived from nor instances extended!
22
+ # @wxrb_require USE_GRID
24
23
  class GridCellFloatRenderer < GridCellStringRenderer
25
24
 
26
25
  # Float cell renderer ctor.
@@ -7,8 +7,6 @@
7
7
  module Wx::GRID
8
8
 
9
9
  # Grid cell editor for numeric integer data.
10
- # ===
11
- #
12
10
  # Category: Grid Related Classes
13
11
  # @see Wx::GRID::GridCellEditor
14
12
  # @see Wx::GRID::GridCellAutoWrapStringEditor
@@ -22,6 +20,7 @@ module Wx::GRID
22
20
  #
23
21
  #
24
22
  # @note This class is <b>untracked</b> and should not be derived from nor instances extended!
23
+ # @wxrb_require USE_GRID
25
24
  class GridCellNumberEditor < GridCellTextEditor
26
25
 
27
26
  # Allows you to specify the range for acceptable data.
@@ -7,8 +7,6 @@
7
7
  module Wx::GRID
8
8
 
9
9
  # This class may be used to format integer data in a cell.
10
- # ===
11
- #
12
10
  # Category: Grid Related Classes
13
11
  # @see Wx::GRID::GridCellRenderer
14
12
  # @see Wx::GRID::GridCellAutoWrapStringRenderer
@@ -21,6 +19,7 @@ module Wx::GRID
21
19
  #
22
20
  #
23
21
  # @note This class is <b>untracked</b> and should not be derived from nor instances extended!
22
+ # @wxrb_require USE_GRID
24
23
  class GridCellNumberRenderer < GridCellStringRenderer
25
24
 
26
25
  # Default constructor.
@@ -8,7 +8,6 @@ module Wx::GRID
8
8
 
9
9
  # This class is responsible for actually drawing the cell in the grid.
10
10
  # You may pass it to the {Wx::GRID::GridCellAttr} (below) to change the format of one given cell or to {Wx::GRID::Grid#set_default_renderer} to change the view of all cells. This is an abstract class, and you will normally use one of the predefined derived classes or derive your own class from it.
11
- # ===
12
11
  #
13
12
  # Category: Grid Related Classes
14
13
  # @see Wx::GRID::GridCellAutoWrapStringRenderer
@@ -22,6 +21,7 @@ module Wx::GRID
22
21
  #
23
22
  #
24
23
  # @note This class is <b>untracked</b> and should not be derived from nor instances extended!
24
+ # @wxrb_require USE_GRID
25
25
  class GridCellRenderer < ::Object
26
26
 
27
27
  # @return [Wx::GRID::GridCellRenderer]
@@ -7,8 +7,6 @@
7
7
  module Wx::GRID
8
8
 
9
9
  # This class may be used to format string data in a cell; it is the default for string cells.
10
- # ===
11
- #
12
10
  # Category: Grid Related Classes
13
11
  # @see Wx::GRID::GridCellRenderer
14
12
  # @see Wx::GRID::GridCellAutoWrapStringRenderer
@@ -21,6 +19,7 @@ module Wx::GRID
21
19
  #
22
20
  #
23
21
  # @note This class is <b>untracked</b> and should not be derived from nor instances extended!
22
+ # @wxrb_require USE_GRID
24
23
  class GridCellStringRenderer < GridCellRenderer
25
24
 
26
25
  # Default constructor.
@@ -7,8 +7,6 @@
7
7
  module Wx::GRID
8
8
 
9
9
  # Grid cell editor for string/text data.
10
- # ===
11
- #
12
10
  # Category: Grid Related Classes
13
11
  # @see Wx::GRID::GridCellEditor
14
12
  # @see Wx::GRID::GridCellAutoWrapStringEditor
@@ -22,6 +20,7 @@ module Wx::GRID
22
20
  #
23
21
  #
24
22
  # @note This class is <b>untracked</b> and should not be derived from nor instances extended!
23
+ # @wxrb_require USE_GRID
25
24
  class GridCellTextEditor < GridCellEditor
26
25
 
27
26
  # Text cell editor constructor.
@@ -13,6 +13,7 @@ module Wx::GRID
13
13
  #
14
14
  #
15
15
  #
16
+ # @wxrb_require USE_GRID
16
17
  class GridCellFloatFormat < Wx::Enum
17
18
 
18
19
  # Decimal floating point (f).
@@ -41,6 +42,7 @@ module Wx::GRID
41
42
  #
42
43
  #
43
44
  #
45
+ # @wxrb_require USE_GRID
44
46
  class GridTableRequest < Wx::Enum
45
47
 
46
48
  # New rows have been inserted into the table.
@@ -73,6 +75,7 @@ module Wx::GRID
73
75
  #
74
76
  #
75
77
  #
78
+ # @wxrb_require USE_GRID
76
79
  class GridRenderStyle < Wx::Enum
77
80
 
78
81
  # Draw grid row header labels.
@@ -224,19 +227,20 @@ module Wx::GRID
224
227
  # - {Wx::GRID::GridCellDateEditor}
225
228
  #
226
229
  # Please see {Wx::GRID::GridEvent}, {Wx::GRID::GridSizeEvent}, {Wx::GRID::GridRangeSelectEvent}, and {Wx::GRID::GridEditorCreatedEvent} for the documentation of all event types you can use with {Wx::GRID::Grid}.
227
- # ===
228
230
  #
229
231
  # Category: Grid Related Classes
230
232
  # @see wxGrid Overview
231
233
  # @see Wx::GridUpdateLocker
232
234
  #
233
235
  #
236
+ # @wxrb_require USE_GRID
234
237
  class Grid < ScrolledCanvas
235
238
 
236
239
  # Different selection modes supported by the grid.
237
240
  #
238
241
  #
239
242
  #
243
+ # @wxrb_require USE_GRID
240
244
  class GridSelectionModes < Wx::Enum
241
245
 
242
246
  # The default selection mode allowing selection of the individual cells as well as of the entire rows and columns.
@@ -265,6 +269,7 @@ module Wx::GRID
265
269
  #
266
270
  #
267
271
  #
272
+ # @wxrb_require USE_GRID
268
273
  class CellSpan < Wx::Enum
269
274
 
270
275
  # This cell is inside a span covered by another cell.
@@ -288,6 +293,7 @@ module Wx::GRID
288
293
  # @see Wx::GRID::EVT_GRID_TABBING
289
294
  #
290
295
  #
296
+ # @wxrb_require USE_GRID
291
297
  class TabBehaviour < Wx::Enum
292
298
 
293
299
  # Do nothing, this is default.
@@ -308,7 +314,7 @@ module Wx::GRID
308
314
  # Default constructor.
309
315
  # You must call {Wx::GRID::Grid#create} to really create the grid window and also call {Wx::GRID::Grid#create_grid} or {Wx::GRID::Grid#set_table} or {Wx::GRID::Grid#assign_table} to initialize its contents.
310
316
  # @return [Wx::GRID::Grid]
311
- # @overload initialize(parent, id, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::WANTS_CHARS, name=Wx::GridNameStr)
317
+ # @overload initialize(parent, id, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::WANTS_CHARS, name=Wx::GRID_NAME_STR)
312
318
  # Constructor creating the grid window.
313
319
  # You must call either {Wx::GRID::Grid#create_grid} or {Wx::GRID::Grid#set_table} or {Wx::GRID::Grid#assign_table} to initialize the grid contents before using it.
314
320
  # @param parent [Wx::Window]
@@ -329,7 +335,7 @@ module Wx::GRID
329
335
  # @param style [Integer]
330
336
  # @param name [String]
331
337
  # @return [Boolean]
332
- def create(parent, id, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::WANTS_CHARS, name=Wx::GridNameStr) end
338
+ def create(parent, id, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::WANTS_CHARS, name=Wx::GRID_NAME_STR) end
333
339
 
334
340
  # Creates a grid with the specified initial number of rows and columns.
335
341
  # Call this directly after the grid constructor. When you use this function {Wx::GRID::Grid} will create and manage a simple table of string values for you. All of the grid data will be stored in memory.
@@ -1640,20 +1646,34 @@ module Wx::GRID
1640
1646
  # @return [void]
1641
1647
  def deselect_cell(row, col) end
1642
1648
 
1649
+ # Returns a range of grid selection blocks.
1650
+ # The returned range can be iterated over, e.g. with C++11 range-for loop:
1651
+ # ```
1652
+ # for ( const auto block: grid->GetSelectedBlocks() ) {
1653
+ # if ( block.Intersects(myBlock) )
1654
+ # break;
1655
+ # }
1656
+ # ```
1657
+ #
1658
+ # Notice that the blocks returned by this method are not ordered in any particular way and may overlap. For grids using rows or columns-only selection modes, {Wx::GRID::Grid#get_selected_row_blocks} or {Wx::GRID::Grid#get_selected_col_blocks} can be more convenient, as they return ordered and non-overlapping blocks.
1659
+ # @return [Array<Wx::GRID::GridBlockCoords>]
1660
+ def get_selected_blocks; end
1661
+ alias_method :selected_blocks, :get_selected_blocks
1662
+
1643
1663
  # Returns an ordered range of non-overlapping selected rows.
1644
1664
  # For the grids using {Wx::GRID::Grid::GridSelectionModes::GridSelectRows} selection mode, returns the possibly empty vector containing the coordinates of non-overlapping selected row blocks in the natural order, i.e. from smallest to the biggest row indices.
1645
1665
  # To see the difference between this method and {Wx::GRID::Grid#get_selected_blocks}, consider the case when the user selects rows 2..4 in the grid and then also selects (using Ctrl/Shift keys) the rows 1..3. Iterating over the result of {Wx::GRID::Grid#get_selected_blocks} would yield two blocks directly corresponding to the users selection, while this method returns a vector with a single element corresponding to the rows 1..4.
1646
1666
  # This method returns empty vector for the other selection modes.
1647
1667
  # @see Wx::GRID::Grid#get_selected_blocks
1648
1668
  # @see Wx::GRID::Grid#get_selected_col_blocks
1649
- # @return [Array<Wx::GRID::GridBlockCoords]
1669
+ # @return [Array<Wx::GRID::GridBlockCoords>]
1650
1670
  def get_selected_row_blocks; end
1651
1671
  alias_method :selected_row_blocks, :get_selected_row_blocks
1652
1672
 
1653
1673
  # Returns an ordered range of non-overlapping selected columns.
1654
1674
  # This method is symmetric to {Wx::GRID::Grid#get_selected_row_blocks}, but is useful only in {Wx::GRID::Grid::GridSelectionModes::GridSelectColumns} selection mode.
1655
1675
  # @see Wx::GRID::Grid#get_selected_blocks
1656
- # @return [Array<Wx::GRID::GridBlockCoords]
1676
+ # @return [Array<Wx::GRID::GridBlockCoords>]
1657
1677
  def get_selected_col_blocks; end
1658
1678
  alias_method :selected_col_blocks, :get_selected_col_blocks
1659
1679
 
@@ -2395,6 +2415,7 @@ module Wx::GRID
2395
2415
  #
2396
2416
  #
2397
2417
  # @note This class is <b>untracked</b> and should not be derived from nor instances extended!
2418
+ # @wxrb_require USE_GRID
2398
2419
  class GridBlockCoords < ::Object
2399
2420
 
2400
2421
  # @overload initialize()
@@ -2511,6 +2532,7 @@ module Wx::GRID
2511
2532
  #
2512
2533
  #
2513
2534
  # @note This class is <b>untracked</b> and should not be derived from nor instances extended!
2535
+ # @wxrb_require USE_GRID
2514
2536
  class GridBlockDiffResult < ::Object
2515
2537
 
2516
2538
  end # GridBlockDiffResult
@@ -2518,12 +2540,12 @@ module Wx::GRID
2518
2540
  # {Wx::GRID::GridSizesInfo} stores information about sizes of all {Wx::GRID::Grid} rows or columns.
2519
2541
  # It assumes that most of the rows or columns (which are both called elements here as the difference between them doesn't matter at this class level) have the default size and so stores it separately. And it uses a {Wx::HashMap} to store the sizes of all elements which have the non-default size.
2520
2542
  # This structure is particularly useful for serializing the sizes of all {Wx::GRID::Grid} elements at once.
2521
- # ===
2522
2543
  #
2523
2544
  # Category: Grid Related Classes
2524
2545
  #
2525
2546
  #
2526
2547
  # @note This class is <b>untracked</b> and should not be derived from nor instances extended!
2548
+ # @wxrb_require USE_GRID
2527
2549
  class GridSizesInfo < ::Object
2528
2550
 
2529
2551
  # Default size.
@@ -2584,12 +2606,12 @@ module Wx::GRID
2584
2606
  # ```
2585
2607
  #
2586
2608
  # Objects of this class are created using static functions instead of constructors for better readability and can't be changed after creating them except by using the assignment operator.
2587
- # ===
2588
2609
  #
2589
2610
  # Category: Grid Related Classes
2590
2611
  #
2591
2612
  #
2592
2613
  # @note This class is <b>untracked</b> and should not be derived from nor instances extended!
2614
+ # @wxrb_require USE_GRID
2593
2615
  class GridFitMode < ::Object
2594
2616
 
2595
2617
  # Default constructor creates an object not specifying any behaviour.
@@ -7,7 +7,7 @@
7
7
  module Wx::GRID
8
8
 
9
9
  #
10
- # === Events using this class
10
+ # ### Events using this class
11
11
  #
12
12
  # The following event-handler methods redirect the events to member method or handler blocks for {Wx::GRID::GridEditorCreatedEvent} events.
13
13
  # Event handler methods:
@@ -16,10 +16,9 @@ module Wx::GRID
16
16
  #
17
17
  # - {Wx::EvtHandler#evt_grid_cmd_editor_created}(id, meth = nil, &block): The editor for a cell was created; variant taking a window identifier. Processes a {Wx::GRID::EVT_GRID_EDITOR_CREATED} event type.
18
18
  #
19
- # ===
20
- #
21
19
  # Category: Grid Related Classes, {Wx::Events}
22
20
  #
21
+ # @wxrb_require USE_GRID
23
22
  class GridEditorCreatedEvent < CommandEvent
24
23
 
25
24
  # @overload initialize()
@@ -28,7 +27,7 @@ module Wx::GRID
28
27
  # @overload initialize(id, type, obj, row, col, ctrl)
29
28
  # Constructor for initializing all event attributes.
30
29
  # @param id [Integer]
31
- # @param type [Wx::CommandLinkButton::EventType]
30
+ # @param type [Wx::Slider::EventType]
32
31
  # @param obj [Wx::Object]
33
32
  # @param row [Integer]
34
33
  # @param col [Integer]
@@ -8,7 +8,7 @@ module Wx::GRID
8
8
 
9
9
  # This event class contains information about various grid events.
10
10
  # Notice that all grid event table macros are available in two versions: EVT_GRID_XXX and EVT_GRID_CMD_XXX. The only difference between the two is that the former doesn't allow to specify the grid window identifier and so takes a single parameter, the event handler, but is not suitable if there is more than one grid control in the window where the event table is used (as it would catch the events from all the grids). The version with CMD takes the id as first argument and the event handler as the second one and so can be used with multiple grids as well. Otherwise there are no difference between the two and only the versions without the id are documented below for brevity.
11
- # === Events using this class
11
+ # ### Events using this class
12
12
  #
13
13
  # The following event-handler methods redirect the events to member method or handler blocks for {Wx::GRID::GridEvent} events.
14
14
  # Event handler methods:
@@ -47,10 +47,9 @@ module Wx::GRID
47
47
  #
48
48
  # - {Wx::EvtHandler#evt_grid_tabbing}(meth = nil, &block): This event is generated when the user presses TAB or Shift-TAB in the grid. It can be used to customize the simple default TAB handling logic, e.g. to go to the next non-empty cell instead of just the next cell. See also {Wx::GRID::Grid#set_tab_behaviour}. This event is new since wxWidgets 2.9.5.
49
49
  #
50
- # ===
51
- #
52
50
  # Category: Grid Related Classes, {Wx::Events}
53
51
  #
52
+ # @wxrb_require USE_GRID
54
53
  class GridEvent < NotifyEvent
55
54
 
56
55
  # @overload initialize()
@@ -59,7 +58,7 @@ module Wx::GRID
59
58
  # @overload initialize(id, type, obj, row=-1, col=-1, x=-1, y=-1, sel=true, kbd=(Wx::KeyboardState.new()))
60
59
  # Constructor for initializing all event attributes.
61
60
  # @param id [Integer]
62
- # @param type [Wx::CommandLinkButton::EventType]
61
+ # @param type [Wx::Slider::EventType]
63
62
  # @param obj [Wx::Object]
64
63
  # @param row [Integer]
65
64
  # @param col [Integer]
@@ -10,7 +10,7 @@ module Wx::GRID
10
10
  # When the user uses the mouse for selection, one or more SELECTING events are generated first, with SELECTED event generated at the end, when selection is final. This allows the application to handle either the SELECTING events if it needs to update its state in real-time, as the selection changes, or just the final SELECTED event, if updating its state on every selection change would be too time-consuming.
11
11
  # Note that if the user performs the selection from keyboard, SELECTING events are not generated at all, so SELECTED event still must be handled.
12
12
  # Finally, contrary to most of the other events with the name ending in "ing", SELECTING event can not be vetoed.
13
- # === Events using this class
13
+ # ### Events using this class
14
14
  #
15
15
  # The following event-handler methods redirect the events to member method or handler blocks for {Wx::GRID::GridRangeSelectEvent} events.
16
16
  # Event handler methods:
@@ -23,10 +23,9 @@ module Wx::GRID
23
23
  #
24
24
  # - {Wx::EvtHandler#evt_grid_cmd_range_selected}(id, meth = nil, &block): The user selected a group of contiguous cells; variant taking a window identifier. Processes a {Wx::GRID::EVT_GRID_RANGE_SELECTED} event type. This event is available in wxWidgets 3.1.5 and later only and was called {Wx::EVT_GRID_CMD_RANGE_SELECT} in the previous versions.
25
25
  #
26
- # ===
27
- #
28
26
  # Category: Grid Related Classes, {Wx::Events}
29
27
  #
28
+ # @wxrb_require USE_GRID
30
29
  class GridRangeSelectEvent < NotifyEvent
31
30
 
32
31
  # @overload initialize()
@@ -35,7 +34,7 @@ module Wx::GRID
35
34
  # @overload initialize(id, type, obj, topLeft, bottomRight, sel=true, kbd=(Wx::KeyboardState.new()))
36
35
  # Constructor for initializing all event attributes.
37
36
  # @param id [Integer]
38
- # @param type [Wx::CommandLinkButton::EventType]
37
+ # @param type [Wx::Slider::EventType]
39
38
  # @param obj [Wx::Object]
40
39
  # @param topLeft [Array(Integer, Integer)]
41
40
  # @param bottomRight [Array(Integer, Integer)]
@@ -7,7 +7,7 @@
7
7
  module Wx::GRID
8
8
 
9
9
  # This event class contains information about a row/column resize event.
10
- # === Events using this class
10
+ # ### Events using this class
11
11
  #
12
12
  # The following event-handler methods redirect the events to member method or handler blocks for {Wx::GRID::GridSizeEvent} events.
13
13
  # Event handler methods:
@@ -24,10 +24,9 @@ module Wx::GRID
24
24
  #
25
25
  # - {Wx::EvtHandler#evt_grid_row_size}(meth = nil, &block): Same as EVT_GRID_CMD_ROW_SIZE() but uses {Wx::StandardID::ID_ANY} id.
26
26
  #
27
- # ===
28
- #
29
27
  # Category: Grid Related Classes, {Wx::Events}
30
28
  #
29
+ # @wxrb_require USE_GRID
31
30
  class GridSizeEvent < NotifyEvent
32
31
 
33
32
  # @overload initialize()
@@ -36,7 +35,7 @@ module Wx::GRID
36
35
  # @overload initialize(id, type, obj, rowOrCol=-1, x=-1, y=-1, kbd=(Wx::KeyboardState.new()))
37
36
  # Constructor for initializing all event attributes.
38
37
  # @param id [Integer]
39
- # @param type [Wx::CommandLinkButton::EventType]
38
+ # @param type [Wx::Slider::EventType]
40
39
  # @param obj [Wx::Object]
41
40
  # @param rowOrCol [Integer]
42
41
  # @param x [Integer]
@@ -9,6 +9,7 @@ module Wx::GRID
9
9
  # Simplest type of data table for a grid for small tables of strings that are stored in memory.
10
10
  # The number of rows and columns in the table can be specified initially but may also be changed later dynamically.
11
11
  #
12
+ # @wxrb_require USE_GRID
12
13
  class GridStringTable < GridTableBase
13
14
 
14
15
  # @overload initialize()
@@ -10,12 +10,11 @@ module Wx::GRID
10
10
  # A grid table is responsible for storing the grid data and, indirectly, grid cell attributes. The data can be stored in the way most convenient for the application but has to be provided in string form to {Wx::GRID::Grid}. It is also possible to provide cells values in other formats if appropriate, e.g. as numbers.
11
11
  # This base class is not quite abstract as it implements a trivial strategy for storing the attributes by forwarding it to {Wx::GridCellAttrProvider} and also provides stubs for some other functions. However it does have a number of pure virtual methods which must be implemented in the derived classes.
12
12
  #
13
- # ===
14
- #
15
13
  # Category: Grid Related Classes
16
14
  # @see Wx::GRID::GridStringTable
17
15
  #
18
16
  #
17
+ # @wxrb_require USE_GRID
19
18
  class GridTableBase < Object
20
19
 
21
20
  # May be overridden to implement testing for empty cells.
@@ -11,6 +11,7 @@ module Wx::GRID
11
11
  #
12
12
  #
13
13
  # @note This class is <b>untracked</b> and should not be derived from nor instances extended!
14
+ # @wxrb_require USE_GRID
14
15
  class GridTableMessage < ::Object
15
16
 
16
17
  # @overload initialize()
@@ -11,8 +11,6 @@ module Wx
11
11
  DEFAULT_SPAN = nil
12
12
 
13
13
  # A {Wx::Sizer} that can lay out items in a virtual grid like a {Wx::FlexGridSizer} but in this case explicit positioning of the items is allowed using {Wx::GBPosition}, and items can optionally span more than one row and/or column using {Wx::GBSpan}.
14
- # ===
15
- #
16
14
  # Category: Window Layout
17
15
  #
18
16
  class GridBagSizer < FlexGridSizer
@@ -203,8 +201,6 @@ module Wx
203
201
  end # GridBagSizer
204
202
 
205
203
  # This class is used to hold the row and column spanning attributes of items in a {Wx::GridBagSizer}.
206
- # ===
207
- #
208
204
  # Category: Window Layout
209
205
  #
210
206
  #
@@ -251,8 +247,6 @@ module Wx
251
247
  end # GBSpan
252
248
 
253
249
  # This class represents the position of an item in a virtual grid of rows and columns managed by a {Wx::GridBagSizer}.
254
- # ===
255
- #
256
250
  # Category: Window Layout
257
251
  #
258
252
  #
@@ -8,7 +8,6 @@ module Wx
8
8
 
9
9
  # A grid sizer is a sizer which lays out its children in a two-dimensional table with all table fields having the same size, i.e.
10
10
  # the width of each field is the width of the widest child, the height of each field is the height of the tallest child.
11
- # ===
12
11
  #
13
12
  # Category: Window Layout
14
13
  # @see Wx::Sizer
@@ -7,8 +7,6 @@
7
7
  module Wx
8
8
 
9
9
  # A generic implementation of the GUI event loop.
10
- # ===
11
- #
12
10
  # Category: Application and Process Management
13
11
  #
14
12
  #
@@ -19,7 +17,7 @@ module Wx
19
17
  def initialize; end
20
18
 
21
19
  # Start the event loop, return the exit code when it is finished.
22
- # Logically, this method calls {Wx::GUIEventLoop#dispatch} in a loop until it returns false and also takes care of generating idle events during each loop iteration. However not all implementations of this class really implement it like this (e.g. wxGTK does not) so you shouldn't rely on {Wx::GUIEventLoop#dispatch} being called from inside this function.
20
+ # Logically, this method calls {Wx::GUIEventLoop#dispatch} in a loop until it returns false and also takes care of generating idle events during each loop iteration. However not all implementations of this class really implement it like this (e.g. WXGTK does not) so you shouldn't rely on {Wx::GUIEventLoop#dispatch} being called from inside this function.
23
21
  # The argument passed to {Wx::GUIEventLoop#exit} which terminated this event loop.
24
22
  # @return [Integer]
25
23
  def run; end
@@ -107,7 +105,7 @@ module Wx
107
105
  # Works like {Wx::GUIEventLoop#yield} with onlyIfNeeded == true, except that it allows the caller to specify a mask of the {Wx::EventCategory} values which indicates which events should be processed and which should instead be "delayed" (i.e.
108
106
  # processed by the main loop later).
109
107
  # Note that this is a safer alternative to {Wx::GUIEventLoop#yield} since it ensures that only the events you're interested to will be processed; i.e. this method helps to avoid unwanted reentrancies.
110
- # Note that currently only wxMSW and wxGTK do support selective yield of native events coming from the underlying GUI toolkit. wxWidgets events posted using {Wx::EvtHandler#add_pending_event} or {Wx::EvtHandler#queue_event} are instead selectively processed by all ports.
108
+ # Note that currently only WXMSW and WXGTK do support selective yield of native events coming from the underlying GUI toolkit. wxWidgets events posted using {Wx::EvtHandler#add_pending_event} or {Wx::EvtHandler#queue_event} are instead selectively processed by all ports.
111
109
  # @see Wx::Event#get_event_category
112
110
  # @param eventsToProcess [Integer]
113
111
  # @return [Boolean]
@@ -16,14 +16,14 @@ module Wx
16
16
  # Notice that this control itself doesn't do anything other than displaying the column headers. In particular column reordering and sorting must still be supported by the associated control displaying the real data under the header. Also remember to call {Wx::HeaderCtrl#scroll_window} method of the control if the associated data display window has a horizontal scrollbar, otherwise the headers wouldn't align with the data when the window is scrolled.
17
17
  # This control is implemented using the native header control under MSW systems and a generic implementation elsewhere.
18
18
  #
19
- # == Future Improvements
19
+ # ## Future Improvements
20
20
  #
21
21
  # Some features are supported by the native MSW control and so could be easily implemented in this version of {Wx::HeaderCtrl} but need to be implemented in the generic version as well to be really useful. Please let us know if you need or, better, plan to work on implementing, any of them:
22
22
  #
23
23
  # - Displaying bitmaps instead of or together with the text
24
24
  # - Custom drawn headers
25
25
  # - Filters associated with a column.
26
- # === Styles
26
+ # ### Styles
27
27
  #
28
28
  # This class supports the following styles:
29
29
  #
@@ -31,11 +31,11 @@ module Wx
31
31
  #
32
32
  # - {Wx::HD_ALLOW_HIDE}: If this style is specified, the control shows a popup menu allowing the user to change the columns visibility on right mouse click. Notice that the program can always hide or show the columns, this style only affects the users capability to do it.
33
33
  #
34
- # - {Wx::HD_BITMAP_ON_RIGHT}: The column image, if any, will be shown on the right side if this style is used. Note that this style is only implemented in wxMSW currently and doesn't do anything under the other platforms. It is available since wxWidgets 3.1.1.
34
+ # - {Wx::HD_BITMAP_ON_RIGHT}: The column image, if any, will be shown on the right side if this style is used. Note that this style is only implemented in WXMSW currently and doesn't do anything under the other platforms. It is available since wxWidgets 3.1.1.
35
35
  #
36
36
  # - {Wx::HD_DEFAULT_STYLE}: Symbolic name for the default control style, currently equal to {Wx::HD_ALLOW_REORDER}.
37
37
  #
38
- # === Events emitted by this class
38
+ # ### Events emitted by this class
39
39
  #
40
40
  # The following event-handler methods redirect the events to member method or handler blocks for {Wx::HeaderCtrlEvent} events.
41
41
  # Event handler methods for events emitted by this class:
@@ -66,8 +66,6 @@ module Wx
66
66
  #
67
67
  # - {Wx::EvtHandler#evt_header_dragging_cancelled}(id, meth = nil, &block): The resizing or reordering operation currently in progress was cancelled. This can happen if the user pressed Esc key while dragging the mouse or the mouse capture was lost for some other reason. You only need to handle this event if your application entered into some modal mode when resizing or reordering began, in which case it should handle this event in addition to the matching end resizing or reordering ones.
68
68
  #
69
- # ===
70
- #
71
69
  # Category: {Wx::Controls}
72
70
  # @see Wx::GRID::Grid
73
71
  # @see Wx::ListCtrl
@@ -80,7 +78,7 @@ module Wx
80
78
  # Default constructor not creating the underlying window.
81
79
  # You must use {Wx::HeaderCtrl#create} after creating the object using this constructor.
82
80
  # @return [Wx::HeaderCtrl]
83
- # @overload initialize(parent, winid=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::HD_DEFAULT_STYLE, name=Wx::HeaderCtrlNameStr)
81
+ # @overload initialize(parent, winid=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::HD_DEFAULT_STYLE, name=Wx::HEADER_CTRL_NAME_STR)
84
82
  # Constructor creating the window.
85
83
  # Please see {Wx::HeaderCtrl#create} for the parameters documentation.
86
84
  # @param parent [Wx::Window]
@@ -104,7 +102,7 @@ module Wx
104
102
  # if this is undesirable.
105
103
  # @param name [String] The name of the control.
106
104
  # @return [Boolean]
107
- def create(parent, winid=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::HD_DEFAULT_STYLE, name=Wx::HeaderCtrlNameStr) end
105
+ def create(parent, winid=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::HD_DEFAULT_STYLE, name=Wx::HEADER_CTRL_NAME_STR) end
108
106
 
109
107
  # Set the number of columns in the control.
110
108
  # The control will use {Wx::HeaderCtrl#get_column} to get information about all the new columns and refresh itself, i.e. this method also has the same effect as calling {Wx::HeaderCtrl#update_column} for all columns but it should only be used if the number of columns really changed.
@@ -303,7 +301,6 @@ module Wx
303
301
  # Represents a column header in controls displaying tabular data such as {Wx::DataViewCtrl} or {Wx::GRID::Grid}.
304
302
  # Notice that this is an abstract base class which is implemented (usually using the information stored in the associated control) by the different controls using {Wx::HeaderCtrl}. As the control only needs to retrieve the information about the column, this class defines only the methods for accessing the various column properties but not for changing them as the setters might not be needed at all, e.g. if the column attributes can only be changed via the methods of the main associated control (this is the case for {Wx::GRID::Grid} for example). If you do want to allow changing them directly using the column itself, you should inherit from {Wx::SettableHeaderColumn} instead of this class.
305
303
  # Finally, if you don't already store the column information at all anywhere, you should use the concrete {Wx::HeaderColumnSimple} class and {Wx::HeaderCtrlSimple}.
306
- # ===
307
304
  #
308
305
  # Category: {Wx::Controls}
309
306
  #
@@ -403,7 +400,6 @@ module Wx
403
400
 
404
401
  # {Wx::HeaderCtrlSimple} is a concrete header control which can be used directly, without inheriting from it as you need to do when using {Wx::HeaderCtrl} itself.
405
402
  # When using it, you need to use simple {Wx::HeaderCtrlSimple#append_column}, {Wx::HeaderCtrlSimple#insert_column} and {Wx::HeaderCtrlSimple#delete_column} methods instead of setting the number of columns with {Wx::HeaderCtrlSimple#set_column_count} and returning the information about them from the overridden {Wx::HeaderCtrlSimple#get_column}.
406
- # ===
407
403
  #
408
404
  # Category: {Wx::Controls}
409
405
  # @see Wx::HeaderCtrl
@@ -415,7 +411,7 @@ module Wx
415
411
  # Default constructor not creating the underlying window.
416
412
  # You must use {Wx::HeaderCtrlSimple#create} after creating the object using this constructor.
417
413
  # @return [Wx::HeaderCtrlSimple]
418
- # @overload initialize(parent, winid=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::HD_DEFAULT_STYLE, name=Wx::HeaderCtrlNameStr)
414
+ # @overload initialize(parent, winid=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::HD_DEFAULT_STYLE, name=Wx::HEADER_CTRL_NAME_STR)
419
415
  # Constructor creating the window.
420
416
  # Please see the base class {Wx::HeaderCtrl#create} method for the parameters description.
421
417
  # @param parent [Wx::Window]
@@ -496,7 +492,6 @@ module Wx
496
492
 
497
493
  # Adds methods to set the column attributes to {Wx::HeaderColumn}.
498
494
  # This class adds setters for the column attributes defined by {Wx::HeaderColumn}. It is still an abstract base class and needs to be implemented before using it with {Wx::HeaderCtrl}.
499
- # ===
500
495
  #
501
496
  # Category: {Wx::Controls}
502
497
  #
@@ -636,8 +631,6 @@ module Wx
636
631
  # header->AppendColumn(col);
637
632
  # ```
638
633
  #
639
- # ===
640
- #
641
634
  # Category: {Wx::Controls}
642
635
  #
643
636
  #
@@ -75,8 +75,6 @@ module Wx
75
75
  EVT_HEADER_DRAGGING_CANCELLED = 10169
76
76
 
77
77
  # Event class representing the events generated by {Wx::HeaderCtrl}.
78
- # ===
79
- #
80
78
  # Category: {Wx::Events}
81
79
  # @see Wx::HeaderCtrl
82
80
  #
@@ -84,7 +82,7 @@ module Wx
84
82
  class HeaderCtrlEvent < NotifyEvent
85
83
 
86
84
  # @overload initialize(commandType=Wx::EVT_NULL, winid=0)
87
- # @param commandType [Wx::CommandLinkButton::EventType]
85
+ # @param commandType [Wx::Slider::EventType]
88
86
  # @param winid [Integer]
89
87
  # @return [Wx::HeaderCtrlEvent]
90
88
  # @overload initialize(event)