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
@@ -17,7 +17,7 @@ module Wx
17
17
  # A search control is a composite control with a search button, a text control, and a cancel button.
18
18
  # This control is implemented natively under macOS and GTK 3.6 or later and generically for all the other platforms.
19
19
  # Please note that this class provides many {Wx::TextCtrl}-like methods, but does not necessarily derive from {Wx::TextCtrl} in all ports (although it does in the generic version). Only the methods defined in {Wx::TextEntry} interface class are guaranteed to be available under all platforms.
20
- # === Styles
20
+ # ### Styles
21
21
  #
22
22
  # This class supports the following styles:
23
23
  #
@@ -27,13 +27,13 @@ module Wx
27
27
  #
28
28
  # - {Wx::TE_LEFT}: The text in the control will be left-justified (default).
29
29
  #
30
- # - {Wx::TE_CENTRE}: The text in the control will be centered (currently wxMSW and wxGTK2 only).
30
+ # - {Wx::TE_CENTRE}: The text in the control will be centered (currently WXMSW and WXGTK2 only).
31
31
  #
32
- # - {Wx::TE_RIGHT}: The text in the control will be right-justified (currently wxMSW and wxGTK2 only).
32
+ # - {Wx::TE_RIGHT}: The text in the control will be right-justified (currently WXMSW and WXGTK2 only).
33
33
  #
34
34
  # - {Wx::TE_CAPITALIZE}: On PocketPC and Smartphone, causes the first letter to be capitalized.
35
35
  #
36
- # === Events emitted by this class
36
+ # ### Events emitted by this class
37
37
  #
38
38
  # The following event-handler methods redirect the events to member method or handler blocks for {Wx::CommandEvent} events.
39
39
  # Event handler methods for events emitted by this class:{Wx::TextCtrl}. However it is recommended to use {Wx::EVT_SEARCH} to actually start searching to avoid doing it too soon, while the user is still typing (note that {Wx::EVT_SEARCH} is also triggered by pressing Enter in the control).
@@ -42,15 +42,14 @@ module Wx
42
42
  #
43
43
  # - {Wx::EvtHandler#evt_search_cancel}(id, meth = nil, &block): Respond to a {Wx::EVT_SEARCH_CANCEL} event, generated when the cancel button is clicked.
44
44
  #
45
- # ===
46
- #
47
- # Category: {Wx::Controls} <div class='appearance'><span class='appearance'>Appearance:</span><table><tr><td> wxMSW Appearance
48
- # </td><td> wxGTK Appearance
49
- # </td><td> wxOSX Appearance
45
+ # Category: {Wx::Controls} <div class='appearance'><span class='appearance'>Appearance:</span><table><tr><td> WXMSW Appearance
46
+ # </td><td> WXGTK Appearance
47
+ # </td><td> WXOSX Appearance
50
48
  # </td></tr></table></div>
51
49
  # @see Wx::TextCtrl
52
50
  #
53
51
  #
52
+ # @wxrb_require USE_SEARCHCTRL
54
53
  class SearchCtrl < Control
55
54
 
56
55
  include Wx::TextEntry
@@ -58,7 +57,7 @@ module Wx
58
57
  # @overload initialize()
59
58
  # Default constructor.
60
59
  # @return [Wx::SearchCtrl]
61
- # @overload initialize(parent, id, value=(''), pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=0, validator=Wx::DEFAULT_VALIDATOR, name=Wx::SearchCtrlNameStr)
60
+ # @overload initialize(parent, id, value=(''), pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=0, validator=Wx::DEFAULT_VALIDATOR, name=Wx::SEARCH_CTRL_NAME_STR)
62
61
  # Constructor, creating and showing a text control.
63
62
  #
64
63
  # @see Wx::TextCtrl#create
@@ -83,7 +82,7 @@ module Wx
83
82
  # @param validator [Wx::Validator]
84
83
  # @param name [String]
85
84
  # @return [Boolean]
86
- def create(parent, id, value=(''), pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=0, validator=Wx::DEFAULT_VALIDATOR, name=Wx::SearchCtrlNameStr) end
85
+ def create(parent, id, value=(''), pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=0, validator=Wx::DEFAULT_VALIDATOR, name=Wx::SEARCH_CTRL_NAME_STR) end
87
86
 
88
87
  # Returns a pointer to the search control's menu object or NULL if there is no menu attached.
89
88
  # @return [Wx::Menu]
@@ -12,7 +12,6 @@ module Wx
12
12
  # Notice that it is often convenient to use {Wx::Simplebook#show_new_page} instead of the base class {Wx::Simplebook#add_page}.
13
13
  # There are no special styles defined for this class as it has no visual appearance of its own.
14
14
  # There are also no special events, this class reuses {Wx::EVT_BOOKCTRL_PAGE_CHANGING} and {Wx::EVT_BOOKCTRL_PAGE_CHANGED} events for the events it generates if the program calls {Wx::Simplebook#set_selection}.
15
- # ===
16
15
  #
17
16
  # Category: Book Controls
18
17
  # @see Wx::BookCtrl
@@ -20,6 +19,7 @@ module Wx
20
19
  # @see Notebook Sample
21
20
  #
22
21
  #
22
+ # @wxrb_require USE_AUI|USE_NOTEBOOK|USE_LISTBOOK|USE_CHOICEBOOK|USE_TOOLBOOK|USE_TREEBOOK
23
23
  class Simplebook < BookCtrlBase
24
24
 
25
25
  # @overload initialize()
@@ -17,7 +17,7 @@ module Wx
17
17
 
18
18
  # This class represents a dialog that shows a list of strings, and allows the user to select one.
19
19
  # Double-clicking on a list item is equivalent to single-clicking and then pressing OK.
20
- # === Styles
20
+ # ### Styles
21
21
  #
22
22
  # This class supports the following styles:
23
23
  #
@@ -27,17 +27,20 @@ module Wx
27
27
  #
28
28
  # - {Wx::GeometryCentre::CENTRE}: Centre the message.
29
29
  #
30
- # ===
31
- #
32
30
  # Category: Common Dialogs
33
31
  # @see wxSingleChoiceDialog Overview
34
32
  # @see Wx::MultiChoiceDialog
35
33
  #
36
34
  #
35
+ # @wxrb_require USE_CHOICEDLG
37
36
  class SingleChoiceDialog < Dialog
38
37
 
39
38
  # Constructor, taking an array of {Wx::String} choices and optional client data.
40
- # Use {Wx::SingleChoiceDialog#show_modal} to show the dialog.
39
+ # <div class="wxrb-remark">
40
+ # <b>Remark:</b>
41
+ # <p>Use {Wx::SingleChoiceDialog#show_modal} to show the dialog.
42
+ # </p>
43
+ # </div>>
41
44
  # @param parent [Wx::Window] Parent window.
42
45
  # @param message [String] Message to show on the dialog.
43
46
  # @param caption [String] The dialog caption.
@@ -34,7 +34,7 @@ module Wx
34
34
  # Sizers may also be used to control the layout of custom drawn items on the window. The {Wx::Sizer#add}, {Wx::Sizer#insert}, and {Wx::Sizer#prepend} functions return a pointer to the newly added {Wx::SizerItem}. Just add empty space of the desired size and attributes, and then use the {Wx::SizerItem#get_rect} method to determine where the drawing operations should take place.
35
35
  # Please notice that sizers, like child windows, are owned by the library and will be deleted by it which implies that they must be allocated on the heap. However if you create a sizer and do not add it to another sizer or window, the library wouldn't be able to delete such an orphan sizer and in this, and only this, case it should be deleted explicitly.
36
36
  #
37
- # == wxSizer flags
37
+ # ## wxSizer flags
38
38
  #
39
39
  # The "flag" argument accepted by {Wx::SizerItem} constructors and other functions, e.g. {Wx::Sizer#add}, is an OR-combination of the following flags. Two main behaviours are defined using these flags. One is the border around a window: the border parameter determines the border width whereas the flags given here determine which side(s) of the item that the border will be added. The other flags determine how the sizer item behaves when the space allotted to the sizer changes, and is somewhat dependent on the specific kind of sizer used.
40
40
  #
@@ -82,8 +82,6 @@ module Wx
82
82
  # {Wx::Alignment::ALIGN_CENTRE_HORIZONTAL}
83
83
  # The <code>wxALIGN_*</code> flags allow you to specify the alignment of the item within the space allotted to it by the sizer, adjusted for the border if any.
84
84
  #
85
- # ===
86
- #
87
85
  # Category: Window Layout
88
86
  # @see Sizers Overview
89
87
  #
@@ -546,14 +544,22 @@ module Wx
546
544
 
547
545
  # @overload remove(sizer)
548
546
  # Removes a sizer child from the sizer and destroys it.
549
- # This method does not cause any layout or resizing to take place, call {Wx::Sizer#layout} to update the layout "on screen" after removing a child from the sizer.
547
+ # <div class="wxrb-note">
548
+ # <b>Note:</b>
549
+ # <p>This method does not cause any layout or resizing to take place, call {Wx::Sizer#layout} to update the layout "on screen" after removing a child from the sizer.
550
+ # </p>
551
+ # </div>
550
552
  #
551
553
  # true if the child item was found and removed, false otherwise.
552
554
  # @param sizer [Wx::Sizer] The {Wx::Sizer} to be removed.
553
555
  # @return [Boolean]
554
556
  # @overload remove(index)
555
557
  # Removes a child from the sizer and destroys it if it is a sizer or a spacer, but not if it is a window (because windows are owned by their parent window, not the sizer).
556
- # This method does not cause any layout or resizing to take place, call {Wx::Sizer#layout} to update the layout "on screen" after removing a child from the sizer.
558
+ # <div class="wxrb-note">
559
+ # <b>Note:</b>
560
+ # <p>This method does not cause any layout or resizing to take place, call {Wx::Sizer#layout} to update the layout "on screen" after removing a child from the sizer.
561
+ # </p>
562
+ # </div>
557
563
  #
558
564
  # true if the child item was found and removed, false otherwise.
559
565
  # @param index [Integer] The position of the child in the sizer, e.g. 0 for the first item.
@@ -706,7 +712,6 @@ module Wx
706
712
  # ```
707
713
  #
708
714
  # Note that by specification, all methods of {Wx::SizerFlags} return the {Wx::SizerFlags} object itself to allowing chaining multiple methods calls like in the examples above.
709
- # ===
710
715
  #
711
716
  # Category: Window Layout
712
717
  # @see Wx::Sizer
@@ -837,7 +842,7 @@ module Wx
837
842
  def self.disable_consistency_checks; end
838
843
 
839
844
  # Returns the border used by default in {Wx::SizerFlags#border} method.
840
- # This value is scaled appropriately for the current DPI on the systems where physical pixel values are used for the control positions and sizes, i.e. not with wxGTK or wxOSX.
845
+ # This value is scaled appropriately for the current DPI on the systems where physical pixel values are used for the control positions and sizes, i.e. not with WXGTK or WXOSX.
841
846
  # @see Wx::SizerFlags.get_default_border_fractional
842
847
  # @return [Integer]
843
848
  def self.get_default_border; end
@@ -8,7 +8,6 @@ module Wx
8
8
 
9
9
  # The {Wx::SizerItem} class is used to track the position, size and other attributes of each item managed by a {Wx::Sizer}.
10
10
  # It is not usually necessary to use this class because the sizer elements can also be identified by their positions or window or sizer pointers but sometimes it may be more convenient to use it directly.
11
- # ===
12
11
  #
13
12
  # Category: Window Layout
14
13
  #
@@ -44,7 +43,11 @@ module Wx
44
43
  alias_method :ratio=, :set_ratio
45
44
 
46
45
  # Set the window to be tracked by this item.
47
- # This is a low-level method which is dangerous if used incorrectly, avoid using it if possible, i.e. if higher level methods such as {Wx::Sizer#replace} can be used instead.
46
+ # <div class="wxrb-note">
47
+ # <b>Note:</b>
48
+ # <p>This is a low-level method which is dangerous if used incorrectly, avoid using it if possible, i.e. if higher level methods such as {Wx::Sizer#replace} can be used instead.
49
+ # </p>
50
+ # </div>
48
51
  #
49
52
  # If the sizer item previously contained a window, it is dissociated from the sizer containing this sizer item (if any), but this object doesn't have the pointer to the containing sizer and so it's the caller's responsibility to call {Wx::Window#set_containing_sizer} on window. Failure to do this can result in memory corruption when the window is destroyed later, so it is crucial to not forget to do it.
50
53
  # Also note that the previously contained window is not deleted, so it's also the callers responsibility to do it, if necessary.
@@ -52,7 +52,7 @@ module Wx
52
52
  # On Windows, the track bar control is used.
53
53
  # On GTK+, tick marks are only available for version 2.16 and later.
54
54
  # Slider generates the same events as {Wx::ScrollBar} but in practice the most convenient way to process {Wx::Slider} updates is by handling the slider-specific {Wx::EVT_SLIDER} event which carries {Wx::CommandEvent} containing just the latest slider position.
55
- # === Styles
55
+ # ### Styles
56
56
  #
57
57
  # This class supports the following styles:
58
58
  #
@@ -83,7 +83,7 @@ module Wx
83
83
  # - {Wx::SL_INVERSE}: Inverses the minimum and maximum endpoints on the slider. Not compatible with {Wx::SL_SELRANGE}.
84
84
  #
85
85
  # Notice that {Wx::SL_LEFT}, {Wx::SL_TOP}, {Wx::SL_RIGHT} and {Wx::SL_BOTTOM} specify the position of the slider ticks and that the slider labels, if any, are positioned on the opposite side. So, to have a label on the left side of a vertical slider, <b>{Wx::SL_RIGHT}</b> must be used (or none of these styles at all should be specified as left and top are default positions for the vertical and horizontal sliders respectively).
86
- # === Events emitted by this class
86
+ # ### Events emitted by this class
87
87
  #
88
88
  # The following event-handler methods redirect the events to member method or handler blocks for {Wx::ScrollEvent} events.
89
89
  # Event handler methods for events emitted by this class: except for this, the macros behave exactly the same.
@@ -130,26 +130,26 @@ module Wx
130
130
  #
131
131
  # - {Wx::EvtHandler#evt_slider}(id, meth = nil, &block): Process {Wx::EVT_SLIDER} which is generated after any change of {Wx::Slider} position in addition to one of the events above. Notice that the handler of this event receives a {Wx::CommandEvent} as argument and not {Wx::ScrollEvent}, as all the other handlers.
132
132
  #
133
- # == The difference between EVT_SCROLL_THUMBRELEASE and EVT_SCROLL_CHANGED
133
+ # ## The difference between EVT_SCROLL_THUMBRELEASE and EVT_SCROLL_CHANGED
134
134
  #
135
135
  # The EVT_SCROLL_THUMBRELEASE event is only emitted when actually dragging the thumb using the mouse and releasing it (This EVT_SCROLL_THUMBRELEASE event is also followed by an EVT_SCROLL_CHANGED event).
136
136
  # The EVT_SCROLL_CHANGED event also occurs when using the keyboard to change the thumb position, and when clicking next to the thumb (In all these cases the EVT_SCROLL_THUMBRELEASE event does not happen). In short, the EVT_SCROLL_CHANGED event is triggered when scrolling/ moving has finished independently of the way it had started. Please see the Widgets Sample ("Slider" page) to see the difference between EVT_SCROLL_THUMBRELEASE and EVT_SCROLL_CHANGED in action.
137
- # ===
138
137
  #
139
- # Category: {Wx::Controls} <div class='appearance'><span class='appearance'>Appearance:</span><table><tr><td> wxMSW Appearance
140
- # </td><td> wxGTK Appearance
141
- # </td><td> wxOSX Appearance
138
+ # Category: {Wx::Controls} <div class='appearance'><span class='appearance'>Appearance:</span><table><tr><td> WXMSW Appearance
139
+ # </td><td> WXGTK Appearance
140
+ # </td><td> WXOSX Appearance
142
141
  # </td></tr></table></div>
143
142
  # @see Events and Event Handling
144
143
  # @see Wx::ScrollBar
145
144
  #
146
145
  #
146
+ # @wxrb_require USE_SLIDER
147
147
  class Slider < Control
148
148
 
149
149
  # @overload initialize()
150
150
  # Default constructor.
151
151
  # @return [Wx::Slider]
152
- # @overload initialize(parent, id, value, minValue, maxValue, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::SL_HORIZONTAL, validator=Wx::DEFAULT_VALIDATOR, name=Wx::SliderNameStr)
152
+ # @overload initialize(parent, id, value, minValue, maxValue, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::SL_HORIZONTAL, validator=Wx::DEFAULT_VALIDATOR, name=Wx::SLIDER_NAME_STR)
153
153
  # Constructor, creating and showing a slider.
154
154
  #
155
155
  # @see Wx::Slider#create
@@ -168,13 +168,15 @@ module Wx
168
168
  def initialize(*args) end
169
169
 
170
170
  # Clears the selection, for a slider with the <b>{Wx::SL_SELRANGE}</b> style.
171
- # Availability: only available for the wxMSW port. {Wx::msw}
171
+ # Availability: only available for the WXMSW port.
172
172
  # @return [void]
173
+ # @wxrb_require WXMSW
173
174
  def clear_sel; end
174
175
 
175
176
  # Clears the ticks.
176
- # Availability: only available for the wxMSW, wxGTK ports. {Wx::msw},{Wx::gtk}
177
+ # Availability: only available for the WXMSW, WXGTK ports.
177
178
  # @return [void]
179
+ # @wxrb_require WXMSW|WXGTK
178
180
  def clear_ticks; end
179
181
 
180
182
  # Used for two-step slider construction.
@@ -190,7 +192,7 @@ module Wx
190
192
  # @param validator [Wx::Validator]
191
193
  # @param name [String]
192
194
  # @return [Boolean]
193
- def create(parent, id, value, minValue, maxValue, point=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::SL_HORIZONTAL, validator=Wx::DEFAULT_VALIDATOR, name=Wx::SliderNameStr) end
195
+ def create(parent, id, value, minValue, maxValue, point=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::SL_HORIZONTAL, validator=Wx::DEFAULT_VALIDATOR, name=Wx::SLIDER_NAME_STR) end
194
196
 
195
197
  # Returns the line size.
196
198
  #
@@ -223,32 +225,36 @@ module Wx
223
225
  alias_method :page_size, :get_page_size
224
226
 
225
227
  # Returns the selection end point.
226
- # Availability: only available for the wxMSW port. {Wx::msw}
228
+ # Availability: only available for the WXMSW port.
227
229
  # @see Wx::Slider#get_sel_start
228
230
  # @see Wx::Slider#set_selection
229
231
  # @return [Integer]
232
+ # @wxrb_require WXMSW
230
233
  def get_sel_end; end
231
234
  alias_method :sel_end, :get_sel_end
232
235
 
233
236
  # Returns the selection start point.
234
- # Availability: only available for the wxMSW port. {Wx::msw}
237
+ # Availability: only available for the WXMSW port.
235
238
  # @see Wx::Slider#get_sel_end
236
239
  # @see Wx::Slider#set_selection
237
240
  # @return [Integer]
241
+ # @wxrb_require WXMSW
238
242
  def get_sel_start; end
239
243
  alias_method :sel_start, :get_sel_start
240
244
 
241
245
  # Returns the thumb length.
242
- # Availability: only available for the wxMSW port. {Wx::msw}
246
+ # Availability: only available for the WXMSW port.
243
247
  # @see Wx::Slider#set_thumb_length
244
248
  # @return [Integer]
249
+ # @wxrb_require WXMSW
245
250
  def get_thumb_length; end
246
251
  alias_method :thumb_length, :get_thumb_length
247
252
 
248
253
  # Returns the tick frequency.
249
- # Availability: only available for the wxMSW, wxGTK ports. {Wx::msw},{Wx::gtk}
254
+ # Availability: only available for the WXMSW, WXGTK ports.
250
255
  # @see Wx::Slider#set_tick_freq
251
256
  # @return [Integer]
257
+ # @wxrb_require WXMSW|WXGTK
252
258
  def get_tick_freq; end
253
259
  alias_method :tick_freq, :get_tick_freq
254
260
 
@@ -305,35 +311,39 @@ module Wx
305
311
  def set_range(minValue, maxValue) end
306
312
 
307
313
  # Sets the selection.
308
- # Availability: only available for the wxMSW port. {Wx::msw}
314
+ # Availability: only available for the WXMSW port.
309
315
  # @see Wx::Slider#get_sel_start
310
316
  # @see Wx::Slider#get_sel_end
311
317
  # @param startPos [Integer] The selection start position.
312
318
  # @param endPos [Integer] The selection end position.
313
319
  # @return [void]
320
+ # @wxrb_require WXMSW
314
321
  def set_selection(startPos, endPos) end
315
322
 
316
323
  # Sets the slider thumb length.
317
- # Availability: only available for the wxMSW port. {Wx::msw}
324
+ # Availability: only available for the WXMSW port.
318
325
  # @see Wx::Slider#get_thumb_length
319
326
  # @param len [Integer] The thumb length.
320
327
  # @return [void]
328
+ # @wxrb_require WXMSW
321
329
  def set_thumb_length(len) end
322
330
  alias_method :thumb_length=, :set_thumb_length
323
331
 
324
332
  # Sets a tick position.
325
- # Availability: only available for the wxMSW, wxGTK ports. {Wx::msw},{Wx::gtk}
333
+ # Availability: only available for the WXMSW, WXGTK ports.
326
334
  # @see Wx::Slider#set_tick_freq
327
335
  # @param tickPos [Integer] The tick position.
328
336
  # @return [void]
337
+ # @wxrb_require WXMSW|WXGTK
329
338
  def set_tick(tickPos) end
330
339
  alias_method :tick=, :set_tick
331
340
 
332
341
  # Sets the tick mark frequency and position.
333
- # Availability: only available for the wxMSW, wxGTK ports. {Wx::msw},{Wx::gtk}
342
+ # Availability: only available for the WXMSW, WXGTK ports.
334
343
  # @see Wx::Slider#get_tick_freq
335
344
  # @param freq [Integer] Frequency. For example, if the frequency is set to two, a tick mark is displayed for every other increment in the slider's range.
336
345
  # @return [void]
346
+ # @wxrb_require WXMSW|WXGTK
337
347
  def set_tick_freq(freq) end
338
348
  alias_method :tick_freq=, :set_tick_freq
339
349
 
@@ -8,13 +8,18 @@ module Wx
8
8
 
9
9
  # A {Wx::SpinButton} has two small up and down (or left and right) arrow buttons.
10
10
  # It is often used next to a text control for incrementing and decrementing a value. Portable programs should try to use {Wx::SpinCtrl} instead as {Wx::SpinButton} is not implemented for all platforms but {Wx::SpinCtrl} is as it degenerates to a simple {Wx::TextCtrl} on such platforms.
11
- # the range supported by this control (and {Wx::SpinCtrl}) depends on the platform but is at least <code>-0x8000</code> to 0x7fff. Under GTK and Win32 with sufficiently new version of comctrl32.dll (at least 4.71 is required, 5.80 is recommended) the full 32 bit range is supported.
12
11
  #
13
- # === Styles
12
+ # <div class="wxrb-note">
13
+ # <b>Note:</b>
14
+ # <p>the range supported by this control (and {Wx::SpinCtrl}) depends on the platform but is at least <code>-0x8000</code> to 0x7fff. Under GTK and Win32 with sufficiently new version of comctrl32.dll (at least 4.71 is required, 5.80 is recommended) the full 32 bit range is supported.
15
+ # </p>
16
+ # </div>
17
+ #
18
+ # ### Styles
14
19
  #
15
20
  # This class supports the following styles:
16
21
  #
17
- # - {Wx::SP_HORIZONTAL}: Specifies a horizontal spin button (note that this style is not supported in wxGTK).
22
+ # - {Wx::SP_HORIZONTAL}: Specifies a horizontal spin button (note that this style is not supported in WXGTK).
18
23
  #
19
24
  # - {Wx::SP_VERTICAL}: Specifies a vertical spin button.
20
25
  #
@@ -22,7 +27,7 @@ module Wx
22
27
  #
23
28
  # - {Wx::SP_WRAP}: The value wraps at the minimum and maximum.
24
29
  #
25
- # === Events emitted by this class
30
+ # ### Events emitted by this class
26
31
  #
27
32
  # The following event-handler methods redirect the events to member method or handler blocks for {Wx::SpinEvent} events.
28
33
  # Event handler methods for events emitted by this class:
@@ -34,21 +39,21 @@ module Wx
34
39
  # - {Wx::EvtHandler#evt_spin_down}(id, meth = nil, &block): Generated whenever pressing right/down arrow changed the spin button value.
35
40
  #
36
41
  # Note that if you handle both SPIN and UP or DOWN events, you will be notified about each of them twice: first the UP/DOWN event will be received and then, if it wasn't vetoed, the SPIN event will be sent.
37
- # ===
38
42
  #
39
- # Category: {Wx::Controls} <div class='appearance'><span class='appearance'>Appearance:</span><table><tr><td> wxMSW Appearance
40
- # </td><td> wxGTK Appearance
41
- # </td><td> wxOSX Appearance
43
+ # Category: {Wx::Controls} <div class='appearance'><span class='appearance'>Appearance:</span><table><tr><td> WXMSW Appearance
44
+ # </td><td> WXGTK Appearance
45
+ # </td><td> WXOSX Appearance
42
46
  # </td></tr></table></div>
43
47
  # @see Wx::SpinCtrl
44
48
  #
45
49
  #
50
+ # @wxrb_require USE_SPINBTN
46
51
  class SpinButton < Control
47
52
 
48
53
  # @overload initialize()
49
54
  # Default constructor.
50
55
  # @return [Wx::SpinButton]
51
- # @overload initialize(parent, id=-1, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::SP_VERTICAL, name=("spinButton"))
56
+ # @overload initialize(parent, id=-1, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::SP_VERTICAL, name=("SPIN_BUTTON"))
52
57
  # Constructor, creating and showing a spin button.
53
58
  #
54
59
  # @see Wx::SpinButton#create
@@ -102,7 +107,7 @@ module Wx
102
107
  # Sets the increment for the control.
103
108
  # The increment is the number by which the value changes when the up or down arrow is used.
104
109
  # The default is 1.
105
- # This function is currently implemented only in wxMSW and does nothing under the other platforms.
110
+ # This function is currently implemented only in WXMSW and does nothing under the other platforms.
106
111
  # @see Wx::SpinCtrl#set_increment
107
112
  # @param value [Integer]
108
113
  # @return [void]
@@ -110,7 +115,7 @@ module Wx
110
115
  alias_method :increment=, :set_increment
111
116
 
112
117
  # Sets the range of the spin button.
113
- # In portable code, min should be less than or equal to max. In wxMSW it is possible to specify minimum greater than maximum and the native control supports the same range as if they were reversed, but swaps the meaning of up and down arrows, however this dubious feature is not supported on other platforms.
118
+ # In portable code, min should be less than or equal to max. In WXMSW it is possible to specify minimum greater than maximum and the native control supports the same range as if they were reversed, but swaps the meaning of up and down arrows, however this dubious feature is not supported on other platforms.
114
119
  # @see Wx::SpinButton#get_min
115
120
  # @see Wx::SpinButton#get_max
116
121
  # @param min [Integer] The minimum value for the spin button.
@@ -15,7 +15,7 @@ module Wx
15
15
  EVT_SPINCTRLDOUBLE = 10132
16
16
 
17
17
  # {Wx::SpinCtrl} combines {Wx::TextCtrl} and {Wx::SpinButton} in one control.
18
- # === Styles
18
+ # ### Styles
19
19
  #
20
20
  # This class supports the following styles:
21
21
  #
@@ -31,7 +31,7 @@ module Wx
31
31
  #
32
32
  # - {Wx::Alignment::ALIGN_RIGHT}: Same as {Wx::TE_RIGHT} for {Wx::TextCtrl}: the text is right aligned.
33
33
  #
34
- # === Events emitted by this class
34
+ # ### Events emitted by this class
35
35
  #
36
36
  # The following event-handler methods redirect the events to member method or handler blocks for {Wx::SpinEvent} events.
37
37
  # Event handler methods for events emitted by this class:
@@ -39,17 +39,17 @@ module Wx
39
39
  # - {Wx::EvtHandler#evt_spinctrl}(id, meth = nil, &block): Process a {Wx::EVT_SPINCTRL} event, which is generated whenever the numeric value of the spin control is updated.
40
40
  #
41
41
  # You may also use the {Wx::SpinButton} event macros, however the corresponding events will not be generated under all platforms. Finally, if the user modifies the text in the edit part of the spin control directly, the EVT_TEXT is generated, like for the {Wx::TextCtrl}. When the use enters text into the text area, the text is not validated until the control loses focus (e.g. by using the TAB key). The value is then adjusted to the range and a {Wx::SpinEvent} sent then if the value is different from the last value sent.
42
- # ===
43
42
  #
44
- # Category: {Wx::Controls} <div class='appearance'><span class='appearance'>Appearance:</span><table><tr><td> wxMSW Appearance
45
- # </td><td> wxGTK Appearance
46
- # </td><td> wxOSX Appearance
43
+ # Category: {Wx::Controls} <div class='appearance'><span class='appearance'>Appearance:</span><table><tr><td> WXMSW Appearance
44
+ # </td><td> WXGTK Appearance
45
+ # </td><td> WXOSX Appearance
47
46
  # </td></tr></table></div>
48
47
  # @see Wx::SpinButton
49
48
  # @see Wx::SpinCtrlDouble
50
49
  # @see Wx::Control
51
50
  #
52
51
  #
52
+ # @wxrb_require USE_SPINCTRL
53
53
  class SpinCtrl < Control
54
54
 
55
55
  # @overload initialize()
@@ -123,7 +123,12 @@ module Wx
123
123
  # Sets the base to use for the numbers in this control.
124
124
  # Currently the only supported values are 10 (which is the default) and 16.
125
125
  # Changing the base allows the user to enter the numbers in the specified base, e.g. with "0x" prefix for hexadecimal numbers, and also displays the numbers in the specified base when they are changed using the spin control arrows.
126
- # Setting a base to 16 is allowed only if current range does not include negative values.
126
+ #
127
+ # <div class="wxrb-note">
128
+ # <b>Note:</b>
129
+ # <p>Setting a base to 16 is allowed only if current range does not include negative values.
130
+ # </p>
131
+ # </div>
127
132
  #
128
133
  # true if the base was successfully changed or false if it failed, usually meaning that either the base is not 10 or 16 or that the base is not supported for values in the current range.
129
134
  # @param base [Integer] Numeric base, currently only 10 and 16 are supported.
@@ -133,7 +138,12 @@ module Wx
133
138
 
134
139
  # Sets range of allowable values.
135
140
  # Notice that calling this method may change the value of the control if it's not inside the new valid range, e.g. it will become minVal if it is less than it now. However no {Wx::EVT_SPINCTRL} event is generated, even if it the value does change.
136
- # Setting a range including negative values is silently ignored if current base is set to 16.
141
+ #
142
+ # <div class="wxrb-note">
143
+ # <b>Note:</b>
144
+ # <p>Setting a range including negative values is silently ignored if current base is set to 16.
145
+ # </p>
146
+ # </div>
137
147
  # @param minVal [Integer]
138
148
  # @param maxVal [Integer]
139
149
  # @return [void]
@@ -141,7 +151,12 @@ module Wx
141
151
 
142
152
  # Select the text in the text part of the control between positions from (inclusive) and to (exclusive).
143
153
  # This is similar to {Wx::TextCtrl#set_selection}.
144
- # this is currently only implemented for Windows and generic versions of the control.
154
+ #
155
+ # <div class="wxrb-note">
156
+ # <b>Note:</b>
157
+ # <p>this is currently only implemented for Windows and generic versions of the control.
158
+ # </p>
159
+ # </div>
145
160
  # @param from [Integer]
146
161
  # @param to [Integer]
147
162
  # @return [void]
@@ -8,7 +8,7 @@ module Wx
8
8
 
9
9
  # {Wx::SpinCtrlDouble} combines {Wx::TextCtrl} and {Wx::SpinButton} in one control and displays a real number.
10
10
  # ({Wx::SpinCtrl} displays an integer.)
11
- # === Styles
11
+ # ### Styles
12
12
  #
13
13
  # This class supports the following styles:
14
14
  #
@@ -16,24 +16,23 @@ module Wx
16
16
  #
17
17
  # - {Wx::SP_WRAP}: The value wraps at the minimum and maximum.
18
18
  #
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::SpinDoubleEvent} events.
22
22
  # Event handler methods for events emitted by this class:
23
23
  #
24
24
  # - {Wx::EvtHandler#evt_spinctrldouble}(id, meth = nil, &block): Generated whenever the numeric value of the spin control is changed, that is, when the up/down spin button is clicked, when ENTER is pressed, or the control loses focus and the new value is different from the last. See {Wx::SpinDoubleEvent}.
25
25
  #
26
- # ===
27
- #
28
- # Category: {Wx::Controls} <div class='appearance'><span class='appearance'>Appearance:</span><table><tr><td> wxMSW Appearance
29
- # </td><td> wxGTK Appearance
30
- # </td><td> wxOSX Appearance
26
+ # Category: {Wx::Controls} <div class='appearance'><span class='appearance'>Appearance:</span><table><tr><td> WXMSW Appearance
27
+ # </td><td> WXGTK Appearance
28
+ # </td><td> WXOSX Appearance
31
29
  # </td></tr></table></div>
32
30
  # @see Wx::SpinButton
33
31
  # @see Wx::SpinCtrl
34
32
  # @see Wx::Control
35
33
  #
36
34
  #
35
+ # @wxrb_require USE_SPINBTN
37
36
  class SpinCtrlDouble < Control
38
37
 
39
38
  # @overload initialize()
@@ -7,25 +7,24 @@
7
7
  module Wx
8
8
 
9
9
  # This event class is used for the events generated by {Wx::SpinCtrlDouble}.
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::SpinDoubleEvent} events.
13
13
  # Event handler methods:
14
14
  #
15
15
  # - {Wx::EvtHandler#evt_spinctrldouble}(id, meth = nil, &block): Generated whenever the numeric value of the spin control is changed, that is, when the up/down spin button is clicked or when the control loses focus and the new value is different from the last one. See {Wx::SpinDoubleEvent}.
16
16
  #
17
- # ===
18
- #
19
17
  # Category: {Wx::Events}
20
18
  # @see Wx::SpinCtrlDouble
21
19
  #
22
20
  #
21
+ # @wxrb_require USE_SPINBTN
23
22
  class SpinDoubleEvent < NotifyEvent
24
23
 
25
24
  # @overload initialize(commandType=Wx::EVT_NULL, winid=0, value=0)
26
25
  # The constructor.
27
26
  # Not normally used by the user code.
28
- # @param commandType [Wx::CommandLinkButton::EventType]
27
+ # @param commandType [Wx::Slider::EventType]
29
28
  # @param winid [Integer]
30
29
  # @param value [Float]
31
30
  # @return [Wx::SpinDoubleEvent]
@@ -7,7 +7,7 @@
7
7
  module Wx
8
8
 
9
9
  # This event class is used for the events generated by {Wx::SpinButton} and {Wx::SpinCtrl}.
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::SpinEvent} events.
13
13
  # Event handler methods:
@@ -19,16 +19,16 @@ module Wx
19
19
  # - {Wx::EvtHandler#evt_spin_down}(id, meth = nil, &block): Generated when right/down arrow is pressed.
20
20
  #
21
21
  # Note that if you handle both SPIN and UP or DOWN events, you will be notified about each of them twice: first the UP/DOWN event will be received and then, if it wasn't vetoed, the SPIN event will be sent.
22
- # ===
23
22
  #
24
23
  # Category: {Wx::Events}
25
24
  # @see Wx::SpinButton and Wx::SpinCtrl
26
25
  #
27
26
  #
27
+ # @wxrb_require USE_SPINBTN|USE_SPINCTRL
28
28
  class SpinEvent < NotifyEvent
29
29
 
30
30
  # The constructor is not normally used by the user code.
31
- # @param commandType [Wx::CommandLinkButton::EventType]
31
+ # @param commandType [Wx::Slider::EventType]
32
32
  # @param id [Integer]
33
33
  # @return [Wx::SpinEvent]
34
34
  def initialize(commandType=Wx::EVT_NULL, id=0) end
@@ -36,10 +36,9 @@ module Wx
36
36
  # Wx.get_app.yield
37
37
  # ```
38
38
  #
39
- # ===
40
- #
41
39
  # Category: Managed Windows
42
40
  #
41
+ # @wxrb_require USE_SPLASH
43
42
  class SplashScreen < Frame
44
43
 
45
44
  # Construct the splash screen passing a bitmap, a style, a timeout, a window id, optional position and size, and a window style.