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
@@ -10,6 +10,7 @@ module Wx
10
10
  #
11
11
  #
12
12
  #
13
+ # @wxrb_require USE_TOOLBAR
13
14
  class ToolBarToolStyle < Wx::Enum
14
15
 
15
16
  #
@@ -95,7 +96,7 @@ module Wx
95
96
  # There are several different types of tools you can add to a toolbar. These types are controlled by the {Wx::ItemKind} enumeration.
96
97
  # Note that many methods in {Wx::ToolBar} such as {Wx::ToolBar#add_tool} return a <code>wxToolBarToolBase*</code> object. This should be regarded as an opaque handle representing the newly added toolbar item, providing access to its id and position within the toolbar. Changes to the item's state should be made through calls to {Wx::ToolBar} methods, for example {Wx::ToolBar#enable_tool}. Calls to {Wx::ToolBarToolBase} methods (undocumented by purpose) will not change the visible state of the item within the tool bar.
97
98
  # After you have added all the tools you need, you must call {Wx::ToolBar#realize} to effectively construct and display the toolbar.
98
- # <b>wxMSW note</b>: Note that under wxMSW toolbar paints tools to reflect system-wide colours. If you use more than 16 colours in your tool bitmaps, you may wish to suppress this behaviour, otherwise system colours in your bitmaps will inadvertently be mapped to system colours. To do this, set the msw.remap system option before creating the toolbar:
99
+ # <b>WXMSW note</b>: Note that under WXMSW toolbar paints tools to reflect system-wide colours. If you use more than 16 colours in your tool bitmaps, you may wish to suppress this behaviour, otherwise system colours in your bitmaps will inadvertently be mapped to system colours. To do this, set the msw.remap system option before creating the toolbar:
99
100
  # ```ruby
100
101
  # Wx::SystemOptions.set_option('msw.remap', 0)
101
102
  # ```
@@ -104,7 +105,7 @@ module Wx
104
105
  # Wx::SystemOptions.set_option('msw.remap', 2)
105
106
  # ```
106
107
  # Then colour remapping is switched off, and a transparent background used.
107
- # === Styles
108
+ # ### Styles
108
109
  #
109
110
  # This class supports the following styles:
110
111
  #
@@ -136,8 +137,8 @@ module Wx
136
137
  #
137
138
  # - {Wx::TB_DEFAULT_STYLE}: The {Wx::TB_HORIZONTAL} style. This style is new since wxWidgets 2.9.5.
138
139
  #
139
- # See also Window Styles. Note that the wxMSW native toolbar ignores {Wx::TB_NOICONS} style. Also, toggling the {Wx::TB_TEXT} works only if the style was initially on.
140
- # === Events emitted by this class
140
+ # See also Window Styles. Note that the WXMSW native toolbar ignores {Wx::TB_NOICONS} style. Also, toggling the {Wx::TB_TEXT} works only if the style was initially on.
141
+ # ### Events emitted by this class
141
142
  #
142
143
  # The following event-handler methods redirect the events to member method or handler blocks for {Wx::CommandEvent} events.
143
144
  # Event handler methods for events emitted by this class:
@@ -150,28 +151,32 @@ module Wx
150
151
  #
151
152
  # - {Wx::EvtHandler#evt_menu_range}(id1, id2, meth = nil, &block): The same as EVT_TOOL_RANGE().
152
153
  #
153
- # - {Wx::EvtHandler#evt_tool_rclicked}(id, meth = nil, &block): Process a {Wx::EVT_TOOL_RCLICKED} event. Pass the id of the tool. (Not available on wxOSX.)
154
+ # - {Wx::EvtHandler#evt_tool_rclicked}(id, meth = nil, &block): Process a {Wx::EVT_TOOL_RCLICKED} event. Pass the id of the tool. (Not available on WXOSX.)
154
155
  #
155
- # - {Wx::EvtHandler#evt_tool_rclicked_range}(id1, id2, meth = nil, &block): Process a {Wx::EVT_TOOL_RCLICKED} event for a range of ids. Pass the ids of the tools. (Not available on wxOSX.)
156
+ # - {Wx::EvtHandler#evt_tool_rclicked_range}(id1, id2, meth = nil, &block): Process a {Wx::EVT_TOOL_RCLICKED} event for a range of ids. Pass the ids of the tools. (Not available on WXOSX.)
156
157
  #
157
- # - {Wx::EvtHandler#evt_tool_enter}(id, meth = nil, &block): Process a {Wx::EVT_TOOL_ENTER} event. Pass the id of the toolbar itself. The value of {Wx::CommandEvent#get_selection} is the tool id, or -1 if the mouse cursor has moved off a tool. (Not available on wxOSX.)
158
+ # - {Wx::EvtHandler#evt_tool_enter}(id, meth = nil, &block): Process a {Wx::EVT_TOOL_ENTER} event. Pass the id of the toolbar itself. The value of {Wx::CommandEvent#get_selection} is the tool id, or -1 if the mouse cursor has moved off a tool. (Not available on WXOSX.)
158
159
  #
159
160
  # - {Wx::EvtHandler#evt_tool_dropdown}(id, meth = nil, &block): Process a {Wx::EVT_TOOL_DROPDOWN} event. If unhandled, displays the default dropdown menu set using {Wx::ToolBar#set_dropdown_menu}.
160
161
  #
161
162
  # The toolbar class emits menu commands in the same way that a frame menubar does, so you can use one EVT_MENU() macro for both a menu item and a toolbar button. The event handler functions take a {Wx::CommandEvent} argument. For most event macros, the identifier of the tool is passed, but for EVT_TOOL_ENTER() the toolbar window identifier is passed and the tool identifier is retrieved from the {Wx::CommandEvent}. This is because the identifier may be {Wx::StandardID::ID_ANY} when the mouse moves off a tool, and {Wx::StandardID::ID_ANY} is not allowed as an identifier in the event system.
162
- # ===
163
163
  #
164
164
  # Category: Miscellaneous Windows
165
165
  # @see Toolbar Overview
166
166
  #
167
167
  #
168
+ # @wxrb_require USE_TOOLBAR
168
169
  class ToolBar < Control
169
170
 
170
171
  # @overload add_tool(toolId, label, bitmap, shortHelp=(''), kind=Wx::ItemKind::ITEM_NORMAL)
171
172
  # Adds a tool to the toolbar.
172
173
  # This most commonly used version has fewer parameters than the full version below which specifies the more rarely used button features.
173
174
  #
174
- # After you have added tools to a toolbar, you must call {Wx::ToolBar#realize} in order to have the tools appear.
175
+ # <div class="wxrb-remark">
176
+ # <b>Remark:</b>
177
+ # <p>After you have added tools to a toolbar, you must call {Wx::ToolBar#realize} in order to have the tools appear.
178
+ # </p>
179
+ # </div>>
175
180
  # @see Wx::ToolBar#add_separator
176
181
  # @see Wx::ToolBar#add_check_tool
177
182
  # @see Wx::ToolBar#add_radio_tool
@@ -187,7 +192,11 @@ module Wx
187
192
  # @return [Wx::ToolBarToolBase]
188
193
  # @overload add_tool(toolId, label, bitmap, bmpDisabled, kind=Wx::ItemKind::ITEM_NORMAL, shortHelp=(''), longHelp=(''), clientData=nil)
189
194
  # Adds a tool to the toolbar.
190
- # After you have added tools to a toolbar, you must call {Wx::ToolBar#realize} in order to have the tools appear.
195
+ # <div class="wxrb-remark">
196
+ # <b>Remark:</b>
197
+ # <p>After you have added tools to a toolbar, you must call {Wx::ToolBar#realize} in order to have the tools appear.
198
+ # </p>
199
+ # </div>>
191
200
  # @see Wx::ToolBar#add_separator
192
201
  # @see Wx::ToolBar#add_check_tool
193
202
  # @see Wx::ToolBar#add_radio_tool
@@ -227,14 +236,22 @@ module Wx
227
236
 
228
237
  # @overload set_margins(x, y)
229
238
  # Set the values to be used as margins for the toolbar.
230
- # This must be called before the tools are added if absolute positioning is to be used, and the default (zero-size) margins are to be overridden.
239
+ # <div class="wxrb-remark">
240
+ # <b>Remark:</b>
241
+ # <p>This must be called before the tools are added if absolute positioning is to be used, and the default (zero-size) margins are to be overridden.
242
+ # </p>
243
+ # </div>>
231
244
  # @see Wx::ToolBar#get_margins
232
245
  # @param x [Integer] Left margin, right margin and inter-tool separation value.
233
246
  # @param y [Integer] Top margin, bottom margin and inter-tool separation value.
234
247
  # @return [void]
235
248
  # @overload set_margins(size)
236
249
  # Set the margins for the toolbar.
237
- # This must be called before the tools are added if absolute positioning is to be used, and the default (zero-size) margins are to be overridden.
250
+ # <div class="wxrb-remark">
251
+ # <b>Remark:</b>
252
+ # <p>This must be called before the tools are added if absolute positioning is to be used, and the default (zero-size) margins are to be overridden.
253
+ # </p>
254
+ # </div>>
238
255
  # @see Wx::ToolBar#get_margins
239
256
  # @see Wx::Size
240
257
  # @param size [Array(Integer, Integer), Wx::Size] Margin size.
@@ -245,9 +262,13 @@ module Wx
245
262
  # @overload initialize()
246
263
  # Default constructor.
247
264
  # @return [Wx::ToolBar]
248
- # @overload initialize(parent, id, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::TB_HORIZONTAL, name=Wx::ToolBarNameStr)
265
+ # @overload initialize(parent, id, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::TB_HORIZONTAL, name=Wx::TOOL_BAR_NAME_STR)
249
266
  # Constructs a toolbar.
250
- # After a toolbar is created, you use {Wx::ToolBar#add_tool} and perhaps {Wx::ToolBar#add_separator}, and then you must call {Wx::ToolBar#realize} to construct and display the toolbar tools.
267
+ # <div class="wxrb-remark">
268
+ # <b>Remark:</b>
269
+ # <p>After a toolbar is created, you use {Wx::ToolBar#add_tool} and perhaps {Wx::ToolBar#add_separator}, and then you must call {Wx::ToolBar#realize} to construct and display the toolbar tools.
270
+ # </p>
271
+ # </div>>
251
272
  # @param parent [Wx::Window] Pointer to a parent window.
252
273
  # @param id [Integer] Window identifier. If -1, will automatically create an identifier.
253
274
  # @param pos [Array(Integer, Integer), Wx::Point] Window position. {Wx::DEFAULT_POSITION} indicates that wxWidgets should generate a default position for the window. If using the {Wx::Window} class directly, supply an actual position.
@@ -271,7 +292,11 @@ module Wx
271
292
  def add_check_tool(toolId, label, bitmap1, bmpDisabled=Wx::NULL_BITMAP, shortHelp=(''), longHelp=(''), clientData=nil) end
272
293
 
273
294
  # Adds any control to the toolbar, typically e.g. a {Wx::ComboBox}.
274
- # {Wx::Mac}: labels are only displayed if wxWidgets is built with {Wx::MAC_USE_NATIVE_TOOLBAR} set to 1
295
+ # <div class="wxrb-remark">
296
+ # <b>Remark:</b>
297
+ # <p>WXOSX: labels are only displayed if wxWidgets is built with {Wx::MAC_USE_NATIVE_TOOLBAR} set to 1
298
+ # </p>
299
+ # </div>>
275
300
  # @param control [Wx::Control] The control to be added.
276
301
  # @param label [String] Text to be displayed near the control.
277
302
  # @return [Wx::ToolBarToolBase]
@@ -313,7 +338,12 @@ module Wx
313
338
 
314
339
  # Removes the specified tool from the toolbar and deletes it.
315
340
  # If you don't want to delete the tool, but just to remove it from the toolbar (to possibly add it back later), you may use {Wx::ToolBar#remove_tool} instead.
316
- # It is unnecessary to call {Wx::ToolBar#realize} for the change to take place, it will happen immediately.
341
+ #
342
+ # <div class="wxrb-note">
343
+ # <b>Note:</b>
344
+ # <p>It is unnecessary to call {Wx::ToolBar#realize} for the change to take place, it will happen immediately.
345
+ # </p>
346
+ # </div>
317
347
  #
318
348
  # true if the tool was deleted, false otherwise.
319
349
  # @see Wx::ToolBar#delete_tool_by_pos
@@ -327,7 +357,11 @@ module Wx
327
357
  def delete_tool_by_pos(pos) end
328
358
 
329
359
  # Enables or disables the tool.
330
- # Some implementations will change the visible state of the tool to indicate that it is disabled.
360
+ # <div class="wxrb-remark">
361
+ # <b>Remark:</b>
362
+ # <p>Some implementations will change the visible state of the tool to indicate that it is disabled.
363
+ # </p>
364
+ # </div>>
331
365
  # @see Wx::ToolBar#get_tool_enabled
332
366
  # @see Wx::ToolBar#toggle_tool
333
367
  # @param toolId [Integer] ID of the tool to enable or disable, as passed to {Wx::ToolBar#add_tool}.
@@ -348,7 +382,11 @@ module Wx
348
382
  # Finds a tool for the given mouse position.
349
383
  # A pointer to a tool if a tool is found, or NULL otherwise.
350
384
  #
351
- # Currently not implemented in wxGTK (always returns NULL there).
385
+ # <div class="wxrb-remark">
386
+ # <b>Remark:</b>
387
+ # <p>Currently not implemented in WXGTK (always returns NULL there).
388
+ # </p>
389
+ # </div>>
352
390
  # @param x [Integer] X position.
353
391
  # @param y [Integer] Y position.
354
392
  # @return [Wx::ToolBarToolBase]
@@ -364,7 +402,12 @@ module Wx
364
402
  # Returns the size of bitmap that the toolbar expects to have.
365
403
  # The default bitmap size is platform-dependent: for example, it is 16*15 for MSW and 24*24 for GTK. This size does not necessarily indicate the best size to use for the toolbars on the given platform, for this you should use <code>wxArtProvider::GetNativeSizeHint(wxART_TOOLBAR)</code> but in any case, as the bitmap size is deduced automatically from the size of the bitmaps associated with the tools added to the toolbar, it is usually unnecessary to call either this function or {Wx::ToolBar#set_tool_bitmap_size} at all.
366
404
  # This function returns the size in logical pixels, for consistency with {Wx::ToolBar#set_tool_bitmap_size} which takes size in logical pixels. See High DPI Support in wxWidgets for more information about the different pixel types and how to convert between them.
367
- # Note that this is the size of the bitmap you pass to {Wx::ToolBar#add_tool}, and not the eventual size of the tool button.
405
+ #
406
+ # <div class="wxrb-remark">
407
+ # <b>Remark:</b>
408
+ # <p>Note that this is the size of the bitmap you pass to {Wx::ToolBar#add_tool}, and not the eventual size of the tool button.
409
+ # </p>
410
+ # </div>>
368
411
  # @see Wx::ToolBar#set_tool_bitmap_size
369
412
  # @see Wx::ToolBar#get_tool_size
370
413
  # @return [Wx::Size]
@@ -490,7 +533,11 @@ module Wx
490
533
  # This is called when the mouse cursor moves into a tool or out of the toolbar.
491
534
  # This is the old way of detecting mouse enter events; although it will still work, you should use the EVT_TOOL_ENTER() macro instead.
492
535
  #
493
- # With some derived toolbar classes, if the mouse moves quickly out of the toolbar, wxWidgets may not be able to detect it. Therefore this function may not always be called when expected.
536
+ # <div class="wxrb-remark">
537
+ # <b>Remark:</b>
538
+ # <p>With some derived toolbar classes, if the mouse moves quickly out of the toolbar, wxWidgets may not be able to detect it. Therefore this function may not always be called when expected.
539
+ # </p>
540
+ # </div>>
494
541
  # @param toolId [Integer] Greater than -1 if the mouse cursor has moved into the tool, or -1 if the mouse cursor has moved. The programmer can override this to provide extra information about the tool, such as a short description on the status line.
495
542
  # @return [void]
496
543
  def on_mouse_enter(toolId) end
@@ -501,7 +548,12 @@ module Wx
501
548
 
502
549
  # Removes the given tool from the toolbar but doesn't delete it.
503
550
  # This allows inserting/adding this tool back to this (or another) toolbar later.
504
- # It is unnecessary to call {Wx::ToolBar#realize} for the change to take place, it will happen immediately.
551
+ #
552
+ # <div class="wxrb-note">
553
+ # <b>Note:</b>
554
+ # <p>It is unnecessary to call {Wx::ToolBar#realize} for the change to take place, it will happen immediately.
555
+ # </p>
556
+ # </div>
505
557
  # @see Wx::ToolBar#delete_tool
506
558
  # @param id [Integer]
507
559
  # @return [Wx::ToolBarToolBase]
@@ -541,14 +593,22 @@ module Wx
541
593
  # Sets the bitmap to be used by the tool with the given ID when the tool is in a disabled state.
542
594
  # This can only be used on Button tools, not controls.
543
595
  #
544
- # The native toolbar classes on the main platforms all synthesize the disabled bitmap from the normal bitmap, so this function will have no effect on those platforms.
596
+ # <div class="wxrb-note">
597
+ # <b>Note:</b>
598
+ # <p>The native toolbar classes on the main platforms all synthesize the disabled bitmap from the normal bitmap, so this function will have no effect on those platforms.
599
+ # </p>
600
+ # </div>
545
601
  # @param id [Integer] ID of the tool in question, as passed to {Wx::ToolBar#add_tool}.
546
602
  # @param bitmap [Wx::BitmapBundle,Wx::Bitmap,Wx::Icon,Wx::Image] Bitmap to use for disabled tools.
547
603
  # @return [void]
548
604
  def set_tool_disabled_bitmap(id, bitmap) end
549
605
 
550
606
  # Sets the long help for the given tool.
551
- # You might use the long help for displaying the tool purpose on the status line.
607
+ # <div class="wxrb-remark">
608
+ # <b>Remark:</b>
609
+ # <p>You might use the long help for displaying the tool purpose on the status line.
610
+ # </p>
611
+ # </div>>
552
612
  # @see Wx::ToolBar#get_tool_long_help
553
613
  # @see Wx::ToolBar#set_tool_short_help
554
614
  # @see
@@ -567,7 +627,11 @@ module Wx
567
627
  # Sets the value used for spacing tools.
568
628
  # The default value is 1.
569
629
  #
570
- # The packing is used for spacing in the vertical direction if the toolbar is horizontal, and for spacing in the horizontal direction if the toolbar is vertical.
630
+ # <div class="wxrb-remark">
631
+ # <b>Remark:</b>
632
+ # <p>The packing is used for spacing in the vertical direction if the toolbar is horizontal, and for spacing in the horizontal direction if the toolbar is vertical.
633
+ # </p>
634
+ # </div>>
571
635
  # @see Wx::ToolBar#get_tool_packing
572
636
  # @param packing [Integer] The value for packing.
573
637
  # @return [void]
@@ -583,7 +647,11 @@ module Wx
583
647
  alias_method :tool_separation=, :set_tool_separation
584
648
 
585
649
  # Sets the short help for the given tool.
586
- # An application might use short help for identifying the tool purpose in a tooltip.
650
+ # <div class="wxrb-remark">
651
+ # <b>Remark:</b>
652
+ # <p>An application might use short help for identifying the tool purpose in a tooltip.
653
+ # </p>
654
+ # </div>>
587
655
  # @see Wx::ToolBar#get_tool_short_help
588
656
  # @see Wx::ToolBar#set_tool_long_help
589
657
  # @param toolId [Integer] ID of the tool in question, as passed to {Wx::ToolBar#add_tool}.
@@ -594,7 +662,11 @@ module Wx
594
662
  # Toggles a tool on or off.
595
663
  # This does not cause any event to get emitted.
596
664
  #
597
- # Only applies to a tool that has been specified as a toggle tool.
665
+ # <div class="wxrb-remark">
666
+ # <b>Remark:</b>
667
+ # <p>Only applies to a tool that has been specified as a toggle tool.
668
+ # </p>
669
+ # </div>>
598
670
  # @param toolId [Integer] ID of the tool in question, as passed to {Wx::ToolBar#add_tool}.
599
671
  # @param toggle [Boolean] If true, toggles the tool on, otherwise toggles it off.
600
672
  # @return [void]
@@ -628,6 +700,7 @@ module Wx
628
700
  # It has a unique id (except for the separators), the style (telling whether it is a normal button, separator or a control), the state (toggled or not, enabled or not) and short and long help strings. The default implementations use the short help string for the tooltip text which is popped up when the mouse pointer enters the tool and the long help string for the applications status bar.
629
701
  # Notice that the toolbar can not be modified by changing its tools via the (intentionally undocumented here) setter methods of this class, all the modifications must be done using the methods of {Wx::ToolBar} itself.
630
702
  #
703
+ # @wxrb_require USE_TOOLBAR
631
704
  class ToolBarToolBase < Object
632
705
 
633
706
  # @overload initialize(tbar=nil, toolid=Wx::StandardID::ID_SEPARATOR, label=(''), bmpNormal=Wx::NULL_BITMAP, bmpDisabled=Wx::NULL_BITMAP, kind=Wx::ItemKind::ITEM_NORMAL, clientData=nil, shortHelpString=(''), longHelpString=(''))
@@ -8,10 +8,10 @@ module Wx
8
8
 
9
9
  # This class holds information about a tooltip associated with a window (see {Wx::Window#set_tool_tip}).
10
10
  # The four static methods, {Wx::ToolTip.enable}, {Wx::ToolTip.set_delay} {Wx::ToolTip.set_auto_pop} and {Wx::ToolTip.set_reshow} can be used to globally alter tooltips behaviour.
11
- # ===
12
11
  #
13
12
  # Category: {Wx::HELP}
14
13
  #
14
+ # @wxrb_require USE_TOOLTIPS
15
15
  class ToolTip < Object
16
16
 
17
17
  # Constructor.
@@ -36,25 +36,55 @@ module Wx
36
36
  alias_method :tip=, :set_tip
37
37
 
38
38
  # Enable or disable tooltips globally.
39
- # May not be supported on all platforms (eg. {Wx::Cocoa}).
39
+ # <div class="wxrb-note">
40
+ # <b>Note:</b>
41
+ # <p>May not be supported on all platforms (eg. {Wx::Cocoa}).
42
+ # </p>
43
+ # </div>
40
44
  # @param flag [Boolean]
41
45
  # @return [void]
42
46
  def self.enable(flag) end
43
47
 
44
48
  # Set the delay after which the tooltip disappears or how long a tooltip remains visible.
45
- # May not be supported on all platforms (eg. {Wx::Cocoa}, GTK).
49
+ # <div class="wxrb-note">
50
+ # <b>Note:</b>
51
+ # <p>May not be supported on all platforms (eg. {Wx::Cocoa}, GTK).
52
+ # </p>
53
+ # </div>
46
54
  # @param msecs [Integer]
47
55
  # @return [void]
48
56
  def self.set_auto_pop(msecs) end
49
57
 
50
58
  # Set the delay after which the tooltip appears.
51
- # May not be supported on all platforms.
59
+ # <div class="wxrb-note">
60
+ # <b>Note:</b>
61
+ # <p>May not be supported on all platforms.
62
+ # </p>
63
+ # </div>
52
64
  # @param msecs [Integer]
53
65
  # @return [void]
54
66
  def self.set_delay(msecs) end
55
67
 
68
+ # Set tooltip maximal width in pixels.
69
+ # By default, tooltips are wrapped at a suitably chosen width. You can pass -1 as width to disable wrapping them completely, 0 to restore the default behaviour or an arbitrary positive value to wrap them at the given width.
70
+ # Notice that this function does not change the width of the tooltips created before calling it.
71
+ #
72
+ # <div class="wxrb-note">
73
+ # <b>Note:</b>
74
+ # <p>Currently this function is WXMSW-only.
75
+ # </p>
76
+ # </div>
77
+ # @param width [Integer]
78
+ # @return [void]
79
+ # @wxrb_require WXMSW
80
+ def self.set_max_width(width) end
81
+
56
82
  # Set the delay between subsequent tooltips to appear.
57
- # May not be supported on all platforms (eg. {Wx::Cocoa}, GTK).
83
+ # <div class="wxrb-note">
84
+ # <b>Note:</b>
85
+ # <p>May not be supported on all platforms (eg. {Wx::Cocoa}, GTK).
86
+ # </p>
87
+ # </div>
58
88
  # @param msecs [Integer]
59
89
  # @return [void]
60
90
  def self.set_reshow(msecs) end
@@ -23,7 +23,7 @@ module Wx
23
23
  # {Wx::Toolbook} is a class similar to {Wx::Notebook} but which uses a {Wx::ToolBar} to show the labels instead of the tabs.
24
24
  # There is no documentation for this class yet but its usage is identical to {Wx::Notebook} (except for the features clearly related to tabs only), so please refer to that class documentation for now. You can also use the Notebook Sample to see {Wx::Toolbook} in action.
25
25
  # One feature of this class not supported by {Wx::BookCtrlBase} is the support for disabling some of the pages, see {Wx::Toolbook#enable_page}.
26
- # === Styles
26
+ # ### Styles
27
27
  #
28
28
  # This class supports the following styles:
29
29
  #
@@ -32,7 +32,7 @@ module Wx
32
32
  # - {Wx::TBK_HORZ_LAYOUT}: Shows the text and the icons alongside, not vertically stacked (only implement under Windows and GTK 2 platforms as it relies on {Wx::TB_HORZ_LAYOUT} flag support).
33
33
  #
34
34
  # The common {Wx::BookCtrl} styles described in the wxBookCtrl Overview are also supported.
35
- # === Events emitted by this class
35
+ # ### Events emitted by this class
36
36
  #
37
37
  # The following event-handler methods redirect the events to member method or handler blocks for {Wx::BookCtrlEvent} events.
38
38
  # Event handler methods for events emitted by this class:
@@ -41,8 +41,6 @@ module Wx
41
41
  #
42
42
  # - {Wx::EvtHandler#evt_toolbook_page_changing}(id, meth = nil, &block): The page selection is about to be changed. Processes a {Wx::EVT_TOOLBOOK_PAGE_CHANGING} event. This event can be vetoed (using {Wx::NotifyEvent#veto}).
43
43
  #
44
- # ===
45
- #
46
44
  # Category: Book Controls
47
45
  # @see wxBookCtrl Overview
48
46
  # @see Wx::BookCtrlBase
@@ -50,6 +48,7 @@ module Wx
50
48
  # @see Notebook Sample
51
49
  #
52
50
  #
51
+ # @wxrb_require USE_TOOLBOOK
53
52
  class Toolbook < BookCtrlBase
54
53
 
55
54
  # @overload initialize()
@@ -60,7 +60,7 @@ module Wx
60
60
  # {Wx::TopLevelWindow} is a common base class for {Wx::Dialog} and {Wx::Frame}.
61
61
  # It is an abstract base class meaning that you never work with objects of this class directly, but all of its methods are also applicable for the two classes above.
62
62
  # Note that the instances of {Wx::TopLevelWindow} are managed by wxWidgets in the internal top level window list.
63
- # === Events emitted by this class
63
+ # ### Events emitted by this class
64
64
  #
65
65
  # Event handler methods for events emitted by this class:
66
66
  #
@@ -68,16 +68,14 @@ module Wx
68
68
  #
69
69
  # - {Wx::EvtHandler#evt_move}(meth = nil, &block): Process a {Wx::EVT_MOVE} event, which is generated when a window is moved. See {Wx::MoveEvent}.
70
70
  #
71
- # - {Wx::EvtHandler#evt_move_start}(meth = nil, &block): Process a {Wx::EVT_MOVE_START} event, which is generated when the user starts to move or size a window. wxMSW only. See {Wx::MoveEvent}.
71
+ # - {Wx::EvtHandler#evt_move_start}(meth = nil, &block): Process a {Wx::EVT_MOVE_START} event, which is generated when the user starts to move or size a window. WXMSW only. See {Wx::MoveEvent}.
72
72
  #
73
- # - {Wx::EvtHandler#evt_move_end}(meth = nil, &block): Process a {Wx::EVT_MOVE_END} event, which is generated when the user stops moving or sizing a window. wxMSW only. See {Wx::MoveEvent}.
73
+ # - {Wx::EvtHandler#evt_move_end}(meth = nil, &block): Process a {Wx::EVT_MOVE_END} event, which is generated when the user stops moving or sizing a window. WXMSW only. See {Wx::MoveEvent}.
74
74
  #
75
75
  # - {Wx::EvtHandler#evt_show}(meth = nil, &block): Process a {Wx::EVT_SHOW} event. See {Wx::ShowEvent}.
76
76
  #
77
77
  # - {Wx::EvtHandler#EVT_FULLSCREEN}(meth = nil, &block): Process a {Wx::EVT_FULLSCREEN} event. See {Wx::FullScreenEvent}.
78
78
  #
79
- # ===
80
- #
81
79
  # Category: Managed Windows
82
80
  # @see Wx::Dialog
83
81
  # @see Wx::Frame
@@ -88,7 +86,7 @@ module Wx
88
86
  # @overload initialize()
89
87
  # Default ctor.
90
88
  # @return [Wx::TopLevelWindow]
91
- # @overload initialize(parent, id, title, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::DEFAULT_FRAME_STYLE, name=Wx::FrameNameStr)
89
+ # @overload initialize(parent, id, title, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::DEFAULT_FRAME_STYLE, name=Wx::FRAME_NAME_STR)
92
90
  # Constructor creating the top level window.
93
91
  # @param parent [Wx::Window]
94
92
  # @param id [Integer]
@@ -109,7 +107,7 @@ module Wx
109
107
  # @param style [Integer]
110
108
  # @param name [String]
111
109
  # @return [Boolean]
112
- def create(parent, id, title, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::DEFAULT_FRAME_STYLE, name=Wx::FrameNameStr) end
110
+ def create(parent, id, title, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::DEFAULT_FRAME_STYLE, name=Wx::FRAME_NAME_STR) end
113
111
 
114
112
  # Returns true if the platform supports making the window translucent.
115
113
  #
@@ -137,7 +135,7 @@ module Wx
137
135
  def enable_close_button(enable=true) end
138
136
 
139
137
  # Enables or disables the Maximize button (in the right or left upper corner of a frame or dialog).
140
- # Currently only implemented for wxMSW and wxOSX.
138
+ # Currently only implemented for WXMSW and WXOSX.
141
139
  # The window style must contain {Wx::MAXIMIZE_BOX}.
142
140
  # Returns true if operation was successful. Note that a successful operation does not change the window style flags.
143
141
  # @param enable [Boolean]
@@ -145,9 +143,9 @@ module Wx
145
143
  def enable_maximize_button(enable=true) end
146
144
 
147
145
  # Enables or disables the Minimize button (in the right or left upper corner of a frame or dialog).
148
- # Currently only implemented for wxMSW and wxOSX.
146
+ # Currently only implemented for WXMSW and WXOSX.
149
147
  # The window style must contain {Wx::MINIMIZE_BOX}.
150
- # Note that in wxMSW a successful operation will change the window style flags.
148
+ # Note that in WXMSW a successful operation will change the window style flags.
151
149
  # Returns true if operation was successful. Note that a successful operation does not change the window style flags.
152
150
  # @param enable [Boolean]
153
151
  # @return [Boolean]
@@ -181,7 +179,7 @@ module Wx
181
179
  alias_method :title, :get_title
182
180
 
183
181
  # Iconizes or restores the window.
184
- # Note that in wxGTK the change to the window state is not immediate, i.e. {Wx::TopLevelWindow#is_iconized} will typically return false right after a call to {Wx::TopLevelWindow#iconize} and its return value will only change after the control flow returns to the event loop and the notification about the window being really iconized is received.
182
+ # Note that in WXGTK the change to the window state is not immediate, i.e. {Wx::TopLevelWindow#is_iconized} will typically return false right after a call to {Wx::TopLevelWindow#iconize} and its return value will only change after the control flow returns to the event loop and the notification about the window being really iconized is received.
185
183
  # @see Wx::TopLevelWindow#is_iconized
186
184
  # @see Wx::TopLevelWindow#restore
187
185
  # @see Wx::IconizeEvent.
@@ -224,24 +222,42 @@ module Wx
224
222
  def layout; end
225
223
 
226
224
  # Maximizes or restores the window.
227
- # Note that, just as with {Wx::TopLevelWindow#iconize}, the change to the window state is not immediate in at least wxGTK port.
225
+ # Note that, just as with {Wx::TopLevelWindow#iconize}, the change to the window state is not immediate in at least WXGTK port.
228
226
  # @see Wx::TopLevelWindow#restore
229
227
  # @see Wx::TopLevelWindow#iconize
230
228
  # @param maximize [Boolean] If true, maximizes the window, otherwise it restores it.
231
229
  # @return [void]
232
230
  def maximize(maximize=true) end
233
231
 
232
+ # MSW-specific function for accessing the system menu.
233
+ # Returns a {Wx::Menu} pointer representing the system menu of the window under MSW. The returned {Wx::Menu} may be used, if non-NULL, to add extra items to the system menu. The usual {Wx::EVT_MENU} events (that can be processed using EVT_MENU event table macro) will then be generated for them. All the other {Wx::Menu} methods may be used as well but notice that they won't allow you to access any standard system menu items (e.g. they can't be deleted or modified in any way currently).
234
+ # Notice that because of the native system limitations the identifiers of the items added to the system menu must be multiples of 16, otherwise no events will be generated for them.
235
+ # The returned pointer must not be deleted, it is owned by the window and will be only deleted when the window itself is destroyed.
236
+ # This function is not available in the other ports by design, any occurrences of it in the portable code must be guarded by
237
+ # ```ruby
238
+ # if Wx::PLATFORM == 'WXMSW'
239
+ # ```
240
+ # preprocessor guards.
241
+ # @return [Wx::Menu]
242
+ # @wxrb_require WXMSW
243
+ def msw_get_system_menu; end
244
+
234
245
  # Use a system-dependent way to attract users attention to the window when it is in background.
235
246
  # flags may have the value of either {Wx::USER_ATTENTION_INFO} (default) or {Wx::USER_ATTENTION_ERROR} which results in a more drastic action. When in doubt, use the default value.
236
- # This function should normally be only used when the application is not already in foreground.
237
247
  #
238
- # This function is currently implemented for Win32 where it flashes the window icon in the taskbar, and for wxGTK with task bars supporting it.
248
+ # <div class="wxrb-note">
249
+ # <b>Note:</b>
250
+ # <p>This function should normally be only used when the application is not already in foreground.
251
+ # </p>
252
+ # </div>
253
+ #
254
+ # This function is currently implemented for Win32 where it flashes the window icon in the taskbar, and for WXGTK with task bars supporting it.
239
255
  # @param flags [Integer]
240
256
  # @return [void]
241
257
  def request_user_attention(flags=Wx::USER_ATTENTION_INFO) end
242
258
 
243
259
  # Restore a previously iconized or maximized window to its normal state.
244
- # In wxGTK this method currently doesn't return the maximized window to its normal state and you must use {Wx::TopLevelWindow#maximize} with false argument explicitly for this. In the other ports, it both unmaximizes the maximized windows and uniconizes the iconized ones.
260
+ # In WXGTK this method currently doesn't return the maximized window to its normal state and you must use {Wx::TopLevelWindow#maximize} with false argument explicitly for this. In the other ports, it both unmaximizes the maximized windows and uniconizes the iconized ones.
245
261
  # @see Wx::TopLevelWindow#iconize
246
262
  # @see Wx::TopLevelWindow#maximize
247
263
  # @return [void]
@@ -265,9 +281,17 @@ module Wx
265
281
  alias_method :tmp_default_item, :get_tmp_default_item
266
282
 
267
283
  # Sets the icon for this window.
268
- # The window takes a 'copy' of icon, but since it uses reference counting, the copy is very quick. It is safe to delete icon after calling this function.
284
+ # <div class="wxrb-remark">
285
+ # <b>Remark:</b>
286
+ # <p>The window takes a 'copy' of icon, but since it uses reference counting, the copy is very quick. It is safe to delete icon after calling this function.
287
+ # </p>
288
+ # </div>>
269
289
  #
270
- # In wxMSW, icon must be either 16x16 or 32x32 icon.
290
+ # <div class="wxrb-note">
291
+ # <b>Note:</b>
292
+ # <p>In WXMSW, icon must be either 16x16 or 32x32 icon.
293
+ # </p>
294
+ # </div>
271
295
  # @see Wx::Icon
272
296
  # @see Wx::TopLevelWindow#set_icons
273
297
  # @param icon [Wx::Icon] The {Wx::Icon} to associate with this window.
@@ -278,7 +302,11 @@ module Wx
278
302
  # Sets several icons of different sizes for this window: this allows using different icons for different situations (e.g.
279
303
  # task switching bar, taskbar, window title bar) instead of scaling, with possibly bad looking results, the only icon set by {Wx::TopLevelWindow#set_icon}.
280
304
  #
281
- # In wxMSW, icons must contain a 16x16 or 32x32 icon, preferably both.
305
+ # <div class="wxrb-note">
306
+ # <b>Note:</b>
307
+ # <p>In WXMSW, icons must contain a 16x16 or 32x32 icon, preferably both.
308
+ # </p>
309
+ # </div>
282
310
  # @see Wx::IconBundle
283
311
  # @param icons [Wx::IconBundle] The icons to associate with this window.
284
312
  # @return [void]
@@ -301,7 +329,11 @@ module Wx
301
329
  # Allows specification of minimum and maximum window sizes, and window size increments.
302
330
  # If a pair of values is not set (or set to -1), no constraints will be used.
303
331
  #
304
- # Notice that this function not only prevents the user from resizing the window outside the given bounds but it also prevents the program itself from doing it using {Wx::Window#set_size}.
332
+ # <div class="wxrb-remark">
333
+ # <b>Remark:</b>
334
+ # <p>Notice that this function not only prevents the user from resizing the window outside the given bounds but it also prevents the program itself from doing it using {Wx::Window#set_size}.
335
+ # </p>
336
+ # </div>>
305
337
  # @param minW [Integer] The minimum width.
306
338
  # @param minH [Integer] The minimum height.
307
339
  # @param maxW [Integer] The maximum width.
@@ -313,10 +345,14 @@ module Wx
313
345
  # Allows specification of minimum and maximum window sizes, and window size increments.
314
346
  # If a pair of values is not set (or set to -1), no constraints will be used.
315
347
  #
316
- # Notice that this function not only prevents the user from resizing the window outside the given bounds but it also prevents the program itself from doing it using {Wx::Window#set_size}.
348
+ # <div class="wxrb-remark">
349
+ # <b>Remark:</b>
350
+ # <p>Notice that this function not only prevents the user from resizing the window outside the given bounds but it also prevents the program itself from doing it using {Wx::Window#set_size}.
351
+ # </p>
352
+ # </div>>
317
353
  # @param minSize [Array(Integer, Integer), Wx::Size] The minimum size of the window.
318
354
  # @param maxSize [Array(Integer, Integer), Wx::Size] The maximum size of the window.
319
- # @param incSize [Array(Integer, Integer), Wx::Size] Increment size (only taken into account under X11-based ports such as wxGTK/{Wx::Motif}/wxX11).
355
+ # @param incSize [Array(Integer, Integer), Wx::Size] Increment size (only taken into account under X11-based ports such as WXGTK/{Wx::Motif}/WXX11).
320
356
  # @return [void]
321
357
  def set_size_hints(*args) end
322
358
  alias_method :size_hints=, :set_size_hints
@@ -330,7 +366,7 @@ module Wx
330
366
  alias_method :title=, :set_title
331
367
 
332
368
  # If the platform supports it will set the window to be translucent.
333
- # Note that in wxGTK this function must be called before the window is shown the first time it's called (but it can be called again after showing the window too).
369
+ # Note that in WXGTK this function must be called before the window is shown the first time it's called (but it can be called again after showing the window too).
334
370
  # See the shaped sample for an example of using this function.
335
371
  # @param alpha [Integer] Determines how opaque or transparent the window will be, if the platform supports the operation. A value of 0 sets the window to be fully transparent, and a value of 255 sets the window to be fully opaque.
336
372
  # @return [Boolean]
@@ -365,7 +401,12 @@ module Wx
365
401
  # - {Wx::FULLSCREEN_ALL} (all of the above)
366
402
  #
367
403
  # This function has not been tested with MDI frames.
368
- # Showing a window full screen also actually {Wx::TopLevelWindow#show}s the window if it isn't shown.
404
+ #
405
+ # <div class="wxrb-note">
406
+ # <b>Note:</b>
407
+ # <p>Showing a window full screen also actually {Wx::TopLevelWindow#show}s the window if it isn't shown.
408
+ # </p>
409
+ # </div>
369
410
  # @see Wx::TopLevelWindow#enable_full_screen_view
370
411
  # @see Wx::TopLevelWindow#is_full_screen
371
412
  # @param show [Boolean]
@@ -385,12 +426,17 @@ module Wx
385
426
  # Obviously this can't provide absolute security as there might be workarounds and tools that bypass this protection. Additionally a screen could always be photographed.
386
427
  # true if the content protection was changed, false if running under an unsupported OS.
387
428
  #
388
- # Windows 7 or newer is required but any macOS version is supported.
429
+ # <div class="wxrb-note">
430
+ # <b>Note:</b>
431
+ # <p>Windows 7 or newer is required but any macOS version is supported.
432
+ # </p>
433
+ # </div>
389
434
  #
390
- # Availability: only available for the wxMSW, wxOSX/Cocoa ports. {Wx::msw},{Wx::osx}
435
+ # Availability: only available for the WXMSW, WXOSX/Cocoa ports.
391
436
  # @see Wx::TopLevelWindow#get_content_protection
392
437
  # @param contentProtection [Wx::ContentProtection]
393
438
  # @return [Boolean]
439
+ # @wxrb_require WXMSW|WXOSX
394
440
  def set_content_protection(contentProtection) end
395
441
  alias_method :content_protection=, :set_content_protection
396
442