wxruby3 0.9.1-x64-mingw-ucrt → 0.9.2-x64-mingw-ucrt

Sign up to get free protection for your applications and to get access to all the features.
Files changed (455) hide show
  1. checksums.yaml +4 -4
  2. data/.yardopts +1 -0
  3. data/ext/wxbase32u_gcc_custom.dll +0 -0
  4. data/ext/wxbase32u_net_gcc_custom.dll +0 -0
  5. data/ext/wxbase32u_xml_gcc_custom.dll +0 -0
  6. data/ext/wxmsw32u_aui_gcc_custom.dll +0 -0
  7. data/ext/wxmsw32u_core_gcc_custom.dll +0 -0
  8. data/ext/wxmsw32u_gl_gcc_custom.dll +0 -0
  9. data/ext/wxmsw32u_html_gcc_custom.dll +0 -0
  10. data/ext/wxmsw32u_media_gcc_custom.dll +0 -0
  11. data/ext/wxmsw32u_propgrid_gcc_custom.dll +0 -0
  12. data/ext/wxmsw32u_qa_gcc_custom.dll +0 -0
  13. data/ext/wxmsw32u_ribbon_gcc_custom.dll +0 -0
  14. data/ext/wxmsw32u_richtext_gcc_custom.dll +0 -0
  15. data/ext/wxmsw32u_stc_gcc_custom.dll +0 -0
  16. data/ext/wxmsw32u_webview_gcc_custom.dll +0 -0
  17. data/ext/wxmsw32u_xrc_gcc_custom.dll +0 -0
  18. data/lib/wx/aui/aui_tab_ctrl.rb +18 -0
  19. data/lib/wx/aui/auinotebook.rb +6 -2
  20. data/lib/wx/aui/require.rb +1 -0
  21. data/lib/wx/core/app.rb +2 -2
  22. data/lib/wx/core/collapsible_pane.rb +1 -1
  23. data/lib/wx/core/controlwithitems.rb +8 -6
  24. data/lib/wx/core/menu.rb +10 -0
  25. data/lib/wx/core/notebook.rb +6 -2
  26. data/lib/wx/core/sizer.rb +11 -0
  27. data/lib/wx/core/task_bar_button.rb +19 -0
  28. data/lib/wx/core/textctrl.rb +11 -1
  29. data/lib/wx/core/{treectrl.rb → tree_ctrl.rb} +31 -12
  30. data/lib/wx/core/window.rb +10 -0
  31. data/lib/wx/doc/app.rb +48 -38
  32. data/lib/wx/doc/art_locator.rb +47 -43
  33. data/lib/wx/doc/aui/auimanager.rb +16 -8
  34. data/lib/wx/doc/aui/auinotebook.rb +20 -5
  35. data/lib/wx/doc/clipboard.rb +11 -7
  36. data/lib/wx/doc/colour_dialog.rb +14 -10
  37. data/lib/wx/doc/controlwithitems.rb +17 -7
  38. data/lib/wx/doc/data_object.rb +2 -2
  39. data/lib/wx/doc/evthandler.rb +113 -108
  40. data/lib/wx/doc/font.rb +1 -0
  41. data/lib/wx/doc/gc_dc.rb +6 -1
  42. data/lib/wx/doc/gen/about_dialog_info.rb +1 -2
  43. data/lib/wx/doc/gen/accelerator.rb +14 -5
  44. data/lib/wx/doc/gen/accessible.rb +35 -47
  45. data/lib/wx/doc/gen/activity_indicator.rb +4 -5
  46. data/lib/wx/doc/gen/animation.rb +7 -3
  47. data/lib/wx/doc/gen/animation_ctrl.rb +6 -7
  48. data/lib/wx/doc/gen/any_button.rb +6 -1
  49. data/lib/wx/doc/gen/app.rb +7 -5
  50. data/lib/wx/doc/gen/app_traits.rb +27 -10
  51. data/lib/wx/doc/gen/art_provider.rb +19 -7
  52. data/lib/wx/doc/gen/aui/aui_dock_art.rb +6 -3
  53. data/lib/wx/doc/gen/aui/aui_floating_frame.rb +1 -0
  54. data/lib/wx/doc/gen/aui/aui_manager.rb +11 -7
  55. data/lib/wx/doc/gen/aui/aui_manager_event.rb +3 -4
  56. data/lib/wx/doc/gen/aui/aui_mdi_child_frame.rb +1 -0
  57. data/lib/wx/doc/gen/aui/aui_mdi_client_window.rb +1 -0
  58. data/lib/wx/doc/gen/aui/aui_mdi_parent_frame.rb +6 -1
  59. data/lib/wx/doc/gen/aui/aui_notebook.rb +14 -8
  60. data/lib/wx/doc/gen/aui/aui_notebook_event.rb +4 -4
  61. data/lib/wx/doc/gen/aui/aui_pane_info.rb +9 -2
  62. data/lib/wx/doc/gen/aui/aui_tab_art.rb +3 -3
  63. data/lib/wx/doc/gen/aui/aui_tab_ctrl.rb +2 -2
  64. data/lib/wx/doc/gen/aui/aui_tool_bar.rb +9 -6
  65. data/lib/wx/doc/gen/aui/aui_tool_bar_art.rb +2 -2
  66. data/lib/wx/doc/gen/aui/aui_tool_bar_event.rb +5 -8
  67. data/lib/wx/doc/gen/aui/aui_tool_bar_item.rb +1 -1
  68. data/lib/wx/doc/gen/aui/event_list.rb +164 -160
  69. data/lib/wx/doc/gen/banner_window.rb +1 -1
  70. data/lib/wx/doc/gen/bitmap.rb +33 -16
  71. data/lib/wx/doc/gen/bitmap_button.rb +11 -8
  72. data/lib/wx/doc/gen/bitmap_combo_box.rb +12 -8
  73. data/lib/wx/doc/gen/book_ctrl_base.rb +16 -4
  74. data/lib/wx/doc/gen/book_ctrl_event.rb +7 -3
  75. data/lib/wx/doc/gen/box_sizer.rb +0 -1
  76. data/lib/wx/doc/gen/brush.rb +5 -2
  77. data/lib/wx/doc/gen/busy_info.rb +2 -2
  78. data/lib/wx/doc/gen/button.rb +23 -11
  79. data/lib/wx/doc/gen/calculate_layout_event.rb +1 -3
  80. data/lib/wx/doc/gen/calendar_ctrl.rb +16 -13
  81. data/lib/wx/doc/gen/calendar_date_attr.rb +1 -1
  82. data/lib/wx/doc/gen/calendar_event.rb +4 -3
  83. data/lib/wx/doc/gen/caret.rb +0 -1
  84. data/lib/wx/doc/gen/check_box.rb +7 -7
  85. data/lib/wx/doc/gen/check_list_box.rb +5 -6
  86. data/lib/wx/doc/gen/choice.rb +16 -9
  87. data/lib/wx/doc/gen/choicebook.rb +6 -7
  88. data/lib/wx/doc/gen/client_dc.rb +5 -2
  89. data/lib/wx/doc/gen/clipboard.rb +7 -3
  90. data/lib/wx/doc/gen/collapsible_pane.rb +6 -7
  91. data/lib/wx/doc/gen/collapsible_pane_event.rb +2 -3
  92. data/lib/wx/doc/gen/colour.rb +8 -4
  93. data/lib/wx/doc/gen/colour_dialog.rb +6 -8
  94. data/lib/wx/doc/gen/colour_picker_ctrl.rb +9 -10
  95. data/lib/wx/doc/gen/colour_picker_event.rb +4 -5
  96. data/lib/wx/doc/gen/combo_box.rb +16 -13
  97. data/lib/wx/doc/gen/combo_ctrl.rb +95 -32
  98. data/lib/wx/doc/gen/command_link_button.rb +4 -5
  99. data/lib/wx/doc/gen/context_help_button.rb +7 -3
  100. data/lib/wx/doc/gen/control.rb +10 -8
  101. data/lib/wx/doc/gen/control_with_items.rb +0 -1
  102. data/lib/wx/doc/gen/core.rb +4 -4
  103. data/lib/wx/doc/gen/cursor.rb +6 -8
  104. data/lib/wx/doc/gen/data_format.rb +6 -1
  105. data/lib/wx/doc/gen/data_object.rb +15 -13
  106. data/lib/wx/doc/gen/date_event.rb +2 -2
  107. data/lib/wx/doc/gen/date_picker_ctrl.rb +12 -8
  108. data/lib/wx/doc/gen/dc.rb +155 -37
  109. data/lib/wx/doc/gen/defs.rb +51 -51
  110. data/lib/wx/doc/gen/dial_up_event.rb +1 -2
  111. data/lib/wx/doc/gen/dial_up_manager.rb +13 -5
  112. data/lib/wx/doc/gen/dialog.rb +33 -13
  113. data/lib/wx/doc/gen/dir_dialog.rb +17 -5
  114. data/lib/wx/doc/gen/dir_filter_list_ctrl.rb +1 -0
  115. data/lib/wx/doc/gen/dir_picker_ctrl.rb +9 -10
  116. data/lib/wx/doc/gen/drag_drop.rb +11 -10
  117. data/lib/wx/doc/gen/drag_image.rb +6 -2
  118. data/lib/wx/doc/gen/editable_list_box.rb +2 -2
  119. data/lib/wx/doc/gen/event.rb +35 -19
  120. data/lib/wx/doc/gen/event_blocker.rb +1 -3
  121. data/lib/wx/doc/gen/event_list.rb +1656 -1652
  122. data/lib/wx/doc/gen/events.rb +162 -169
  123. data/lib/wx/doc/gen/evt_handler.rb +11 -3
  124. data/lib/wx/doc/gen/ext_help_controller.rb +1 -1
  125. data/lib/wx/doc/gen/file_ctrl.rb +19 -10
  126. data/lib/wx/doc/gen/file_ctrl_event.rb +3 -4
  127. data/lib/wx/doc/gen/file_dialog.rb +31 -14
  128. data/lib/wx/doc/gen/file_dialog_custom_control.rb +7 -0
  129. data/lib/wx/doc/gen/file_dialog_customize_hook.rb +2 -3
  130. data/lib/wx/doc/gen/file_dir_picker_event.rb +3 -4
  131. data/lib/wx/doc/gen/file_picker_ctrl.rb +8 -9
  132. data/lib/wx/doc/gen/file_system.rb +38 -15
  133. data/lib/wx/doc/gen/find_dialog_event.rb +5 -4
  134. data/lib/wx/doc/gen/find_replace_data.rb +1 -1
  135. data/lib/wx/doc/gen/find_replace_dialog.rb +1 -1
  136. data/lib/wx/doc/gen/flex_grid_sizer.rb +0 -1
  137. data/lib/wx/doc/gen/font.rb +31 -20
  138. data/lib/wx/doc/gen/font_data.rb +3 -4
  139. data/lib/wx/doc/gen/font_dialog.rb +1 -2
  140. data/lib/wx/doc/gen/font_picker_ctrl.rb +6 -7
  141. data/lib/wx/doc/gen/font_picker_event.rb +2 -3
  142. data/lib/wx/doc/gen/frame.rb +56 -15
  143. data/lib/wx/doc/gen/fs_file.rb +17 -10
  144. data/lib/wx/doc/gen/gauge.rb +11 -8
  145. data/lib/wx/doc/gen/gb_sizer_item.rb +0 -1
  146. data/lib/wx/doc/gen/gcdc.rb +1 -2
  147. data/lib/wx/doc/gen/gdi_common.rb +30 -11
  148. data/lib/wx/doc/gen/gdi_object.rb +0 -1
  149. data/lib/wx/doc/gen/generic_dir_ctrl.rb +6 -7
  150. data/lib/wx/doc/gen/graphics_context.rb +58 -11
  151. data/lib/wx/doc/gen/graphics_object.rb +11 -6
  152. data/lib/wx/doc/gen/grid/event_list.rb +168 -164
  153. data/lib/wx/doc/gen/grid/grid_cell_activatable_editor.rb +1 -0
  154. data/lib/wx/doc/gen/grid/grid_cell_attr.rb +2 -1
  155. data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_editor.rb +1 -2
  156. data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_renderer.rb +1 -1
  157. data/lib/wx/doc/gen/grid/grid_cell_bool_editor.rb +1 -2
  158. data/lib/wx/doc/gen/grid/grid_cell_bool_renderer.rb +1 -2
  159. data/lib/wx/doc/gen/grid/grid_cell_choice_editor.rb +1 -2
  160. data/lib/wx/doc/gen/grid/grid_cell_date_editor.rb +1 -1
  161. data/lib/wx/doc/gen/grid/grid_cell_date_renderer.rb +1 -1
  162. data/lib/wx/doc/gen/grid/grid_cell_date_time_renderer.rb +1 -1
  163. data/lib/wx/doc/gen/grid/grid_cell_editor.rb +1 -1
  164. data/lib/wx/doc/gen/grid/grid_cell_enum_editor.rb +1 -1
  165. data/lib/wx/doc/gen/grid/grid_cell_enum_renderer.rb +1 -1
  166. data/lib/wx/doc/gen/grid/grid_cell_float_editor.rb +1 -2
  167. data/lib/wx/doc/gen/grid/grid_cell_float_renderer.rb +1 -2
  168. data/lib/wx/doc/gen/grid/grid_cell_number_editor.rb +1 -2
  169. data/lib/wx/doc/gen/grid/grid_cell_number_renderer.rb +1 -2
  170. data/lib/wx/doc/gen/grid/grid_cell_renderer.rb +1 -1
  171. data/lib/wx/doc/gen/grid/grid_cell_string_renderer.rb +1 -2
  172. data/lib/wx/doc/gen/grid/grid_cell_text_editor.rb +1 -2
  173. data/lib/wx/doc/gen/grid/grid_ctrl.rb +27 -5
  174. data/lib/wx/doc/gen/grid/grid_editor_created_event.rb +3 -4
  175. data/lib/wx/doc/gen/grid/grid_event.rb +3 -4
  176. data/lib/wx/doc/gen/grid/grid_range_select_event.rb +3 -4
  177. data/lib/wx/doc/gen/grid/grid_size_event.rb +3 -4
  178. data/lib/wx/doc/gen/grid/grid_string_table.rb +1 -0
  179. data/lib/wx/doc/gen/grid/grid_table_base.rb +1 -2
  180. data/lib/wx/doc/gen/grid/grid_table_message.rb +1 -0
  181. data/lib/wx/doc/gen/grid_bag_sizer.rb +0 -6
  182. data/lib/wx/doc/gen/grid_sizer.rb +0 -1
  183. data/lib/wx/doc/gen/gui_event_loop.rb +2 -4
  184. data/lib/wx/doc/gen/header_ctrl.rb +4 -11
  185. data/lib/wx/doc/gen/header_ctrl_event.rb +1 -3
  186. data/lib/wx/doc/gen/help_controller.rb +3 -3
  187. data/lib/wx/doc/gen/help_provider.rb +12 -3
  188. data/lib/wx/doc/gen/html/event_list.rb +41 -37
  189. data/lib/wx/doc/gen/html/html_cell.rb +23 -6
  190. data/lib/wx/doc/gen/html/html_cell_event.rb +3 -4
  191. data/lib/wx/doc/gen/html/html_easy_printing.rb +7 -2
  192. data/lib/wx/doc/gen/html/html_help_controller.rb +8 -2
  193. data/lib/wx/doc/gen/html/html_help_data.rb +3 -1
  194. data/lib/wx/doc/gen/html/html_help_window.rb +1 -1
  195. data/lib/wx/doc/gen/html/html_link_event.rb +2 -3
  196. data/lib/wx/doc/gen/html/html_list_box.rb +5 -7
  197. data/lib/wx/doc/gen/html/html_printout.rb +1 -2
  198. data/lib/wx/doc/gen/html/html_window.rb +12 -6
  199. data/lib/wx/doc/gen/hyperlink_ctrl.rb +7 -7
  200. data/lib/wx/doc/gen/hyperlink_event.rb +2 -3
  201. data/lib/wx/doc/gen/icon.rb +5 -29
  202. data/lib/wx/doc/gen/icon_location.rb +0 -1
  203. data/lib/wx/doc/gen/image.rb +83 -17
  204. data/lib/wx/doc/gen/image_list.rb +15 -6
  205. data/lib/wx/doc/gen/info_bar.rb +2 -2
  206. data/lib/wx/doc/gen/keyboard_state.rb +0 -1
  207. data/lib/wx/doc/gen/list_box.rb +29 -17
  208. data/lib/wx/doc/gen/list_ctrl.rb +76 -29
  209. data/lib/wx/doc/gen/list_event.rb +3 -4
  210. data/lib/wx/doc/gen/listbook.rb +6 -7
  211. data/lib/wx/doc/gen/locale.rb +46 -4
  212. data/lib/wx/doc/gen/log.rb +16 -12
  213. data/lib/wx/doc/gen/mdi_client_window.rb +8 -2
  214. data/lib/wx/doc/gen/mdi_frame.rb +28 -7
  215. data/lib/wx/doc/gen/media_ctrl.rb +26 -18
  216. data/lib/wx/doc/gen/media_event.rb +5 -4
  217. data/lib/wx/doc/gen/memory_dc.rb +6 -6
  218. data/lib/wx/doc/gen/menu.rb +37 -23
  219. data/lib/wx/doc/gen/menu_bar.rb +52 -12
  220. data/lib/wx/doc/gen/menu_item.rb +41 -19
  221. data/lib/wx/doc/gen/message_dialog.rb +7 -8
  222. data/lib/wx/doc/gen/mini_frame.rb +11 -5
  223. data/lib/wx/doc/gen/mirror_dc.rb +0 -2
  224. data/lib/wx/doc/gen/mouse_state.rb +0 -1
  225. data/lib/wx/doc/gen/multi_choice_dialog.rb +7 -4
  226. data/lib/wx/doc/gen/non_owned_window.rb +1 -1
  227. data/lib/wx/doc/gen/notebook.rb +17 -9
  228. data/lib/wx/doc/gen/number_entry_dialog.rb +1 -1
  229. data/lib/wx/doc/gen/object.rb +0 -1
  230. data/lib/wx/doc/gen/paint_dc.rb +0 -1
  231. data/lib/wx/doc/gen/palette.rb +0 -1
  232. data/lib/wx/doc/gen/panel.rb +17 -8
  233. data/lib/wx/doc/gen/pen.rb +17 -8
  234. data/lib/wx/doc/gen/pg/event_list.rb +97 -93
  235. data/lib/wx/doc/gen/pg/numeric_property_validator.rb +2 -0
  236. data/lib/wx/doc/gen/pg/pg_array_editor_dialog.rb +9 -1
  237. data/lib/wx/doc/gen/pg/pg_cell.rb +8 -5
  238. data/lib/wx/doc/gen/pg/pg_editor.rb +115 -16
  239. data/lib/wx/doc/gen/pg/pg_multi_button.rb +1 -2
  240. data/lib/wx/doc/gen/pg/pg_properties.rb +515 -83
  241. data/lib/wx/doc/gen/pg/pg_property.rb +296 -69
  242. data/lib/wx/doc/gen/pg/pg_validation_info.rb +9 -4
  243. data/lib/wx/doc/gen/pg/property_grid.rb +81 -20
  244. data/lib/wx/doc/gen/pg/property_grid_event.rb +31 -9
  245. data/lib/wx/doc/gen/pg/property_grid_interface.rb +214 -36
  246. data/lib/wx/doc/gen/pg/property_grid_manager.rb +40 -10
  247. data/lib/wx/doc/gen/pg/property_grid_page.rb +26 -8
  248. data/lib/wx/doc/gen/pg/property_grid_page_state.rb +13 -4
  249. data/lib/wx/doc/gen/picker_base.rb +12 -5
  250. data/lib/wx/doc/gen/platform_info.rb +4 -9
  251. data/lib/wx/doc/gen/popup_window.rb +2 -5
  252. data/lib/wx/doc/gen/progress_dialog.rb +1 -0
  253. data/lib/wx/doc/gen/property_sheet_dialog.rb +13 -3
  254. data/lib/wx/doc/gen/prt/event_list.rb +8 -4
  255. data/lib/wx/doc/gen/prt/page_setup_dialog.rb +1 -1
  256. data/lib/wx/doc/gen/prt/post_script_dc.rb +2 -2
  257. data/lib/wx/doc/gen/prt/preview_frame.rb +1 -1
  258. data/lib/wx/doc/gen/prt/print_abort_dialog.rb +3 -0
  259. data/lib/wx/doc/gen/prt/print_data.rb +4 -3
  260. data/lib/wx/doc/gen/prt/print_dialog.rb +1 -1
  261. data/lib/wx/doc/gen/prt/printer.rb +50 -11
  262. data/lib/wx/doc/gen/prt/printer_dc.rb +1 -1
  263. data/lib/wx/doc/gen/query_layout_info_event.rb +1 -3
  264. data/lib/wx/doc/gen/radio_box.rb +9 -10
  265. data/lib/wx/doc/gen/radio_button.rb +13 -9
  266. data/lib/wx/doc/gen/rbn/event_list.rb +127 -123
  267. data/lib/wx/doc/gen/rbn/ribbon_art_provider.rb +19 -3
  268. data/lib/wx/doc/gen/rbn/ribbon_bar.rb +3 -4
  269. data/lib/wx/doc/gen/rbn/ribbon_bar_event.rb +2 -2
  270. data/lib/wx/doc/gen/rbn/ribbon_button_bar.rb +18 -6
  271. data/lib/wx/doc/gen/rbn/ribbon_button_bar_event.rb +2 -2
  272. data/lib/wx/doc/gen/rbn/ribbon_control.rb +1 -1
  273. data/lib/wx/doc/gen/rbn/ribbon_gallery.rb +4 -4
  274. data/lib/wx/doc/gen/rbn/ribbon_gallery_event.rb +2 -3
  275. data/lib/wx/doc/gen/rbn/ribbon_page.rb +1 -2
  276. data/lib/wx/doc/gen/rbn/ribbon_panel.rb +5 -4
  277. data/lib/wx/doc/gen/rbn/ribbon_panel_event.rb +2 -3
  278. data/lib/wx/doc/gen/rbn/ribbon_tool_bar.rb +2 -3
  279. data/lib/wx/doc/gen/rbn/ribbon_tool_bar_event.rb +2 -1
  280. data/lib/wx/doc/gen/rearrange_ctrl.rb +1 -2
  281. data/lib/wx/doc/gen/rearrange_list.rb +3 -4
  282. data/lib/wx/doc/gen/region.rb +75 -17
  283. data/lib/wx/doc/gen/region_iterator.rb +0 -1
  284. data/lib/wx/doc/gen/rtc/event_list.rb +116 -112
  285. data/lib/wx/doc/gen/rtc/rich_text_box.rb +3 -2
  286. data/lib/wx/doc/gen/rtc/rich_text_buffer.rb +6 -9
  287. data/lib/wx/doc/gen/rtc/rich_text_buffer_data_object.rb +1 -2
  288. data/lib/wx/doc/gen/rtc/rich_text_composite_object.rb +3 -6
  289. data/lib/wx/doc/gen/rtc/rich_text_ctrl.rb +10 -7
  290. data/lib/wx/doc/gen/rtc/rich_text_event.rb +3 -4
  291. data/lib/wx/doc/gen/rtc/rich_text_file_handler.rb +2 -4
  292. data/lib/wx/doc/gen/rtc/rich_text_formatting_dialog.rb +2 -3
  293. data/lib/wx/doc/gen/rtc/rich_text_header_footer_data.rb +3 -2
  294. data/lib/wx/doc/gen/rtc/rich_text_html_handler.rb +2 -3
  295. data/lib/wx/doc/gen/rtc/rich_text_image.rb +2 -4
  296. data/lib/wx/doc/gen/rtc/rich_text_object.rb +28 -23
  297. data/lib/wx/doc/gen/rtc/rich_text_paragraph_layout_box.rb +7 -11
  298. data/lib/wx/doc/gen/rtc/rich_text_printing.rb +2 -2
  299. data/lib/wx/doc/gen/rtc/rich_text_style_list_box.rb +5 -5
  300. data/lib/wx/doc/gen/rtc/rich_text_style_organiser_dialog.rb +1 -1
  301. data/lib/wx/doc/gen/rtc/rich_text_xml_handler.rb +2 -3
  302. data/lib/wx/doc/gen/rtc/symbol_picker_dialog.rb +1 -2
  303. data/lib/wx/doc/gen/sash_event.rb +9 -4
  304. data/lib/wx/doc/gen/sash_layout_window.rb +11 -4
  305. data/lib/wx/doc/gen/sash_window.rb +3 -4
  306. data/lib/wx/doc/gen/screen_dc.rb +0 -1
  307. data/lib/wx/doc/gen/scroll_bar.rb +19 -10
  308. data/lib/wx/doc/gen/scrolled_canvas.rb +32 -10
  309. data/lib/wx/doc/gen/scrolled_control.rb +32 -10
  310. data/lib/wx/doc/gen/scrolled_window.rb +32 -10
  311. data/lib/wx/doc/gen/search_ctrl.rb +8 -9
  312. data/lib/wx/doc/gen/simplebook.rb +1 -1
  313. data/lib/wx/doc/gen/single_choice_dialog.rb +7 -4
  314. data/lib/wx/doc/gen/sizer.rb +12 -7
  315. data/lib/wx/doc/gen/sizer_item.rb +5 -2
  316. data/lib/wx/doc/gen/slider.rb +27 -17
  317. data/lib/wx/doc/gen/spin_button.rb +15 -10
  318. data/lib/wx/doc/gen/spin_ctrl.rb +24 -9
  319. data/lib/wx/doc/gen/spin_ctrl_double.rb +6 -7
  320. data/lib/wx/doc/gen/spin_double_event.rb +3 -4
  321. data/lib/wx/doc/gen/spin_event.rb +3 -3
  322. data/lib/wx/doc/gen/splash_screen.rb +1 -2
  323. data/lib/wx/doc/gen/splitter_event.rb +3 -4
  324. data/lib/wx/doc/gen/splitter_window.rb +76 -18
  325. data/lib/wx/doc/gen/static_bitmap.rb +10 -5
  326. data/lib/wx/doc/gen/static_box.rb +9 -7
  327. data/lib/wx/doc/gen/static_box_sizer.rb +0 -2
  328. data/lib/wx/doc/gen/static_line.rb +3 -4
  329. data/lib/wx/doc/gen/static_text.rb +5 -6
  330. data/lib/wx/doc/gen/status_bar.rb +19 -9
  331. data/lib/wx/doc/gen/stc/event_list.rb +212 -208
  332. data/lib/wx/doc/gen/stc/styled_text_ctrl.rb +39 -13
  333. data/lib/wx/doc/gen/stc/styled_text_event.rb +5 -6
  334. data/lib/wx/doc/gen/std_dialog_button_sizer.rb +0 -1
  335. data/lib/wx/doc/gen/svg_file_dc.rb +7 -8
  336. data/lib/wx/doc/gen/system_options.rb +6 -6
  337. data/lib/wx/doc/gen/system_settings.rb +2 -3
  338. data/lib/wx/doc/gen/task_bar_button.rb +312 -0
  339. data/lib/wx/doc/gen/task_bar_icon.rb +21 -8
  340. data/lib/wx/doc/gen/task_bar_icon_event.rb +4 -3
  341. data/lib/wx/doc/gen/text_attr.rb +20 -5
  342. data/lib/wx/doc/gen/text_ctrl.rb +90 -25
  343. data/lib/wx/doc/gen/text_entry.rb +31 -11
  344. data/lib/wx/doc/gen/text_entry_dialog.rb +2 -2
  345. data/lib/wx/doc/gen/text_validator.rb +43 -10
  346. data/lib/wx/doc/gen/time_picker_ctrl.rb +5 -6
  347. data/lib/wx/doc/gen/timer.rb +6 -2
  348. data/lib/wx/doc/gen/timer_event.rb +1 -2
  349. data/lib/wx/doc/gen/tip_provider.rb +1 -1
  350. data/lib/wx/doc/gen/toggle_button.rb +5 -6
  351. data/lib/wx/doc/gen/tool_bar.rb +98 -25
  352. data/lib/wx/doc/gen/tool_tip.rb +35 -5
  353. data/lib/wx/doc/gen/toolbook.rb +3 -4
  354. data/lib/wx/doc/gen/top_level_window.rb +69 -23
  355. data/lib/wx/doc/gen/tree_ctrl.rb +40 -16
  356. data/lib/wx/doc/gen/tree_event.rb +3 -4
  357. data/lib/wx/doc/gen/treebook.rb +7 -4
  358. data/lib/wx/doc/gen/ui_action_simulator.rb +6 -2
  359. data/lib/wx/doc/gen/utils.rb +39 -7
  360. data/lib/wx/doc/gen/v_list_box.rb +6 -2
  361. data/lib/wx/doc/gen/v_scrolled_window.rb +6 -4
  362. data/lib/wx/doc/gen/validator.rb +1 -1
  363. data/lib/wx/doc/gen/variant.rb +1 -0
  364. data/lib/wx/doc/gen/window.rb +195 -45
  365. data/lib/wx/doc/gen/window_dc.rb +0 -1
  366. data/lib/wx/doc/gen/window_disabler.rb +5 -2
  367. data/lib/wx/doc/gen/with_images.rb +6 -1
  368. data/lib/wx/doc/gen/wizard.rb +4 -4
  369. data/lib/wx/doc/gen/wizard_event.rb +3 -4
  370. data/lib/wx/doc/gen/wizard_page.rb +2 -2
  371. data/lib/wx/doc/gen/wizard_page_simple.rb +1 -1
  372. data/lib/wx/doc/gen/wrap_sizer.rb +0 -1
  373. data/lib/wx/doc/gen/xml_node.rb +19 -4
  374. data/lib/wx/doc/gen/xml_resource.rb +18 -5
  375. data/lib/wx/doc/graphics_context.rb +1 -0
  376. data/lib/wx/doc/grid/grid.rb +22 -1
  377. data/lib/wx/doc/help_controller.rb +11 -7
  378. data/lib/wx/doc/html/html_help_controller.rb +12 -4
  379. data/lib/wx/doc/list_ctrl.rb +33 -29
  380. data/lib/wx/doc/menu.rb +20 -0
  381. data/lib/wx/doc/notebook.rb +21 -0
  382. data/lib/wx/doc/pg/events.rb +13 -9
  383. data/lib/wx/doc/pg/pg_property.rb +18 -0
  384. data/lib/wx/doc/progress_dialog.rb +36 -32
  385. data/lib/wx/doc/prt/page_setup_dialog.rb +20 -12
  386. data/lib/wx/doc/prt/print_data.rb +13 -5
  387. data/lib/wx/doc/prt/print_dialog.rb +31 -23
  388. data/lib/wx/doc/prt/printer.rb +20 -12
  389. data/lib/wx/doc/radio_box.rb +19 -15
  390. data/lib/wx/doc/rbn/ribbon_bar.rb +13 -5
  391. data/lib/wx/doc/rbn/ribbon_button_bar.rb +13 -5
  392. data/lib/wx/doc/rbn/ribbon_gallery.rb +13 -5
  393. data/lib/wx/doc/rbn/ribbon_tool_bar.rb +13 -5
  394. data/lib/wx/doc/region_iterator.rb +32 -28
  395. data/lib/wx/doc/rtc/rich_text_composite_object.rb +24 -0
  396. data/lib/wx/doc/rtc/rich_text_ctrl.rb +24 -0
  397. data/lib/wx/doc/rtc/rich_text_paragraph.rb +24 -0
  398. data/lib/wx/doc/rtc/richtext_buffer.rb +27 -19
  399. data/lib/wx/doc/rtc/richtext_printing.rb +17 -9
  400. data/lib/wx/doc/rtc/richtext_style_sheet.rb +17 -9
  401. data/lib/wx/doc/sizer.rb +20 -0
  402. data/lib/wx/doc/stc/styled_text_ctrl.rb +24 -0
  403. data/lib/wx/doc/stream.rb +39 -35
  404. data/lib/wx/doc/system_settings.rb +30 -26
  405. data/lib/wx/doc/text_validator.rb +12 -8
  406. data/lib/wx/doc/textctrl.rb +16 -0
  407. data/lib/wx/doc/tree_ctrl.rb +95 -0
  408. data/lib/wx/doc/treebook.rb +9 -5
  409. data/lib/wx/doc/v_list_box.rb +9 -5
  410. data/lib/wx/doc/variant.rb +164 -160
  411. data/lib/wx/doc/window.rb +57 -47
  412. data/lib/wx/doc/window_disabler.rb +10 -6
  413. data/lib/wx/grid/grid.rb +27 -4
  414. data/lib/wx/pg/pg_property.rb +22 -0
  415. data/lib/wx/rtc/require.rb +3 -0
  416. data/lib/wx/rtc/rich_text_composite_object.rb +25 -0
  417. data/lib/wx/rtc/rich_text_ctrl.rb +25 -0
  418. data/lib/wx/rtc/rich_text_paragraph.rb +25 -0
  419. data/lib/wx/stc/require.rb +1 -0
  420. data/lib/wx/stc/styled_text_ctrl.rb +25 -0
  421. data/lib/wx/version.rb +1 -1
  422. data/lib/wxruby_aui.so +0 -0
  423. data/lib/wxruby_core.so +0 -0
  424. data/lib/wxruby_grid.so +0 -0
  425. data/lib/wxruby_html.so +0 -0
  426. data/lib/wxruby_pg.so +0 -0
  427. data/lib/wxruby_prt.so +0 -0
  428. data/lib/wxruby_rbn.so +0 -0
  429. data/lib/wxruby_rtc.so +0 -0
  430. data/lib/wxruby_stc.so +0 -0
  431. data/rakelib/lib/config/linux.rb +0 -3
  432. data/rakelib/lib/config/macosx.rb +2 -2
  433. data/rakelib/lib/config/mingw.rb +1 -1
  434. data/rakelib/lib/config/unixish.rb +1 -1
  435. data/rakelib/lib/config.rb +14 -4
  436. data/rakelib/yard/templates/default/fulldoc/html/css/wxruby3.css +74 -2
  437. data/rakelib/yard/templates/default/fulldoc/html/full_list.erb +38 -0
  438. data/rakelib/yard/templates/default/fulldoc/html/setup.rb +39 -0
  439. data/rakelib/yard/templates/default/tags/html/wxrb_require.erb +10 -0
  440. data/rakelib/yard/templates/default/tags/setup.rb +16 -0
  441. data/rakelib/yard/yard-custom-templates.rb +3 -0
  442. data/samples/treectrl/treectrl.rb +1 -1
  443. data/tests/media/beep_lo.wav +0 -0
  444. data/tests/test_list_ctrl.rb +1 -1
  445. data/tests/test_media_ctrl.rb +38 -0
  446. data/tests/test_menu.rb +69 -0
  447. data/tests/test_pg.rb +27 -0
  448. data/tests/test_richtext.rb +45 -0
  449. data/tests/test_sizer.rb +16 -0
  450. data/tests/test_std_controls.rb +42 -1
  451. data/tests/test_styled_text_ctrl.rb +46 -0
  452. data/tests/test_tree_ctrl.rb +138 -0
  453. data/tests/test_window.rb +12 -0
  454. data/tests/testapp_noframe.rb +1 -1
  455. metadata +28 -3
@@ -17,14 +17,13 @@ module Wx
17
17
  # If you need direct access the bitmap data instead going through drawing to it using {Wx::MemoryDC} you need to use the {Wx::PixelData} class (either {Wx::NativePixelData} for RGB bitmaps or {Wx::AlphaPixelData} for bitmaps with an additionally alpha channel).
18
18
  # Note that many {Wx::Bitmap} functions take a type parameter, which is a value of the {Wx::BitmapType} enumeration. The validity of those values depends however on the platform where your program is running and from the wxWidgets configuration. If all possible wxWidgets settings are used:
19
19
  #
20
- # - wxMSW supports BMP and ICO files, BMP and ICO resources;
21
- # - wxGTK supports any file supported by gdk-pixbuf;
22
- # - wxMac supports PICT resources;
23
- # - wxX11 supports XPM files, XPM data, XBM data;
20
+ # - WXMSW supports BMP and ICO files, BMP and ICO resources;
21
+ # - WXGTK supports any file supported by gdk-pixbuf;
22
+ # - WXOSX supports PICT resources;
23
+ # - WXX11 supports XPM files, XPM data, XBM data;
24
24
  #
25
25
  # In addition, {Wx::Bitmap} can load and save all formats that {Wx::Image} can; see {Wx::Image} for more info. Of course, you must have loaded the {Wx::Image} handlers (see {init_all_image_handlers} and {Wx::Image.add_handler}). Note that all available {Wx::BitmapHandlers} for a given wxWidgets port are automatically loaded at startup so you won't need to use {Wx::Bitmap.add_handler}.
26
26
  # More on the difference between {Wx::Image} and {Wx::Bitmap}: {Wx::Image} is just a buffer of RGB bytes with an optional buffer for the alpha bytes. It is all generic, platform independent and image file format independent code. It includes generic code for scaling, resizing, clipping, and other manipulations of the image data. OTOH, {Wx::Bitmap} is intended to be a wrapper of whatever is the native image format that is quickest/easiest to draw to a DC or to be the target of the drawing operations performed on a {Wx::MemoryDC}. By splitting the responsibilities between {Wx::Image}/{Wx::Bitmap} like this then it's easier to use generic code shared by all platforms and image types for generic operations and platform specific code where performance or compatibility is needed.
27
- # ===
28
27
  #
29
28
  # Category: Graphics Device Interface (GDI)
30
29
  # Predefined objects/pointers: {Wx::NULL_BITMAP}
@@ -207,7 +206,7 @@ module Wx
207
206
  alias_method :logical_height, :get_logical_height
208
207
 
209
208
  # Returns the size of the bitmap in logical pixels.
210
- # For the platforms using DPI-independent pixels, i.e. those where {Wx::HAS_DPI_INDEPENDENT_PIXELS} is defined, such as wxOSX or wxGTK 3, this function returns the physical size of the bitmap, as returned by {Wx::Bitmap#get_size}, divided by its scale factor, as returned by {Wx::Bitmap#get_scale_factor}, while for the other platforms, it simply returns the same thing as {Wx::Bitmap#get_size}.
209
+ # For the platforms using DPI-independent pixels, i.e. those where {Wx::HAS_DPI_INDEPENDENT_PIXELS} is defined, such as WXOSX or WXGTK 3, this function returns the physical size of the bitmap, as returned by {Wx::Bitmap#get_size}, divided by its scale factor, as returned by {Wx::Bitmap#get_scale_factor}, while for the other platforms, it simply returns the same thing as {Wx::Bitmap#get_size}.
211
210
  # This ensures that the result of this function is always expressed in the pixel coordinates appropriate for the current platform, i.e. its return value is always in logical pixels, used for window and {Wx::DC} coordinates, whether these pixels are the same as physical pixels, which are returned by {Wx::Bitmap#get_size}, or not.
212
211
  # @see Wx::Bitmap#get_logical_width
213
212
  # @see Wx::Bitmap#get_logical_height
@@ -241,7 +240,7 @@ module Wx
241
240
 
242
241
  # Returns the scale factor of this bitmap.
243
242
  # Scale factor is 1 by default, but can be greater to indicate that the size of bitmap in logical, DPI-independent pixels is smaller than its actual size in physical pixels. Bitmaps with scale factor greater than 1 must be used in high DPI to appear sharp on the screen.
244
- # Note that the scale factor is only used in the ports where logical pixels are not the same as physical ones, such as wxOSX or wxGTK3, and this function always returns 1 under the other platforms.
243
+ # Note that the scale factor is only used in the ports where logical pixels are not the same as physical ones, such as WXOSX or WXGTK3, and this function always returns 1 under the other platforms.
245
244
  # @see Wx::Bitmap#set_scale_factor
246
245
  # @see Wx::Bitmap#get_logical_width
247
246
  # @see Wx::Bitmap#get_logical_height
@@ -300,7 +299,11 @@ module Wx
300
299
  # Loads a bitmap from a file or resource.
301
300
  # true if the operation succeeded, false otherwise.
302
301
  #
303
- # A palette may be associated with the bitmap if one exists (especially for colour Windows bitmaps), and if the code supports it. You can check if one has been created by using the {Wx::Bitmap#get_palette} member.
302
+ # <div class="wxrb-remark">
303
+ # <b>Remark:</b>
304
+ # <p>A palette may be associated with the bitmap if one exists (especially for colour Windows bitmaps), and if the code supports it. You can check if one has been created by using the {Wx::Bitmap#get_palette} member.
305
+ # </p>
306
+ # </div>>
304
307
  # @see Wx::Bitmap#save_file
305
308
  # @param name [String] Either a filename or a Windows resource name. The meaning of name is determined by the type parameter.
306
309
  # @param type [Wx::BitmapType] One of the {Wx::BitmapType} values; see the note in the class detailed description. Note that the {Wx::BITMAP_DEFAULT_TYPE} constant has different value under different wxWidgets ports. See the bitmap.h header for the value it takes for a specific port.
@@ -315,7 +318,11 @@ module Wx
315
318
  # Saves a bitmap in the named file.
316
319
  # true if the operation succeeded, false otherwise.
317
320
  #
318
- # Depending on how wxWidgets has been configured, not all formats may be available.
321
+ # <div class="wxrb-remark">
322
+ # <b>Remark:</b>
323
+ # <p>Depending on how wxWidgets has been configured, not all formats may be available.
324
+ # </p>
325
+ # </div>>
319
326
  # @see Wx::Bitmap#load_file
320
327
  # @param name [String] A filename. The meaning of name is determined by the type parameter.
321
328
  # @param type [Wx::BitmapType] One of the {Wx::BitmapType} values; see the note in the class detailed description.
@@ -324,7 +331,7 @@ module Wx
324
331
  def save_file(name, type, palette=nil) end
325
332
 
326
333
  # Sets the bitmap scale factor.
327
- # This doesn't change the bitmap actual size or its contents, but changes its scale factor, so that it appears in a smaller size when it is drawn on screen: e.g. setting scale to 2 means that the bitmap will be twice smaller (in each direction) when drawn on screen in the ports in which logical and physical pixels differ (i.e. wxOSX and wxGTK3, but not wxMSW).
334
+ # This doesn't change the bitmap actual size or its contents, but changes its scale factor, so that it appears in a smaller size when it is drawn on screen: e.g. setting scale to 2 means that the bitmap will be twice smaller (in each direction) when drawn on screen in the ports in which logical and physical pixels differ (i.e. WXOSX and WXGTK3, but not WXMSW).
328
335
  # When creating a new bitmap, {Wx::Bitmap#create_with_dip_size} can be used to specify the correct scale factor from the beginning.
329
336
  # @param scale [Float]
330
337
  # @return [void]
@@ -332,9 +339,17 @@ module Wx
332
339
  alias_method :scale_factor=, :set_scale_factor
333
340
 
334
341
  # Sets the mask for this bitmap.
335
- # The bitmap object owns the mask once this has been called.
342
+ # <div class="wxrb-remark">
343
+ # <b>Remark:</b>
344
+ # <p>The bitmap object owns the mask once this has been called.
345
+ # </p>
346
+ # </div>>
336
347
  #
337
- # A mask can be set also for bitmap with an alpha channel but doing so under wxMSW is not recommended because performance of drawing such bitmap is not very good.
348
+ # <div class="wxrb-note">
349
+ # <b>Note:</b>
350
+ # <p>A mask can be set also for bitmap with an alpha channel but doing so under WXMSW is not recommended because performance of drawing such bitmap is not very good.
351
+ # </p>
352
+ # </div>
338
353
  # @see Wx::Bitmap#get_mask
339
354
  # @see Wx::Mask
340
355
  # @param mask [Wx::Mask]
@@ -381,7 +396,6 @@ module Wx
381
396
  # Of course, this code relies on actually having the resources with the corresponding names (i.e. open_NxN) in MSW .rc file or Mac application bundle and open_NxN_png arrays being defined in the program code, e.g. by including a file generated with bin2c (see {bitmap_png_from_data}), on the other platforms.
382
397
  #
383
398
  # Also note that the existing code using {Wx::Bitmap} is compatible with the functions taking {Wx::BitmapBundle} in wxWidgets 3.1.6 and later because bitmaps are implicitly convertible to the objects of this class, so just passing {Wx::Bitmap} to the functions taking {Wx::BitmapBundle} continues to work and if high resolution versions of bitmap are not (yet) available for the other toolbar tools, single bitmaps can continue to be used instead.
384
- # ===
385
399
  #
386
400
  # Category: Graphics Device Interface (GDI)
387
401
  #
@@ -552,9 +566,12 @@ module Wx
552
566
 
553
567
  # This class encapsulates a monochrome mask bitmap, where the masked area is black and the unmasked area is white.
554
568
  # When associated with a bitmap and drawn in a device context, the unmasked area of the bitmap will be drawn, and the masked area will not be drawn.
555
- # A mask can be associated also with a bitmap with an alpha channel but drawing such bitmaps under wxMSW may be slow so using them should be avoided if drawing performance is an important factor.
556
569
  #
557
- # ===
570
+ # <div class="wxrb-note">
571
+ # <b>Note:</b>
572
+ # <p>A mask can be associated also with a bitmap with an alpha channel but drawing such bitmaps under WXMSW may be slow so using them should be avoided if drawing performance is an important factor.
573
+ # </p>
574
+ # </div>
558
575
  #
559
576
  # Category: Graphics Device Interface (GDI)
560
577
  # @see Wx::Bitmap
@@ -602,7 +619,7 @@ module Wx
602
619
  def create(*args) end
603
620
 
604
621
  # Returns the mask as a monochrome bitmap.
605
- # Currently this method is implemented in wxMSW, wxGTK and wxOSX.
622
+ # Currently this method is implemented in WXMSW, WXGTK and WXOSX.
606
623
  # @return [Wx::Bitmap]
607
624
  def get_bitmap; end
608
625
  alias_method :bitmap, :get_bitmap
@@ -8,7 +8,7 @@ module Wx
8
8
 
9
9
  # A bitmap button is a control that contains a bitmap.
10
10
  # Notice that since wxWidgets 2.9.1 bitmap display is supported by the base {Wx::Button} class itself and the only tiny advantage of using this class is that it allows specifying the bitmap in its constructor, unlike {Wx::Button}. Please see the base class documentation for more information about images support in {Wx::Button}.
11
- # === Styles
11
+ # ### Styles
12
12
  #
13
13
  # This class supports the following styles:
14
14
  #
@@ -21,22 +21,21 @@ module Wx
21
21
  # - {Wx::BU_BOTTOM}: Aligns the bitmap label to the bottom of the button.
22
22
  #
23
23
  # Note that the {Wx::BU_EXACTFIT} style supported by {Wx::Button} is not used by this class as bitmap buttons don't have any minimal standard size by default.
24
- # === Events emitted by this class
24
+ # ### Events emitted by this class
25
25
  #
26
26
  # The following event-handler methods redirect the events to member method or handler blocks for {Wx::CommandEvent} events.
27
27
  # Event handler methods for events emitted by this class:
28
28
  #
29
29
  # - {Wx::EvtHandler#evt_button}(id, meth = nil, &block): Process a {Wx::EVT_BUTTON} event, when the button is clicked.
30
30
  #
31
- # ===
32
- #
33
- # Category: {Wx::Controls} <div class='appearance'><span class='appearance'>Appearance:</span><table><tr><td> wxMSW Appearance
34
- # </td><td> wxGTK Appearance
35
- # </td><td> wxOSX Appearance
31
+ # Category: {Wx::Controls} <div class='appearance'><span class='appearance'>Appearance:</span><table><tr><td> WXMSW Appearance
32
+ # </td><td> WXGTK Appearance
33
+ # </td><td> WXOSX Appearance
36
34
  # </td></tr></table></div>
37
35
  # @see Wx::Button
38
36
  #
39
37
  #
38
+ # @wxrb_require USE_BMPBUTTON
40
39
  class BitmapButton < Button
41
40
 
42
41
  # @overload initialize()
@@ -44,7 +43,11 @@ module Wx
44
43
  # @return [Wx::BitmapButton]
45
44
  # @overload initialize(parent, id, bitmap, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=0, validator=Wx::DEFAULT_VALIDATOR, name=Wx::BUTTON_NAME_STR)
46
45
  # Constructor, creating and showing a button.
47
- # The bitmap parameter is normally the only bitmap you need to provide, and wxWidgets will draw the button correctly in its different states. If you want more control, call any of the functions {Wx::BitmapButton#set_bitmap_pressed}, {Wx::BitmapButton#set_bitmap_focus}, {Wx::BitmapButton#set_bitmap_disabled}.
46
+ # <div class="wxrb-remark">
47
+ # <b>Remark:</b>
48
+ # <p>The bitmap parameter is normally the only bitmap you need to provide, and wxWidgets will draw the button correctly in its different states. If you want more control, call any of the functions {Wx::BitmapButton#set_bitmap_pressed}, {Wx::BitmapButton#set_bitmap_focus}, {Wx::BitmapButton#set_bitmap_disabled}.
49
+ # </p>
50
+ # </div>>
48
51
  # @see Wx::BitmapButton#create
49
52
  # @see Wx::Validator
50
53
  # @param parent [Wx::Window] Parent window. Must not be NULL.
@@ -8,9 +8,14 @@ module Wx
8
8
 
9
9
  # A combobox that displays bitmap in front of the list items.
10
10
  # It currently only allows using bitmaps of one size, and resizes itself so that a bitmap can be shown next to the text field.
11
- # While {Wx::BitmapComboBox} contains the {Wx::ComboBox} API, but it might not actually be derived from that class. In fact, if the platform does not have a native implementation, {Wx::BitmapComboBox} will inherit from {Wx::OwnerDrawnComboBox}. You can determine if the implementation is generic by checking whether {Wx::GENERIC_BITMAPCOMBOBOX} is defined. Currently {Wx::BitmapComboBox} is implemented natively for MSW and GTK+.
12
11
  #
13
- # === Styles
12
+ # <div class="wxrb-remark">
13
+ # <b>Remark:</b>
14
+ # <p>While {Wx::BitmapComboBox} contains the {Wx::ComboBox} API, but it might not actually be derived from that class. In fact, if the platform does not have a native implementation, {Wx::BitmapComboBox} will inherit from {Wx::OwnerDrawnComboBox}. You can determine if the implementation is generic by checking whether {Wx::GENERIC_BITMAPCOMBOBOX} is defined. Currently {Wx::BitmapComboBox} is implemented natively for MSW and GTK+.
15
+ # </p>
16
+ # </div>>
17
+ #
18
+ # ### Styles
14
19
  #
15
20
  # This class supports the following styles:
16
21
  #
@@ -22,7 +27,7 @@ module Wx
22
27
  #
23
28
  # Todocreate {Wx::CB_PROCESS_ENTER} rather than reusing {Wx::TE_PROCESS_ENTER}!
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::CommandEvent} events.
28
33
  # Event handler methods for events emitted by this class:
@@ -33,11 +38,9 @@ module Wx
33
38
  #
34
39
  # - {Wx::EvtHandler#evt_text_enter}(id, meth = nil, &block): Process a {Wx::EVT_TEXT_ENTER} event, when RETURN is pressed in the combobox.
35
40
  #
36
- # ===
37
- #
38
- # Category: {Wx::Controls} <div class='appearance'><span class='appearance'>Appearance:</span><table><tr><td> wxMSW Appearance
39
- # </td><td> wxGTK Appearance
40
- # </td><td> wxOSX Appearance
41
+ # Category: {Wx::Controls} <div class='appearance'><span class='appearance'>Appearance:</span><table><tr><td> WXMSW Appearance
42
+ # </td><td> WXGTK Appearance
43
+ # </td><td> WXOSX Appearance
41
44
  # </td></tr></table></div>
42
45
  # @see Wx::ComboBox
43
46
  # @see Wx::Choice
@@ -45,6 +48,7 @@ module Wx
45
48
  # @see Wx::CommandEvent
46
49
  #
47
50
  #
51
+ # @wxrb_require USE_BITMAPCOMBOBOX
48
52
  class BitmapComboBox < ComboBox
49
53
 
50
54
  # @overload initialize()
@@ -58,12 +58,12 @@ module Wx
58
58
  # - {Wx::Toolbook}: controlled by a {Wx::ToolBar}
59
59
  #
60
60
  # This abstract class is the parent of all these book controls, and provides their basic interface. This is a pure virtual class so you cannot allocate it directly.
61
- # ===
62
61
  #
63
62
  # Category: Book Controls
64
63
  # @see wxBookCtrl Overview
65
64
  #
66
65
  #
66
+ # @wxrb_require USE_AUI|USE_NOTEBOOK|USE_LISTBOOK|USE_CHOICEBOOK|USE_TOOLBOOK|USE_TREEBOOK
67
67
  class BookCtrlBase < Control
68
68
 
69
69
  include Wx::WithImages
@@ -141,7 +141,11 @@ module Wx
141
141
  #
142
142
  # true if successful, false otherwise.
143
143
  #
144
- # Do not delete the page, it will be deleted by the book control.
144
+ # <div class="wxrb-remark">
145
+ # <b>Remark:</b>
146
+ # <p>Do not delete the page, it will be deleted by the book control.
147
+ # </p>
148
+ # </div>>
145
149
  # @see Wx::BookCtrlBase#insert_page
146
150
  # @param page [Wx::Window] Specifies the new page.
147
151
  # @param text [String] Specifies the text for the new page.
@@ -163,7 +167,11 @@ module Wx
163
167
  # Inserts a new page at the specified position.
164
168
  # true if successful, false otherwise.
165
169
  #
166
- # Do not delete the page, it will be deleted by the book control.
170
+ # <div class="wxrb-remark">
171
+ # <b>Remark:</b>
172
+ # <p>Do not delete the page, it will be deleted by the book control.
173
+ # </p>
174
+ # </div>>
167
175
  # @see Wx::BookCtrlBase#add_page
168
176
  # @param index [Integer] Specifies the position for the new page.
169
177
  # @param page [Wx::Window] Specifies the new page.
@@ -224,7 +232,11 @@ module Wx
224
232
  def create(parent, winid, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=0, name=('')) end
225
233
 
226
234
  # Sets the width and height of the pages.
227
- # This method is currently not implemented for wxGTK.
235
+ # <div class="wxrb-note">
236
+ # <b>Note:</b>
237
+ # <p>This method is currently not implemented for WXGTK.
238
+ # </p>
239
+ # </div>
228
240
  # @param size [Array(Integer, Integer), Wx::Size]
229
241
  # @return [void]
230
242
  def set_page_size(size) end
@@ -10,7 +10,6 @@ module Wx
10
10
  # The PAGE_CHANGING events are sent before the current page is changed. It allows the program to examine the current page (which can be retrieved with {Wx::BookCtrlEvent#get_old_selection}) and to veto the page change by calling {Wx::NotifyEvent#veto} if, for example, the current values in the controls of the old page are invalid.
11
11
  # The PAGE_CHANGED events are sent after the page has been changed and the program cannot veto it any more, it just informs it about the page change.
12
12
  # To summarize, if the program is interested in validating the page values before allowing the user to change it, it should process the PAGE_CHANGING event, otherwise PAGE_CHANGED is probably enough. In any case, it is probably unnecessary to process both events at once.
13
- # ===
14
13
  #
15
14
  # Category: {Wx::Events}, Book Controls
16
15
  # @see Wx::Notebook
@@ -21,10 +20,11 @@ module Wx
21
20
  # @see Wx::AUI::AuiNotebook
22
21
  #
23
22
  #
23
+ # @wxrb_require USE_AUI|USE_NOTEBOOK|USE_LISTBOOK|USE_CHOICEBOOK|USE_TOOLBOOK|USE_TREEBOOK
24
24
  class BookCtrlEvent < NotifyEvent
25
25
 
26
26
  # Constructor (used internally by wxWidgets only).
27
- # @param eventType [Wx::CommandLinkButton::EventType]
27
+ # @param eventType [Wx::Slider::EventType]
28
28
  # @param id [Integer]
29
29
  # @param sel [Integer]
30
30
  # @param oldSel [Integer]
@@ -37,7 +37,11 @@ module Wx
37
37
  alias_method :old_selection, :get_old_selection
38
38
 
39
39
  # Returns the currently selected page, or {Wx::NOT_FOUND} if none was selected.
40
- # under Windows, {Wx::BookCtrlEvent#get_selection} will return the same value as {Wx::BookCtrlEvent#get_old_selection} when called from the EVT_BOOKCTRL_PAGE_CHANGING handler and not the page which is going to be selected.
40
+ # <div class="wxrb-note">
41
+ # <b>Note:</b>
42
+ # <p>under Windows, {Wx::BookCtrlEvent#get_selection} will return the same value as {Wx::BookCtrlEvent#get_old_selection} when called from the EVT_BOOKCTRL_PAGE_CHANGING handler and not the page which is going to be selected.
43
+ # </p>
44
+ # </div>
41
45
  # @return [Integer]
42
46
  def get_selection; end
43
47
  alias_method :selection, :get_selection
@@ -8,7 +8,6 @@ module Wx
8
8
 
9
9
  # The basic idea behind a box sizer is that windows will most often be laid out in rather simple basic geometry, typically in a row or a column or several hierarchies of either.
10
10
  # For more information, please see {Wx::BoxSizer}.
11
- # ===
12
11
  #
13
12
  # Category: Window Layout
14
13
  # @see Wx::Sizer
@@ -80,7 +80,6 @@ module Wx
80
80
  # Do not initialize objects on the stack before the program commences, since other required structures may not have been set up yet. Instead, define global pointers to objects and create them in {Wx::App::OnInit} or when required.
81
81
  # An application may wish to create brushes with different characteristics dynamically, and there is the consequent danger that a large number of duplicate brushes will be created. Therefore an application may wish to get a pointer to a brush by using the global list of brushes {Wx::TheBrushList}, and calling the member function Wx::BrushList#find_or_create_brush.
82
82
  # This class uses reference counting and copy-on-write internally so that assignments between two instances of this class are very cheap. You can therefore use actual objects instead of pointers without efficiency problems. If an instance of this class is changed it will create its own data internally so that other instances, which previously shared the data using the reference counting, are not affected.
83
- # ===
84
83
  #
85
84
  # Category: Graphics Device Interface (GDI)
86
85
  # Predefined objects/pointers:
@@ -206,7 +205,11 @@ module Wx
206
205
  alias_method :transparent?, :is_transparent
207
206
 
208
207
  # Sets the stipple bitmap.
209
- # The style will be set to {Wx::BrushStyle::BRUSHSTYLE_STIPPLE}, unless the bitmap has a mask associated to it, in which case the style will be set to {Wx::BrushStyle::BRUSHSTYLE_STIPPLE_MASK_OPAQUE}.
208
+ # <div class="wxrb-remark">
209
+ # <b>Remark:</b>
210
+ # <p>The style will be set to {Wx::BrushStyle::BRUSHSTYLE_STIPPLE}, unless the bitmap has a mask associated to it, in which case the style will be set to {Wx::BrushStyle::BRUSHSTYLE_STIPPLE_MASK_OPAQUE}.
211
+ # </p>
212
+ # </div>>
210
213
  # @see Wx::Bitmap
211
214
  # @param bitmap [Wx::Bitmap] The bitmap to use for stippling.
212
215
  # @return [void]
@@ -50,12 +50,11 @@ module Wx
50
50
  # but take care to not cause undesirable re-entrance when doing it (see {Wx::App#yield} for more details). The simplest way to do it is to use {Wx::WindowDisabler} class as illustrated in the above example.
51
51
  # Note that a {Wx::BusyInfo} is always built with the {Wx::STAY_ON_TOP} window style (see {Wx::Frame} window styles for more info).
52
52
  #
53
- # ===
54
- #
55
53
  # Category: Common Dialogs
56
54
  #
57
55
  #
58
56
  # @note This class is <b>untracked</b> and should not be derived from nor instances extended!
57
+ # @wxrb_require USE_BUSYINFO
59
58
  class BusyInfo < ::Object
60
59
 
61
60
  # Update the information text.
@@ -89,6 +88,7 @@ module Wx
89
88
  #
90
89
  #
91
90
  # @note This class is <b>untracked</b> and should not be derived from nor instances extended!
91
+ # @wxrb_require USE_BUSYINFO
92
92
  class BusyInfoFlags < ::Object
93
93
 
94
94
  # Default constructor initializes all attributes to default values.
@@ -9,7 +9,7 @@ module Wx
9
9
  # A button is a control that contains a text string, and is one of the most common elements of a GUI.
10
10
  # It may be placed on a dialog box or on a {Wx::Panel} panel, or indeed on almost any other window.
11
11
  # By default, i.e. if none of the alignment styles are specified, the label is centered both horizontally and vertically. If the button has both a label and a bitmap, the alignment styles above specify the location of the rectangle combining both the label and the bitmap and the bitmap position set with {Wx::Button#set_bitmap_position} defines the relative position of the bitmap with respect to the label (however currently non-default alignment combinations are not implemented on all platforms).
12
- # Since version 2.9.1 {Wx::Button} supports showing both text and an image (currently only when using wxMSW, wxGTK or wxOSX/Cocoa ports), see {Wx::Button#set_bitmap} and {Wx::Button#set_bitmap_label}, {Wx::Button#set_bitmap_disabled} &c methods. In the previous wxWidgets versions this functionality was only available in (the now trivial) {Wx::BitmapButton} class which was only capable of showing an image without text.
12
+ # Since version 2.9.1 {Wx::Button} supports showing both text and an image (currently only when using WXMSW, WXGTK or WXOSX/Cocoa ports), see {Wx::Button#set_bitmap} and {Wx::Button#set_bitmap_label}, {Wx::Button#set_bitmap_disabled} &c methods. In the previous wxWidgets versions this functionality was only available in (the now trivial) {Wx::BitmapButton} class which was only capable of showing an image without text.
13
13
  # A button may have either a single image for all states or different images for the following states (different images are not currently supported under macOS where the normal image is used for all states):
14
14
  #
15
15
  # - <b>normal:</b> the default state
@@ -25,7 +25,7 @@ module Wx
25
25
  # All of the bitmaps must be of the same size and the normal bitmap must be set first (to a valid bitmap), before setting any other ones. Also, if the size of the bitmaps is changed later, you need to change the size of the normal bitmap before setting any other bitmaps with the new size (and you do need to reset all of them as their original values can be lost when the normal bitmap size changes).
26
26
  # The position of the image inside the button be configured using {Wx::Button#set_bitmap_position}. By default the image is on the left of the text.
27
27
  # Please also notice that GTK+ uses a global setting called <code>gtk-button-images</code> to determine if the images should be shown in the buttons at all. If it is off (which is the case in e.g. Gnome 2.28 by default), no images will be shown, consistently with the native behaviour.
28
- # === Styles
28
+ # ### Styles
29
29
  #
30
30
  # This class supports the following styles:
31
31
  #
@@ -43,22 +43,21 @@ module Wx
43
43
  #
44
44
  # - {Wx::Border::BORDER_NONE}: Creates a button without border. This is currently implemented in MSW, GTK2 and OSX/Cocoa.
45
45
  #
46
- # === Events emitted by this class
46
+ # ### Events emitted by this class
47
47
  #
48
48
  # The following event-handler methods redirect the events to member method or handler blocks for {Wx::CommandEvent} events.
49
49
  # Event handler methods for events emitted by this class:
50
50
  #
51
51
  # - {Wx::EvtHandler#evt_button}(id, meth = nil, &block): Process a {Wx::EVT_BUTTON} event, when the button is clicked.
52
52
  #
53
- # ===
54
- #
55
- # Category: {Wx::Controls} <div class='appearance'><span class='appearance'>Appearance:</span><table><tr><td> wxMSW Appearance
56
- # </td><td> wxGTK Appearance
57
- # </td><td> wxOSX Appearance
53
+ # Category: {Wx::Controls} <div class='appearance'><span class='appearance'>Appearance:</span><table><tr><td> WXMSW Appearance
54
+ # </td><td> WXGTK Appearance
55
+ # </td><td> WXOSX Appearance
58
56
  # </td></tr></table></div>
59
57
  # @see Wx::BitmapButton
60
58
  #
61
59
  #
60
+ # @wxrb_require USE_BUTTON
62
61
  class Button < AnyButton
63
62
 
64
63
  # @overload initialize()
@@ -95,7 +94,11 @@ module Wx
95
94
  def create(parent, id, label=(''), pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=0, validator=Wx::DEFAULT_VALIDATOR, name=Wx::BUTTON_NAME_STR) end
96
95
 
97
96
  # Returns true if an authentication needed symbol is displayed on the button.
98
- # This method always returns false if the platform is not Windows Vista or newer.
97
+ # <div class="wxrb-remark">
98
+ # <b>Remark:</b>
99
+ # <p>This method always returns false if the platform is not Windows Vista or newer.
100
+ # </p>
101
+ # </div>>
99
102
  # @see Wx::Button#set_auth_needed
100
103
  # @return [Boolean]
101
104
  def get_auth_needed; end
@@ -109,7 +112,11 @@ module Wx
109
112
  alias_method :label, :get_label
110
113
 
111
114
  # Sets whether an authentication needed symbol should be displayed on the button.
112
- # This method doesn't do anything if the platform is not Windows Vista or newer.
115
+ # <div class="wxrb-remark">
116
+ # <b>Remark:</b>
117
+ # <p>This method doesn't do anything if the platform is not Windows Vista or newer.
118
+ # </p>
119
+ # </div>>
113
120
  # @see Wx::Button#get_auth_needed
114
121
  # @param needed [Boolean]
115
122
  # @return [void]
@@ -120,7 +127,12 @@ module Wx
120
127
  # the panel or the dialog box containing it).
121
128
  # As normal, pressing return causes the default button to be depressed when the return key is pressed.
122
129
  # See also {Wx::Window#set_focus} which sets the keyboard focus for windows and text panel items, and {Wx::TopLevelWindow#set_default_item}.
123
- # Under Windows, only dialog box buttons respond to this function.
130
+ #
131
+ # <div class="wxrb-remark">
132
+ # <b>Remark:</b>
133
+ # <p>Under Windows, only dialog box buttons respond to this function.
134
+ # </p>
135
+ # </div>>
124
136
  #
125
137
  # the old default item (possibly NULL)
126
138
  # @return [Wx::Window]
@@ -7,15 +7,13 @@
7
7
  module Wx
8
8
 
9
9
  # This event is sent by {Wx::LayoutAlgorithm} to calculate the amount of the remaining client area that the window should occupy.
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::CalculateLayoutEvent} events.
13
13
  # Event handler methods:
14
14
  #
15
15
  # - {Wx::EvtHandler#evt_calculate_layout}(meth = nil, &block): Process a {Wx::EVT_CALCULATE_LAYOUT} event, which asks the window to take a 'bite' out of a rectangle provided by the algorithm.
16
16
  #
17
- # ===
18
- #
19
17
  # Category: {Wx::Events}
20
18
  # @see Wx::QueryLayoutInfoEvent
21
19
  # @see Wx::SashLayoutWindow
@@ -12,14 +12,14 @@ module Wx
12
12
  # All global settings (such as colours and fonts used) can, of course, be changed. But also, the display style for each day in the month can be set independently using {Wx::CalendarDateAttr} class.
13
13
  # An item without custom attributes is drawn with the default colours and font and without border, but setting custom attributes with {Wx::CalendarCtrl#set_attr} allows modifying its appearance. Just create a custom attribute object and set it for the day you want to be displayed specially (note that the control will take ownership of the pointer, i.e. it will delete it itself). A day may be marked as being a holiday, even if it is not recognized as one by {Wx::DateTime} using the {Wx::CalendarDateAttr#set_holiday} method.
14
14
  # As the attributes are specified for each day, they may change when the month is changed, so you will often want to update them in EVT_CALENDAR_PAGE_CHANGED event handler.
15
- # If neither the {Wx::CAL_SUNDAY_FIRST} or {Wx::CAL_MONDAY_FIRST} style is given, the first day of the week is determined from operating system's settings, if possible. The native wxGTK calendar chooses the first weekday based on locale, and these styles have no effect on it.
16
- # === Styles
15
+ # If neither the {Wx::CAL_SUNDAY_FIRST} or {Wx::CAL_MONDAY_FIRST} style is given, the first day of the week is determined from operating system's settings, if possible. The native WXGTK calendar chooses the first weekday based on locale, and these styles have no effect on it.
16
+ # ### Styles
17
17
  #
18
18
  # This class supports the following styles:
19
19
  #
20
- # - {Wx::CAL_SUNDAY_FIRST}: Show Sunday as the first day in the week (not in wxGTK)
20
+ # - {Wx::CAL_SUNDAY_FIRST}: Show Sunday as the first day in the week (not in WXGTK)
21
21
  #
22
- # - {Wx::CAL_MONDAY_FIRST}: Show Monday as the first day in the week (not in wxGTK)
22
+ # - {Wx::CAL_MONDAY_FIRST}: Show Monday as the first day in the week (not in WXGTK)
23
23
  #
24
24
  # - {Wx::CAL_SHOW_HOLIDAYS}: Highlight holidays in the calendar (only generic)
25
25
  #
@@ -33,7 +33,7 @@ module Wx
33
33
  #
34
34
  # - {Wx::CAL_SHOW_WEEK_NUMBERS}: Show week numbers on the left side of the calendar. (not in generic)
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::CalendarEvent} events.
39
39
  # Event handler methods for events emitted by this class:
@@ -48,21 +48,24 @@ module Wx
48
48
  #
49
49
  # - {Wx::EvtHandler#evt_calendar_week_clicked}(id, meth = nil, &block): User clicked on the week of the year number (only generic).
50
50
  #
51
- # Changing the selected date will trigger an EVT_CALENDAR_DAY, MONTH or YEAR event as well as an EVT_CALENDAR_SEL_CHANGED event.
51
+ # <div class="wxrb-note">
52
+ # <b>Note:</b>
53
+ # <p>Changing the selected date will trigger an EVT_CALENDAR_DAY, MONTH or YEAR event as well as an EVT_CALENDAR_SEL_CHANGED event.
54
+ # </p>
55
+ # </div>
52
56
  #
53
- # ===
54
- #
55
- # Category: {Wx::Controls} <div class='appearance'><span class='appearance'>Appearance:</span><table><tr><td> wxMSW Appearance
56
- # </td><td> wxGTK Appearance
57
- # </td><td> wxOSX Appearance
57
+ # Category: {Wx::Controls} <div class='appearance'><span class='appearance'>Appearance:</span><table><tr><td> WXMSW Appearance
58
+ # </td><td> WXGTK Appearance
59
+ # </td><td> WXOSX Appearance
58
60
  # </td></tr></table></div>
59
- # Implementations: native under wxGTK, wxMSW ports; a generic implementation is used elsewhere.
61
+ # Implementations: native under WXGTK, WXMSW ports; a generic implementation is used elsewhere.
60
62
  # @see Calendar Sample
61
63
  # @see Wx::CalendarDateAttr
62
64
  # @see Wx::CalendarEvent
63
65
  # @see Wx::DatePickerCtrl
64
66
  #
65
67
  #
68
+ # @wxrb_require USE_CALENDARCTRL
66
69
  class CalendarCtrl < Control
67
70
 
68
71
  # Restrict the dates that can be selected in the control to the specified range.
@@ -180,7 +183,7 @@ module Wx
180
183
  alias_method :holiday_colour_fg, :get_holiday_colour_fg
181
184
 
182
185
  # Returns one of {Wx::CalendarHitTestResult} constants and fills either date or wd pointer with the corresponding value depending on the hit test code.
183
- # Not implemented in wxGTK currently.
186
+ # Not implemented in WXGTK currently.
184
187
  # @param pos [Array(Integer, Integer), Wx::Point]
185
188
  # @param date [Wx::DateTime]
186
189
  # @param wd [Wx::DateTime::WeekDay]
@@ -8,12 +8,12 @@ module Wx
8
8
 
9
9
  # {Wx::CalendarDateAttr} is a custom attributes for a calendar date.
10
10
  # The objects of this class are used with {Wx::CalendarCtrl}.
11
- # ===
12
11
  #
13
12
  # Category: Data Structures
14
13
  # @see Wx::CalendarCtrl
15
14
  #
16
15
  #
16
+ # @wxrb_require USE_CALENDARCTRL
17
17
  class CalendarDateAttr < ::Object
18
18
 
19
19
  # @overload initialize(colText=Wx::NULL_COLOUR, colBack=Wx::NULL_COLOUR, colBorder=Wx::NULL_COLOUR, font=Wx::NULL_FONT, border=Wx::CalendarDateBorder::CAL_BORDER_NONE)
@@ -42,6 +42,7 @@ module Wx
42
42
  #
43
43
  #
44
44
  #
45
+ # @wxrb_require USE_CALENDARCTRL
45
46
  class CalendarDateBorder < Wx::Enum
46
47
 
47
48
  # No Border (Default)
@@ -62,6 +63,7 @@ module Wx
62
63
  #
63
64
  #
64
65
  #
66
+ # @wxrb_require USE_CALENDARCTRL
65
67
  class CalendarHitTestResult < Wx::Enum
66
68
 
67
69
  # Hit outside of anything.
@@ -115,12 +117,11 @@ module Wx
115
117
  EVT_CALENDAR_WEEK_CLICKED = 10082
116
118
 
117
119
  # The {Wx::CalendarEvent} class is used together with {Wx::CalendarCtrl}.
118
- # ===
119
- #
120
120
  # Category: {Wx::Events}
121
121
  # @see Wx::CalendarCtrl
122
122
  #
123
123
  #
124
+ # @wxrb_require USE_CALENDARCTRL
124
125
  class CalendarEvent < DateEvent
125
126
 
126
127
  # @overload initialize()
@@ -128,7 +129,7 @@ module Wx
128
129
  # @overload initialize(win, dt, type)
129
130
  # @param win [Wx::Window]
130
131
  # @param dt [Time,Date,DateTime]
131
- # @param type [Wx::CommandLinkButton::EventType]
132
+ # @param type [Wx::Slider::EventType]
132
133
  # @return [Wx::CalendarEvent]
133
134
  def initialize(*args) end
134
135
 
@@ -10,7 +10,6 @@ module Wx
10
10
  # Text controls usually have their own caret but {Wx::Caret} provides a way to use a caret in other windows.
11
11
  # Currently, the caret appears as a rectangle of the given size. In the future, it will be possible to specify a bitmap to be used for the caret shape.
12
12
  # A caret is always associated with a window and the current caret can be retrieved using {Wx::Window#get_caret}. The same caret can't be reused in two different windows.
13
- # ===
14
13
  #
15
14
  # Category: {Wx::Miscellaneous}
16
15
  #
@@ -19,6 +19,7 @@ module Wx
19
19
  #
20
20
  #
21
21
  #
22
+ # @wxrb_require USE_CHECKBOX
22
23
  class CheckBoxState < Wx::Enum
23
24
 
24
25
  #
@@ -37,7 +38,7 @@ module Wx
37
38
 
38
39
  # A checkbox is a labelled box which by default is either on (checkmark is visible) or off (no checkmark).
39
40
  # Optionally (when the {Wx::CHK_3STATE} style flag is set) it can have a third state, called the mixed or undetermined state. Often this is used as a "Does Not Apply" state.
40
- # === Styles
41
+ # ### Styles
41
42
  #
42
43
  # This class supports the following styles:
43
44
  #
@@ -49,23 +50,22 @@ module Wx
49
50
  #
50
51
  # - {Wx::Alignment::ALIGN_RIGHT}: Makes the text appear on the left of the checkbox.
51
52
  #
52
- # === Events emitted by this class
53
+ # ### Events emitted by this class
53
54
  #
54
55
  # The following event-handler methods redirect the events to member method or handler blocks for {Wx::CommandEvent} events.
55
56
  # Event handler methods for events emitted by this class:
56
57
  #
57
58
  # - {Wx::EvtHandler#evt_checkbox}(id, meth = nil, &block): Process a {Wx::EVT_CHECKBOX} event, when the checkbox is clicked.
58
59
  #
59
- # ===
60
- #
61
- # Category: {Wx::Controls} <div class='appearance'><span class='appearance'>Appearance:</span><table><tr><td> wxMSW Appearance
62
- # </td><td> wxGTK Appearance
63
- # </td><td> wxOSX Appearance
60
+ # Category: {Wx::Controls} <div class='appearance'><span class='appearance'>Appearance:</span><table><tr><td> WXMSW Appearance
61
+ # </td><td> WXGTK Appearance
62
+ # </td><td> WXOSX Appearance
64
63
  # </td></tr></table></div>
65
64
  # @see Wx::RadioButton
66
65
  # @see Wx::CommandEvent
67
66
  #
68
67
  #
68
+ # @wxrb_require USE_CHECKBOX
69
69
  class CheckBox < Control
70
70
 
71
71
  # @overload initialize()