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
@@ -8,16 +8,16 @@ module Wx::RBN
8
8
 
9
9
  # Event used to indicate various actions relating to a {Wx::RBN::RibbonBar}.
10
10
  # See {Wx::RBN::RibbonBar} for available event types.
11
- # ===
12
11
  #
13
12
  # Category: {Wx::Events}, Ribbon User Interface
14
13
  # @see Wx::RBN::RibbonBar
15
14
  #
16
15
  #
16
+ # @wxrb_require USE_RIBBON
17
17
  class RibbonBarEvent < NotifyEvent
18
18
 
19
19
  # Constructor.
20
- # @param command_type [Wx::CommandLinkButton::EventType]
20
+ # @param command_type [Wx::Slider::EventType]
21
21
  # @param win_id [Integer]
22
22
  # @param page [Wx::RBN::RibbonPage]
23
23
  # @return [Wx::RBN::RibbonBarEvent]
@@ -11,6 +11,7 @@ module Wx::RBN
11
11
  # Buttons on a ribbon button bar can each come in three sizes: small, medium, and large. In some places this is called the size class, and the term size used for the pixel width and height associated with a particular size class.
12
12
  # A button can also be in zero or more hovered or active states, or in the disabled state.
13
13
  #
14
+ # @wxrb_require USE_RIBBON
14
15
  class RibbonButtonBarButtonState < Wx::Enum
15
16
 
16
17
  # Button is small (the interpretation of small is dependent upon the art provider, but it will be smaller than medium).
@@ -88,7 +89,7 @@ module Wx::RBN
88
89
  #
89
90
  # - A button bar typically has a border around each individual button, whereas a tool bar typically has a border around each group of buttons.
90
91
  #
91
- # === Events emitted by this class
92
+ # ### Events emitted by this class
92
93
  #
93
94
  # The following event-handler methods redirect the events to member method or handler blocks for {Wx::RBN::RibbonButtonBarEvent} events.
94
95
  # Event handler methods for events emitted by this class:
@@ -97,10 +98,9 @@ module Wx::RBN
97
98
  #
98
99
  # - {Wx::EvtHandler#evt_ribbonbuttonbar_dropdown_clicked}(id, meth = nil, &block): Triggered when the dropdown region of a button on the button bar is clicked. {Wx::RBN::RibbonButtonBarEvent#popup_menu} should be called by the event handler if it wants to display a popup menu (which is what most dropdown buttons should be doing).
99
100
  #
100
- # ===
101
- #
102
101
  # Category: Ribbon User Interface
103
102
  #
103
+ # @wxrb_require USE_RIBBON
104
104
  class RibbonButtonBar < RibbonControl
105
105
 
106
106
  # @overload initialize()
@@ -334,7 +334,11 @@ module Wx::RBN
334
334
  def set_button_icon(button_id, bitmap, bitmap_small=Wx::NULL_BITMAP, bitmap_disabled=Wx::NULL_BITMAP, bitmap_small_disabled=Wx::NULL_BITMAP) end
335
335
 
336
336
  # Changes the label text of an existing button.
337
- # If text size has changed, {Wx::RBN::RibbonButtonBar#realize} must be called on the top level {Wx::RBN::RibbonBar} object to recalculate panel sizes. Use {Wx::RBN::RibbonButtonBar#set_button_text_min_width} to avoid calling {Wx::RBN::RibbonButtonBar#realize} after every change.
337
+ # <div class="wxrb-remark">
338
+ # <b>Remark:</b>
339
+ # <p>If text size has changed, {Wx::RBN::RibbonButtonBar#realize} must be called on the top level {Wx::RBN::RibbonBar} object to recalculate panel sizes. Use {Wx::RBN::RibbonButtonBar#set_button_text_min_width} to avoid calling {Wx::RBN::RibbonButtonBar#realize} after every change.
340
+ # </p>
341
+ # </div>>
338
342
  # @see Wx::RBN::RibbonButtonBar#set_button_text_min_width
339
343
  # @param button_id [Integer] ID of the button to manipulate.
340
344
  # @param label [String] New label of the button.
@@ -345,7 +349,11 @@ module Wx::RBN
345
349
  # Sets the minimum width of the button label, to indicate to the {Wx::RBN::RibbonArtProvider} layout mechanism that this is the minimum required size.
346
350
  # You have to call {Wx::RBN::RibbonButtonBar#realize} after calling this function to apply the given minimum width.
347
351
  #
348
- # This function is used together with {Wx::RBN::RibbonButtonBar#set_button_text} to change button labels on the fly without modifying the button bar layout.
352
+ # <div class="wxrb-remark">
353
+ # <b>Remark:</b>
354
+ # <p>This function is used together with {Wx::RBN::RibbonButtonBar#set_button_text} to change button labels on the fly without modifying the button bar layout.
355
+ # </p>
356
+ # </div>>
349
357
  # @see Wx::RBN::RibbonButtonBar#set_button_text
350
358
  # @param button_id [Integer] ID of the button to manipulate.
351
359
  # @param min_width_medium [Integer] Requested minimum width of the button text in pixel if the button is medium size.
@@ -355,7 +363,11 @@ module Wx::RBN
355
363
  # Sets the minimum width of the button label, to indicate to the {Wx::RBN::RibbonArtProvider} layout mechanism that this is the minimum required size.
356
364
  # You have to call {Wx::RBN::RibbonButtonBar#realize} after calling this function to apply the given minimum width.
357
365
  #
358
- # This function is used together with {Wx::RBN::RibbonButtonBar#set_button_text} to change button labels on the fly without modifying the button bar layout.
366
+ # <div class="wxrb-remark">
367
+ # <b>Remark:</b>
368
+ # <p>This function is used together with {Wx::RBN::RibbonButtonBar#set_button_text} to change button labels on the fly without modifying the button bar layout.
369
+ # </p>
370
+ # </div>>
359
371
  # @see Wx::RBN::RibbonButtonBar#set_button_text
360
372
  # @param button_id [Integer] ID of the button to manipulate.
361
373
  # @param label [String] The minimum width is set to the width of this label.
@@ -9,16 +9,16 @@ module Wx::RBN
9
9
  # Event used to indicate various actions relating to a button on a {Wx::RBN::RibbonButtonBar}.
10
10
  # For toggle buttons, {Wx::RBN::RibbonButtonBarEvent#is_checked} can be used to test the state of the button.
11
11
  # See {Wx::RBN::RibbonButtonBar} for available event types.
12
- # ===
13
12
  #
14
13
  # Category: {Wx::Events}, Ribbon User Interface
15
14
  # @see Wx::RBN::RibbonBar
16
15
  #
17
16
  #
17
+ # @wxrb_require USE_RIBBON
18
18
  class RibbonButtonBarEvent < CommandEvent
19
19
 
20
20
  # Constructor.
21
- # @param command_type [Wx::CommandLinkButton::EventType]
21
+ # @param command_type [Wx::Slider::EventType]
22
22
  # @param win_id [Integer]
23
23
  # @param bar [Wx::RBN::RibbonButtonBar]
24
24
  # @param button [Integer]
@@ -9,16 +9,16 @@ module Wx::RBN
9
9
  # {Wx::RBN::RibbonControl} serves as a base class for all controls which share the ribbon characteristics of having a ribbon art provider, and (optionally) non-continuous resizing.
10
10
  # Despite what the name may imply, it is not the top-level control for creating a ribbon interface - that is {Wx::RBN::RibbonBar}.
11
11
  # Ribbon controls often have a region which is "transparent", and shows the contents of the ribbon page or panel behind it. If implementing a new ribbon control, then it may be useful to realise that this effect is done by the art provider when painting the background of the control, and hence in the paint handler for the new control, you should call a draw background method on the art provider ({Wx::RBN::RibbonArtProvider#draw_button_bar_background} and {Wx::RBN::RibbonArtProvider#draw_tool_bar_background} typically just redraw what is behind the rectangle being painted) if you want transparent regions.
12
- # ===
13
12
  #
14
13
  # Category: Ribbon User Interface
15
14
  #
15
+ # @wxrb_require USE_RIBBON
16
16
  class RibbonControl < Control
17
17
 
18
18
  # @overload initialize()
19
19
  # Constructor.
20
20
  # @return [Wx::RBN::RibbonControl]
21
- # @overload initialize(parent, id, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=0, validator=Wx::DEFAULT_VALIDATOR, name=Wx::ControlNameStr)
21
+ # @overload initialize(parent, id, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=0, validator=Wx::DEFAULT_VALIDATOR, name=Wx::CONTROL_NAME_STR)
22
22
  # Constructor.
23
23
  # If parent is a {Wx::RBN::RibbonControl} with a non-NULL art provider, then the art provider of new control is set to that of parent.
24
24
  # @param parent [Wx::Window]
@@ -10,6 +10,7 @@ module Wx::RBN
10
10
  #
11
11
  #
12
12
  #
13
+ # @wxrb_require USE_RIBBON
13
14
  class RibbonGalleryButtonState < Wx::Enum
14
15
 
15
16
  #
@@ -44,7 +45,7 @@ module Wx::RBN
44
45
 
45
46
  # A ribbon gallery is like a {Wx::ListBox}, but for bitmaps rather than strings.
46
47
  # It displays a collection of bitmaps arranged in a grid and allows the user to choose one. As there are typically more bitmaps in a gallery than can be displayed in the space used for a ribbon, a gallery always has scroll buttons to allow the user to navigate through the entire gallery. It also has an "extension" button, the behaviour of which is outside the scope of the gallery control itself, though it typically displays some kind of dialog related to the gallery.
47
- # === Events emitted by this class
48
+ # ### Events emitted by this class
48
49
  #
49
50
  # The following event-handler methods redirect the events to member method or handler blocks for {Wx::RBN::RibbonGalleryEvent} events.
50
51
  # Event handler methods for events emitted by this class:
@@ -55,17 +56,16 @@ module Wx::RBN
55
56
  #
56
57
  # - {Wx::EvtHandler#evt_ribbongallery_hover_changed}(id, meth = nil, &block): Triggered when the item being hovered over by the user changes. The item in the event will be the new item being hovered, or NULL if there is no longer an item being hovered. Note that the ID is that of the gallery, not of the item.
57
58
  #
58
- # === Events emitted by this class
59
+ # ### Events emitted by this class
59
60
  #
60
61
  # The following event-handler methods redirect the events to member method or handler blocks for {Wx::CommandEvent} events.
61
62
  # Event handler methods for events emitted by this class:
62
63
  #
63
64
  # - {Wx::EvtHandler#evt_button}(id, meth = nil, &block): Triggered when the "extension" button of the gallery is pressed.
64
65
  #
65
- # ===
66
- #
67
66
  # Category: Ribbon User Interface
68
67
  #
68
+ # @wxrb_require USE_RIBBON
69
69
  class RibbonGallery < RibbonControl
70
70
 
71
71
  # @overload initialize()
@@ -6,17 +6,16 @@
6
6
 
7
7
  module Wx::RBN
8
8
 
9
- #
10
- # ===
11
9
  #
12
10
  # Category: {Wx::Events}, Ribbon User Interface
13
11
  # @see Wx::RBN::RibbonBar
14
12
  #
15
13
  #
14
+ # @wxrb_require USE_RIBBON
16
15
  class RibbonGalleryEvent < CommandEvent
17
16
 
18
17
  # Constructor.
19
- # @param command_type [Wx::CommandLinkButton::EventType]
18
+ # @param command_type [Wx::Slider::EventType]
20
19
  # @param win_id [Integer]
21
20
  # @param gallery [Wx::RBN::RibbonGallery]
22
21
  # @param item [Integer]
@@ -7,14 +7,13 @@
7
7
  module Wx::RBN
8
8
 
9
9
  # Container for related ribbon panels, and a tab within a ribbon bar.
10
- # ===
11
- #
12
10
  # Category: Ribbon User Interface
13
11
  # @see Wx::RBN::RibbonBar
14
12
  #
15
13
  # @see Wx::RBN::RibbonPanel
16
14
  #
17
15
  #
16
+ # @wxrb_require USE_RIBBON
18
17
  class RibbonPage < RibbonControl
19
18
 
20
19
  # @overload initialize()
@@ -10,6 +10,7 @@ module Wx::RBN
10
10
  #
11
11
  #
12
12
  #
13
+ # @wxrb_require USE_RIBBON
13
14
  class RibbonPanelOption < Wx::Enum
14
15
 
15
16
  #
@@ -46,6 +47,7 @@ module Wx::RBN
46
47
  #
47
48
  #
48
49
  #
50
+ # @wxrb_require USE_RIBBON
49
51
  class RibbonPanelOption < Wx::Enum
50
52
 
51
53
  #
@@ -83,7 +85,7 @@ module Wx::RBN
83
85
  # A panel adds a border and label to a group of controls, and can be minimised (either automatically to conserve space, or manually by the user).
84
86
  # Non ribbon controls can be placed on a panel using {Wx::Sizers} to manage layout. Panel size is governed by the sizer's minimum calculated size and the parent {Wx::RBN::RibbonPage}'s dimensions. For functional and aesthetic reasons it is recommended that ribbon and non ribbon controls are not mixed in one panel.
85
87
  #
86
- # === Styles
88
+ # ### Styles
87
89
  #
88
90
  # This class supports the following styles:
89
91
  #
@@ -99,19 +101,18 @@ module Wx::RBN
99
101
  #
100
102
  # - {Wx::RBN::RibbonPanelOption::RIBBON_PANEL_FLEXIBLE}: Allows the panel to size in both directions; currently only useful when a single {Wx::RBN::RibbonToolBar} is the child of the panel, particularly in vertical orientation where the number of rows is dependent on the amount of horizontal space available. Set the minimum and maximum toolbar rows to take full advantage of this wrapping behaviour.
101
103
  #
102
- # === Events emitted by this class
104
+ # ### Events emitted by this class
103
105
  #
104
106
  # The following event-handler methods redirect the events to member method or handler blocks for {Wx::RBN::RibbonPanelEvent} events.
105
107
  # Event handler methods for events emitted by this class:
106
108
  #
107
109
  # - {Wx::EvtHandler#evt_ribbonpanel_extbutton_activated}(id, meth = nil, &block): Triggered when the user activate the panel extension button.
108
110
  #
109
- # ===
110
- #
111
111
  # Category: Ribbon User Interface
112
112
  # @see Wx::RBN::RibbonPage
113
113
  #
114
114
  #
115
+ # @wxrb_require USE_RIBBON
115
116
  class RibbonPanel < RibbonControl
116
117
 
117
118
  # @overload initialize()
@@ -9,16 +9,15 @@ module Wx::RBN
9
9
  # Event used to indicate various actions relating to a {Wx::RBN::RibbonPanel}.
10
10
  # See {Wx::RBN::RibbonPanel} for available event types.
11
11
  #
12
- # ===
13
- #
14
12
  # Category: {Wx::Events}, Ribbon User Interface
15
13
  # @see Wx::RBN::RibbonPanel
16
14
  #
17
15
  #
16
+ # @wxrb_require USE_RIBBON
18
17
  class RibbonPanelEvent < CommandEvent
19
18
 
20
19
  # Constructor.
21
- # @param command_type [Wx::CommandLinkButton::EventType]
20
+ # @param command_type [Wx::Slider::EventType]
22
21
  # @param win_id [Integer]
23
22
  # @param panel [Wx::RBN::RibbonPanel]
24
23
  # @return [Wx::RBN::RibbonPanelEvent]
@@ -16,7 +16,7 @@ module Wx::RBN
16
16
 
17
17
  # A ribbon tool bar is similar to a traditional toolbar which has no labels.
18
18
  # It contains one or more tool groups, each of which contains one or more tools. Each tool is represented by a (generally small, i.e. 16x15) bitmap.
19
- # === Events emitted by this class
19
+ # ### Events emitted by this class
20
20
  #
21
21
  # The following event-handler methods redirect the events to member method or handler blocks for {Wx::RBN::RibbonToolBarEvent} events.
22
22
  # Event handler methods for events emitted by this class:
@@ -25,10 +25,9 @@ module Wx::RBN
25
25
  #
26
26
  # - {Wx::EvtHandler#evt_ribbontoolbar_dropdown_clicked}(id, meth = nil, &block): Triggered when the dropdown region of a tool on the tool bar is clicked. {Wx::RBN::RibbonToolBarEvent#popup_menu} should be called by the event handler if it wants to display a popup menu (which is what most dropdown tools should be doing).
27
27
  #
28
- # ===
29
- #
30
28
  # Category: Ribbon User Interface
31
29
  #
30
+ # @wxrb_require USE_RIBBON
32
31
  class RibbonToolBar < RibbonControl
33
32
 
34
33
  # @overload initialize()
@@ -9,9 +9,10 @@ module Wx::RBN
9
9
  #
10
10
  #
11
11
  #
12
+ # @wxrb_require USE_RIBBON
12
13
  class RibbonToolBarEvent < CommandEvent
13
14
 
14
- # @param command_type [Wx::CommandLinkButton::EventType]
15
+ # @param command_type [Wx::Slider::EventType]
15
16
  # @param win_id [Integer]
16
17
  # @param bar [Wx::RBN::RibbonToolBar]
17
18
  # @return [Wx::RBN::RibbonToolBarEvent]
@@ -9,18 +9,17 @@ module Wx
9
9
  # A composite control containing a {Wx::RearrangeList} and the buttons allowing to move the items in it.
10
10
  # This control is in fact a panel containing the {Wx::RearrangeList} control and the "Up" and "Down" buttons to move the currently selected item up or down. It is used as the main part of a {Wx::RearrangeDialog}.
11
11
  #
12
- # ===
13
- #
14
12
  # Category: {Wx::Controls} <div class='appearance'><span class='appearance'>Appearance:</span><table class='appearance'><tr><td> Generic Appearance
15
13
  # </td></tr></table></div>
16
14
  #
15
+ # @wxrb_require USE_CHECKLISTBOX
17
16
  class RearrangeCtrl < Panel
18
17
 
19
18
  # @overload initialize()
20
19
  # Default constructor.
21
20
  # {Wx::RearrangeCtrl#create} must be called later to effectively create the control.
22
21
  # @return [Wx::RearrangeCtrl]
23
- # @overload initialize(parent, id, pos, size, order, items, style=0, validator=Wx::DEFAULT_VALIDATOR, name=Wx::RearrangeListNameStr)
22
+ # @overload initialize(parent, id, pos, size, order, items, style=0, validator=Wx::DEFAULT_VALIDATOR, name=Wx::REARRANGE_LIST_NAME_STR)
24
23
  # Constructor really creating the control.
25
24
  # Please see {Wx::RearrangeCtrl#create} for the parameters description.
26
25
  # @param parent [Wx::Window]
@@ -47,7 +46,7 @@ module Wx
47
46
  # @param validator [Wx::Validator]
48
47
  # @param name [String]
49
48
  # @return [Boolean]
50
- def create(parent, id, pos, size, order, items, style=0, validator=Wx::DEFAULT_VALIDATOR, name=Wx::RearrangeListNameStr) end
49
+ def create(parent, id, pos, size, order, items, style=0, validator=Wx::DEFAULT_VALIDATOR, name=Wx::REARRANGE_LIST_NAME_STR) end
51
50
 
52
51
  # Return the listbox which is the main part of this control.
53
52
  # @return [Wx::RearrangeList]
@@ -10,8 +10,8 @@ module Wx
10
10
  # This class allows changing the order of the items shown in it as well as checking or unchecking them individually. The data structure used to allow this is the order array which contains the items indices indexed by their position with an added twist that the unchecked items are represented by the bitwise complement of the corresponding index (for any architecture using two's complement for negative numbers representation (i.e. just about any at all) this means that a checked item N is represented by -N-1 in unchecked state). In practice this means that you must apply the C bitwise complement operator when constructing the order array, e.g.
11
11
  # ```
12
12
  # wxArrayInt order;
13
- # order.push_back(0); // checked item #0
14
- # order.push_back(~1); // unchecked item #1
13
+ # order.push_back(0); // checked item \#0
14
+ # order.push_back(~1); // unchecked item \#1
15
15
  # ```
16
16
  #
17
17
  # So, for example, the array order [1 -3 0] used in conjunction with the items array ["first", "second", "third"] means that the items order is "second", "third", "first" and the "third" item is unchecked while the other two are checked.
@@ -19,18 +19,17 @@ module Wx
19
19
  # Usually this control will be used together with other controls allowing to move the items around in it interactively. The simplest possible solution is to use {Wx::RearrangeCtrl} which combines it with two standard buttons to move the current item up or down.
20
20
  # Note that while most of the methods for items manipulation such as {Wx::RearrangeList#append}, {Wx::RearrangeList#insert} or {Wx::RearrangeList#delete}, inherited from {Wx::ItemContainer} work as expected for this class, {Wx::RearrangeList#set} somewhat unexpectedly resets the order of the items as it clears the control first, also clearing the order as a side effect, before adding the new items.
21
21
  #
22
- # ===
23
- #
24
22
  # Category: {Wx::Controls} <div class='appearance'><span class='appearance'>Appearance:</span><table class='appearance'><tr><td> Generic Appearance
25
23
  # </td></tr></table></div>
26
24
  #
25
+ # @wxrb_require USE_CHECKLISTBOX
27
26
  class RearrangeList < CheckListBox
28
27
 
29
28
  # @overload initialize()
30
29
  # Default constructor.
31
30
  # {Wx::RearrangeList#create} must be called later to effectively create the control.
32
31
  # @return [Wx::RearrangeList]
33
- # @overload initialize(parent, id, pos, size, order, items, style=0, validator=Wx::DEFAULT_VALIDATOR, name=Wx::RearrangeListNameStr)
32
+ # @overload initialize(parent, id, pos, size, order, items, style=0, validator=Wx::DEFAULT_VALIDATOR, name=Wx::REARRANGE_LIST_NAME_STR)
34
33
  # Constructor really creating the control.
35
34
  # Please see {Wx::RearrangeList#create} for the parameters description.
36
35
  # @param parent [Wx::Window]
@@ -57,7 +56,7 @@ module Wx
57
56
  # @param validator [Wx::Validator] Optional window validator.
58
57
  # @param name [String] Optional window name.
59
58
  # @return [Boolean]
60
- def create(parent, id, pos, size, order, items, style=0, validator=Wx::DEFAULT_VALIDATOR, name=Wx::RearrangeListNameStr) end
59
+ def create(parent, id, pos, size, order, items, style=0, validator=Wx::DEFAULT_VALIDATOR, name=Wx::REARRANGE_LIST_NAME_STR) end
61
60
 
62
61
  # Return the current order of the items.
63
62
  # The order may be different from the one passed to the constructor if {Wx::RearrangeList#move_current_up} or {Wx::RearrangeList#move_current_down} were called.
@@ -32,8 +32,6 @@ module Wx
32
32
  #
33
33
  # - {Wx::NullRegion}
34
34
  #
35
- # ===
36
- #
37
35
  # Category: Data Structures, Graphics Device Interface (GDI)
38
36
  # @see Wx::RegionIterator
39
37
  #
@@ -130,7 +128,11 @@ module Wx
130
128
  # This method always returns {Wx::RegionContain::OutRegion} for an invalid region but may, nevertheless, be safely called in this case.
131
129
  # One of {Wx::RegionContain::OutRegion}, {Wx::RegionContain::PartRegion} or {Wx::RegionContain::InRegion}.
132
130
  #
133
- # On Windows, only {Wx::RegionContain::OutRegion} and {Wx::RegionContain::InRegion} are returned; a value {Wx::RegionContain::InRegion} then indicates that all or some part of the region is contained in this region.
131
+ # <div class="wxrb-note">
132
+ # <b>Note:</b>
133
+ # <p>On Windows, only {Wx::RegionContain::OutRegion} and {Wx::RegionContain::InRegion} are returned; a value {Wx::RegionContain::InRegion} then indicates that all or some part of the region is contained in this region.
134
+ # </p>
135
+ # </div>
134
136
  # @param x [Integer]
135
137
  # @param y [Integer]
136
138
  # @param width [Integer]
@@ -141,7 +143,11 @@ module Wx
141
143
  # This method always returns {Wx::RegionContain::OutRegion} for an invalid region but may, nevertheless, be safely called in this case.
142
144
  # One of {Wx::RegionContain::OutRegion}, {Wx::RegionContain::PartRegion} or {Wx::RegionContain::InRegion}.
143
145
  #
144
- # On Windows, only {Wx::RegionContain::OutRegion} and {Wx::RegionContain::InRegion} are returned; a value {Wx::RegionContain::InRegion} then indicates that all or some part of the region is contained in this region.
146
+ # <div class="wxrb-note">
147
+ # <b>Note:</b>
148
+ # <p>On Windows, only {Wx::RegionContain::OutRegion} and {Wx::RegionContain::InRegion} are returned; a value {Wx::RegionContain::InRegion} then indicates that all or some part of the region is contained in this region.
149
+ # </p>
150
+ # </div>
145
151
  # @param rect [Wx::Rect]
146
152
  # @return [Wx::RegionContain]
147
153
  def contains(*args) end
@@ -156,7 +162,11 @@ module Wx
156
162
  # This method always fails, i.e. returns false, if this region is invalid but may nevertheless be safely used even in this case.
157
163
  # true if successful, false otherwise.
158
164
  #
159
- # Creates the intersection of the two regions, that is, the parts which are in both regions. The result is stored in this region.
165
+ # <div class="wxrb-remark">
166
+ # <b>Remark:</b>
167
+ # <p>Creates the intersection of the two regions, that is, the parts which are in both regions. The result is stored in this region.
168
+ # </p>
169
+ # </div>>
160
170
  # @param x [Integer]
161
171
  # @param y [Integer]
162
172
  # @param width [Integer]
@@ -167,7 +177,11 @@ module Wx
167
177
  # This method always fails, i.e. returns false, if this region is invalid but may nevertheless be safely used even in this case.
168
178
  # true if successful, false otherwise.
169
179
  #
170
- # Creates the intersection of the two regions, that is, the parts which are in both regions. The result is stored in this region.
180
+ # <div class="wxrb-remark">
181
+ # <b>Remark:</b>
182
+ # <p>Creates the intersection of the two regions, that is, the parts which are in both regions. The result is stored in this region.
183
+ # </p>
184
+ # </div>>
171
185
  # @param rect [Wx::Rect]
172
186
  # @return [Boolean]
173
187
  # @overload intersect(region)
@@ -175,7 +189,11 @@ module Wx
175
189
  # This method always fails, i.e. returns false, if this region is invalid but may nevertheless be safely used even in this case.
176
190
  # true if successful, false otherwise.
177
191
  #
178
- # Creates the intersection of the two regions, that is, the parts which are in both regions. The result is stored in this region.
192
+ # <div class="wxrb-remark">
193
+ # <b>Remark:</b>
194
+ # <p>Creates the intersection of the two regions, that is, the parts which are in both regions. The result is stored in this region.
195
+ # </p>
196
+ # </div>>
179
197
  # @param region [Wx::Region]
180
198
  # @return [Boolean]
181
199
  def intersect(*args) end
@@ -198,7 +216,11 @@ module Wx
198
216
  # This method always fails, i.e. returns false, if this region is invalid but may nevertheless be safely used even in this case.
199
217
  # true if successful, false otherwise.
200
218
  #
201
- # This operation combines the parts of 'this' region that are not part of the second region. The result is stored in this region.
219
+ # <div class="wxrb-remark">
220
+ # <b>Remark:</b>
221
+ # <p>This operation combines the parts of 'this' region that are not part of the second region. The result is stored in this region.
222
+ # </p>
223
+ # </div>>
202
224
  # @param rect [Wx::Rect]
203
225
  # @return [Boolean]
204
226
  # @overload subtract(region)
@@ -206,7 +228,11 @@ module Wx
206
228
  # This method always fails, i.e. returns false, if this region is invalid but may nevertheless be safely used even in this case.
207
229
  # true if successful, false otherwise.
208
230
  #
209
- # This operation combines the parts of 'this' region that are not part of the second region. The result is stored in this region.
231
+ # <div class="wxrb-remark">
232
+ # <b>Remark:</b>
233
+ # <p>This operation combines the parts of 'this' region that are not part of the second region. The result is stored in this region.
234
+ # </p>
235
+ # </div>>
210
236
  # @param region [Wx::Region]
211
237
  # @return [Boolean]
212
238
  def subtract(*args) end
@@ -216,7 +242,11 @@ module Wx
216
242
  # This method can be used even if this region is invalid and has the natural behaviour in this case, i.e. makes this region equal to the given rectangle.
217
243
  # true if successful, false otherwise.
218
244
  #
219
- # This operation creates a region that combines all of this region and the second region. The result is stored in this region.
245
+ # <div class="wxrb-remark">
246
+ # <b>Remark:</b>
247
+ # <p>This operation creates a region that combines all of this region and the second region. The result is stored in this region.
248
+ # </p>
249
+ # </div>>
220
250
  # @param x [Integer]
221
251
  # @param y [Integer]
222
252
  # @param width [Integer]
@@ -227,7 +257,11 @@ module Wx
227
257
  # This method can be used even if this region is invalid and has the natural behaviour in this case, i.e. makes this region equal to the given rectangle.
228
258
  # true if successful, false otherwise.
229
259
  #
230
- # This operation creates a region that combines all of this region and the second region. The result is stored in this region.
260
+ # <div class="wxrb-remark">
261
+ # <b>Remark:</b>
262
+ # <p>This operation creates a region that combines all of this region and the second region. The result is stored in this region.
263
+ # </p>
264
+ # </div>>
231
265
  # @param rect [Wx::Rect]
232
266
  # @return [Boolean]
233
267
  # @overload union(region)
@@ -235,7 +269,11 @@ module Wx
235
269
  # This method can be used even if this region is invalid and has the natural behaviour in this case, i.e. makes this region equal to the given region.
236
270
  # true if successful, false otherwise.
237
271
  #
238
- # This operation creates a region that combines all of this region and the second region. The result is stored in this region.
272
+ # <div class="wxrb-remark">
273
+ # <b>Remark:</b>
274
+ # <p>This operation creates a region that combines all of this region and the second region. The result is stored in this region.
275
+ # </p>
276
+ # </div>>
239
277
  # @param region [Wx::Region]
240
278
  # @return [Boolean]
241
279
  # @overload union(bmp)
@@ -243,7 +281,11 @@ module Wx
243
281
  # The bitmap's mask is used to determine transparency. If the bitmap doesn't have a mask, the bitmap's full dimensions are used.
244
282
  # true if successful, false otherwise.
245
283
  #
246
- # This operation creates a region that combines all of this region and the second region. The result is stored in this region.
284
+ # <div class="wxrb-remark">
285
+ # <b>Remark:</b>
286
+ # <p>This operation creates a region that combines all of this region and the second region. The result is stored in this region.
287
+ # </p>
288
+ # </div>>
247
289
  # @param bmp [Wx::Bitmap]
248
290
  # @return [Boolean]
249
291
  # @overload union(bmp, transColour, tolerance=0)
@@ -251,7 +293,11 @@ module Wx
251
293
  # Colour to be treated as transparent is specified in the transColour argument, along with an optional colour tolerance value.
252
294
  # true if successful, false otherwise.
253
295
  #
254
- # This operation creates a region that combines all of this region and the second region. The result is stored in this region.
296
+ # <div class="wxrb-remark">
297
+ # <b>Remark:</b>
298
+ # <p>This operation creates a region that combines all of this region and the second region. The result is stored in this region.
299
+ # </p>
300
+ # </div>>
255
301
  # @param bmp [Wx::Bitmap]
256
302
  # @param transColour [Wx::Colour,String,Symbol]
257
303
  # @param tolerance [Integer]
@@ -263,7 +309,11 @@ module Wx
263
309
  # This method can be used even if this region is invalid and has the natural behaviour in this case, i.e. makes this region equal to the given rectangle.
264
310
  # true if successful, false otherwise.
265
311
  #
266
- # This operation creates a region that combines all of this region and the second region, except for any overlapping areas. The result is stored in this region.
312
+ # <div class="wxrb-remark">
313
+ # <b>Remark:</b>
314
+ # <p>This operation creates a region that combines all of this region and the second region, except for any overlapping areas. The result is stored in this region.
315
+ # </p>
316
+ # </div>>
267
317
  # @param x [Integer]
268
318
  # @param y [Integer]
269
319
  # @param width [Integer]
@@ -274,7 +324,11 @@ module Wx
274
324
  # This method can be used even if this region is invalid and has the natural behaviour in this case, i.e. makes this region equal to the given rectangle.
275
325
  # true if successful, false otherwise.
276
326
  #
277
- # This operation creates a region that combines all of this region and the second region, except for any overlapping areas. The result is stored in this region.
327
+ # <div class="wxrb-remark">
328
+ # <b>Remark:</b>
329
+ # <p>This operation creates a region that combines all of this region and the second region, except for any overlapping areas. The result is stored in this region.
330
+ # </p>
331
+ # </div>>
278
332
  # @param rect [Wx::Rect]
279
333
  # @return [Boolean]
280
334
  # @overload xor(region)
@@ -282,7 +336,11 @@ module Wx
282
336
  # This method can be used even if this region is invalid and has the natural behaviour in this case, i.e. makes this region equal to the given region.
283
337
  # true if successful, false otherwise.
284
338
  #
285
- # This operation creates a region that combines all of this region and the second region, except for any overlapping areas. The result is stored in this region.
339
+ # <div class="wxrb-remark">
340
+ # <b>Remark:</b>
341
+ # <p>This operation creates a region that combines all of this region and the second region, except for any overlapping areas. The result is stored in this region.
342
+ # </p>
343
+ # </div>>
286
344
  # @param region [Wx::Region]
287
345
  # @return [Boolean]
288
346
  def xor(*args) end
@@ -9,7 +9,6 @@ module Wx
9
9
  # This class is used to iterate through the rectangles in a region, typically when examining the damaged regions of a window within an OnPaint call.
10
10
  # To use it, construct an iterator object on the stack and loop through the regions, testing the object and incrementing the iterator at the end of the loop.
11
11
  # See {Wx::PaintEvent} for an example of use.
12
- # ===
13
12
  #
14
13
  # Category: Graphics Device Interface (GDI)
15
14
  # Predefined objects/pointers: {Wx::NullRegion}