wxruby3 0.9.0.pre.rc.1-x64-mingw-ucrt → 0.9.0.pre.rc.3-x64-mingw-ucrt

Sign up to get free protection for your applications and to get access to all the features.
Files changed (383) hide show
  1. checksums.yaml +4 -4
  2. data/INSTALL.md +73 -22
  3. data/README.md +40 -8
  4. data/assets/hello_button-macos.png +0 -0
  5. data/assets/hello_button-msw.png +0 -0
  6. data/assets/hello_button_clicked-macos.png +0 -0
  7. data/assets/hello_button_clicked-msw.png +0 -0
  8. data/assets/hello_button_clicked_combi.png +0 -0
  9. data/assets/hello_world-macos.png +0 -0
  10. data/assets/hello_world-msw.png +0 -0
  11. data/assets/hello_world_combi.png +0 -0
  12. data/ext/wxbase32u_gcc_custom.dll +0 -0
  13. data/ext/wxbase32u_net_gcc_custom.dll +0 -0
  14. data/ext/wxbase32u_xml_gcc_custom.dll +0 -0
  15. data/ext/wxmsw32u_aui_gcc_custom.dll +0 -0
  16. data/ext/wxmsw32u_core_gcc_custom.dll +0 -0
  17. data/ext/wxmsw32u_gl_gcc_custom.dll +0 -0
  18. data/ext/wxmsw32u_html_gcc_custom.dll +0 -0
  19. data/ext/wxmsw32u_media_gcc_custom.dll +0 -0
  20. data/ext/wxmsw32u_propgrid_gcc_custom.dll +0 -0
  21. data/ext/wxmsw32u_qa_gcc_custom.dll +0 -0
  22. data/ext/wxmsw32u_ribbon_gcc_custom.dll +0 -0
  23. data/ext/wxmsw32u_richtext_gcc_custom.dll +0 -0
  24. data/ext/wxmsw32u_stc_gcc_custom.dll +0 -0
  25. data/ext/wxmsw32u_webview_gcc_custom.dll +0 -0
  26. data/ext/wxmsw32u_xrc_gcc_custom.dll +0 -0
  27. data/lib/wx/core/brush.rb +6 -0
  28. data/lib/wx/core/event_loop.rb +7 -0
  29. data/lib/wx/core/events/evt_list.rb +7 -0
  30. data/lib/wx/core/evthandler.rb +12 -2
  31. data/lib/wx/core/font.rb +22 -14
  32. data/lib/wx/core/helpprovider.rb +2 -2
  33. data/lib/wx/core/image.rb +33 -0
  34. data/lib/wx/core/listctrl.rb +17 -13
  35. data/lib/wx/core/log.rb +90 -0
  36. data/lib/wx/core/menu.rb +5 -0
  37. data/lib/wx/core/pen.rb +6 -0
  38. data/lib/wx/core/window.rb +28 -1
  39. data/lib/wx/doc/app.rb +40 -0
  40. data/lib/wx/doc/bitmap.rb +11 -15
  41. data/lib/wx/doc/brush.rb +17 -0
  42. data/lib/wx/doc/event_loop.rb +7 -0
  43. data/lib/wx/doc/extra/00_starting.md +6 -6
  44. data/lib/wx/doc/extra/02_lifecycles.md +9 -8
  45. data/lib/wx/doc/extra/09_exceptions.md +1 -1
  46. data/lib/wx/doc/extra/11_drawing_and_dc.md +4 -4
  47. data/lib/wx/doc/font.rb +27 -0
  48. data/lib/wx/doc/functions.rb +51 -23
  49. data/lib/wx/doc/gc_dc.rb +1 -1
  50. data/lib/wx/doc/gen/about_dialog_info.rb +1 -1
  51. data/lib/wx/doc/gen/accelerator.rb +6 -6
  52. data/lib/wx/doc/gen/accessible.rb +6 -2
  53. data/lib/wx/doc/gen/activity_indicator.rb +65 -0
  54. data/lib/wx/doc/gen/animation.rb +7 -7
  55. data/lib/wx/doc/gen/animation_ctrl.rb +7 -6
  56. data/lib/wx/doc/gen/any_button.rb +1 -1
  57. data/lib/wx/doc/gen/app.rb +17 -11
  58. data/lib/wx/doc/gen/art_provider.rb +61 -1
  59. data/lib/wx/doc/gen/aui/aui_dock_art.rb +12 -12
  60. data/lib/wx/doc/gen/aui/aui_floating_frame.rb +6 -6
  61. data/lib/wx/doc/gen/aui/aui_manager.rb +45 -27
  62. data/lib/wx/doc/gen/aui/aui_manager_event.rb +12 -6
  63. data/lib/wx/doc/gen/aui/aui_mdi_child_frame.rb +6 -6
  64. data/lib/wx/doc/gen/aui/aui_mdi_client_window.rb +6 -6
  65. data/lib/wx/doc/gen/aui/aui_mdi_parent_frame.rb +10 -10
  66. data/lib/wx/doc/gen/aui/aui_notebook.rb +34 -7
  67. data/lib/wx/doc/gen/aui/aui_notebook_event.rb +17 -2
  68. data/lib/wx/doc/gen/aui/aui_pane_info.rb +51 -51
  69. data/lib/wx/doc/gen/aui/aui_tab_art.rb +6 -6
  70. data/lib/wx/doc/gen/aui/aui_tool_bar.rb +35 -20
  71. data/lib/wx/doc/gen/aui/aui_tool_bar_art.rb +16 -16
  72. data/lib/wx/doc/gen/aui/aui_tool_bar_event.rb +4 -4
  73. data/lib/wx/doc/gen/aui/aui_tool_bar_item.rb +4 -4
  74. data/lib/wx/doc/gen/bitmap.rb +32 -26
  75. data/lib/wx/doc/gen/bitmap_button.rb +10 -6
  76. data/lib/wx/doc/gen/bitmap_combo_box.rb +12 -7
  77. data/lib/wx/doc/gen/book_ctrl_base.rb +7 -3
  78. data/lib/wx/doc/gen/book_ctrl_event.rb +2 -2
  79. data/lib/wx/doc/gen/box_sizer.rb +1 -1
  80. data/lib/wx/doc/gen/brush.rb +16 -4
  81. data/lib/wx/doc/gen/busy_info.rb +1 -1
  82. data/lib/wx/doc/gen/button.rb +19 -7
  83. data/lib/wx/doc/gen/calculate_layout_event.rb +2 -1
  84. data/lib/wx/doc/gen/calendar_ctrl.rb +28 -16
  85. data/lib/wx/doc/gen/calendar_date_attr.rb +2 -2
  86. data/lib/wx/doc/gen/calendar_event.rb +3 -3
  87. data/lib/wx/doc/gen/caret.rb +2 -2
  88. data/lib/wx/doc/gen/check_box.rb +10 -6
  89. data/lib/wx/doc/gen/check_list_box.rb +8 -7
  90. data/lib/wx/doc/gen/choice.rb +7 -6
  91. data/lib/wx/doc/gen/choicebook.rb +12 -6
  92. data/lib/wx/doc/gen/client_dc.rb +1 -1
  93. data/lib/wx/doc/gen/clipboard.rb +1 -1
  94. data/lib/wx/doc/gen/collapsible_pane.rb +9 -6
  95. data/lib/wx/doc/gen/collapsible_pane_event.rb +2 -1
  96. data/lib/wx/doc/gen/colour.rb +16 -6
  97. data/lib/wx/doc/gen/colour_dialog.rb +6 -6
  98. data/lib/wx/doc/gen/colour_picker_ctrl.rb +15 -9
  99. data/lib/wx/doc/gen/colour_picker_event.rb +7 -4
  100. data/lib/wx/doc/gen/combo_box.rb +22 -13
  101. data/lib/wx/doc/gen/context_help_button.rb +50 -1
  102. data/lib/wx/doc/gen/control.rb +9 -6
  103. data/lib/wx/doc/gen/core.rb +5 -2
  104. data/lib/wx/doc/gen/cursor.rb +16 -11
  105. data/lib/wx/doc/gen/data_format.rb +2 -2
  106. data/lib/wx/doc/gen/data_object.rb +23 -16
  107. data/lib/wx/doc/gen/date_event.rb +3 -3
  108. data/lib/wx/doc/gen/date_picker_ctrl.rb +11 -6
  109. data/lib/wx/doc/gen/dc.rb +37 -12
  110. data/lib/wx/doc/gen/defs.rb +16 -16
  111. data/lib/wx/doc/gen/dialog.rb +19 -5
  112. data/lib/wx/doc/gen/dir_dialog.rb +6 -2
  113. data/lib/wx/doc/gen/dir_filter_list_ctrl.rb +2 -2
  114. data/lib/wx/doc/gen/dir_picker_ctrl.rb +14 -9
  115. data/lib/wx/doc/gen/drag_drop.rb +15 -15
  116. data/lib/wx/doc/gen/drag_image.rb +6 -6
  117. data/lib/wx/doc/gen/editable_list_box.rb +7 -3
  118. data/lib/wx/doc/gen/event.rb +44 -13
  119. data/lib/wx/doc/gen/event_blocker.rb +19 -17
  120. data/lib/wx/doc/gen/event_filter.rb +43 -47
  121. data/lib/wx/doc/gen/event_list.rb +22 -15
  122. data/lib/wx/doc/gen/events.rb +215 -79
  123. data/lib/wx/doc/gen/evt_handler.rb +1 -1
  124. data/lib/wx/doc/gen/ext_help_controller.rb +1 -1
  125. data/lib/wx/doc/gen/file_dialog.rb +64 -56
  126. data/lib/wx/doc/gen/file_dir_picker_event.rb +5 -3
  127. data/lib/wx/doc/gen/file_picker_ctrl.rb +16 -8
  128. data/lib/wx/doc/gen/find_dialog_event.rb +7 -2
  129. data/lib/wx/doc/gen/find_replace_data.rb +1 -1
  130. data/lib/wx/doc/gen/find_replace_dialog.rb +1 -1
  131. data/lib/wx/doc/gen/flex_grid_sizer.rb +12 -6
  132. data/lib/wx/doc/gen/font.rb +39 -29
  133. data/lib/wx/doc/gen/font_data.rb +9 -5
  134. data/lib/wx/doc/gen/font_dialog.rb +3 -3
  135. data/lib/wx/doc/gen/font_picker_ctrl.rb +10 -6
  136. data/lib/wx/doc/gen/font_picker_event.rb +2 -1
  137. data/lib/wx/doc/gen/frame.rb +34 -11
  138. data/lib/wx/doc/gen/fs_file.rb +4 -17
  139. data/lib/wx/doc/gen/gauge.rb +11 -7
  140. data/lib/wx/doc/gen/gcdc.rb +5 -1
  141. data/lib/wx/doc/gen/gdi_common.rb +35 -33
  142. data/lib/wx/doc/gen/gdi_object.rb +1 -1
  143. data/lib/wx/doc/gen/generic_dir_ctrl.rb +13 -7
  144. data/lib/wx/doc/gen/graphics_context.rb +29 -28
  145. data/lib/wx/doc/gen/graphics_object.rb +1 -1
  146. data/lib/wx/doc/gen/grid/grid_cell_activatable_editor.rb +2 -2
  147. data/lib/wx/doc/gen/grid/grid_cell_attr.rb +10 -10
  148. data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_editor.rb +1 -1
  149. data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_renderer.rb +1 -1
  150. data/lib/wx/doc/gen/grid/grid_cell_bool_editor.rb +1 -1
  151. data/lib/wx/doc/gen/grid/grid_cell_bool_renderer.rb +1 -1
  152. data/lib/wx/doc/gen/grid/grid_cell_choice_editor.rb +2 -2
  153. data/lib/wx/doc/gen/grid/grid_cell_date_editor.rb +1 -1
  154. data/lib/wx/doc/gen/grid/grid_cell_date_renderer.rb +1 -1
  155. data/lib/wx/doc/gen/grid/grid_cell_date_time_renderer.rb +1 -1
  156. data/lib/wx/doc/gen/grid/grid_cell_editor.rb +13 -10
  157. data/lib/wx/doc/gen/grid/grid_cell_enum_editor.rb +1 -1
  158. data/lib/wx/doc/gen/grid/grid_cell_enum_renderer.rb +1 -1
  159. data/lib/wx/doc/gen/grid/grid_cell_float_editor.rb +1 -1
  160. data/lib/wx/doc/gen/grid/grid_cell_float_renderer.rb +1 -1
  161. data/lib/wx/doc/gen/grid/grid_cell_number_editor.rb +1 -1
  162. data/lib/wx/doc/gen/grid/grid_cell_number_renderer.rb +1 -1
  163. data/lib/wx/doc/gen/grid/grid_cell_renderer.rb +12 -12
  164. data/lib/wx/doc/gen/grid/grid_cell_string_renderer.rb +1 -1
  165. data/lib/wx/doc/gen/grid/grid_cell_text_editor.rb +1 -1
  166. data/lib/wx/doc/gen/grid/grid_ctrl.rb +32 -18
  167. data/lib/wx/doc/gen/grid/grid_editor_created_event.rb +5 -3
  168. data/lib/wx/doc/gen/grid/grid_event.rb +20 -3
  169. data/lib/wx/doc/gen/grid/grid_range_select_event.rb +7 -3
  170. data/lib/wx/doc/gen/grid/grid_size_event.rb +9 -3
  171. data/lib/wx/doc/gen/grid/grid_string_table.rb +2 -2
  172. data/lib/wx/doc/gen/grid/grid_table_base.rb +7 -7
  173. data/lib/wx/doc/gen/grid/grid_table_message.rb +5 -5
  174. data/lib/wx/doc/gen/grid_bag_sizer.rb +5 -5
  175. data/lib/wx/doc/gen/grid_sizer.rb +4 -4
  176. data/lib/wx/doc/gen/gui_event_loop.rb +132 -0
  177. data/lib/wx/doc/gen/help_controller.rb +18 -12
  178. data/lib/wx/doc/gen/html/html_cell.rb +36 -18
  179. data/lib/wx/doc/gen/html/html_cell_event.rb +5 -3
  180. data/lib/wx/doc/gen/html/html_easy_printing.rb +9 -4
  181. data/lib/wx/doc/gen/html/html_help_controller.rb +34 -8
  182. data/lib/wx/doc/gen/html/html_help_data.rb +3 -3
  183. data/lib/wx/doc/gen/html/html_help_frame.rb +6 -6
  184. data/lib/wx/doc/gen/html/html_help_window.rb +12 -8
  185. data/lib/wx/doc/gen/html/html_link_event.rb +4 -3
  186. data/lib/wx/doc/gen/html/html_list_box.rb +15 -7
  187. data/lib/wx/doc/gen/html/html_printout.rb +15 -5
  188. data/lib/wx/doc/gen/html/html_window.rb +19 -8
  189. data/lib/wx/doc/gen/hyperlink_ctrl.rb +152 -0
  190. data/lib/wx/doc/gen/hyperlink_event.rb +44 -0
  191. data/lib/wx/doc/gen/icon.rb +14 -14
  192. data/lib/wx/doc/gen/image.rb +119 -64
  193. data/lib/wx/doc/gen/image_list.rb +10 -6
  194. data/lib/wx/doc/gen/keyboard_state.rb +7 -7
  195. data/lib/wx/doc/gen/list_box.rb +30 -21
  196. data/lib/wx/doc/gen/list_ctrl.rb +169 -78
  197. data/lib/wx/doc/gen/list_event.rb +24 -2
  198. data/lib/wx/doc/gen/listbook.rb +12 -6
  199. data/lib/wx/doc/gen/locale.rb +11 -36
  200. data/lib/wx/doc/gen/log.rb +122 -45
  201. data/lib/wx/doc/gen/mdi_client_window.rb +2 -2
  202. data/lib/wx/doc/gen/mdi_frame.rb +15 -9
  203. data/lib/wx/doc/gen/media_ctrl.rb +7 -4
  204. data/lib/wx/doc/gen/media_event.rb +8 -2
  205. data/lib/wx/doc/gen/memory_dc.rb +23 -27
  206. data/lib/wx/doc/gen/menu.rb +9 -9
  207. data/lib/wx/doc/gen/menu_bar.rb +4 -10
  208. data/lib/wx/doc/gen/menu_item.rb +115 -34
  209. data/lib/wx/doc/gen/message_dialog.rb +48 -30
  210. data/lib/wx/doc/gen/mini_frame.rb +12 -3
  211. data/lib/wx/doc/gen/mouse_state.rb +1 -1
  212. data/lib/wx/doc/gen/multi_choice_dialog.rb +4 -2
  213. data/lib/wx/doc/gen/non_owned_window.rb +6 -7
  214. data/lib/wx/doc/gen/notebook.rb +20 -15
  215. data/lib/wx/doc/gen/number_entry_dialog.rb +2 -2
  216. data/lib/wx/doc/gen/object.rb +2 -2
  217. data/lib/wx/doc/gen/palette.rb +3 -3
  218. data/lib/wx/doc/gen/panel.rb +4 -3
  219. data/lib/wx/doc/gen/pen.rb +25 -12
  220. data/lib/wx/doc/gen/pg/numeric_property_validator.rb +1 -1
  221. data/lib/wx/doc/gen/pg/pg_array_editor_dialog.rb +3 -3
  222. data/lib/wx/doc/gen/pg/pg_cell.rb +12 -12
  223. data/lib/wx/doc/gen/pg/pg_editor.rb +76 -74
  224. data/lib/wx/doc/gen/pg/pg_multi_button.rb +3 -3
  225. data/lib/wx/doc/gen/pg/pg_properties.rb +221 -138
  226. data/lib/wx/doc/gen/pg/pg_property.rb +103 -54
  227. data/lib/wx/doc/gen/pg/pg_validation_info.rb +1 -1
  228. data/lib/wx/doc/gen/pg/property_grid.rb +19 -19
  229. data/lib/wx/doc/gen/pg/property_grid_event.rb +18 -5
  230. data/lib/wx/doc/gen/pg/property_grid_interface.rb +36 -24
  231. data/lib/wx/doc/gen/pg/property_grid_manager.rb +12 -12
  232. data/lib/wx/doc/gen/pg/property_grid_page.rb +12 -11
  233. data/lib/wx/doc/gen/pg/property_grid_page_state.rb +8 -8
  234. data/lib/wx/doc/gen/picker_base.rb +12 -11
  235. data/lib/wx/doc/gen/platform_info.rb +7 -7
  236. data/lib/wx/doc/gen/popup_window.rb +6 -6
  237. data/lib/wx/doc/gen/progress_dialog.rb +1 -1
  238. data/lib/wx/doc/gen/property_sheet_dialog.rb +19 -17
  239. data/lib/wx/doc/gen/prt/page_setup_dialog.rb +2 -2
  240. data/lib/wx/doc/gen/prt/preview_frame.rb +4 -1
  241. data/lib/wx/doc/gen/prt/print_abort_dialog.rb +1 -1
  242. data/lib/wx/doc/gen/prt/print_data.rb +24 -18
  243. data/lib/wx/doc/gen/prt/print_dialog.rb +4 -4
  244. data/lib/wx/doc/gen/prt/printer.rb +22 -22
  245. data/lib/wx/doc/gen/query_layout_info_event.rb +2 -1
  246. data/lib/wx/doc/gen/radio_box.rb +12 -18
  247. data/lib/wx/doc/gen/radio_button.rb +8 -6
  248. data/lib/wx/doc/gen/rbn/ribbon_art_provider.rb +39 -39
  249. data/lib/wx/doc/gen/rbn/ribbon_bar.rb +25 -7
  250. data/lib/wx/doc/gen/rbn/ribbon_bar_event.rb +5 -5
  251. data/lib/wx/doc/gen/rbn/ribbon_button_bar.rb +9 -2
  252. data/lib/wx/doc/gen/rbn/ribbon_button_bar_event.rb +5 -5
  253. data/lib/wx/doc/gen/rbn/ribbon_control.rb +4 -4
  254. data/lib/wx/doc/gen/rbn/ribbon_gallery.rb +6 -2
  255. data/lib/wx/doc/gen/rbn/ribbon_gallery_event.rb +5 -5
  256. data/lib/wx/doc/gen/rbn/ribbon_page.rb +5 -5
  257. data/lib/wx/doc/gen/rbn/ribbon_panel.rb +12 -6
  258. data/lib/wx/doc/gen/rbn/ribbon_panel_event.rb +5 -5
  259. data/lib/wx/doc/gen/rbn/ribbon_tool_bar.rb +4 -2
  260. data/lib/wx/doc/gen/rbn/ribbon_tool_bar_event.rb +5 -5
  261. data/lib/wx/doc/gen/region.rb +9 -8
  262. data/lib/wx/doc/gen/region_iterator.rb +2 -2
  263. data/lib/wx/doc/gen/rtc/rich_text_buffer.rb +92 -92
  264. data/lib/wx/doc/gen/rtc/rich_text_ctrl.rb +56 -34
  265. data/lib/wx/doc/gen/rtc/rich_text_event.rb +23 -4
  266. data/lib/wx/doc/gen/rtc/rich_text_file_handler.rb +6 -6
  267. data/lib/wx/doc/gen/rtc/rich_text_header_footer_data.rb +9 -5
  268. data/lib/wx/doc/gen/rtc/rich_text_html_handler.rb +6 -2
  269. data/lib/wx/doc/gen/rtc/rich_text_printing.rb +12 -12
  270. data/lib/wx/doc/gen/rtc/rich_text_xml_handler.rb +1 -1
  271. data/lib/wx/doc/gen/rtc/symbol_picker_dialog.rb +2 -2
  272. data/lib/wx/doc/gen/sash_event.rb +3 -1
  273. data/lib/wx/doc/gen/sash_layout_window.rb +5 -3
  274. data/lib/wx/doc/gen/sash_window.rb +8 -3
  275. data/lib/wx/doc/gen/scroll_bar.rb +29 -8
  276. data/lib/wx/doc/gen/scrolled_canvas.rb +41 -23
  277. data/lib/wx/doc/gen/scrolled_control.rb +41 -23
  278. data/lib/wx/doc/gen/scrolled_window.rb +41 -23
  279. data/lib/wx/doc/gen/search_ctrl.rb +15 -8
  280. data/lib/wx/doc/gen/simplebook.rb +2 -2
  281. data/lib/wx/doc/gen/single_choice_dialog.rb +4 -2
  282. data/lib/wx/doc/gen/sizer.rb +29 -28
  283. data/lib/wx/doc/gen/slider.rb +49 -16
  284. data/lib/wx/doc/gen/spin_button.rb +15 -9
  285. data/lib/wx/doc/gen/spin_ctrl.rb +12 -6
  286. data/lib/wx/doc/gen/spin_event.rb +5 -2
  287. data/lib/wx/doc/gen/splash_screen.rb +16 -12
  288. data/lib/wx/doc/gen/splitter_event.rb +6 -2
  289. data/lib/wx/doc/gen/splitter_window.rb +20 -4
  290. data/lib/wx/doc/gen/static_bitmap.rb +5 -5
  291. data/lib/wx/doc/gen/static_box.rb +36 -32
  292. data/lib/wx/doc/gen/static_box_sizer.rb +13 -10
  293. data/lib/wx/doc/gen/static_line.rb +5 -4
  294. data/lib/wx/doc/gen/static_text.rb +12 -6
  295. data/lib/wx/doc/gen/status_bar.rb +14 -5
  296. data/lib/wx/doc/gen/stc/styled_text_ctrl.rb +55 -7
  297. data/lib/wx/doc/gen/stc/styled_text_event.rb +224 -49
  298. data/lib/wx/doc/gen/std_dialog_button_sizer.rb +11 -2
  299. data/lib/wx/doc/gen/svg_file_dc.rb +3 -3
  300. data/lib/wx/doc/gen/system_options.rb +11 -1
  301. data/lib/wx/doc/gen/system_settings.rb +3 -3
  302. data/lib/wx/doc/gen/task_bar_icon.rb +10 -2
  303. data/lib/wx/doc/gen/task_bar_icon_event.rb +3 -3
  304. data/lib/wx/doc/gen/text_attr.rb +11 -7
  305. data/lib/wx/doc/gen/text_ctrl.rb +61 -92
  306. data/lib/wx/doc/gen/text_entry.rb +28 -40
  307. data/lib/wx/doc/gen/text_entry_dialog.rb +19 -19
  308. data/lib/wx/doc/gen/text_validator.rb +0 -11
  309. data/lib/wx/doc/gen/time_picker_ctrl.rb +6 -5
  310. data/lib/wx/doc/gen/timer.rb +8 -4
  311. data/lib/wx/doc/gen/timer_event.rb +19 -26
  312. data/lib/wx/doc/gen/tip_provider.rb +1 -1
  313. data/lib/wx/doc/gen/toggle_button.rb +6 -5
  314. data/lib/wx/doc/gen/tool_bar.rb +41 -24
  315. data/lib/wx/doc/gen/tool_tip.rb +2 -2
  316. data/lib/wx/doc/gen/toolbook.rb +6 -3
  317. data/lib/wx/doc/gen/top_level_window.rb +35 -25
  318. data/lib/wx/doc/gen/tree_ctrl.rb +63 -13
  319. data/lib/wx/doc/gen/tree_event.rb +23 -2
  320. data/lib/wx/doc/gen/treebook.rb +6 -2
  321. data/lib/wx/doc/gen/ui_action_simulator.rb +1 -1
  322. data/lib/wx/doc/gen/utils.rb +9 -3
  323. data/lib/wx/doc/gen/v_list_box.rb +2 -2
  324. data/lib/wx/doc/gen/v_scrolled_window.rb +2 -2
  325. data/lib/wx/doc/gen/validator.rb +7 -5
  326. data/lib/wx/doc/gen/variant.rb +34 -97
  327. data/lib/wx/doc/gen/window.rb +157 -102
  328. data/lib/wx/doc/gen/window_dc.rb +1 -1
  329. data/lib/wx/doc/gen/with_images.rb +1 -1
  330. data/lib/wx/doc/gen/wizard.rb +17 -4
  331. data/lib/wx/doc/gen/wizard_event.rb +9 -2
  332. data/lib/wx/doc/gen/wizard_page.rb +1 -1
  333. data/lib/wx/doc/gen/wizard_page_simple.rb +7 -7
  334. data/lib/wx/doc/gen/xml_node.rb +3 -3
  335. data/lib/wx/doc/gen/xml_resource.rb +12 -9
  336. data/lib/wx/doc/image.rb +42 -12
  337. data/lib/wx/doc/list_ctrl.rb +32 -0
  338. data/lib/wx/doc/log.rb +28 -0
  339. data/lib/wx/doc/pen.rb +17 -0
  340. data/lib/wx/doc/prt/printer_dc.rb +2 -2
  341. data/lib/wx/doc/radio_box.rb +20 -0
  342. data/lib/wx/doc/scaled_dc.rb +1 -1
  343. data/lib/wx/doc/text_validator.rb +12 -0
  344. data/lib/wx/doc/window.rb +27 -0
  345. data/lib/wx/keyword_defs.rb +77 -76
  346. data/lib/wx/prt/keyword_defs.rb +5 -1
  347. data/lib/wx/version.rb +1 -1
  348. data/lib/wxruby_aui.so +0 -0
  349. data/lib/wxruby_core.so +0 -0
  350. data/lib/wxruby_grid.so +0 -0
  351. data/lib/wxruby_html.so +0 -0
  352. data/lib/wxruby_pg.so +0 -0
  353. data/lib/wxruby_prt.so +0 -0
  354. data/lib/wxruby_rbn.so +0 -0
  355. data/lib/wxruby_rtc.so +0 -0
  356. data/lib/wxruby_stc.so +0 -0
  357. data/rakelib/install.rb +17 -6
  358. data/rakelib/lib/config/linux.rb +4 -2
  359. data/rakelib/lib/config/macosx.rb +120 -1
  360. data/rakelib/lib/config/mingw.rb +6 -1
  361. data/rakelib/lib/config/unixish.rb +26 -11
  362. data/rakelib/lib/config.rb +15 -6
  363. data/samples/aui/aui.rb +432 -363
  364. data/samples/propgrid/propgrid.rb +3 -0
  365. data/samples/sampler/editor.rb +33 -25
  366. data/samples/sampler/sample.rb +2 -2
  367. data/samples/sampler/stc_editor.rb +4 -2
  368. data/tests/lib/item_container_tests.rb +82 -0
  369. data/tests/lib/text_entry_tests.rb +80 -0
  370. data/tests/lib/wxapp_runner.rb +12 -0
  371. data/tests/lib/wxframe_runner.rb +89 -4
  372. data/tests/test_art.rb +9 -0
  373. data/tests/test_box_sizer.rb +161 -0
  374. data/tests/test_ext_controls.rb +28 -0
  375. data/tests/test_font.rb +239 -0
  376. data/tests/test_grid_sizer.rb +148 -0
  377. data/tests/test_intl.rb +5 -1
  378. data/tests/test_list_ctrl.rb +53 -0
  379. data/tests/test_log.rb +163 -0
  380. data/tests/test_std_controls.rb +321 -37
  381. data/tests/test_timer.rb +95 -0
  382. data/tests/test_window.rb +340 -0
  383. metadata +36 -2
@@ -14,17 +14,18 @@ module Wx
14
14
  # === Styles
15
15
  #
16
16
  # This class supports the following styles:
17
- #
17
+ #
18
18
  # - {Wx::AC_DEFAULT_STYLE}: The default style: {Wx::Border::BORDER_NONE}.
19
+ #
19
20
  # - {Wx::AC_NO_AUTORESIZE}: By default, the control will adjust its size to exactly fit to the size of the animation when SetAnimation is called. If this style flag is given, the control will not change its size
20
21
  #
21
22
  # ===
22
23
  #
23
24
  # Category: {Wx::Controls}
24
- # Implementations: native under {Wx::GTK}, {Wx::MSW} ports; a generic implementation is used elsewhere.
25
- # <div class='appearance'><span class='appearance'>Appearance:</span><table><tr><td> {Wx::MSW} Appearance
26
- # </td><td> {Wx::GTK} Appearance
27
- # </td><td> {Wx::OSX} Appearance
25
+ # Implementations: native under wxGTK, wxMSW ports; a generic implementation is used elsewhere.
26
+ # <div class='appearance'><span class='appearance'>Appearance:</span><table><tr><td> wxMSW Appearance
27
+ # </td><td> wxGTK Appearance
28
+ # </td><td> wxOSX Appearance
28
29
  # </td></tr></table></div>
29
30
  # @see Wx::Animation
30
31
  # @see Animation Sample
@@ -40,7 +41,7 @@ module Wx
40
41
  # @param size [Array(Integer, Integer), Wx::Size]
41
42
  # @param style [Integer]
42
43
  # @param name [String]
43
- # @return [AnimationCtrl]
44
+ # @return [Wx::AnimationCtrl]
44
45
  def initialize(parent, id, anim=Wx::NULL_ANIMATION, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::AC_DEFAULT_STYLE, name=Wx::AnimationCtrlNameStr) end
45
46
 
46
47
  # Creates the control with the given anim animation.
@@ -53,7 +53,7 @@ module Wx
53
53
  def set_bitmap_margins(*args) end
54
54
  alias_method :bitmap_margins=, :set_bitmap_margins
55
55
 
56
- # @return [AnyButton]
56
+ # @return [Wx::AnyButton]
57
57
  def initialize; end
58
58
 
59
59
  # Return the bitmap shown by the button.
@@ -12,13 +12,19 @@ module Wx
12
12
  # === Events emitted by this class
13
13
  #
14
14
  # Event handler methods for events emitted by this class:
15
- #
15
+ #
16
16
  # - {Wx::EvtHandler#evt_query_end_session}(meth = nil, &block): Process a query end session event, supplying the member function. See {Wx::CloseEvent}.
17
+ #
17
18
  # - {Wx::EvtHandler#evt_end_session}(meth = nil, &block): Process an end session event, supplying the member function. See {Wx::CloseEvent}.
19
+ #
18
20
  # - {Wx::EvtHandler#evt_activate_app}(meth = nil, &block): Process a {Wx::EVT_ACTIVATE_APP} event. See {Wx::ActivateEvent}.
21
+ #
19
22
  # - {Wx::EvtHandler#evt_hibernate}(meth = nil, &block): Process a hibernate event. See {Wx::ActivateEvent}.
23
+ #
20
24
  # - {Wx::EvtHandler#evt_dialup_connected}(meth = nil, &block): A connection with the network was established. See {Wx::DialUpEvent}.
25
+ #
21
26
  # - {Wx::EvtHandler#evt_dialup_disconnected}(meth = nil, &block): The connection with the network was lost. See {Wx::DialUpEvent}.
27
+ #
22
28
  # - {Wx::EvtHandler#evt_idle}(meth = nil, &block): Process a {Wx::EVT_IDLE} event. See {Wx::IdleEvent}.
23
29
  #
24
30
  # ===
@@ -34,45 +40,45 @@ module Wx
34
40
 
35
41
  # Called in response of an "open-application" Apple event.
36
42
  # Override this to create a new document in your app.
37
- # Availability: only available for the {Wx::OSX/Cocoa} port. {Wx::osx}
43
+ # Availability: only available for the wxOSX/Cocoa port. {Wx::osx}
38
44
  # @return [void]
39
45
  def mac_new_file; end
40
46
 
41
47
  # Called in response of an openFiles message.
42
48
  # You need to override this method in order to open one or more document files after the user double clicked on it or if the files and/or folders were dropped on either the application in the dock or the application icon in Finder.
43
49
  # By default this method calls MacOpenFile for each file/folder.
44
- # Availability: only available for the {Wx::OSX/Cocoa} port. {Wx::osx}
50
+ # Availability: only available for the wxOSX/Cocoa port. {Wx::osx}
45
51
  # @param fileNames [Array<String>]
46
52
  # @return [void]
47
53
  def mac_open_files(fileNames) end
48
54
 
49
55
  # Called in response of a "get-url" Apple event.
50
- # Availability: only available for the {Wx::OSX/Cocoa} port. {Wx::osx}
56
+ # Availability: only available for the wxOSX/Cocoa port. {Wx::osx}
51
57
  # @param url [String]
52
58
  # @return [void]
53
59
  def mac_open_url(url) end
54
60
 
55
61
  # Called in response of a "print-document" Apple event.
56
- # Availability: only available for the {Wx::OSX/Cocoa} port. {Wx::osx}
62
+ # Availability: only available for the wxOSX/Cocoa port. {Wx::osx}
57
63
  # @param fileName [String]
58
64
  # @return [void]
59
65
  def mac_print_file(fileName) end
60
66
 
61
67
  # Called in response of a "reopen-application" Apple event.
62
- # Availability: only available for the {Wx::OSX/Cocoa} port. {Wx::osx}
68
+ # Availability: only available for the wxOSX/Cocoa port. {Wx::osx}
63
69
  # @return [void]
64
70
  def mac_reopen_app; end
65
71
 
66
72
  # May be overridden to indicate that the application is not a foreground GUI application under macOS.
67
73
  # This method is called during the application startup and returns true by default. In this case, wxWidgets ensures that the application is ran as a foreground, GUI application so that the user can interact with it normally, even if it is not bundled. If this is undesired, i.e. if the application doesn't need to be brought to the foreground, this method can be overridden to return false.
68
74
  # Notice that overriding it doesn't make any difference for the bundled applications which are always foreground unless LSBackgroundOnly key is specified in the Info.plist file.
69
- # Availability: only available for the {Wx::OSX/Cocoa} port. {Wx::osx}
75
+ # Availability: only available for the wxOSX/Cocoa port. {Wx::osx}
70
76
  # @return [true,false]
71
77
  def osx_is_gui_application; end
72
78
 
73
79
  # Enable the automatic tabbing features of macOS.
74
80
  # This feature is native to the operating system. When it is enabled, macOS will automatically place windows inside tabs and show a tab bar in the application. Entries are also added to the View menu to show/hide the tab bar.
75
- # Availability: only available for the {Wx::OSX/Cocoa} port. {Wx::osx}
81
+ # Availability: only available for the wxOSX/Cocoa port. {Wx::osx}
76
82
  # Requires macOS 10.12+, does nothing under earlier OS versions.
77
83
  # @param enable [true,false]
78
84
  # @return [void]
@@ -83,14 +89,14 @@ module Wx
83
89
  # The default value of the argument disables all messages, but you can pass in a mask flag to specifically disable only particular categories of messages.
84
90
  # Note that this function only works when using glib 2.50 (released in September 2016) or later and does nothing with the older versions of the library.
85
91
  #
86
- # Availability: only available for the {Wx::GTK} port. {Wx::gtk}
92
+ # Availability: only available for the wxGTK port. {Wx::gtk}
87
93
  # @param flags [Integer] The mask for the types of messages to suppress. Refer to the glib documentation for the GLogLevelFlags enum, which defines the various message types.
88
94
  # @return [void]
89
95
  def self.gtk_suppress_diagnostics(flags=-1) end
90
96
 
91
97
  # Constructor.
92
98
  # Called implicitly with a definition of a {Wx::App} object.
93
- # @return [App]
99
+ # @return [Wx::App]
94
100
  def initialize; end
95
101
 
96
102
  # Get display mode that is used use.
@@ -163,7 +169,7 @@ module Wx
163
169
  alias_method :exit_on_frame_delete=, :set_exit_on_frame_delete
164
170
 
165
171
  # Allows runtime switching of the UI environment theme.
166
- # Currently implemented for {Wx::GTK2}-only. Return true if theme was successfully changed.
172
+ # Currently implemented for wxGTK2-only. Return true if theme was successfully changed.
167
173
  # @param theme [String] The name of the new theme or an absolute path to a gtkrc-theme-file
168
174
  # @return [true,false]
169
175
  def set_native_theme(theme) end
@@ -292,62 +292,115 @@ module Wx
292
292
  # Every bitmap and icon bundle are known to {Wx::ArtProvider} under a unique ID that is used when requesting a resource from it. The ID is represented by the {Wx::ArtID} type and can have one of these predefined values (you can see bitmaps represented by these constants in the Art Provider Sample):
293
293
  #
294
294
  # - {Wx::ART_ERROR}
295
+ #
295
296
  # - {Wx::ART_QUESTION}
297
+ #
296
298
  # - {Wx::ART_WARNING}
299
+ #
297
300
  # - {Wx::ART_INFORMATION}
301
+ #
298
302
  # - {Wx::ART_ADD_BOOKMARK}
303
+ #
299
304
  # - {Wx::ART_DEL_BOOKMARK}
305
+ #
300
306
  # - {Wx::ART_HELP_SIDE_PANEL}
307
+ #
301
308
  # - {Wx::ART_HELP_SETTINGS}
309
+ #
302
310
  # - {Wx::ART_HELP_BOOK}
311
+ #
303
312
  # - {Wx::ART_HELP_FOLDER}
313
+ #
304
314
  # - {Wx::ART_HELP_PAGE}
315
+ #
305
316
  # - {Wx::ART_GO_BACK}
317
+ #
306
318
  # - {Wx::ART_GO_FORWARD}
319
+ #
307
320
  # - {Wx::ART_GO_UP}
321
+ #
308
322
  # - {Wx::ART_GO_DOWN}
323
+ #
309
324
  # - {Wx::ART_GO_TO_PARENT}
325
+ #
310
326
  # - {Wx::ART_GO_HOME}
327
+ #
311
328
  # - {Wx::ART_GOTO_FIRST} (since 2.9.2)
312
329
  #
313
330
  # - {Wx::ART_GOTO_LAST} (since 2.9.2)
331
+ #
314
332
  # - {Wx::ART_PRINT}
333
+ #
315
334
  # - {Wx::ART_HELP}
335
+ #
316
336
  # - {Wx::ART_TIP}
337
+ #
317
338
  # - {Wx::ART_REPORT_VIEW}
339
+ #
318
340
  # - {Wx::ART_LIST_VIEW}
341
+ #
319
342
  # - {Wx::ART_NEW_DIR}
343
+ #
320
344
  # - {Wx::ART_FOLDER}
345
+ #
321
346
  # - {Wx::ART_FOLDER_OPEN}
347
+ #
322
348
  # - {Wx::ART_GO_DIR_UP}
349
+ #
323
350
  # - {Wx::ART_EXECUTABLE_FILE}
351
+ #
324
352
  # - {Wx::ART_NORMAL_FILE}
353
+ #
325
354
  # - {Wx::ART_TICK_MARK}
355
+ #
326
356
  # - {Wx::ART_CROSS_MARK}
357
+ #
327
358
  # - {Wx::ART_MISSING_IMAGE}
359
+ #
328
360
  # - {Wx::ART_NEW}
361
+ #
329
362
  # - {Wx::ART_FILE_OPEN}
363
+ #
330
364
  # - {Wx::ART_FILE_SAVE}
331
365
  #
332
366
  # - {Wx::ART_FILE_SAVE_AS}
367
+ #
333
368
  # - {Wx::ART_DELETE}
369
+ #
334
370
  # - {Wx::ART_COPY}
371
+ #
335
372
  # - {Wx::ART_CUT}
373
+ #
336
374
  # - {Wx::ART_PASTE}
375
+ #
337
376
  # - {Wx::ART_UNDO}
377
+ #
338
378
  # - {Wx::ART_REDO}
379
+ #
339
380
  # - {Wx::ART_PLUS} (since 2.9.2)
381
+ #
340
382
  # - {Wx::ART_MINUS} (since 2.9.2)
383
+ #
341
384
  # - {Wx::ART_CLOSE}
385
+ #
342
386
  # - {Wx::ART_QUIT}
387
+ #
343
388
  # - {Wx::ART_FIND}
389
+ #
344
390
  # - {Wx::ART_FIND_AND_REPLACE}
391
+ #
345
392
  # - {Wx::ART_FULL_SCREEN} (since 3.1.0)
393
+ #
346
394
  # - {Wx::ART_EDIT} (since 3.1.0)
395
+ #
347
396
  # - {Wx::ART_HARDDISK}
397
+ #
348
398
  # - {Wx::ART_FLOPPY}
399
+ #
349
400
  # - {Wx::ART_CDROM}
401
+ #
350
402
  # - {Wx::ART_REMOVABLE}
403
+ #
351
404
  # - {Wx::ART_WX_LOGO} (since 3.1.6)
352
405
  #
353
406
  # When running under GTK+ 2, GTK+ stock item IDs (e.g. <code>"gtk-cdrom"</code>) may be used as well:
@@ -363,12 +416,19 @@ module Wx
363
416
  # The client is the entity that calls {Wx::ArtProvider}'s {Wx::ArtProvider.get_bitmap} or {Wx::ArtProvider.get_icon} function. It is represented by {Wx::ClientID} type and can have one of these values:
364
417
  #
365
418
  # - {Wx::ART_TOOLBAR}
419
+ #
366
420
  # - {Wx::ART_MENU}
421
+ #
367
422
  # - {Wx::ART_BUTTON}
423
+ #
368
424
  # - {Wx::ART_FRAME_ICON}
425
+ #
369
426
  # - {Wx::ART_CMN_DIALOG}
427
+ #
370
428
  # - {Wx::ART_HELP_BROWSER}
429
+ #
371
430
  # - {Wx::ART_MESSAGE_BOX}
431
+ #
372
432
  # - {Wx::ART_OTHER} (used for all requests that don't fit into any of the categories above)
373
433
  #
374
434
  # Client ID serve as a hint to {Wx::ArtProvider} that is supposed to help it to choose the best looking bitmap. For example it is often desirable to use slightly different icons in menus and toolbars even though they represent the same action (e.g. {Wx::ART_FILE_OPEN}). Remember that this is really only a hint for {Wx::ArtProvider} it is common that {Wx::ArtProvider.get_bitmap} returns identical bitmap for different client values!
@@ -447,7 +507,7 @@ module Wx
447
507
  def self.get_icon_bundle(id, client=Wx::ART_OTHER) end
448
508
 
449
509
  # Returns true if the platform uses native icons provider that should take precedence over any customizations.
450
- # This is true for any platform that has user-customizable icon themes, currently only {Wx::GTK}.
510
+ # This is true for any platform that has user-customizable icon themes, currently only wxGTK.
451
511
  # A typical use for this method is to decide whether a custom art provider should be plugged in using {Wx::ArtProvider.push} or {Wx::ArtProvider.push_back}.
452
512
  # @return [true,false]
453
513
  def self.has_native_provider; end
@@ -210,11 +210,11 @@ module Wx::AUI
210
210
  class AuiDockArt < ::Object
211
211
 
212
212
  # Constructor.
213
- # @return [AuiDockArt]
213
+ # @return [Wx::AUI::AuiDockArt]
214
214
  def initialize; end
215
215
 
216
216
  # Create a copy of this {Wx::AUI::AuiDockArt} instance.
217
- # @return [Wx::AuiDockArt]
217
+ # @return [Wx::AUI::AuiDockArt]
218
218
  def clone; end
219
219
 
220
220
  # Draws a background.
@@ -229,7 +229,7 @@ module Wx::AUI
229
229
  # @param dc [Wx::DC]
230
230
  # @param window [Wx::Window]
231
231
  # @param rect [Wx::Rect]
232
- # @param pane [Wx::AuiPaneInfo]
232
+ # @param pane [Wx::AUI::AuiPaneInfo]
233
233
  # @return [void]
234
234
  def draw_border(dc, window, rect, pane) end
235
235
 
@@ -238,7 +238,7 @@ module Wx::AUI
238
238
  # @param window [Wx::Window]
239
239
  # @param text [String]
240
240
  # @param rect [Wx::Rect]
241
- # @param pane [Wx::AuiPaneInfo]
241
+ # @param pane [Wx::AUI::AuiPaneInfo]
242
242
  # @return [void]
243
243
  def draw_caption(dc, window, text, rect, pane) end
244
244
 
@@ -246,7 +246,7 @@ module Wx::AUI
246
246
  # @param dc [Wx::DC]
247
247
  # @param window [Wx::Window]
248
248
  # @param rect [Wx::Rect]
249
- # @param pane [Wx::AuiPaneInfo]
249
+ # @param pane [Wx::AUI::AuiPaneInfo]
250
250
  # @return [void]
251
251
  def draw_gripper(dc, window, rect, pane) end
252
252
 
@@ -257,7 +257,7 @@ module Wx::AUI
257
257
  # @param button [Integer]
258
258
  # @param button_state [Integer]
259
259
  # @param rect [Wx::Rect]
260
- # @param pane [Wx::AuiPaneInfo]
260
+ # @param pane [Wx::AUI::AuiPaneInfo]
261
261
  # @return [void]
262
262
  def draw_pane_button(dc, window, button, button_state, rect, pane) end
263
263
 
@@ -316,11 +316,11 @@ module Wx::AUI
316
316
  #
317
317
  class AuiDefaultDockArt < AuiDockArt
318
318
 
319
- # @return [AuiDefaultDockArt]
319
+ # @return [Wx::AUI::AuiDefaultDockArt]
320
320
  def initialize; end
321
321
 
322
322
  # Create a copy of this {Wx::AUI::AuiDockArt} instance.
323
- # @return [Wx::AuiDockArt]
323
+ # @return [Wx::AUI::AuiDockArt]
324
324
  def clone; end
325
325
 
326
326
  # Get the value of a certain setting.
@@ -384,7 +384,7 @@ module Wx::AUI
384
384
  # @param window [Wx::Window]
385
385
  # @param text [String]
386
386
  # @param rect [Wx::Rect]
387
- # @param pane [Wx::AuiPaneInfo]
387
+ # @param pane [Wx::AUI::AuiPaneInfo]
388
388
  # @return [void]
389
389
  def draw_caption(dc, window, text, rect, pane) end
390
390
 
@@ -392,7 +392,7 @@ module Wx::AUI
392
392
  # @param dc [Wx::DC]
393
393
  # @param window [Wx::Window]
394
394
  # @param rect [Wx::Rect]
395
- # @param pane [Wx::AuiPaneInfo]
395
+ # @param pane [Wx::AUI::AuiPaneInfo]
396
396
  # @return [void]
397
397
  def draw_gripper(dc, window, rect, pane) end
398
398
 
@@ -400,7 +400,7 @@ module Wx::AUI
400
400
  # @param dc [Wx::DC]
401
401
  # @param window [Wx::Window]
402
402
  # @param rect [Wx::Rect]
403
- # @param pane [Wx::AuiPaneInfo]
403
+ # @param pane [Wx::AUI::AuiPaneInfo]
404
404
  # @return [void]
405
405
  def draw_border(dc, window, rect, pane) end
406
406
 
@@ -411,7 +411,7 @@ module Wx::AUI
411
411
  # @param button [Integer]
412
412
  # @param button_state [Integer]
413
413
  # @param rect [Wx::Rect]
414
- # @param pane [Wx::AuiPaneInfo]
414
+ # @param pane [Wx::AUI::AuiPaneInfo]
415
415
  # @return [void]
416
416
  def draw_pane_button(dc, window, button, button_state, rect, pane) end
417
417
 
@@ -12,24 +12,24 @@ module Wx::AUI
12
12
  class AuiFloatingFrame < Frame
13
13
 
14
14
  # @param parent [Wx::Window]
15
- # @param ownerMgr [Wx::AuiManager]
16
- # @param pane [Wx::AuiPaneInfo]
15
+ # @param ownerMgr [Wx::AUI::AuiManager]
16
+ # @param pane [Wx::AUI::AuiPaneInfo]
17
17
  # @param id [Integer]
18
18
  # @param style [Integer]
19
- # @return [AuiFloatingFrame]
19
+ # @return [Wx::AUI::AuiFloatingFrame]
20
20
  def initialize(parent, ownerMgr, pane, id=Wx::StandardID::ID_ANY, style=(Wx::RESIZE_BORDER|Wx::SYSTEM_MENU|Wx::CAPTION|Wx::FRAME_NO_TASKBAR|Wx::FRAME_FLOAT_ON_PARENT|Wx::CLIP_CHILDREN)) end
21
21
 
22
- # @param pane [Wx::AuiPaneInfo]
22
+ # @param pane [Wx::AUI::AuiPaneInfo]
23
23
  # @return [void]
24
24
  def set_pane_window(pane) end
25
25
  alias_method :pane_window=, :set_pane_window
26
26
 
27
- # @return [Wx::AuiManager]
27
+ # @return [Wx::AUI::AuiManager]
28
28
  def get_owner_manager; end
29
29
  alias_method :owner_manager, :get_owner_manager
30
30
 
31
31
  # Returns the embedded {Wx::AUI::AuiManager} managing this floating pane's contents.
32
- # @return [Wx::AuiManager]
32
+ # @return [Wx::AUI::AuiManager]
33
33
  def get_aui_manager; end
34
34
  alias_method :aui_manager, :get_aui_manager
35
35
 
@@ -12,18 +12,18 @@ module Wx::AUI
12
12
  # {Wx::AUI::AuiManager} works as follows: the programmer adds panes to the class, or makes changes to existing pane properties (dock position, floating state, show state, etc.). To apply these changes, {Wx::AUI::AuiManager}'s {Wx::AUI::AuiManager#update} function is called. This batch processing can be used to avoid flicker, by modifying more than one pane at a time, and then "committing" all of the changes at once by calling {Wx::AUI::AuiManager#update}.
13
13
  # Panes can be added quite easily:
14
14
  #
15
- # ```
16
- # wxTextCtrl* text1 = new wxTextCtrl(this, -1);
17
- # wxTextCtrl* text2 = new wxTextCtrl(this, -1);
18
- # m_mgr.AddPane(text1, wxLEFT, "Pane Caption");
19
- # m_mgr.AddPane(text2, wxBOTTOM, "Pane Caption");
20
- # m_mgr.Update();
15
+ # ```ruby
16
+ # @text1 = Wx::TextCtrl.new(self, -1)
17
+ # @text2 = Wx::TextCtrl.new(self, -1)
18
+ # @mgr.add_pane(@text1, Wx::LEFT, 'Pane Caption')
19
+ # @mgr.add_pane(@text2, Wx::BOTTOM, 'Pane Caption')
20
+ # @mgr.update
21
21
  # ```
22
22
  #
23
23
  # Later on, the positions can be modified easily. The following will float an existing pane in a tool window:
24
24
  #
25
- # ```
26
- # m_mgr.GetPane(text1).Float();
25
+ # ```ruby
26
+ # @mgr.get_pane(@text1).float
27
27
  # ```
28
28
  #
29
29
  # == Layers, Rows and Directions, Positions
@@ -31,34 +31,52 @@ module Wx::AUI
31
31
  # Inside {Wx::AUI}, the docking layout is figured out by checking several pane parameters. Four of these are important for determining where a pane will end up:
32
32
  #
33
33
  # - Direction: Each docked pane has a direction, Top, Bottom, Left, Right, or Center. This is fairly self-explanatory. The pane will be placed in the location specified by this variable.
34
+ #
34
35
  # - Position: More than one pane can be placed inside of a dock. Imagine two panes being docked on the left side of a window. One pane can be placed over another. In proportionally managed docks, the pane position indicates its sequential position, starting with zero. So, in our scenario with two panes docked on the left side, the top pane in the dock would have position 0, and the second one would occupy position 1.
36
+ #
35
37
  # - Row: A row can allow for two docks to be placed next to each other. One of the most common places for this to happen is in the toolbar. Multiple toolbar rows are allowed, the first row being row 0, and the second row 1. Rows can also be used on vertically docked panes.
38
+ #
36
39
  # - Layer: A layer is akin to an onion. Layer 0 is the very center of the managed pane. Thus, if a pane is in layer 0, it will be closest to the center window (also sometimes known as the "content window"). Increasing layers "swallow up" all layers of a lower value. This can look very similar to multiple rows, but is different because all panes in a lower level yield to panes in higher levels. The best way to understand layers is by running the {Wx::AUI} sample.
37
40
  #
38
41
  # === Styles
39
42
  #
40
43
  # This class supports the following styles:
41
- #
44
+ #
42
45
  # - {Wx::AUI::AuiManagerOption::AUI_MGR_ALLOW_FLOATING}: Allow a pane to be undocked to take the form of a {Wx::MiniFrame}.
46
+ #
43
47
  # - {Wx::AUI::AuiManagerOption::AUI_MGR_ALLOW_ACTIVE_PANE}: Change the color of the title bar of the pane when it is activated.
48
+ #
44
49
  # - {Wx::AUI::AuiManagerOption::AUI_MGR_TRANSPARENT_DRAG}: Make the pane transparent during its movement.
50
+ #
45
51
  # - {Wx::AUI::AuiManagerOption::AUI_MGR_TRANSPARENT_HINT}: The possible location for docking is indicated by a translucent area.
52
+ #
46
53
  # - {Wx::AUI::AuiManagerOption::AUI_MGR_VENETIAN_BLINDS_HINT}: The possible location for docking is indicated by gradually appearing partially transparent hint.
54
+ #
47
55
  # - {Wx::AUI::AuiManagerOption::AUI_MGR_RECTANGLE_HINT}: The possible location for docking is indicated by a rectangular outline.
56
+ #
48
57
  # - {Wx::AUI::AuiManagerOption::AUI_MGR_HINT_FADE}: The translucent area where the pane could be docked appears gradually.
58
+ #
49
59
  # - {Wx::AUI::AuiManagerOption::AUI_MGR_NO_VENETIAN_BLINDS_FADE}: Used in complement of {Wx::AUI::AuiManagerOption::AUI_MGR_VENETIAN_BLINDS_HINT} to show the docking hint immediately.
60
+ #
50
61
  # - {Wx::AUI::AuiManagerOption::AUI_MGR_LIVE_RESIZE}: When a docked pane is resized, its content is refreshed in live (instead of moving the border alone and refreshing the content at the end).
62
+ #
51
63
  # - {Wx::AUI::AuiManagerOption::AUI_MGR_DEFAULT}: Default behaviour, combines: {Wx::AUI::AuiManagerOption::AUI_MGR_ALLOW_FLOATING} | {Wx::AUI::AuiManagerOption::AUI_MGR_TRANSPARENT_HINT} | {Wx::AUI::AuiManagerOption::AUI_MGR_HINT_FADE} | {Wx::AUI::AuiManagerOption::AUI_MGR_NO_VENETIAN_BLINDS_FADE}.
52
64
  #
53
65
  # === Events emitted by this class
54
66
  #
55
67
  # The following event-handler methods redirect the events to member method or handler blocks for {Wx::AUI::AuiManagerEvent} events.
56
68
  # Event handler methods for events emitted by this class:
69
+ #
57
70
  # - {Wx::EvtHandler#evt_aui_pane_button}(meth = nil, &block): Triggered when any button is pressed for any docked panes.
71
+ #
58
72
  # - {Wx::EvtHandler#evt_aui_pane_close}(meth = nil, &block): Triggered when a docked or floating pane is closed.
73
+ #
59
74
  # - {Wx::EvtHandler#evt_aui_pane_maximize}(meth = nil, &block): Triggered when a pane is maximized.
75
+ #
60
76
  # - {Wx::EvtHandler#evt_aui_pane_restore}(meth = nil, &block): Triggered when a pane is restored.
77
+ #
61
78
  # - {Wx::EvtHandler#evt_aui_pane_activated}(meth = nil, &block): Triggered when a pane is made 'active'. This event is new since wxWidgets 2.9.4.
79
+ #
62
80
  # - {Wx::EvtHandler#evt_aui_render}(meth = nil, &block): This event can be caught to override the default renderer in order to custom draw your {Wx::AUI::AuiManager} window (not recommended).
63
81
  #
64
82
  # ===
@@ -75,14 +93,14 @@ module Wx::AUI
75
93
  # Constructor.
76
94
  # @param managed_wnd [Wx::Window] Specifies the {Wx::Frame} which should be managed.
77
95
  # @param flags [Integer] Specifies the frame management behaviour and visual effects with the {Wx::AUI::AuiManagerOption}'s style flags.
78
- # @return [AuiManager]
96
+ # @return [Wx::AUI::AuiManager]
79
97
  def initialize(managed_wnd=nil, flags=Wx::AUI::AuiManagerOption::AUI_MGR_DEFAULT) end
80
98
 
81
99
  # @overload add_pane(window, pane_info)
82
100
  # {Wx::AUI::AuiManager#add_pane} tells the frame manager to start managing a child window.
83
101
  # There are several versions of this function. The first version allows the full spectrum of pane parameter possibilities. The second version is used for simpler user interfaces which do not require as much configuration. The last version allows a drop position to be specified, which will determine where the pane will be added.
84
102
  # @param window [Wx::Window]
85
- # @param pane_info [Wx::AuiPaneInfo]
103
+ # @param pane_info [Wx::AUI::AuiPaneInfo]
86
104
  # @return [true,false]
87
105
  # @overload add_pane(window, direction=Wx::Direction::LEFT, caption=(''))
88
106
  # @param window [Wx::Window]
@@ -91,7 +109,7 @@ module Wx::AUI
91
109
  # @return [true,false]
92
110
  # @overload add_pane(window, pane_info, drop_pos)
93
111
  # @param window [Wx::Window]
94
- # @param pane_info [Wx::AuiPaneInfo]
112
+ # @param pane_info [Wx::AUI::AuiPaneInfo]
95
113
  # @param drop_pos [Array(Integer, Integer), Wx::Point]
96
114
  # @return [true,false]
97
115
  def add_pane(*args) end
@@ -107,7 +125,7 @@ module Wx::AUI
107
125
  def calculate_hint_rect(paneWindow, pt, offset) end
108
126
 
109
127
  # Check if a key modifier is pressed (actually {Wx::KeyCode::K_CONTROL} or {Wx::KeyCode::K_ALT}) while dragging the frame to not dock the window.
110
- # @param p [Wx::AuiPaneInfo]
128
+ # @param p [Wx::AUI::AuiPaneInfo]
111
129
  # @return [true,false]
112
130
  def can_dock_panel(p) end
113
131
  alias_method :can_dock_panel?, :can_dock_panel
@@ -115,14 +133,14 @@ module Wx::AUI
115
133
  # Destroys or hides the given pane depending on its flags.
116
134
  #
117
135
  # @see Wx::AUI::AuiPaneInfo#destroy_on_close
118
- # @param paneInfo [Wx::AuiPaneInfo]
136
+ # @param paneInfo [Wx::AUI::AuiPaneInfo]
119
137
  # @return [void]
120
138
  def close_pane(paneInfo) end
121
139
 
122
140
  # Creates a floating frame in this {Wx::AUI::AuiManager} with the given parent and {Wx::AUI::AuiPaneInfo}.
123
141
  # @param parent [Wx::Window]
124
- # @param p [Wx::AuiPaneInfo]
125
- # @return [Wx::AuiFloatingFrame]
142
+ # @param p [Wx::AUI::AuiPaneInfo]
143
+ # @return [Wx::AUI::AuiFloatingFrame]
126
144
  def create_floating_frame(parent, p) end
127
145
 
128
146
  # Tells the {Wx::AUI::AuiManager} to stop managing the pane specified by window.
@@ -142,7 +160,7 @@ module Wx::AUI
142
160
  # Returns the current art provider being used.
143
161
  #
144
162
  # @see Wx::AUI::AuiDockArt.
145
- # @return [Wx::AuiDockArt]
163
+ # @return [Wx::AUI::AuiDockArt]
146
164
  def get_art_provider; end
147
165
  alias_method :art_provider, :get_art_provider
148
166
 
@@ -168,10 +186,10 @@ module Wx::AUI
168
186
  # {Wx::AUI::AuiManager#get_pane} is used to lookup a {Wx::AUI::AuiPaneInfo} object either by window pointer or by pane name, which acts as a unique id for a window pane.
169
187
  # The returned {Wx::AUI::AuiPaneInfo} object may then be modified to change a pane's look, state or position. After one or more modifications to {Wx::AUI::AuiPaneInfo}, {Wx::AUI::AuiManager#update} should be called to commit the changes to the user interface. If the lookup failed (meaning the pane could not be found in the manager), a call to the returned {Wx::AUI::AuiPaneInfo}'s IsOk() method will return false.
170
188
  # @param window [Wx::Window]
171
- # @return [Wx::AuiPaneInfo]
189
+ # @return [Wx::AUI::AuiPaneInfo]
172
190
  # @overload get_pane(name)
173
191
  # @param name [String]
174
- # @return [Wx::AuiPaneInfo]
192
+ # @return [Wx::AUI::AuiPaneInfo]
175
193
  def get_pane(*args) end
176
194
  alias_method :pane, :get_pane
177
195
 
@@ -190,7 +208,7 @@ module Wx::AUI
190
208
  # {Wx::AUI::AuiManager#insert_pane} will push all panes, rows, or docks aside and insert the window into the position specified by insert_location.
191
209
  # Because insert_location can specify either a pane, dock row, or dock layer, the insert_level parameter is used to disambiguate this. The parameter insert_level can take a value of {Wx::AUI_INSERT_PANE}, {Wx::AUI_INSERT_ROW} or {Wx::AUI_INSERT_DOCK}.
192
210
  # @param window [Wx::Window]
193
- # @param insert_location [Wx::AuiPaneInfo]
211
+ # @param insert_location [Wx::AUI::AuiPaneInfo]
194
212
  # @param insert_level [Integer]
195
213
  # @return [true,false]
196
214
  def insert_pane(window, insert_location, insert_level=Wx::AUI_INSERT_PANE) end
@@ -204,7 +222,7 @@ module Wx::AUI
204
222
  #
205
223
  # @see Wx::AUI::AuiManager#save_perspective
206
224
  # @param pane_part [String]
207
- # @param pane [Wx::AuiPaneInfo]
225
+ # @param pane [Wx::AUI::AuiPaneInfo]
208
226
  # @return [void]
209
227
  def load_pane_info(pane_part, pane) end
210
228
 
@@ -222,12 +240,12 @@ module Wx::AUI
222
240
  def load_perspective(perspective, update=true) end
223
241
 
224
242
  # Maximize the given pane.
225
- # @param paneInfo [Wx::AuiPaneInfo]
243
+ # @param paneInfo [Wx::AUI::AuiPaneInfo]
226
244
  # @return [void]
227
245
  def maximize_pane(paneInfo) end
228
246
 
229
247
  # Restore the last state of the given pane.
230
- # @param paneInfo [Wx::AuiPaneInfo]
248
+ # @param paneInfo [Wx::AUI::AuiPaneInfo]
231
249
  # @return [void]
232
250
  def restore_pane(paneInfo) end
233
251
 
@@ -242,7 +260,7 @@ module Wx::AUI
242
260
  # @see Wx::AUI::AuiManager#load_perspective
243
261
  #
244
262
  # @see Wx::AUI::AuiManager#save_perspective
245
- # @param pane [Wx::AuiPaneInfo] Pane whose layout parameters should be serialized.
263
+ # @param pane [Wx::AUI::AuiPaneInfo] Pane whose layout parameters should be serialized.
246
264
  # @return [String]
247
265
  def save_pane_info(pane) end
248
266
 
@@ -259,7 +277,7 @@ module Wx::AUI
259
277
  # Instructs {Wx::AUI::AuiManager} to use art provider specified by parameter art_provider for all drawing calls.
260
278
  # This allows pluggable look-and-feel features. The previous art provider object, if any, will be deleted by {Wx::AUI::AuiManager}.
261
279
  # @see Wx::AUI::AuiDockArt.
262
- # @param art_provider [Wx::AuiDockArt]
280
+ # @param art_provider [Wx::AUI::AuiDockArt]
263
281
  # @return [void]
264
282
  def set_art_provider(art_provider) end
265
283
  alias_method :art_provider=, :set_art_provider
@@ -310,7 +328,7 @@ module Wx::AUI
310
328
 
311
329
  # Returns true if live resize is always used on the current platform.
312
330
  # If this function returns true, {Wx::AUI::AuiManagerOption::AUI_MGR_LIVE_RESIZE} flag is ignored and live resize is always used, whether it's specified or not.
313
- # Currently this is the case for {Wx::OSX} and {Wx::GTK3} ports, as live resizing is the only implemented method there.
331
+ # Currently this is the case for wxOSX and wxGTK3 ports, as live resizing is the only implemented method there.
314
332
  # @return [true,false]
315
333
  def self.always_uses_live_resize; end
316
334
 
@@ -318,7 +336,7 @@ module Wx::AUI
318
336
  # The window parameter should specify any child window or sub-child window of the frame or window managed by {Wx::AUI::AuiManager}.
319
337
  # The window parameter need not be managed by the manager itself, nor does it even need to be a child or sub-child of a managed window. It must however be inside the window hierarchy underneath the managed window.
320
338
  # @param window [Wx::Window]
321
- # @return [Wx::AuiManager]
339
+ # @return [Wx::AUI::AuiManager]
322
340
  def self.get_manager(window) end
323
341
 
324
342
  end # AuiManager