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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (466) hide show
  1. checksums.yaml +4 -4
  2. data/.yardopts +1 -0
  3. data/ext/wxbase32u_gcc_custom.dll +0 -0
  4. data/ext/wxbase32u_net_gcc_custom.dll +0 -0
  5. data/ext/wxbase32u_xml_gcc_custom.dll +0 -0
  6. data/ext/wxmsw32u_aui_gcc_custom.dll +0 -0
  7. data/ext/wxmsw32u_core_gcc_custom.dll +0 -0
  8. data/ext/wxmsw32u_gl_gcc_custom.dll +0 -0
  9. data/ext/wxmsw32u_html_gcc_custom.dll +0 -0
  10. data/ext/wxmsw32u_media_gcc_custom.dll +0 -0
  11. data/ext/wxmsw32u_propgrid_gcc_custom.dll +0 -0
  12. data/ext/wxmsw32u_qa_gcc_custom.dll +0 -0
  13. data/ext/wxmsw32u_ribbon_gcc_custom.dll +0 -0
  14. data/ext/wxmsw32u_richtext_gcc_custom.dll +0 -0
  15. data/ext/wxmsw32u_stc_gcc_custom.dll +0 -0
  16. data/ext/wxmsw32u_webview_gcc_custom.dll +0 -0
  17. data/ext/wxmsw32u_xrc_gcc_custom.dll +0 -0
  18. data/lib/wx/aui/aui_tab_ctrl.rb +18 -0
  19. data/lib/wx/aui/auinotebook.rb +6 -2
  20. data/lib/wx/aui/require.rb +1 -0
  21. data/lib/wx/core/app.rb +2 -2
  22. data/lib/wx/core/collapsible_pane.rb +1 -1
  23. data/lib/wx/core/const.rb +83 -0
  24. data/lib/wx/core/controlwithitems.rb +8 -6
  25. data/lib/wx/core/events/evt_list.rb +24 -0
  26. data/lib/wx/core/menu.rb +10 -0
  27. data/lib/wx/core/notebook.rb +6 -2
  28. data/lib/wx/core/sizer.rb +11 -0
  29. data/lib/wx/core/task_bar_button.rb +19 -0
  30. data/lib/wx/core/textctrl.rb +11 -1
  31. data/lib/wx/core/{treectrl.rb → tree_ctrl.rb} +31 -12
  32. data/lib/wx/core/window.rb +10 -0
  33. data/lib/wx/doc/app.rb +48 -38
  34. data/lib/wx/doc/art_locator.rb +47 -43
  35. data/lib/wx/doc/aui/auimanager.rb +16 -8
  36. data/lib/wx/doc/aui/auinotebook.rb +20 -5
  37. data/lib/wx/doc/clipboard.rb +11 -7
  38. data/lib/wx/doc/colour_dialog.rb +14 -10
  39. data/lib/wx/doc/const.rb +66 -66
  40. data/lib/wx/doc/controlwithitems.rb +17 -7
  41. data/lib/wx/doc/data_object.rb +2 -2
  42. data/lib/wx/doc/event.rb +0 -6
  43. data/lib/wx/doc/evthandler.rb +113 -108
  44. data/lib/wx/doc/font.rb +1 -0
  45. data/lib/wx/doc/functions.rb +9 -9
  46. data/lib/wx/doc/gc_dc.rb +6 -1
  47. data/lib/wx/doc/gen/about_dialog_info.rb +1 -2
  48. data/lib/wx/doc/gen/accelerator.rb +14 -5
  49. data/lib/wx/doc/gen/accessible.rb +35 -47
  50. data/lib/wx/doc/gen/activity_indicator.rb +6 -7
  51. data/lib/wx/doc/gen/animation.rb +7 -3
  52. data/lib/wx/doc/gen/animation_ctrl.rb +8 -9
  53. data/lib/wx/doc/gen/any_button.rb +6 -1
  54. data/lib/wx/doc/gen/app.rb +7 -5
  55. data/lib/wx/doc/gen/app_traits.rb +27 -10
  56. data/lib/wx/doc/gen/art_provider.rb +20 -8
  57. data/lib/wx/doc/gen/aui/aui_dock_art.rb +6 -3
  58. data/lib/wx/doc/gen/aui/aui_floating_frame.rb +1 -0
  59. data/lib/wx/doc/gen/aui/aui_manager.rb +11 -7
  60. data/lib/wx/doc/gen/aui/aui_manager_event.rb +3 -4
  61. data/lib/wx/doc/gen/aui/aui_mdi_child_frame.rb +3 -2
  62. data/lib/wx/doc/gen/aui/aui_mdi_client_window.rb +1 -0
  63. data/lib/wx/doc/gen/aui/aui_mdi_parent_frame.rb +8 -3
  64. data/lib/wx/doc/gen/aui/aui_notebook.rb +14 -8
  65. data/lib/wx/doc/gen/aui/aui_notebook_event.rb +4 -4
  66. data/lib/wx/doc/gen/aui/aui_pane_info.rb +9 -2
  67. data/lib/wx/doc/gen/aui/aui_tab_art.rb +3 -3
  68. data/lib/wx/doc/gen/aui/aui_tab_ctrl.rb +2 -2
  69. data/lib/wx/doc/gen/aui/aui_tool_bar.rb +9 -6
  70. data/lib/wx/doc/gen/aui/aui_tool_bar_art.rb +2 -2
  71. data/lib/wx/doc/gen/aui/aui_tool_bar_event.rb +5 -8
  72. data/lib/wx/doc/gen/aui/aui_tool_bar_item.rb +1 -1
  73. data/lib/wx/doc/gen/aui/event_list.rb +164 -160
  74. data/lib/wx/doc/gen/banner_window.rb +3 -3
  75. data/lib/wx/doc/gen/bitmap.rb +34 -17
  76. data/lib/wx/doc/gen/bitmap_button.rb +13 -10
  77. data/lib/wx/doc/gen/bitmap_combo_box.rb +16 -12
  78. data/lib/wx/doc/gen/book_ctrl_base.rb +16 -4
  79. data/lib/wx/doc/gen/book_ctrl_event.rb +7 -3
  80. data/lib/wx/doc/gen/box_sizer.rb +0 -1
  81. data/lib/wx/doc/gen/brush.rb +5 -2
  82. data/lib/wx/doc/gen/busy_info.rb +2 -2
  83. data/lib/wx/doc/gen/button.rb +25 -13
  84. data/lib/wx/doc/gen/calculate_layout_event.rb +1 -3
  85. data/lib/wx/doc/gen/calendar_ctrl.rb +18 -15
  86. data/lib/wx/doc/gen/calendar_date_attr.rb +1 -1
  87. data/lib/wx/doc/gen/calendar_event.rb +4 -3
  88. data/lib/wx/doc/gen/caret.rb +0 -1
  89. data/lib/wx/doc/gen/check_box.rb +9 -9
  90. data/lib/wx/doc/gen/check_list_box.rb +8 -9
  91. data/lib/wx/doc/gen/choice.rb +18 -11
  92. data/lib/wx/doc/gen/choicebook.rb +6 -7
  93. data/lib/wx/doc/gen/client_dc.rb +5 -2
  94. data/lib/wx/doc/gen/clipboard.rb +7 -3
  95. data/lib/wx/doc/gen/collapsible_pane.rb +8 -9
  96. data/lib/wx/doc/gen/collapsible_pane_event.rb +2 -3
  97. data/lib/wx/doc/gen/colour.rb +8 -4
  98. data/lib/wx/doc/gen/colour_dialog.rb +6 -8
  99. data/lib/wx/doc/gen/colour_picker_ctrl.rb +11 -12
  100. data/lib/wx/doc/gen/colour_picker_event.rb +4 -5
  101. data/lib/wx/doc/gen/combo_box.rb +20 -17
  102. data/lib/wx/doc/gen/combo_ctrl.rb +100 -37
  103. data/lib/wx/doc/gen/command_link_button.rb +6 -7
  104. data/lib/wx/doc/gen/context_help_button.rb +7 -3
  105. data/lib/wx/doc/gen/control.rb +12 -10
  106. data/lib/wx/doc/gen/control_with_items.rb +0 -1
  107. data/lib/wx/doc/gen/core.rb +4 -4
  108. data/lib/wx/doc/gen/cursor.rb +6 -8
  109. data/lib/wx/doc/gen/data_format.rb +6 -1
  110. data/lib/wx/doc/gen/data_object.rb +16 -14
  111. data/lib/wx/doc/gen/date_event.rb +2 -2
  112. data/lib/wx/doc/gen/date_picker_ctrl.rb +14 -10
  113. data/lib/wx/doc/gen/dc.rb +155 -37
  114. data/lib/wx/doc/gen/defs.rb +54 -54
  115. data/lib/wx/doc/gen/dial_up_event.rb +41 -0
  116. data/lib/wx/doc/gen/dial_up_manager.rb +137 -0
  117. data/lib/wx/doc/gen/dialog.rb +35 -15
  118. data/lib/wx/doc/gen/dir_dialog.rb +17 -5
  119. data/lib/wx/doc/gen/dir_filter_list_ctrl.rb +1 -0
  120. data/lib/wx/doc/gen/dir_picker_ctrl.rb +11 -12
  121. data/lib/wx/doc/gen/drag_drop.rb +11 -10
  122. data/lib/wx/doc/gen/drag_image.rb +6 -2
  123. data/lib/wx/doc/gen/editable_list_box.rb +4 -4
  124. data/lib/wx/doc/gen/event.rb +42 -20
  125. data/lib/wx/doc/gen/event_blocker.rb +1 -3
  126. data/lib/wx/doc/gen/event_list.rb +1656 -1624
  127. data/lib/wx/doc/gen/events.rb +170 -181
  128. data/lib/wx/doc/gen/evt_handler.rb +11 -3
  129. data/lib/wx/doc/gen/ext_help_controller.rb +1 -1
  130. data/lib/wx/doc/gen/file_ctrl.rb +209 -0
  131. data/lib/wx/doc/gen/file_ctrl_event.rb +79 -0
  132. data/lib/wx/doc/gen/file_dialog.rb +32 -15
  133. data/lib/wx/doc/gen/file_dialog_custom_control.rb +7 -0
  134. data/lib/wx/doc/gen/file_dialog_customize_hook.rb +2 -3
  135. data/lib/wx/doc/gen/file_dir_picker_event.rb +3 -4
  136. data/lib/wx/doc/gen/file_picker_ctrl.rb +10 -11
  137. data/lib/wx/doc/gen/file_system.rb +38 -15
  138. data/lib/wx/doc/gen/find_dialog_event.rb +5 -4
  139. data/lib/wx/doc/gen/find_replace_data.rb +1 -1
  140. data/lib/wx/doc/gen/find_replace_dialog.rb +1 -1
  141. data/lib/wx/doc/gen/flex_grid_sizer.rb +0 -1
  142. data/lib/wx/doc/gen/font.rb +31 -20
  143. data/lib/wx/doc/gen/font_data.rb +3 -4
  144. data/lib/wx/doc/gen/font_dialog.rb +1 -2
  145. data/lib/wx/doc/gen/font_picker_ctrl.rb +8 -9
  146. data/lib/wx/doc/gen/font_picker_event.rb +2 -3
  147. data/lib/wx/doc/gen/frame.rb +60 -19
  148. data/lib/wx/doc/gen/fs_file.rb +17 -10
  149. data/lib/wx/doc/gen/gauge.rb +13 -10
  150. data/lib/wx/doc/gen/gb_sizer_item.rb +0 -1
  151. data/lib/wx/doc/gen/gcdc.rb +1 -2
  152. data/lib/wx/doc/gen/gdi_common.rb +30 -11
  153. data/lib/wx/doc/gen/gdi_object.rb +0 -1
  154. data/lib/wx/doc/gen/generic_dir_ctrl.rb +8 -9
  155. data/lib/wx/doc/gen/graphics_context.rb +59 -12
  156. data/lib/wx/doc/gen/graphics_object.rb +11 -6
  157. data/lib/wx/doc/gen/grid/event_list.rb +168 -164
  158. data/lib/wx/doc/gen/grid/grid_cell_activatable_editor.rb +1 -0
  159. data/lib/wx/doc/gen/grid/grid_cell_attr.rb +2 -1
  160. data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_editor.rb +1 -2
  161. data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_renderer.rb +1 -1
  162. data/lib/wx/doc/gen/grid/grid_cell_bool_editor.rb +1 -2
  163. data/lib/wx/doc/gen/grid/grid_cell_bool_renderer.rb +1 -2
  164. data/lib/wx/doc/gen/grid/grid_cell_choice_editor.rb +1 -2
  165. data/lib/wx/doc/gen/grid/grid_cell_date_editor.rb +1 -1
  166. data/lib/wx/doc/gen/grid/grid_cell_date_renderer.rb +1 -1
  167. data/lib/wx/doc/gen/grid/grid_cell_date_time_renderer.rb +2 -2
  168. data/lib/wx/doc/gen/grid/grid_cell_editor.rb +1 -1
  169. data/lib/wx/doc/gen/grid/grid_cell_enum_editor.rb +1 -1
  170. data/lib/wx/doc/gen/grid/grid_cell_enum_renderer.rb +1 -1
  171. data/lib/wx/doc/gen/grid/grid_cell_float_editor.rb +1 -2
  172. data/lib/wx/doc/gen/grid/grid_cell_float_renderer.rb +1 -2
  173. data/lib/wx/doc/gen/grid/grid_cell_number_editor.rb +1 -2
  174. data/lib/wx/doc/gen/grid/grid_cell_number_renderer.rb +1 -2
  175. data/lib/wx/doc/gen/grid/grid_cell_renderer.rb +1 -1
  176. data/lib/wx/doc/gen/grid/grid_cell_string_renderer.rb +1 -2
  177. data/lib/wx/doc/gen/grid/grid_cell_text_editor.rb +1 -2
  178. data/lib/wx/doc/gen/grid/grid_ctrl.rb +29 -7
  179. data/lib/wx/doc/gen/grid/grid_editor_created_event.rb +3 -4
  180. data/lib/wx/doc/gen/grid/grid_event.rb +3 -4
  181. data/lib/wx/doc/gen/grid/grid_range_select_event.rb +3 -4
  182. data/lib/wx/doc/gen/grid/grid_size_event.rb +3 -4
  183. data/lib/wx/doc/gen/grid/grid_string_table.rb +1 -0
  184. data/lib/wx/doc/gen/grid/grid_table_base.rb +1 -2
  185. data/lib/wx/doc/gen/grid/grid_table_message.rb +1 -0
  186. data/lib/wx/doc/gen/grid_bag_sizer.rb +0 -6
  187. data/lib/wx/doc/gen/grid_sizer.rb +0 -1
  188. data/lib/wx/doc/gen/gui_event_loop.rb +2 -4
  189. data/lib/wx/doc/gen/header_ctrl.rb +7 -14
  190. data/lib/wx/doc/gen/header_ctrl_event.rb +1 -3
  191. data/lib/wx/doc/gen/help_controller.rb +42 -3
  192. data/lib/wx/doc/gen/help_provider.rb +12 -3
  193. data/lib/wx/doc/gen/html/event_list.rb +41 -37
  194. data/lib/wx/doc/gen/html/html_cell.rb +23 -6
  195. data/lib/wx/doc/gen/html/html_cell_event.rb +3 -4
  196. data/lib/wx/doc/gen/html/html_easy_printing.rb +8 -3
  197. data/lib/wx/doc/gen/html/html_help_controller.rb +47 -2
  198. data/lib/wx/doc/gen/html/html_help_data.rb +3 -1
  199. data/lib/wx/doc/gen/html/html_help_window.rb +1 -1
  200. data/lib/wx/doc/gen/html/html_link_event.rb +2 -3
  201. data/lib/wx/doc/gen/html/html_list_box.rb +10 -12
  202. data/lib/wx/doc/gen/html/html_printout.rb +1 -2
  203. data/lib/wx/doc/gen/html/html_window.rb +13 -7
  204. data/lib/wx/doc/gen/hyperlink_ctrl.rb +9 -9
  205. data/lib/wx/doc/gen/hyperlink_event.rb +2 -3
  206. data/lib/wx/doc/gen/icon.rb +5 -29
  207. data/lib/wx/doc/gen/icon_location.rb +0 -1
  208. data/lib/wx/doc/gen/image.rb +83 -17
  209. data/lib/wx/doc/gen/image_list.rb +15 -6
  210. data/lib/wx/doc/gen/info_bar.rb +2 -2
  211. data/lib/wx/doc/gen/keyboard_state.rb +0 -1
  212. data/lib/wx/doc/gen/list_box.rb +33 -21
  213. data/lib/wx/doc/gen/list_ctrl.rb +79 -32
  214. data/lib/wx/doc/gen/list_event.rb +3 -4
  215. data/lib/wx/doc/gen/listbook.rb +6 -7
  216. data/lib/wx/doc/gen/locale.rb +46 -4
  217. data/lib/wx/doc/gen/log.rb +16 -12
  218. data/lib/wx/doc/gen/mdi_client_window.rb +8 -2
  219. data/lib/wx/doc/gen/mdi_frame.rb +32 -11
  220. data/lib/wx/doc/gen/media_ctrl.rb +28 -20
  221. data/lib/wx/doc/gen/media_event.rb +5 -4
  222. data/lib/wx/doc/gen/memory_dc.rb +6 -6
  223. data/lib/wx/doc/gen/menu.rb +37 -23
  224. data/lib/wx/doc/gen/menu_bar.rb +52 -12
  225. data/lib/wx/doc/gen/menu_item.rb +117 -95
  226. data/lib/wx/doc/gen/message_dialog.rb +7 -8
  227. data/lib/wx/doc/gen/mini_frame.rb +13 -7
  228. data/lib/wx/doc/gen/mirror_dc.rb +0 -2
  229. data/lib/wx/doc/gen/mouse_state.rb +0 -1
  230. data/lib/wx/doc/gen/multi_choice_dialog.rb +7 -4
  231. data/lib/wx/doc/gen/non_owned_window.rb +1 -1
  232. data/lib/wx/doc/gen/notebook.rb +19 -11
  233. data/lib/wx/doc/gen/number_entry_dialog.rb +1 -1
  234. data/lib/wx/doc/gen/object.rb +0 -1
  235. data/lib/wx/doc/gen/paint_dc.rb +0 -1
  236. data/lib/wx/doc/gen/palette.rb +0 -1
  237. data/lib/wx/doc/gen/panel.rb +19 -10
  238. data/lib/wx/doc/gen/pen.rb +17 -8
  239. data/lib/wx/doc/gen/pg/event_list.rb +97 -93
  240. data/lib/wx/doc/gen/pg/numeric_property_validator.rb +2 -0
  241. data/lib/wx/doc/gen/pg/pg_array_editor_dialog.rb +9 -1
  242. data/lib/wx/doc/gen/pg/pg_cell.rb +8 -5
  243. data/lib/wx/doc/gen/pg/pg_editor.rb +115 -16
  244. data/lib/wx/doc/gen/pg/pg_multi_button.rb +1 -2
  245. data/lib/wx/doc/gen/pg/pg_properties.rb +515 -83
  246. data/lib/wx/doc/gen/pg/pg_property.rb +296 -69
  247. data/lib/wx/doc/gen/pg/pg_validation_info.rb +9 -4
  248. data/lib/wx/doc/gen/pg/property_grid.rb +83 -22
  249. data/lib/wx/doc/gen/pg/property_grid_event.rb +31 -9
  250. data/lib/wx/doc/gen/pg/property_grid_interface.rb +212 -34
  251. data/lib/wx/doc/gen/pg/property_grid_manager.rb +42 -12
  252. data/lib/wx/doc/gen/pg/property_grid_page.rb +26 -8
  253. data/lib/wx/doc/gen/pg/property_grid_page_state.rb +13 -4
  254. data/lib/wx/doc/gen/picker_base.rb +12 -5
  255. data/lib/wx/doc/gen/platform_info.rb +4 -9
  256. data/lib/wx/doc/gen/popup_window.rb +2 -5
  257. data/lib/wx/doc/gen/progress_dialog.rb +1 -0
  258. data/lib/wx/doc/gen/property_sheet_dialog.rb +15 -5
  259. data/lib/wx/doc/gen/prt/event_list.rb +8 -4
  260. data/lib/wx/doc/gen/prt/page_setup_dialog.rb +1 -1
  261. data/lib/wx/doc/gen/prt/post_script_dc.rb +2 -2
  262. data/lib/wx/doc/gen/prt/preview_frame.rb +2 -2
  263. data/lib/wx/doc/gen/prt/print_abort_dialog.rb +4 -1
  264. data/lib/wx/doc/gen/prt/print_data.rb +4 -3
  265. data/lib/wx/doc/gen/prt/print_dialog.rb +1 -1
  266. data/lib/wx/doc/gen/prt/printer.rb +50 -11
  267. data/lib/wx/doc/gen/prt/printer_dc.rb +1 -1
  268. data/lib/wx/doc/gen/query_layout_info_event.rb +1 -3
  269. data/lib/wx/doc/gen/radio_box.rb +13 -14
  270. data/lib/wx/doc/gen/radio_button.rb +15 -11
  271. data/lib/wx/doc/gen/rbn/event_list.rb +127 -123
  272. data/lib/wx/doc/gen/rbn/ribbon_art_provider.rb +19 -3
  273. data/lib/wx/doc/gen/rbn/ribbon_bar.rb +3 -4
  274. data/lib/wx/doc/gen/rbn/ribbon_bar_event.rb +2 -2
  275. data/lib/wx/doc/gen/rbn/ribbon_button_bar.rb +18 -6
  276. data/lib/wx/doc/gen/rbn/ribbon_button_bar_event.rb +2 -2
  277. data/lib/wx/doc/gen/rbn/ribbon_control.rb +2 -2
  278. data/lib/wx/doc/gen/rbn/ribbon_gallery.rb +4 -4
  279. data/lib/wx/doc/gen/rbn/ribbon_gallery_event.rb +2 -3
  280. data/lib/wx/doc/gen/rbn/ribbon_page.rb +1 -2
  281. data/lib/wx/doc/gen/rbn/ribbon_panel.rb +5 -4
  282. data/lib/wx/doc/gen/rbn/ribbon_panel_event.rb +2 -3
  283. data/lib/wx/doc/gen/rbn/ribbon_tool_bar.rb +2 -3
  284. data/lib/wx/doc/gen/rbn/ribbon_tool_bar_event.rb +2 -1
  285. data/lib/wx/doc/gen/rearrange_ctrl.rb +3 -4
  286. data/lib/wx/doc/gen/rearrange_list.rb +5 -6
  287. data/lib/wx/doc/gen/region.rb +75 -17
  288. data/lib/wx/doc/gen/region_iterator.rb +0 -1
  289. data/lib/wx/doc/gen/rtc/event_list.rb +116 -112
  290. data/lib/wx/doc/gen/rtc/rich_text_box.rb +3 -2
  291. data/lib/wx/doc/gen/rtc/rich_text_buffer.rb +6 -9
  292. data/lib/wx/doc/gen/rtc/rich_text_buffer_data_object.rb +1 -2
  293. data/lib/wx/doc/gen/rtc/rich_text_composite_object.rb +3 -6
  294. data/lib/wx/doc/gen/rtc/rich_text_ctrl.rb +12 -9
  295. data/lib/wx/doc/gen/rtc/rich_text_event.rb +3 -4
  296. data/lib/wx/doc/gen/rtc/rich_text_file_handler.rb +3 -5
  297. data/lib/wx/doc/gen/rtc/rich_text_formatting_dialog.rb +4 -5
  298. data/lib/wx/doc/gen/rtc/rich_text_header_footer_data.rb +3 -2
  299. data/lib/wx/doc/gen/rtc/rich_text_html_handler.rb +2 -3
  300. data/lib/wx/doc/gen/rtc/rich_text_image.rb +2 -4
  301. data/lib/wx/doc/gen/rtc/rich_text_object.rb +28 -23
  302. data/lib/wx/doc/gen/rtc/rich_text_paragraph_layout_box.rb +7 -11
  303. data/lib/wx/doc/gen/rtc/rich_text_printing.rb +3 -3
  304. data/lib/wx/doc/gen/rtc/rich_text_style_list_box.rb +14 -14
  305. data/lib/wx/doc/gen/rtc/rich_text_style_organiser_dialog.rb +3 -3
  306. data/lib/wx/doc/gen/rtc/rich_text_xml_handler.rb +3 -4
  307. data/lib/wx/doc/gen/rtc/symbol_picker_dialog.rb +3 -4
  308. data/lib/wx/doc/gen/sash_event.rb +12 -4
  309. data/lib/wx/doc/gen/sash_layout_window.rb +13 -6
  310. data/lib/wx/doc/gen/sash_window.rb +4 -5
  311. data/lib/wx/doc/gen/screen_dc.rb +0 -1
  312. data/lib/wx/doc/gen/scroll_bar.rb +21 -12
  313. data/lib/wx/doc/gen/scrolled_canvas.rb +34 -12
  314. data/lib/wx/doc/gen/scrolled_control.rb +34 -12
  315. data/lib/wx/doc/gen/scrolled_window.rb +34 -12
  316. data/lib/wx/doc/gen/search_ctrl.rb +10 -11
  317. data/lib/wx/doc/gen/simplebook.rb +1 -1
  318. data/lib/wx/doc/gen/single_choice_dialog.rb +7 -4
  319. data/lib/wx/doc/gen/sizer.rb +12 -7
  320. data/lib/wx/doc/gen/sizer_item.rb +5 -2
  321. data/lib/wx/doc/gen/slider.rb +29 -19
  322. data/lib/wx/doc/gen/spin_button.rb +16 -11
  323. data/lib/wx/doc/gen/spin_ctrl.rb +24 -9
  324. data/lib/wx/doc/gen/spin_ctrl_double.rb +6 -7
  325. data/lib/wx/doc/gen/spin_double_event.rb +3 -4
  326. data/lib/wx/doc/gen/spin_event.rb +3 -3
  327. data/lib/wx/doc/gen/splash_screen.rb +1 -2
  328. data/lib/wx/doc/gen/splitter_event.rb +3 -4
  329. data/lib/wx/doc/gen/splitter_window.rb +78 -20
  330. data/lib/wx/doc/gen/static_bitmap.rb +12 -7
  331. data/lib/wx/doc/gen/static_box.rb +13 -11
  332. data/lib/wx/doc/gen/static_box_sizer.rb +0 -2
  333. data/lib/wx/doc/gen/static_line.rb +5 -6
  334. data/lib/wx/doc/gen/static_text.rb +7 -8
  335. data/lib/wx/doc/gen/status_bar.rb +21 -11
  336. data/lib/wx/doc/gen/stc/event_list.rb +212 -208
  337. data/lib/wx/doc/gen/stc/styled_text_ctrl.rb +41 -15
  338. data/lib/wx/doc/gen/stc/styled_text_event.rb +5 -6
  339. data/lib/wx/doc/gen/std_dialog_button_sizer.rb +0 -1
  340. data/lib/wx/doc/gen/svg_file_dc.rb +7 -8
  341. data/lib/wx/doc/gen/system_options.rb +6 -6
  342. data/lib/wx/doc/gen/system_settings.rb +2 -3
  343. data/lib/wx/doc/gen/task_bar_button.rb +312 -0
  344. data/lib/wx/doc/gen/task_bar_icon.rb +21 -8
  345. data/lib/wx/doc/gen/task_bar_icon_event.rb +4 -3
  346. data/lib/wx/doc/gen/text_attr.rb +20 -5
  347. data/lib/wx/doc/gen/text_ctrl.rb +92 -27
  348. data/lib/wx/doc/gen/text_entry.rb +31 -11
  349. data/lib/wx/doc/gen/text_entry_dialog.rb +2 -2
  350. data/lib/wx/doc/gen/text_validator.rb +43 -10
  351. data/lib/wx/doc/gen/time_picker_ctrl.rb +7 -8
  352. data/lib/wx/doc/gen/timer.rb +6 -2
  353. data/lib/wx/doc/gen/timer_event.rb +1 -2
  354. data/lib/wx/doc/gen/tip_provider.rb +1 -1
  355. data/lib/wx/doc/gen/toggle_button.rb +7 -8
  356. data/lib/wx/doc/gen/tool_bar.rb +99 -26
  357. data/lib/wx/doc/gen/tool_tip.rb +35 -5
  358. data/lib/wx/doc/gen/toolbook.rb +3 -4
  359. data/lib/wx/doc/gen/top_level_window.rb +71 -25
  360. data/lib/wx/doc/gen/tree_ctrl.rb +42 -18
  361. data/lib/wx/doc/gen/tree_event.rb +3 -4
  362. data/lib/wx/doc/gen/treebook.rb +7 -4
  363. data/lib/wx/doc/gen/ui_action_simulator.rb +6 -2
  364. data/lib/wx/doc/gen/utils.rb +39 -7
  365. data/lib/wx/doc/gen/v_list_box.rb +8 -4
  366. data/lib/wx/doc/gen/v_scrolled_window.rb +8 -6
  367. data/lib/wx/doc/gen/validator.rb +1 -1
  368. data/lib/wx/doc/gen/variant.rb +1 -0
  369. data/lib/wx/doc/gen/window.rb +200 -50
  370. data/lib/wx/doc/gen/window_dc.rb +0 -1
  371. data/lib/wx/doc/gen/window_disabler.rb +5 -2
  372. data/lib/wx/doc/gen/with_images.rb +6 -1
  373. data/lib/wx/doc/gen/wizard.rb +4 -4
  374. data/lib/wx/doc/gen/wizard_event.rb +3 -4
  375. data/lib/wx/doc/gen/wizard_page.rb +2 -2
  376. data/lib/wx/doc/gen/wizard_page_simple.rb +1 -1
  377. data/lib/wx/doc/gen/wrap_sizer.rb +0 -1
  378. data/lib/wx/doc/gen/xml_node.rb +19 -4
  379. data/lib/wx/doc/gen/xml_resource.rb +18 -5
  380. data/lib/wx/doc/graphics_context.rb +1 -0
  381. data/lib/wx/doc/grid/grid.rb +22 -1
  382. data/lib/wx/doc/help_controller.rb +11 -7
  383. data/lib/wx/doc/html/html_help_controller.rb +12 -4
  384. data/lib/wx/doc/list_ctrl.rb +33 -29
  385. data/lib/wx/doc/menu.rb +20 -0
  386. data/lib/wx/doc/notebook.rb +21 -0
  387. data/lib/wx/doc/pg/events.rb +13 -9
  388. data/lib/wx/doc/pg/pg_property.rb +18 -0
  389. data/lib/wx/doc/progress_dialog.rb +36 -32
  390. data/lib/wx/doc/prt/page_setup_dialog.rb +20 -12
  391. data/lib/wx/doc/prt/print_data.rb +13 -5
  392. data/lib/wx/doc/prt/print_dialog.rb +31 -23
  393. data/lib/wx/doc/prt/printer.rb +20 -12
  394. data/lib/wx/doc/radio_box.rb +19 -15
  395. data/lib/wx/doc/rbn/ribbon_bar.rb +13 -5
  396. data/lib/wx/doc/rbn/ribbon_button_bar.rb +13 -5
  397. data/lib/wx/doc/rbn/ribbon_gallery.rb +13 -5
  398. data/lib/wx/doc/rbn/ribbon_tool_bar.rb +13 -5
  399. data/lib/wx/doc/region_iterator.rb +32 -28
  400. data/lib/wx/doc/rtc/rich_text_composite_object.rb +24 -0
  401. data/lib/wx/doc/rtc/rich_text_ctrl.rb +24 -0
  402. data/lib/wx/doc/rtc/rich_text_paragraph.rb +24 -0
  403. data/lib/wx/doc/rtc/richtext_buffer.rb +27 -19
  404. data/lib/wx/doc/rtc/richtext_printing.rb +17 -9
  405. data/lib/wx/doc/rtc/richtext_style_sheet.rb +17 -9
  406. data/lib/wx/doc/sizer.rb +20 -0
  407. data/lib/wx/doc/stc/styled_text_ctrl.rb +24 -0
  408. data/lib/wx/doc/stream.rb +39 -35
  409. data/lib/wx/doc/system_settings.rb +30 -26
  410. data/lib/wx/doc/text_validator.rb +12 -8
  411. data/lib/wx/doc/textctrl.rb +16 -0
  412. data/lib/wx/doc/tree_ctrl.rb +95 -0
  413. data/lib/wx/doc/treebook.rb +9 -5
  414. data/lib/wx/doc/v_list_box.rb +9 -5
  415. data/lib/wx/doc/variant.rb +164 -160
  416. data/lib/wx/doc/window.rb +57 -42
  417. data/lib/wx/doc/window_disabler.rb +10 -6
  418. data/lib/wx/grid/grid.rb +27 -4
  419. data/lib/wx/keyword_defs.rb +43 -6
  420. data/lib/wx/pg/pg_property.rb +22 -0
  421. data/lib/wx/rtc/require.rb +3 -0
  422. data/lib/wx/rtc/rich_text_composite_object.rb +25 -0
  423. data/lib/wx/rtc/rich_text_ctrl.rb +25 -0
  424. data/lib/wx/rtc/rich_text_paragraph.rb +25 -0
  425. data/lib/wx/stc/require.rb +1 -0
  426. data/lib/wx/stc/styled_text_ctrl.rb +25 -0
  427. data/lib/wx/version.rb +1 -1
  428. data/lib/wxruby_aui.so +0 -0
  429. data/lib/wxruby_core.so +0 -0
  430. data/lib/wxruby_grid.so +0 -0
  431. data/lib/wxruby_html.so +0 -0
  432. data/lib/wxruby_pg.so +0 -0
  433. data/lib/wxruby_prt.so +0 -0
  434. data/lib/wxruby_rbn.so +0 -0
  435. data/lib/wxruby_rtc.so +0 -0
  436. data/lib/wxruby_stc.so +0 -0
  437. data/rakelib/lib/config/linux.rb +0 -3
  438. data/rakelib/lib/config/macosx.rb +1 -1
  439. data/rakelib/lib/config/mingw.rb +1 -1
  440. data/rakelib/lib/config/unixish.rb +1 -1
  441. data/rakelib/lib/config.rb +14 -4
  442. data/rakelib/yard/templates/default/fulldoc/html/css/wxruby3.css +74 -2
  443. data/rakelib/yard/templates/default/fulldoc/html/full_list.erb +38 -0
  444. data/rakelib/yard/templates/default/fulldoc/html/setup.rb +39 -0
  445. data/rakelib/yard/templates/default/tags/html/wxrb_require.erb +10 -0
  446. data/rakelib/yard/templates/default/tags/setup.rb +16 -0
  447. data/rakelib/yard/yard-custom-templates.rb +3 -0
  448. data/samples/text/richtext.rb +0 -30
  449. data/samples/treectrl/treectrl.rb +1 -1
  450. data/tests/media/beep_lo.wav +0 -0
  451. data/tests/test_app_exit_exception.rb +36 -0
  452. data/tests/test_app_init_exception.rb +20 -0
  453. data/tests/test_book_controls.rb +29 -0
  454. data/tests/test_exceptions.rb +41 -0
  455. data/tests/test_list_ctrl.rb +1 -1
  456. data/tests/test_media_ctrl.rb +38 -0
  457. data/tests/test_menu.rb +69 -0
  458. data/tests/test_pg.rb +27 -0
  459. data/tests/test_richtext.rb +45 -0
  460. data/tests/test_sizer.rb +59 -0
  461. data/tests/test_std_controls.rb +78 -1
  462. data/tests/test_styled_text_ctrl.rb +46 -0
  463. data/tests/test_tree_ctrl.rb +138 -0
  464. data/tests/test_window.rb +12 -0
  465. data/tests/testapp_noframe.rb +1 -1
  466. metadata +38 -3
@@ -8,10 +8,11 @@ module Wx::PG
8
8
 
9
9
  #
10
10
  #
11
- # == wxPropertyGridIterator Flags
11
+ # ## wxPropertyGridIterator Flags
12
12
  #
13
13
  # NOTES: At lower 16-bits, there are flags to check if item will be included. At higher 16-bits, there are same flags, but to instead check if children will be included.
14
14
  #
15
+ # @wxrb_require USE_PROPGRID
15
16
  class PG_ITERATOR_FLAGS < Wx::Enum
16
17
 
17
18
  # Iterate through 'normal' property items (does not include children of aggregate or hidden items by default).
@@ -73,14 +74,14 @@ module Wx::PG
73
74
  # Please note that {Wx::PG::PropertyGridPage} lacks many non-const property manipulation functions found in {Wx::PG::PropertyGridManager}. Please use parent manager (m_manager member variable) when needed.
74
75
  # Please note that most member functions are inherited and as such not documented on this page. This means you will probably also want to read {Wx::PG::PropertyGridInterface} class reference.
75
76
  #
76
- # == Event Handling
77
+ # ## Event Handling
77
78
  #
78
79
  # {Wx::PG::PropertyGridPage} receives events emitted by its {Wx::PG::PropertyGridManager}, but only those events that are specific to that page. If {Wx::PG::PropertyGridPage}:: IsHandlingAllEvents returns false, then unhandled events are sent to the manager's parent, as usual.
79
80
  # See wxPropertyGrid Event Handling for more information.
80
- # ===
81
81
  #
82
82
  # Category: {Wx::PG::PropertyGrid}
83
83
  #
84
+ # @wxrb_require USE_PROPGRID
84
85
  class PropertyGridPage < EvtHandler
85
86
 
86
87
  include Wx::PG::PropertyGridInterface
@@ -95,7 +96,11 @@ module Wx::PG
95
96
  # Reduces column sizes to minimum possible that contents are still visibly (naturally some margin space will be applied as well).
96
97
  # Returns minimum size for the page to still display everything.
97
98
  #
98
- # This function only works properly if size of containing grid was already fairly large.
99
+ # <div class="wxrb-remark">
100
+ # <b>Remark:</b>
101
+ # <p>This function only works properly if size of containing grid was already fairly large.
102
+ # </p>
103
+ # </div>>
99
104
  #
100
105
  # Note that you can also get calculated column widths by calling {Wx::PG::PropertyGridPage#get_column_width} immediately after this function returns.
101
106
  # @return [Wx::Size]
@@ -124,9 +129,14 @@ module Wx::PG
124
129
  alias_method :tool_id, :get_tool_id
125
130
 
126
131
  # Do any member initialization in this method.
127
- # - Called every time the page is added into a manager.
132
+ # <div class="wxrb-remark">
133
+ # <b>Remark:</b>
134
+ # <p>- Called every time the page is added into a manager.
128
135
  #
129
- # - You can add properties to the page here.
136
+ # - You can add properties to the page here.
137
+ #
138
+ # </p>
139
+ # </div>>
130
140
  # @return [void]
131
141
  def init; end
132
142
 
@@ -146,7 +156,11 @@ module Wx::PG
146
156
  def refresh_property(p) end
147
157
 
148
158
  # Sets splitter position on page.
149
- # Splitter position cannot exceed grid size, and therefore setting it during form creation may fail as initial grid size is often smaller than desired splitter position, especially when sizers are being used.
159
+ # <div class="wxrb-remark">
160
+ # <b>Remark:</b>
161
+ # <p>Splitter position cannot exceed grid size, and therefore setting it during form creation may fail as initial grid size is often smaller than desired splitter position, especially when sizers are being used.
162
+ # </p>
163
+ # </div>>
150
164
  # @param splitterPos [Integer]
151
165
  # @param col [Integer]
152
166
  # @return [void]
@@ -184,7 +198,11 @@ module Wx::PG
184
198
  alias_method :virtual_height, :get_virtual_height
185
199
 
186
200
  # Returns actual height of contained visible properties.
187
- # Mostly used for internal diagnostic purposes.
201
+ # <div class="wxrb-remark">
202
+ # <b>Remark:</b>
203
+ # <p>Mostly used for internal diagnostic purposes.
204
+ # </p>
205
+ # </div>>
188
206
  # @return [Integer]
189
207
  def get_actual_virtual_height; end
190
208
  alias_method :actual_virtual_height, :get_actual_virtual_height
@@ -8,12 +8,16 @@ module Wx::PG
8
8
 
9
9
  # Contains low-level property page information (properties, column widths, etc.) of a single {Wx::PG::PropertyGrid} or single {Wx::PG::PropertyGridPage}.
10
10
  # Generally you should not use this class directly, but instead member functions in {Wx::PG::PropertyGridInterface}, {Wx::PG::PropertyGrid}, {Wx::PG::PropertyGridPage}, and {Wx::PG::PropertyGridManager}.
11
- # Currently this class is not implemented in {Wx::Python}.
12
11
  #
13
- # ===
12
+ # <div class="wxrb-remark">
13
+ # <b>Remark:</b>
14
+ # <p>Currently this class is not implemented in {Wx::Python}.
15
+ # </p>
16
+ # </div>>
14
17
  #
15
18
  # Category: {Wx::PG::PropertyGrid}
16
19
  #
20
+ # @wxrb_require USE_PROPGRID
17
21
  class PropertyGridPageState < ::Object
18
22
 
19
23
  # Default constructor.
@@ -39,7 +43,11 @@ module Wx::PG
39
43
  alias_method :virtual_height, :get_virtual_height
40
44
 
41
45
  # Returns actual height of contained visible properties.
42
- # Mostly used for internal diagnostic purposes.
46
+ # <div class="wxrb-remark">
47
+ # <b>Remark:</b>
48
+ # <p>Mostly used for internal diagnostic purposes.
49
+ # </p>
50
+ # </div>>
43
51
  # @return [Integer]
44
52
  def get_actual_virtual_height; end
45
53
  alias_method :actual_virtual_height, :get_actual_virtual_height
@@ -109,12 +117,13 @@ module Wx::PG
109
117
  end # PropertyGridPageState
110
118
 
111
119
  #
112
- # == wxPropertyGridHitTestResult
120
+ # ## wxPropertyGridHitTestResult
113
121
  #
114
122
  # A return value from {Wx::PG::PropertyGrid#hit_test}, contains all you need to know about an arbitrary location on the grid.
115
123
  #
116
124
  #
117
125
  # @note This class is <b>untracked</b> and should not be derived from nor instances extended!
126
+ # @wxrb_require USE_PROPGRID
118
127
  class PropertyGridHitTestResult < ::Object
119
128
 
120
129
  # @return [Wx::PG::PropertyGridHitTestResult]
@@ -15,14 +15,12 @@ module Wx
15
15
  # Base abstract class for all pickers which support an auxiliary text control.
16
16
  # This class handles all positioning and sizing of the text control like a a horizontal {Wx::BoxSizer} would do, with the text control on the left of the picker button.
17
17
  # The proportion (see {Wx::Sizer} documentation for more info about proportion values) of the picker control defaults to 1 when there isn't a text control associated (see {Wx::PB_USE_TEXTCTRL} style) and to 0 otherwise.
18
- # === Styles
18
+ # ### Styles
19
19
  #
20
20
  # This class supports the following styles:
21
21
  #
22
22
  # - {Wx::PB_USE_TEXTCTRL}: Creates a text control to the left of the picker which is completely managed by this {Wx::PickerBase} class.
23
23
  #
24
- # ===
25
- #
26
24
  # Category: Picker Controls
27
25
  # @see Wx::ColourPickerCtrl
28
26
  #
@@ -44,13 +42,19 @@ module Wx
44
42
  alias_method :picker_ctrl_proportion, :get_picker_ctrl_proportion
45
43
 
46
44
  # Returns a pointer to the text control handled by this window or NULL if the {Wx::PB_USE_TEXTCTRL} style was not specified when this control was created.
47
- # The contents of the text control could be an invalid representation of the entity which can be chosen through the picker (e.g. when the user enters an invalid colour syntax because of a typo). Thus you should never parse the content of the textctrl to get the user's input; rather use the derived-class getter (e.g. {Wx::ColourPickerCtrl#get_colour}, {Wx::FilePickerCtrl#get_path}, etc).
45
+ # <div class="wxrb-remark">
46
+ # <b>Remark:</b>
47
+ # <p>The contents of the text control could be an invalid representation of the entity which can be chosen through the picker (e.g. when the user enters an invalid colour syntax because of a typo). Thus you should never parse the content of the textctrl to get the user's input; rather use the derived-class getter (e.g. {Wx::ColourPickerCtrl#get_colour}, {Wx::FilePickerCtrl#get_path}, etc).
48
+ # </p>
49
+ # </div>>
48
50
  # @return [Wx::TextCtrl]
49
51
  def get_text_ctrl; end
50
52
  alias_method :text_ctrl, :get_text_ctrl
51
53
 
52
54
  # Returns the native implementation of the real picker control.
53
- # The returned control in the generic implementation of {Wx::FilePickerCtrl}, {Wx::DirPickerCtrl}, {Wx::FontPickerCtrl} and {Wx::ColourPickerCtrl} is a specialized {Wx::Button} class so that you can change its label doing, e.g.:
55
+ # <div class="wxrb-note">
56
+ # <b>Note:</b>
57
+ # <p>The returned control in the generic implementation of {Wx::FilePickerCtrl}, {Wx::DirPickerCtrl}, {Wx::FontPickerCtrl} and {Wx::ColourPickerCtrl} is a specialized {Wx::Button} class so that you can change its label doing, e.g.:
54
58
  # ```ruby
55
59
  # if Wx::PLATFORM == 'WXMSW'
56
60
  # # wxMSW is one of the platforms where the generic implementation
@@ -62,6 +66,9 @@ module Wx
62
66
  # end
63
67
  # end
64
68
  # ```
69
+ #
70
+ # </p>
71
+ # </div>
65
72
  # @return [Wx::Control]
66
73
  def get_picker_ctrl; end
67
74
  alias_method :picker_ctrl, :get_picker_ctrl
@@ -85,7 +85,7 @@ module Wx
85
85
  #
86
86
  PORT_BASE = Wx::PortId.new(1)
87
87
 
88
- # wxMSW, native toolkit is Windows API
88
+ # WXMSW, native toolkit is Windows API
89
89
  #
90
90
  PORT_MSW = Wx::PortId.new(2)
91
91
 
@@ -93,7 +93,7 @@ module Wx
93
93
  #
94
94
  PORT_MOTIF = Wx::PortId.new(4)
95
95
 
96
- # wxGTK, using GTK+ 1.x, 2.x, 3.x, GPE
96
+ # WXGTK, using GTK+ 1.x, 2.x, 3.x, GPE
97
97
  #
98
98
  PORT_GTK = Wx::PortId.new(8)
99
99
 
@@ -101,11 +101,11 @@ module Wx
101
101
  #
102
102
  PORT_DFB = Wx::PortId.new(16)
103
103
 
104
- # wxX11, using {Wx::Universal}
104
+ # WXX11, using {Wx::Universal}
105
105
  #
106
106
  PORT_X11 = Wx::PortId.new(32)
107
107
 
108
- # {Wx::Mac}, using Carbon or Classic Mac API
108
+ # WXOSX, using Carbon or Classic Mac API
109
109
  #
110
110
  PORT_MAC = Wx::PortId.new(128)
111
111
 
@@ -174,8 +174,6 @@ module Wx
174
174
  # Returns true only for MSW programs running under Wine.
175
175
  # This function can be used to check for some functionality not implemented when using Wine.
176
176
  #
177
- # ===
178
- #
179
177
  # Category: Application and System configuration
180
178
  # @return [Boolean]
181
179
  def self.is_running_under_wine; end
@@ -188,8 +186,6 @@ module Wx
188
186
  # Wx::PlatformInfo.instance.get_operating_system_id_name)
189
187
  # ```
190
188
  #
191
- # ===
192
- #
193
189
  # Category: Application and System configuration
194
190
  # @see get_os_version
195
191
  # @see is_platform_little_endian
@@ -380,7 +376,6 @@ module Wx
380
376
 
381
377
  # {Wx::VersionInfo} contains version information.
382
378
  # This class is used by wxWidgets to provide version information about the libraries it uses and itself, but you can also apply it in user space, to provide version information about your own libraries, or other libraries that you use.
383
- # ===
384
379
  #
385
380
  # Category: Data Structures
386
381
  #
@@ -10,13 +10,11 @@ module Wx
10
10
  PU_CONTAINS_CONTROLS = 1
11
11
 
12
12
  # A special kind of top level window used for popup menus, combobox popups and such.
13
- # === Styles
13
+ # ### Styles
14
14
  #
15
15
  # This class supports the following styles:
16
16
  #
17
- # - {Wx::PU_CONTAINS_CONTROLS}: By default in wxMSW, a popup window will not take focus from its parent window. However many standard controls, including common ones such as {Wx::TextCtrl}, need focus to function correctly and will not work when placed on a default popup. This flag can be used to make the popup take focus and let all controls work but at the price of not allowing the parent window to keep focus while the popup is shown, which can also be sometimes desirable. This style is currently only implemented in MSW and simply does nothing under the other platforms (it's new since wxWidgets 3.1.3).
18
- #
19
- # ===
17
+ # - {Wx::PU_CONTAINS_CONTROLS}: By default in WXMSW, a popup window will not take focus from its parent window. However many standard controls, including common ones such as {Wx::TextCtrl}, need focus to function correctly and will not work when placed on a default popup. This flag can be used to make the popup take focus and let all controls work but at the price of not allowing the parent window to keep focus while the popup is shown, which can also be sometimes desirable. This style is currently only implemented in MSW and simply does nothing under the other platforms (it's new since wxWidgets 3.1.3).
20
18
  #
21
19
  # Category: Managed Windows
22
20
  # @see Wx::Dialog
@@ -52,7 +50,6 @@ module Wx
52
50
 
53
51
  # A {Wx::PopupWindow} which disappears automatically when the user clicks mouse outside it or if it loses focus in any other way.
54
52
  # This window can be useful for implementing custom combobox-like controls for example.
55
- # ===
56
53
  #
57
54
  # Category: Managed Windows
58
55
  # @see Wx::PopupWindow
@@ -33,6 +33,7 @@ module Wx
33
33
  # If supported by the platform this class will provide the platform's native progress dialog, else it will simply be the {Wx::GenericProgressDialog}.
34
34
  #
35
35
  #
36
+ # @wxrb_require USE_PROGRESSDLG
36
37
  class ProgressDialog < Dialog
37
38
 
38
39
  # @param title [String]
@@ -10,6 +10,7 @@ module Wx
10
10
  #
11
11
  #
12
12
  #
13
+ # @wxrb_require USE_AUI|USE_NOTEBOOK|USE_LISTBOOK|USE_CHOICEBOOK|USE_TOOLBOOK|USE_TREEBOOK
13
14
  class PropertySheetDialogFlags < Wx::Enum
14
15
 
15
16
  # Uses the default look and feel for the controller window, normally a notebook except on Smartphone where a choice control is used.
@@ -74,17 +75,17 @@ module Wx
74
75
  # The Dialogs Sample shows this class being used with notebook and toolbook controllers (for Windows-style and Mac-style settings dialogs).
75
76
  # To make pages of the dialog scroll when the display is too small to fit the whole dialog, you can switch layout adaptation on globally with {Wx::Dialog.enable_layout_adaptation} or per dialog with {Wx::Dialog#set_layout_adaptation_mode}.
76
77
  # For more about layout adaptation, see Automatic Scrolled Dialogs.
77
- # ===
78
78
  #
79
79
  # Category: Managed Windows
80
80
  #
81
+ # @wxrb_require USE_AUI|USE_NOTEBOOK|USE_LISTBOOK|USE_CHOICEBOOK|USE_TOOLBOOK|USE_TREEBOOK
81
82
  class PropertySheetDialog < Dialog
82
83
 
83
84
  # @overload initialize()
84
85
  # Default constructor.
85
86
  # Call Create if using this form of constructor.
86
87
  # @return [Wx::PropertySheetDialog]
87
- # @overload initialize(parent, id, title, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::DEFAULT_DIALOG_STYLE, name=Wx::DialogNameStr)
88
+ # @overload initialize(parent, id, title, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::DEFAULT_DIALOG_STYLE, name=Wx::DIALOG_NAME_STR)
88
89
  # Constructor.
89
90
  # @param parent [Wx::Window]
90
91
  # @param id [Integer]
@@ -110,11 +111,16 @@ module Wx
110
111
  # @param style [Integer]
111
112
  # @param name [String]
112
113
  # @return [Boolean]
113
- def create(parent, id, title, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::DEFAULT_DIALOG_STYLE, name=Wx::DialogNameStr) end
114
+ def create(parent, id, title, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::DEFAULT_DIALOG_STYLE, name=Wx::DIALOG_NAME_STR) end
114
115
 
115
116
  # Call this to create the buttons for the dialog.
116
117
  # This calls {Wx::Dialog#create_button_sizer}, and the flags are the same.
117
- # On PocketPC, no buttons are created.
118
+ #
119
+ # <div class="wxrb-note">
120
+ # <b>Note:</b>
121
+ # <p>On PocketPC, no buttons are created.
122
+ # </p>
123
+ # </div>
118
124
  # @param flags [Integer]
119
125
  # @return [void]
120
126
  def create_buttons(flags=(Wx::OK|Wx::CANCEL)) end
@@ -142,7 +148,11 @@ module Wx
142
148
  alias_method :sheet_style, :get_sheet_style
143
149
 
144
150
  # Call this to lay out the dialog.
145
- # On PocketPC, this does nothing, since the dialog will be shown full-screen, and the layout will be done when the dialog receives a size event.
151
+ # <div class="wxrb-note">
152
+ # <b>Note:</b>
153
+ # <p>On PocketPC, this does nothing, since the dialog will be shown full-screen, and the layout will be done when the dialog receives a size event.
154
+ # </p>
155
+ # </div>
146
156
  # @param centreFlags [Integer]
147
157
  # @return [void]
148
158
  def layout_dialog(centreFlags=Wx::Orientation::BOTH) end
@@ -4,10 +4,14 @@
4
4
  # ----------------------------------------------------------------------------
5
5
 
6
6
 
7
- class Wx::EvtHandler
7
+ module Wx
8
8
 
9
- # @!group PRT Event handler methods
10
-
11
- # @!endgroup
9
+ class EvtHandler
10
+
11
+ # @!group PRT Event handler methods
12
+
13
+ # @!endgroup
14
+
15
+ end
12
16
 
13
17
  end
@@ -11,7 +11,6 @@ module Wx::PRT
11
11
  # The exact appearance of this dialog varies among the platforms as a native dialog is used when available (currently the case for all major platforms).
12
12
  # When the dialog has been closed, you need to query the {Wx::PRT::PageSetupDialogData} object associated with the dialog.
13
13
  # Note that the OK and Cancel buttons do not destroy the dialog; this must be done by the application.
14
- # ===
15
14
  #
16
15
  # Category: Printing Framework
17
16
  # @see Printing Framework Overview
@@ -19,6 +18,7 @@ module Wx::PRT
19
18
  # @see Wx::PRT::PageSetupDialogData
20
19
  #
21
20
  #
21
+ # @wxrb_require USE_PRINTING_ARCHITECTURE
22
22
  class PageSetupDialog < Object
23
23
 
24
24
  # Constructor.
@@ -9,15 +9,15 @@ module Wx::PRT
9
9
  # This defines the wxWidgets Encapsulated PostScript device context, which can write PostScript files on any platform.
10
10
  # See {Wx::DC} for descriptions of the member functions.
11
11
  #
12
- # == Starting a document
12
+ # ## Starting a document
13
13
  #
14
14
  # Document should be started with call to {Wx::PRT::PostScriptDC#start_doc} prior to calling any function to execute a drawing operation. However, some functions, like {Wx::PRT::PostScriptDC#set_font}, may be legitimately called even before {Wx::PRT::PostScriptDC#start_doc}.
15
- # ===
16
15
  #
17
16
  # Category: Device Contexts
18
17
  #
19
18
  #
20
19
  # @note This class is <b>untracked</b> and should not be derived from nor instances extended!
20
+ # @wxrb_require USE_PRINTING_ARCHITECTURE
21
21
  class PostScriptDC < DC
22
22
 
23
23
  end # PostScriptDC
@@ -8,7 +8,6 @@ module Wx::PRT
8
8
 
9
9
  # This class provides the default method of managing the print preview interface.
10
10
  # Member functions may be overridden to replace functionality, or the class may be used without derivation.
11
- # ===
12
11
  #
13
12
  # Category: Printing Framework
14
13
  # @see Wx::PreviewCanvas
@@ -16,6 +15,7 @@ module Wx::PRT
16
15
  # @see Wx::PRT::PrintPreview
17
16
  #
18
17
  #
18
+ # @wxrb_require USE_PRINTING_ARCHITECTURE
19
19
  class PreviewFrame < Frame
20
20
 
21
21
  # Constructor.
@@ -29,7 +29,7 @@ module Wx::PRT
29
29
  # @param style [Integer]
30
30
  # @param name [String]
31
31
  # @return [Wx::PRT::PreviewFrame]
32
- def initialize(preview, parent, title=("Print Preview"), pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::DEFAULT_FRAME_STYLE, name=Wx::FrameNameStr) end
32
+ def initialize(preview, parent, title=("PRINT PREVIEW"), pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::DEFAULT_FRAME_STYLE, name=Wx::FRAME_NAME_STR) end
33
33
 
34
34
  # Initializes the frame elements and prepares for showing it.
35
35
  # Calling this method is equivalent to calling {Wx::PRT::PreviewFrame#initialize_with_modality} with {Wx::PRT::PreviewFrameModalityKind::PreviewFrame_AppModal} argument, please see its documentation for more details.
@@ -64,6 +64,7 @@ module Wx::PRT
64
64
  #
65
65
  #
66
66
  #
67
+ # @wxrb_require USE_PRINTING_ARCHITECTURE
67
68
  class PrinterError < Wx::Enum
68
69
 
69
70
  #
@@ -84,6 +85,7 @@ module Wx::PRT
84
85
  #
85
86
  # The elements of this enum can be used with {Wx::PRT::PreviewFrame#initialize} to indicate how should the preview frame be shown.
86
87
  #
88
+ # @wxrb_require USE_PRINTING_ARCHITECTURE
87
89
  class PreviewFrameModalityKind < Wx::Enum
88
90
 
89
91
  # Disable all the other top level windows while the preview frame is shown.
@@ -103,6 +105,7 @@ module Wx::PRT
103
105
  # The dialog created by default by the print framework that enables aborting the printing process.
104
106
  #
105
107
  #
108
+ # @wxrb_require USE_PRINTING_ARCHITECTURE
106
109
  class PrintAbortDialog < Dialog
107
110
 
108
111
  # @param parent [Wx::Window]
@@ -112,7 +115,7 @@ module Wx::PRT
112
115
  # @param style [Integer]
113
116
  # @param name [String]
114
117
  # @return [Wx::PRT::PrintAbortDialog]
115
- def initialize(parent, documentTitle, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::DEFAULT_DIALOG_STYLE, name=("dialog")) end
118
+ def initialize(parent, documentTitle, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::DEFAULT_DIALOG_STYLE, name=("DIALOG")) end
116
119
 
117
120
  # @param currentPage [Integer]
118
121
  # @param totalPages [Integer]
@@ -12,6 +12,7 @@ module Wx::PRT
12
12
  # @see Wx::PRT::PrintData#set_bin
13
13
  #
14
14
  #
15
+ # @wxrb_require USE_PRINTING_ARCHITECTURE
15
16
  class PrintBin < Wx::Enum
16
17
 
17
18
  #
@@ -78,7 +79,6 @@ module Wx::PRT
78
79
 
79
80
  # This class holds a variety of information related to printers and printer device contexts.
80
81
  # This class is used to create a {Wx::PRT::PrinterDC} and a {Wx::PRT::PostScriptDC}. It is also used as a data member of {Wx::PRT::PrintDialogData} and {Wx::PRT::PageSetupDialogData}, as part of the mechanism for transferring data between the print dialogs and the application.
81
- # ===
82
82
  #
83
83
  # Category: Printing Framework, Data Structures
84
84
  # @see Printing Framework Overview
@@ -93,6 +93,7 @@ module Wx::PRT
93
93
  #
94
94
  #
95
95
  # @note This class is <b>untracked</b> and should not be derived from nor instances extended!
96
+ # @wxrb_require USE_PRINTING_ARCHITECTURE
96
97
  class PrintData < Object
97
98
 
98
99
  # @overload initialize()
@@ -266,7 +267,6 @@ module Wx::PRT
266
267
 
267
268
  # This class holds information related to the visual characteristics of {Wx::PRT::PrintDialog}.
268
269
  # It contains a {Wx::PRT::PrintData} object with underlying printing settings.
269
- # ===
270
270
  #
271
271
  # Category: Printing Framework, Common Dialogs, Data Structures
272
272
  # @see Printing Framework Overview
@@ -276,6 +276,7 @@ module Wx::PRT
276
276
  #
277
277
  #
278
278
  # @note This class is <b>untracked</b> and should not be derived from nor instances extended!
279
+ # @wxrb_require USE_PRINTING_ARCHITECTURE
279
280
  class PrintDialogData < Object
280
281
 
281
282
  # @overload initialize()
@@ -426,7 +427,6 @@ module Wx::PRT
426
427
 
427
428
  # This class holds a variety of information related to {Wx::PRT::PageSetupDialog}.
428
429
  # It contains a {Wx::PRT::PrintData} member which is used to hold basic printer configuration data (as opposed to the user-interface configuration settings stored by {Wx::PRT::PageSetupDialogData}).
429
- # ===
430
430
  #
431
431
  # Category: Printing Framework, Data Structures
432
432
  # @see Printing Framework Overview
@@ -435,6 +435,7 @@ module Wx::PRT
435
435
  #
436
436
  #
437
437
  # @note This class is <b>untracked</b> and should not be derived from nor instances extended!
438
+ # @wxrb_require USE_PRINTING_ARCHITECTURE
438
439
  class PageSetupDialogData < Object
439
440
 
440
441
  # @overload initialize()
@@ -8,13 +8,13 @@ module Wx::PRT
8
8
 
9
9
  # This class represents the print and print setup common dialogs.
10
10
  # You may obtain a {Wx::PRT::PrinterDC} device context from a successfully dismissed print dialog.
11
- # ===
12
11
  #
13
12
  # Category: Printing Framework
14
13
  # @see Printing Framework Overview
15
14
  # @see wxPrintDialog Overview
16
15
  #
17
16
  #
17
+ # @wxrb_require USE_PRINTING_ARCHITECTURE
18
18
  class PrintDialog < Object
19
19
 
20
20
  # @overload initialize(parent, data=nil)
@@ -8,7 +8,6 @@ module Wx::PRT
8
8
 
9
9
  # This class represents the Windows or PostScript printer, and is the vehicle through which printing may be launched by an application.
10
10
  # Printing can also be achieved through using of lower functions and classes, but this and associated classes provide a more convenient and general method of printing.
11
- # ===
12
11
  #
13
12
  # Category: Printing Framework
14
13
  # @see Printing Framework Overview
@@ -18,6 +17,7 @@ module Wx::PRT
18
17
  # @see Wx::PRT::PrintPreview
19
18
  #
20
19
  #
20
+ # @wxrb_require USE_PRINTING_ARCHITECTURE
21
21
  class Printer < Object
22
22
 
23
23
  # Constructor.
@@ -50,7 +50,12 @@ module Wx::PRT
50
50
 
51
51
  # Invokes the print dialog.
52
52
  # If successful (the user did not press Cancel and no error occurred), a suitable device context will be returned; otherwise NULL is returned; call {Wx::PRT::Printer.get_last_error} to get detailed information about the kind of the error.
53
- # The application must delete this device context to avoid a memory leak.
53
+ #
54
+ # <div class="wxrb-remark">
55
+ # <b>Remark:</b>
56
+ # <p>The application must delete this device context to avoid a memory leak.
57
+ # </p>
58
+ # </div>>
54
59
  # @param parent [Wx::Window]
55
60
  # @return [Wx::DC]
56
61
  def print_dialog(parent) end
@@ -83,7 +88,6 @@ module Wx::PRT
83
88
  # This class encapsulates the functionality of printing out an application document.
84
89
  # A new class must be derived and members overridden to respond to calls such as {Wx::PRT::Printout#on_print_page} and {Wx::PRT::Printout#has_page} and to render the print image onto an associated {Wx::DC}. Instances of this class are passed to {Wx::PRT::Printer#print} or to a {Wx::PRT::PrintPreview} object to initiate printing or previewing.
85
90
  # Your derived {Wx::PRT::Printout} is responsible for drawing both the preview image and the printed page. If your windows' drawing routines accept an arbitrary DC as an argument, you can re-use those routines within your {Wx::PRT::Printout} subclass to draw the printout image. You may also add additional drawing elements within your {Wx::PRT::Printout} subclass, like headers, footers, and/or page numbers. However, the image on the printed page will often differ from the image drawn on the screen, as will the print preview image not just in the presence of headers and footers, but typically in scale. A high-resolution printer presents a much larger drawing surface (i.e., a higher-resolution DC); a zoomed-out preview image presents a much smaller drawing surface (lower-resolution DC). By using the routines FitThisSizeToXXX() and/or MapScreenSizeToXXX() within your {Wx::PRT::Printout} subclass to set the user scale and origin of the associated DC, you can easily use a single drawing routine to draw on your application's windows, to create the print preview image, and to create the printed paper image, and achieve a common appearance to the preview image and the printed page.
86
- # ===
87
91
  #
88
92
  # Category: Printing Framework
89
93
  # @see Printing Framework Overview
@@ -94,6 +98,7 @@ module Wx::PRT
94
98
  # @see Wx::PRT::PrintPreview
95
99
  #
96
100
  #
101
+ # @wxrb_require USE_PRINTING_ARCHITECTURE
97
102
  class Printout < Object
98
103
 
99
104
  # Constructor.
@@ -111,7 +116,12 @@ module Wx::PRT
111
116
 
112
117
  # Set the user scale and device origin of the {Wx::DC} associated with this {Wx::PRT::Printout} so that the given image size fits entirely within the page margins set in the given {Wx::PRT::PageSetupDialogData} object.
113
118
  # This function provides the greatest consistency across all platforms because it does not depend on having access to the printable area of the paper.
114
- # On Mac, the native {Wx::PRT::PageSetupDialog} does not let you set the page margins; you'll have to provide your own mechanism, or you can use the Mac-only class {Wx::MacPageMarginsDialog}.
119
+ #
120
+ # <div class="wxrb-remark">
121
+ # <b>Remark:</b>
122
+ # <p>On Mac, the native {Wx::PRT::PageSetupDialog} does not let you set the page margins; you'll have to provide your own mechanism, or you can use the Mac-only class WXOSX.
123
+ # </p>
124
+ # </div>>
115
125
  # @param imageSize [Array(Integer, Integer), Wx::Size]
116
126
  # @param pageSetupData [Wx::PRT::PageSetupDialogData]
117
127
  # @return [void]
@@ -119,7 +129,12 @@ module Wx::PRT
119
129
 
120
130
  # Set the user scale and device origin of the {Wx::DC} associated with this {Wx::PRT::Printout} so that the given image size fits entirely within the paper and the origin is at the top left corner of the paper.
121
131
  # Use this if you're managing your own page margins.
122
- # With most printers, the region around the edges of the paper are not printable so that the edges of the image could be cut off.
132
+ #
133
+ # <div class="wxrb-note">
134
+ # <b>Note:</b>
135
+ # <p>With most printers, the region around the edges of the paper are not printable so that the edges of the image could be cut off.
136
+ # </p>
137
+ # </div>
123
138
  # @param imageSize [Array(Integer, Integer), Wx::Size]
124
139
  # @return [void]
125
140
  def fit_this_size_to_paper(imageSize) end
@@ -221,7 +236,12 @@ module Wx::PRT
221
236
  # That is, the user scale is set to (1,1) and the device origin is set to (0,0).
222
237
  # Use this if you want to do your own scaling prior to calling {Wx::DC} drawing calls, for example, if your underlying model is floating-point and you want to achieve maximum drawing precision on high-resolution printers.
223
238
  # You can use the GetLogicalXXXRect() routines below to obtain the paper rectangle, page rectangle, or page margins rectangle to perform your own scaling.
224
- # While the underlying drawing model of macOS is floating-point, wxWidgets's drawing model scales from integer coordinates.
239
+ #
240
+ # <div class="wxrb-note">
241
+ # <b>Note:</b>
242
+ # <p>While the underlying drawing model of macOS is floating-point, wxWidgets's drawing model scales from integer coordinates.
243
+ # </p>
244
+ # </div>
225
245
  # @return [void]
226
246
  def map_screen_size_to_device; end
227
247
 
@@ -249,7 +269,12 @@ module Wx::PRT
249
269
  # Called by the framework at the start of document printing.
250
270
  # Return false from this function cancels the print job.
251
271
  # {Wx::PRT::Printout#on_begin_document} is called once for every copy printed.
252
- # The base {Wx::PRT::Printout#on_begin_document} must be called (and the return value checked) from within the overridden function, since it calls {Wx::DC#start_doc}.
272
+ #
273
+ # <div class="wxrb-remark">
274
+ # <b>Remark:</b>
275
+ # <p>The base {Wx::PRT::Printout#on_begin_document} must be called (and the return value checked) from within the overridden function, since it calls {Wx::DC#start_doc}.
276
+ # </p>
277
+ # </div>>
253
278
  # @param startPage [Integer]
254
279
  # @param endPage [Integer]
255
280
  # @return [Boolean]
@@ -262,7 +287,12 @@ module Wx::PRT
262
287
 
263
288
  # Called by the framework at the end of document printing.
264
289
  # {Wx::PRT::Printout#on_end_document} is called once for every copy printed.
265
- # The base {Wx::PRT::Printout#on_end_document} must be called from within the overridden function, since it calls {Wx::DC#end_doc}.
290
+ #
291
+ # <div class="wxrb-remark">
292
+ # <b>Remark:</b>
293
+ # <p>The base {Wx::PRT::Printout#on_end_document} must be called from within the overridden function, since it calls {Wx::DC#end_doc}.
294
+ # </p>
295
+ # </div>>
266
296
  # @return [void]
267
297
  def on_end_document; end
268
298
 
@@ -292,9 +322,12 @@ module Wx::PRT
292
322
 
293
323
  # Objects of this class manage the print preview process.
294
324
  # The object is passed a {Wx::PRT::Printout} object, and the {Wx::PRT::PrintPreview} object itself is passed to a {Wx::PRT::PreviewFrame} object. Previewing is started by initializing and showing the preview frame. Unlike {Wx::PRT::Printer#print}, flow of control returns to the application immediately after the frame is shown.
295
- # The preview shown is only exact on Windows. On other platforms, the {Wx::DC} used for preview is different from what is used for printing and the results may be significantly different, depending on how is the output created. In particular, printing code relying on {Wx::DC#get_text_extent} heavily (for example, {Wx::HTML::HtmlEasyPrinting} and other {Wx::HTML} classes do) is affected. It is recommended to use native preview functionality on platforms that offer it (macOS, GTK+).
296
325
  #
297
- # ===
326
+ # <div class="wxrb-note">
327
+ # <b>Note:</b>
328
+ # <p>The preview shown is only exact on Windows. On other platforms, the {Wx::DC} used for preview is different from what is used for printing and the results may be significantly different, depending on how is the output created. In particular, printing code relying on {Wx::DC#get_text_extent} heavily (for example, {Wx::HTML::HtmlEasyPrinting} and other {Wx::HTML} classes do) is affected. It is recommended to use native preview functionality on platforms that offer it (macOS, GTK+).
329
+ # </p>
330
+ # </div>
298
331
  #
299
332
  # Category: Printing Framework
300
333
  # @see Printing Framework Overview
@@ -307,13 +340,19 @@ module Wx::PRT
307
340
  # @see Wx::PRT::PreviewFrame
308
341
  #
309
342
  #
343
+ # @wxrb_require USE_PRINTING_ARCHITECTURE
310
344
  class PrintPreview < Object
311
345
 
312
346
  # @overload initialize(printout, printoutForPrinting=nil, data=nil)
313
347
  # Constructor.
314
348
  # Pass a printout object, an optional printout object to be used for actual printing, and the address of an optional block of printer data, which will be copied to the print preview object's print data.
315
349
  # If printoutForPrinting is non-NULL, a <b>"Print..."</b> button will be placed on the preview frame so that the user can print directly from the preview interface.
316
- # Do not explicitly delete the printout objects once this constructor has been called, since they will be deleted in the {Wx::PRT::PrintPreview} destructor. The same does not apply to the data argument.
350
+ #
351
+ # <div class="wxrb-remark">
352
+ # <b>Remark:</b>
353
+ # <p>Do not explicitly delete the printout objects once this constructor has been called, since they will be deleted in the {Wx::PRT::PrintPreview} destructor. The same does not apply to the data argument.
354
+ # </p>
355
+ # </div>>
317
356
  #
318
357
  # Use {Wx::PRT::PrintPreview#is_ok} to check whether the {Wx::PRT::PrintPreview} object was created correctly.
319
358
  # @param printout [Wx::PRT::Printout]