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
@@ -44,23 +44,23 @@ module Wx
44
44
 
45
45
  # @overload initialize()
46
46
  # Constructs a {Wx::Menu} object.
47
- # @return [Menu]
47
+ # @return [Wx::Menu]
48
48
  # @overload initialize(title, style=0)
49
49
  # Constructs a {Wx::Menu} object with a title.
50
50
  # @param title [String] Title at the top of the menu (not always supported).
51
- # @param style [Integer] If set to {Wx::MENU_TEAROFF}, the menu will be detachable ({Wx::GTK} and {Wx::QT} only).
52
- # @return [Menu]
51
+ # @param style [Integer] If set to {Wx::MENU_TEAROFF}, the menu will be detachable (wxGTK and {Wx::QT} only).
52
+ # @return [Wx::Menu]
53
53
  def initialize(*args) end
54
54
 
55
55
  # @overload append(id, item=(''), helpString=(''), kind=Wx::ItemKind::ITEM_NORMAL)
56
56
  # Adds a menu item.
57
57
  # Example:
58
- # ```
59
- # m_pFileMenu->Append(ID_NEW_FILE, "&New file\tCTRL+N", "Creates a new XYZ document");
58
+ # ```ruby
59
+ # file_menu.append(ID_NEW_FILE, "&New file\tCTRL+N", "Creates a new XYZ document")
60
60
  # ```
61
61
  # or even better for stock menu items (see {Wx::MenuItem::MenuItem}):
62
- # ```
63
- # m_pFileMenu->Append(wxID_NEW, "", "Creates a new XYZ document");
62
+ # ```ruby
63
+ # file_menu.append(Wx::ID_NEW, "", "Creates a new XYZ document")
64
64
  # ```
65
65
  #
66
66
  # This command can be used after the menu has been shown, as well as on initial creation of a menu or menubar.
@@ -135,7 +135,7 @@ module Wx
135
135
  def append_sub_menu(submenu, text, help=('')) end
136
136
 
137
137
  # Inserts a break in a menu, causing the next appended item to appear in a new column.
138
- # This function only actually inserts a break in {Wx::MSW} and does nothing under the other platforms.
138
+ # This function only actually inserts a break in wxMSW and does nothing under the other platforms.
139
139
  # @return [void]
140
140
  def break_; end
141
141
 
@@ -343,7 +343,7 @@ module Wx
343
343
  #
344
344
  # true if the command was handled, false otherwise.
345
345
  #
346
- # Availability: only available for the {Wx::MSW} port. {Wx::msw}
346
+ # Availability: only available for the wxMSW port. {Wx::msw}
347
347
  # @param param [WXUINT] The MSW command parameter.
348
348
  # @param id [WXWORD] The id of the command.
349
349
  # @return [true,false]
@@ -21,8 +21,8 @@ module Wx
21
21
  class MenuBar < Window
22
22
 
23
23
  # Construct an empty menu bar.
24
- # @param style [Integer] If {Wx::MB_DOCKABLE} the menu bar can be detached ({Wx::GTK} only).
25
- # @return [MenuBar]
24
+ # @param style [Integer] If {Wx::MB_DOCKABLE} the menu bar can be detached (wxGTK only).
25
+ # @return [Wx::MenuBar]
26
26
  def initialize(style=0) end
27
27
 
28
28
  # Adds the item to the end of the menu bar.
@@ -201,12 +201,6 @@ module Wx
201
201
  # @return [void]
202
202
  def set_menu_label(pos, label) end
203
203
 
204
- # Returns the Apple menu.
205
- # This is the leftmost menu with application's name as its title. You shouldn't remove any items from it, but it is safe to insert extra menu items or submenus into it.
206
- # Availability: only available for the {Wx::OSX/Cocoa} port. {Wx::osx}
207
- # @return [Wx::Menu]
208
- def osx_get_apple_menu; end
209
-
210
204
  # @return [Wx::Frame]
211
205
  def get_frame; end
212
206
  alias_method :frame, :get_frame
@@ -225,7 +219,7 @@ module Wx
225
219
  # Enables you to set the global menubar on Mac, that is, the menubar displayed when the app is running without any frames open.
226
220
  # Only exists on Mac, other platforms do not have this method.
227
221
  #
228
- # Availability: only available for the {Wx::OSX/Cocoa} port. {Wx::osx}
222
+ # Availability: only available for the wxOSX/Cocoa port. {Wx::osx}
229
223
  # @param menubar [Wx::MenuBar] The menubar to set.
230
224
  # @return [void]
231
225
  def self.mac_set_common_menu_bar(menubar) end
@@ -235,7 +229,7 @@ module Wx
235
229
  #
236
230
  # Only exists on Mac, other platforms do not have this method.
237
231
  #
238
- # Availability: only available for the {Wx::OSX/Cocoa} port. {Wx::osx}
232
+ # Availability: only available for the wxOSX/Cocoa port. {Wx::osx}
239
233
  # @return [Wx::MenuBar]
240
234
  def self.mac_get_common_menu_bar; end
241
235
 
@@ -13,11 +13,17 @@ module Wx
13
13
  #
14
14
  # The following event-handler methods redirect the events to member method or handler blocks for {Wx::MenuEvent} events.
15
15
  # Event handler methods for events emitted by this class:
16
+ #
16
17
  # - {Wx::EvtHandler#evt_menu}(id, meth = nil, &block): Process a {Wx::EVT_MENU} command, which is generated by a menu item. This type of event is sent as {Wx::CommandEvent}.
18
+ #
17
19
  # - {Wx::EvtHandler#evt_menu_range}(id1, id2, meth = nil, &block): Process a {Wx::EVT_MENU} command, which is generated by a range of menu items. This type of event is sent as {Wx::CommandEvent}.
20
+ #
18
21
  # - {Wx::EvtHandler#evt_menu_open}(meth = nil, &block): A menu is about to be opened. On Windows, this is only sent once for each navigation of the menubar (up until all menus have closed). This type of event is sent as {Wx::MenuEvent}.
22
+ #
19
23
  # - {Wx::EvtHandler#evt_menu_close}(meth = nil, &block): A menu has been just closed. This type of event is sent as {Wx::MenuEvent}.
24
+ #
20
25
  # - {Wx::EvtHandler#evt_menu_highlight}(id, meth = nil, &block): The menu item with the specified id has been highlighted. If the id is {Wx::StandardID::ID_NONE}, highlighting has been removed from the previously highlighted menu item and there is no highlighted item any more. This is used by {Wx::Frame} to show help prompts in the status bar. This type of event is sent as {Wx::MenuEvent}.
26
+ #
21
27
  # - {Wx::EvtHandler#evt_menu_highlight_all}(meth = nil, &block): A menu item has been highlighted, i.e. the currently selected menu item has changed. This type of event is sent as {Wx::MenuEvent}.
22
28
  #
23
29
  # ===
@@ -30,7 +36,7 @@ module Wx
30
36
  class MenuItem < Object
31
37
 
32
38
  # Returns the background colour associated with the menu item.
33
- # Availability: only available for the {Wx::MSW} port. {Wx::msw}
39
+ # Availability: only available for the wxMSW port. {Wx::msw}
34
40
  # @return [Wx::Colour]
35
41
  def get_background_colour; end
36
42
  alias_method :background_colour, :get_background_colour
@@ -49,13 +55,13 @@ module Wx
49
55
  alias_method :bitmap_bundle, :get_bitmap_bundle
50
56
 
51
57
  # Returns the bitmap used for disabled items.
52
- # Availability: only available for the {Wx::MSW} port. {Wx::msw}
58
+ # Availability: only available for the wxMSW port. {Wx::msw}
53
59
  # @return [Wx::Bitmap]
54
60
  def get_disabled_bitmap; end
55
61
  alias_method :disabled_bitmap, :get_disabled_bitmap
56
62
 
57
63
  # Returns the font associated with the menu item.
58
- # Availability: only available for the {Wx::MSW} port. {Wx::msw}
64
+ # Availability: only available for the wxMSW port. {Wx::msw}
59
65
  # @return [Wx::Font]
60
66
  def get_font; end
61
67
  alias_method :font, :get_font
@@ -92,7 +98,7 @@ module Wx
92
98
  alias_method :kind, :get_kind
93
99
 
94
100
  # Gets the width of the menu item checkmark bitmap.
95
- # Availability: only available for the {Wx::MSW} port. {Wx::msw}
101
+ # Availability: only available for the wxMSW port. {Wx::msw}
96
102
  # @return [Integer]
97
103
  def get_margin_width; end
98
104
  alias_method :margin_width, :get_margin_width
@@ -108,7 +114,7 @@ module Wx
108
114
  alias_method :sub_menu, :get_sub_menu
109
115
 
110
116
  # Returns the text colour associated with the menu item.
111
- # Availability: only available for the {Wx::MSW} port. {Wx::msw}
117
+ # Availability: only available for the wxMSW port. {Wx::msw}
112
118
  # @return [Wx::Colour]
113
119
  def get_text_colour; end
114
120
  alias_method :text_colour, :get_text_colour
@@ -156,7 +162,7 @@ module Wx
156
162
  alias_method :sub_menu?, :is_sub_menu
157
163
 
158
164
  # Sets the background colour associated with the menu item.
159
- # Availability: only available for the {Wx::MSW} port. {Wx::msw}
165
+ # Availability: only available for the wxMSW port. {Wx::msw}
160
166
  # @param colour [Wx::Colour,String,Symbol]
161
167
  # @return [void]
162
168
  def set_background_colour(colour) end
@@ -171,7 +177,7 @@ module Wx
171
177
  # Sets the checked or unchecked bitmap for the menu item.
172
178
  # It is equivalent to {Wx::MenuItem#set_bitmaps(bmp,wxNullBitmap)} if checked is true or SetBitmaps({Wx::NULL_BITMAP}, bmp) otherwise.
173
179
  # Note that different bitmaps for checked and unchecked item states are not supported in most ports, while setting just a single bitmap using the overload above is supported in all of them.
174
- # Availability: only available for the {Wx::MSW} port. {Wx::msw}
180
+ # Availability: only available for the wxMSW port. {Wx::msw}
175
181
  # @param bmp [Wx::BitmapBundle,Wx::Bitmap,Wx::Icon,Wx::Image]
176
182
  # @param checked [true,false]
177
183
  # @return [void]
@@ -180,7 +186,7 @@ module Wx
180
186
 
181
187
  # Sets the checked/unchecked bitmaps for the menu item.
182
188
  # The first bitmap is also used as the single bitmap for uncheckable menu items.
183
- # Availability: only available for the {Wx::MSW} port. {Wx::msw}
189
+ # Availability: only available for the wxMSW port. {Wx::msw}
184
190
  # @param checked [Wx::BitmapBundle,Wx::Bitmap,Wx::Icon,Wx::Image]
185
191
  # @param unchecked [Wx::BitmapBundle,Wx::Bitmap,Wx::Icon,Wx::Image]
186
192
  # @return [void]
@@ -188,14 +194,14 @@ module Wx
188
194
  alias_method :bitmaps=, :set_bitmaps
189
195
 
190
196
  # Sets the to be used for disabled menu items.
191
- # Availability: only available for the {Wx::MSW} port. {Wx::msw}
197
+ # Availability: only available for the wxMSW port. {Wx::msw}
192
198
  # @param disabled [Wx::BitmapBundle,Wx::Bitmap,Wx::Icon,Wx::Image]
193
199
  # @return [void]
194
200
  def set_disabled_bitmap(disabled) end
195
201
  alias_method :disabled_bitmap=, :set_disabled_bitmap
196
202
 
197
203
  # Sets the font associated with the menu item.
198
- # Availability: only available for the {Wx::MSW} port. {Wx::msw}
204
+ # Availability: only available for the wxMSW port. {Wx::msw}
199
205
  # @param font [Wx::Font,Wx::FontInfo]
200
206
  # @return [void]
201
207
  def set_font(font) end
@@ -212,21 +218,96 @@ module Wx
212
218
  # The label string for the normal menu items (not separators) may include the accelerator which can be used to activate the menu item from keyboard. An accelerator key can be specified using the ampersand <code>&</code> character. In order to embed an ampersand character in the menu item text, the ampersand must be doubled.
213
219
  # Optionally you can specify also an accelerator string appending a tab character <code>\t</code> followed by a valid key combination (e.g. <code>CTRL+V</code>). Its general syntax is any combination of <code>"CTRL"</code>, <code>"RAWCTRL"</code>, <code>"ALT"</code> and <code>"SHIFT"</code> strings (case doesn't matter) separated by either <code>'-'</code> or <code>'+'</code> characters and followed by the accelerator itself. Notice that CTRL corresponds to the "Ctrl" key on most platforms but not under macOS where it is mapped to "Cmd" key on Mac keyboard. Usually this is exactly what you want in portable code but if you really need to use the (rarely used for this purpose) "Ctrl" key even under Mac, you may use RAWCTRL to prevent this mapping. Under the other platforms RAWCTRL is the same as plain CTRL.
214
220
  # The accelerator may be any alphanumeric character, any function key (from F1 to F12), any numpad digit key using KP_ prefix (i.e. from KP_0 to KP_9) or one of the special strings listed below (again, case doesn't matter) corresponding to the specified key code:
215
- # - Del or Delete: {Wx::K_DELETE}- Back: {Wx::K_BACK}- Ins or Insert: {Wx::K_INSERT}- Enter or Return: {Wx::K_RETURN}- PgUp or PageUp: {Wx::K_PAGEUP}- PgDn or PageDown: {Wx::K_PAGEDOWN}- Left: {Wx::K_LEFT}- Right: {Wx::K_RIGHT}- Up: {Wx::K_UP}- Down: {Wx::K_DOWN}- Home: {Wx::K_HOME}- End: {Wx::K_END}- Space: {Wx::K_SPACE}- Tab: {Wx::K_TAB}- Esc or Escape: {Wx::K_ESCAPE}- Cancel: {Wx::K_CANCEL}- Clear: {Wx::K_CLEAR}- Menu: {Wx::K_MENU}- Pause: {Wx::K_PAUSE}- Capital: {Wx::K_CAPITAL}- Select: {Wx::K_SELECT}- Print: {Wx::K_PRINT}- Execute: {Wx::K_EXECUTE}- Snapshot: {Wx::K_SNAPSHOT}- Help: {Wx::K_HELP}- Add: {Wx::K_ADD}- Separator: {Wx::K_SEPARATOR}- Subtract: {Wx::K_SUBTRACT}- Decimal: {Wx::K_DECIMAL}- Divide: {Wx::K_DIVIDE}- Num_lock: {Wx::K_NUMLOCK}- Scroll_lock: {Wx::K_SCROLL}- KP_Space: {Wx::K_NUMPAD}_SPACE- KP_Tab: {Wx::K_NUMPAD}_TAB- KP_Enter: {Wx::K_NUMPAD}_ENTER- KP_Home: {Wx::K_NUMPAD}_HOME- KP_Left: {Wx::K_NUMPAD}_LEFT- KP_Up: {Wx::K_NUMPAD}_UP- KP_Right: {Wx::K_NUMPAD}_RIGHT- KP_Down: {Wx::K_NUMPAD}_DOWN- KP_PageUp: {Wx::K_NUMPAD}_PAGEUP- KP_PageDown: {Wx::K_NUMPAD}_PAGEDOWN- KP_Prior: {Wx::K_NUMPAD}_PAGEUP- KP_Next: {Wx::K_NUMPAD}_PAGEDOWN- KP_End: {Wx::K_NUMPAD}_END- KP_Begin: {Wx::K_NUMPAD}_BEGIN- KP_Insert: {Wx::K_NUMPAD}_INSERT- KP_Delete: {Wx::K_NUMPAD}_DELETE- KP_Equal: {Wx::K_NUMPAD}_EQUAL- KP_Multiply: {Wx::K_NUMPAD}_MULTIPLY- KP_Add: {Wx::K_NUMPAD}_ADD- KP_Separator: {Wx::K_NUMPAD}_SEPARATOR- KP_Subtract: {Wx::K_NUMPAD}_SUBTRACT- KP_Decimal: {Wx::K_NUMPAD}_DECIMAL- KP_Divide: {Wx::K_NUMPAD}_DIVIDE- Windows_Left: {Wx::K_WINDOWS}_LEFT- Windows_Right: {Wx::K_WINDOWS}_RIGHT- Windows_Menu: {Wx::K_WINDOWS}_MENU- Command: {Wx::K_COMMAND}
221
+ #
222
+ # - Del or Delete: {Wx::K_DELETE}
223
+ # - Back: {Wx::K_BACK}
224
+ # - Ins or Insert: {Wx::K_INSERT}
225
+ # - Enter or Return: {Wx::K_RETURN}
226
+ # - PgUp or PageUp: {Wx::K_PAGEUP}
227
+ # - PgDn or PageDown: {Wx::K_PAGEDOWN}
228
+ # - Left: {Wx::K_LEFT}
229
+ # - Right: {Wx::K_RIGHT}
230
+ # - Up: {Wx::K_UP}
231
+ # - Down: {Wx::K_DOWN}
232
+ # - Home: {Wx::K_HOME}
233
+ # - End: {Wx::K_END}
234
+ # - Space: {Wx::K_SPACE}
235
+ # - Tab: {Wx::K_TAB}
236
+ # - Esc or Escape: {Wx::K_ESCAPE}
237
+ # - Cancel: {Wx::K_CANCEL}
238
+ # - Clear: {Wx::K_CLEAR}
239
+ # - Menu: {Wx::K_MENU}
240
+ # - Pause: {Wx::K_PAUSE}
241
+ # - Capital: {Wx::K_CAPITAL}
242
+ # - Select: {Wx::K_SELECT}
243
+ # - Print: {Wx::K_PRINT}
244
+ # - Execute: {Wx::K_EXECUTE}
245
+ # - Snapshot: {Wx::K_SNAPSHOT}
246
+ # - Help: {Wx::K_HELP}
247
+ # - Add: {Wx::K_ADD}
248
+ # - Separator: {Wx::K_SEPARATOR}
249
+ # - Subtract: {Wx::K_SUBTRACT}
250
+ # - Decimal: {Wx::K_DECIMAL}
251
+ # - Divide: {Wx::K_DIVIDE}
252
+ # - Num_lock: {Wx::K_NUMLOCK}
253
+ # - Scroll_lock: {Wx::K_SCROLL}
254
+ # - KP_Space: {Wx::K_NUMPAD}_SPACE
255
+ # - KP_Tab: {Wx::K_NUMPAD}_TAB
256
+ # - KP_Enter: {Wx::K_NUMPAD}_ENTER
257
+ # - KP_Home: {Wx::K_NUMPAD}_HOME
258
+ # - KP_Left: {Wx::K_NUMPAD}_LEFT
259
+ # - KP_Up: {Wx::K_NUMPAD}_UP
260
+ # - KP_Right: {Wx::K_NUMPAD}_RIGHT
261
+ # - KP_Down: {Wx::K_NUMPAD}_DOWN
262
+ # - KP_PageUp: {Wx::K_NUMPAD}_PAGEUP
263
+ # - KP_PageDown: {Wx::K_NUMPAD}_PAGEDOWN
264
+ # - KP_Prior: {Wx::K_NUMPAD}_PAGEUP
265
+ # - KP_Next: {Wx::K_NUMPAD}_PAGEDOWN
266
+ # - KP_End: {Wx::K_NUMPAD}_END
267
+ # - KP_Begin: {Wx::K_NUMPAD}_BEGIN
268
+ # - KP_Insert: {Wx::K_NUMPAD}_INSERT
269
+ # - KP_Delete: {Wx::K_NUMPAD}_DELETE
270
+ # - KP_Equal: {Wx::K_NUMPAD}_EQUAL
271
+ # - KP_Multiply: {Wx::K_NUMPAD}_MULTIPLY
272
+ # - KP_Add: {Wx::K_NUMPAD}_ADD
273
+ # - KP_Separator: {Wx::K_NUMPAD}_SEPARATOR
274
+ # - KP_Subtract: {Wx::K_NUMPAD}_SUBTRACT
275
+ # - KP_Decimal: {Wx::K_NUMPAD}_DECIMAL
276
+ # - KP_Divide: {Wx::K_NUMPAD}_DIVIDE
277
+ # - Windows_Left: {Wx::K_WINDOWS}_LEFT
278
+ # - Windows_Right: {Wx::K_WINDOWS}_RIGHT
279
+ # - Windows_Menu: {Wx::K_WINDOWS}_MENU
280
+ # - Command: {Wx::K_COMMAND}
216
281
  #
217
282
  # Examples:
218
283
  #
219
- # ```
220
- # m_pMyMenuItem->SetItemLabel("My &item\tCTRL+I");
221
- # m_pMyMenuItem2->SetItemLabel("Clean && build\tF7");
222
- # m_pMyMenuItem3->SetItemLabel("Simple item");
223
- # m_pMyMenuItem4->SetItemLabel("Item with &accelerator");
284
+ # ```ruby
285
+ # @my_menu_item.set_item_label("My &item\tCTRL+I")
286
+ # @my_menu_item2.set_item_label("Clean && build\tF7")
287
+ # @my_menu_item3.set_item_label("Simple item")
288
+ # @my_menu_item4.set_item_label("Item with &accelerator")
224
289
  # ```
225
290
  #
226
- # In {Wx::GTK} using <code>"SHIFT"</code> with non-alphabetic characters currently doesn't work, even in combination with other modifiers, due to GTK+ limitation. E.g. <code>Shift+Ctrl+A</code> works but <code>Shift+Ctrl+1</code> or <code>Shift+/</code> do not, so avoid using accelerators of this form in portable code.
291
+ # In wxGTK using <code>"SHIFT"</code> with non-alphabetic characters currently doesn't work, even in combination with other modifiers, due to GTK+ limitation. E.g. <code>Shift+Ctrl+A</code> works but <code>Shift+Ctrl+1</code> or <code>Shift+/</code> do not, so avoid using accelerators of this form in portable code.
227
292
  #
228
293
  # In {Wx::GTk}, the left/right/up/down arrow keys do not work as accelerator keys for a menu item unless a modifier key is used. Additionally, the following keycodes are not supported as menu accelerator keys:
229
- # - {Wx::K_COMMAND}/{Wx::K_CONTROL}- {Wx::K_SHIFT}- {Wx::K_ALT}- {Wx::K_SCROLL}- {Wx::K_CAPITAL}- {Wx::K_NUMLOCK}- {Wx::K_NUMPAD}_TAB- {Wx::K_TAB}- {Wx::K_WINDOWS}_LEFT- {Wx::K_WINDOWS}_RIGHT- {Wx::K_ADD}- {Wx::K_SEPARATOR}- {Wx::K_SUBTRACT}- {Wx::K_DECIMAL}- {Wx::K_DIVIDE}- {Wx::K_SNAPSHOT}
294
+ #
295
+ # - {Wx::K_COMMAND}/{Wx::K_CONTROL}
296
+ # - {Wx::K_SHIFT}
297
+ # - {Wx::K_ALT}
298
+ # - {Wx::K_SCROLL}
299
+ # - {Wx::K_CAPITAL}
300
+ # - {Wx::K_NUMLOCK}
301
+ # - {Wx::K_NUMPAD}_TAB
302
+ # - {Wx::K_TAB}
303
+ # - {Wx::K_WINDOWS}_LEFT
304
+ # - {Wx::K_WINDOWS}_RIGHT
305
+ # - {Wx::K_ADD}
306
+ # - {Wx::K_SEPARATOR}
307
+ # - {Wx::K_SUBTRACT}
308
+ # - {Wx::K_DECIMAL}
309
+ # - {Wx::K_DIVIDE}
310
+ # - {Wx::K_SNAPSHOT}
230
311
  # @see Wx::MenuItem#get_item_label
231
312
  # @see Wx::MenuItem#get_item_label_text
232
313
  # @param label [String]
@@ -235,7 +316,7 @@ module Wx
235
316
  alias_method :item_label=, :set_item_label
236
317
 
237
318
  # Sets the width of the menu item checkmark bitmap.
238
- # Availability: only available for the {Wx::MSW} port. {Wx::msw}
319
+ # Availability: only available for the wxMSW port. {Wx::msw}
239
320
  # @param width [Integer]
240
321
  # @return [void]
241
322
  def set_margin_width(width) end
@@ -254,7 +335,7 @@ module Wx
254
335
  alias_method :sub_menu=, :set_sub_menu
255
336
 
256
337
  # Sets the text colour associated with the menu item.
257
- # Availability: only available for the {Wx::MSW} port. {Wx::msw}
338
+ # Availability: only available for the wxMSW port. {Wx::msw}
258
339
  # @param colour [Wx::Colour,String,Symbol]
259
340
  # @return [void]
260
341
  def set_text_colour(colour) end
@@ -269,7 +350,7 @@ module Wx
269
350
  # Add an extra accelerator for this menu item.
270
351
  # Additional accelerators are not shown in the item's label, but still will trigger the menu command when pressed.
271
352
  # They can be useful to let multiple keys be used as accelerators for the same command, e.g. {Wx::K_ADD} and {Wx::K_NUMPAD}_ADD.
272
- # Availability: only available for the {Wx::MSW}, {Wx::GTK} ports. {Wx::msw},{Wx::gtk}
353
+ # Availability: only available for the wxMSW, wxGTK ports. {Wx::msw},{Wx::gtk}
273
354
  # @param accel [Wx::AcceleratorEntry]
274
355
  # @return [void]
275
356
  def add_extra_accel(accel) end
@@ -280,22 +361,22 @@ module Wx
280
361
  def clear_extra_accels; end
281
362
 
282
363
  # Constructs a {Wx::MenuItem} object.
283
- # Menu items can be standard, or "stock menu items", or custom. For the standard menu items (such as commands to open a file, exit the program and so on, see Stock Items for the full list) it is enough to specify just the stock ID and leave text and helpString empty. Some platforms (currently {Wx::GTK} only, and see the remark in {Wx::MenuItem#set_bitmap} documentation) will also show standard bitmaps for stock menu items.
364
+ # Menu items can be standard, or "stock menu items", or custom. For the standard menu items (such as commands to open a file, exit the program and so on, see Stock Items for the full list) it is enough to specify just the stock ID and leave text and helpString empty. Some platforms (currently wxGTK only, and see the remark in {Wx::MenuItem#set_bitmap} documentation) will also show standard bitmaps for stock menu items.
284
365
  # Leaving at least text empty for the stock menu items is actually strongly recommended as they will have appearance and keyboard interface (including standard accelerators) familiar to the user.
285
366
  # For the custom (non-stock) menu items, text must be specified and while helpString may be left empty, it's recommended to pass the item description (which is automatically shown by the library in the status bar when the menu item is selected) in this parameter.
286
367
  # Finally note that you can e.g. use a stock menu label without using its stock help string:
287
368
  #
288
- # ```
289
- # // use all stock properties:
290
- # helpMenu->Append(wxID_ABOUT);
369
+ # ```ruby
370
+ # # use all stock properties:
371
+ # helpMenu.append(wxID_ABOUT)
291
372
  #
292
- # // use the stock label and the stock accelerator but not the stock help string:
293
- # helpMenu->Append(wxID_ABOUT, "", "My custom help string");
373
+ # # use the stock label and the stock accelerator but not the stock help string:
374
+ # helpMenu.append(Wx::ID_ABOUT, "", "My custom help string")
294
375
  #
295
- # // use all stock properties except for the bitmap:
296
- # wxMenuItem *mymenu = new wxMenuItem(helpMenu, wxID_ABOUT);
297
- # mymenu->SetBitmap(wxArtProvider::GetBitmap(wxART_WARNING));
298
- # helpMenu->Append(mymenu);
376
+ # # use all stock properties except for the bitmap:
377
+ # mymenu = Wx::MenuItem.new(helpMenu, Wx::ID_ABOUT)
378
+ # mymenu.set_bitmap(Wx::ArtProvider.get_bitmap(Wx::ART_WARNING))
379
+ # helpMenu.append(mymenu)
299
380
  # ```
300
381
  #
301
382
  # that is, stock properties are set independently one from the other.
@@ -305,7 +386,7 @@ module Wx
305
386
  # @param helpString [String] Optional help string that will be shown on the status bar.
306
387
  # @param kind [ItemKind] May be {Wx::ItemKind::ITEM_SEPARATOR}, {Wx::ItemKind::ITEM_NORMAL}, {Wx::ItemKind::ITEM_CHECK} or {Wx::ItemKind::ITEM_RADIO}.
307
388
  # @param subMenu [Wx::Menu] If non-NULL, indicates that the menu item is a submenu.
308
- # @return [MenuItem]
389
+ # @return [Wx::MenuItem]
309
390
  def initialize(parentMenu=nil, id=Wx::StandardID::ID_SEPARATOR, text=(''), helpString=(''), kind=Wx::ItemKind::ITEM_NORMAL, subMenu=nil) end
310
391
 
311
392
  # Checks or unchecks the menu item.
@@ -322,8 +403,8 @@ module Wx
322
403
  # Strips all accelerator characters and mnemonics from the given text.
323
404
  # For example:
324
405
  #
325
- # ```
326
- # wxMenuItem::GetLabelText("&Hello\tCtrl-h");
406
+ # ```ruby
407
+ # Wx::MenuItem.get_label_text("&Hello\tCtrl-h")
327
408
  # ```
328
409
  #
329
410
  # will return just <code>"Hello"</code>.
@@ -14,11 +14,10 @@ module Wx
14
14
  # This is a convenient function which is usually used instead of using {Wx::MessageDialog} directly. Notice however that some of the features, such as extended text and custom labels for the message box buttons, are not provided by this function but only by {Wx::MessageDialog}.
15
15
  # The return value is one of: {Wx::YES}, {Wx::NO}, {Wx::CANCEL}, {Wx::OK} or {Wx::HELP} (notice that this return value is <b>different</b> from the return value of {Wx::MessageDialog#show_modal}).
16
16
  # For example:
17
- # ```
18
- # int answer = wxMessageBox("Quit program?", "Confirm",
19
- # wxYES_NO | wxCANCEL, main_frame);
20
- # if (answer == wxYES)
21
- # main_frame->Close();
17
+ # ```ruby
18
+ # answer = Wx.message_box("Quit program?", "Confirm",
19
+ # Wx::YES_NO | Wx::CANCEL, main_frame)
20
+ # main_frame.close if answer == Wx::YES
22
21
  # ```
23
22
  #
24
23
  # message may contain newline characters, in which case the message will be split into separate lines, to cater for large messages.
@@ -35,24 +34,41 @@ module Wx
35
34
  # === Styles
36
35
  #
37
36
  # This class supports the following styles:
38
- #
37
+ #
39
38
  # - {Wx::OK}: Puts an Ok button in the message box. May be combined with {Wx::CANCEL}.
39
+ #
40
40
  # - {Wx::CANCEL}: Puts a Cancel button in the message box. Must be combined with either {Wx::OK} or {Wx::YES_NO}.
41
- # - {Wx::YES_NO}: Puts Yes and No buttons in the message box. It is recommended to always use {Wx::CANCEL} with this style as otherwise the message box won't have a close button under {Wx::MSW} and the user will be forced to answer it.
42
- # - {Wx::HELP}: Puts a Help button to the message box. This button can have special appearance or be specially positioned if its label is not changed from the default one. Notice that using this button is not supported when showing a message box from non-main thread in {Wx::OSX}/Cocoa. Available since wxWidgets 2.9.3.
41
+ #
42
+ # - {Wx::YES_NO}: Puts Yes and No buttons in the message box. It is recommended to always use {Wx::CANCEL} with this style as otherwise the message box won't have a close button under wxMSW and the user will be forced to answer it.
43
+ #
44
+ # - {Wx::HELP}: Puts a Help button to the message box. This button can have special appearance or be specially positioned if its label is not changed from the default one. Notice that using this button is not supported when showing a message box from non-main thread in wxOSX/Cocoa. Available since wxWidgets 2.9.3.
45
+ #
43
46
  # - {Wx::NO_DEFAULT}: Makes the "No" button default, can only be used with {Wx::YES_NO}.
44
- # - {Wx::CANCEL_DEFAULT}: Makes the "Cancel" button default, can only be used with {Wx::CANCEL}. This style is currently not supported (and ignored) in {Wx::OSX}.
47
+ #
48
+ # - {Wx::CANCEL_DEFAULT}: Makes the "Cancel" button default, can only be used with {Wx::CANCEL}. This style is currently not supported (and ignored) in wxOSX.
49
+ #
45
50
  # - {Wx::YES_DEFAULT}: Makes the "Yes" button default, this is the default behaviour and this flag exists solely for symmetry with {Wx::NO_DEFAULT}.
51
+ #
46
52
  # - {Wx::OK_DEFAULT}: Makes the "OK" button default, this is the default behaviour and this flag exists solely for symmetry with {Wx::CANCEL_DEFAULT}.
53
+ #
47
54
  # - {Wx::ICON_NONE}: Displays no icon in the dialog if possible (an icon might still be displayed if the current platform mandates its use). This style may be used to prevent the dialog from using the default icon based on {Wx::YES_NO} presence as explained in {Wx::ICON_QUESTION} and {Wx::ICON_INFORMATION} documentation below.
55
+ #
48
56
  # - {Wx::ICON_ERROR}: Displays an error icon in the dialog.
57
+ #
49
58
  # - {Wx::ICON_WARNING}: Displays a warning icon in the dialog. This style should be used for informative warnings or, in combination with {Wx::YES_NO} or {Wx::CANCEL}, for questions that have potentially serious consequences (caution icon is used on macOS in this case).
50
- # - {Wx::ICON_QUESTION}: Displays a question mark symbol. This icon is automatically used with {Wx::YES_NO} so it's usually unnecessary to specify it explicitly. This style is not supported for message dialogs under {Wx::MSW} when a task dialog is used to implement them (i.e. when running under Windows Vista or later) because Microsoft guidelines indicate that no icon should be used for routine confirmations. If it is specified, no icon will be displayed.
59
+ #
60
+ # - {Wx::ICON_QUESTION}: Displays a question mark symbol. This icon is automatically used with {Wx::YES_NO} so it's usually unnecessary to specify it explicitly. This style is not supported for message dialogs under wxMSW when a task dialog is used to implement them (i.e. when running under Windows Vista or later) because Microsoft guidelines indicate that no icon should be used for routine confirmations. If it is specified, no icon will be displayed.
61
+ #
51
62
  # - {Wx::ICON_INFORMATION}: Displays an information symbol. This icon is used by default if {Wx::YES_NO} is not given so it is usually unnecessary to specify it explicitly.
63
+ #
52
64
  # - {Wx::ICON_EXCLAMATION}: Alias for {Wx::ICON_WARNING}.
65
+ #
53
66
  # - {Wx::ICON_HAND}: Alias for {Wx::ICON_ERROR}.
54
- # - {Wx::ICON_AUTH_NEEDED}: Displays an authentication needed symbol. This style is only supported for message dialogs under {Wx::MSW} when a task dialog is used to implement them (i.e. when running under Windows Vista or later). In other cases the default icon selection logic will be used. Note this can be combined with other styles to provide a fallback. For instance, using {Wx::ICON_AUTH_NEEDED} | {Wx::ICON_QUESTION} will show a shield symbol on Windows Vista or above and a question symbol on other platforms. Available since wxWidgets 2.9.5
67
+ #
68
+ # - {Wx::ICON_AUTH_NEEDED}: Displays an authentication needed symbol. This style is only supported for message dialogs under wxMSW when a task dialog is used to implement them (i.e. when running under Windows Vista or later). In other cases the default icon selection logic will be used. Note this can be combined with other styles to provide a fallback. For instance, using {Wx::ICON_AUTH_NEEDED} | {Wx::ICON_QUESTION} will show a shield symbol on Windows Vista or above and a question symbol on other platforms. Available since wxWidgets 2.9.5
69
+ #
55
70
  # - {Wx::STAY_ON_TOP}: Makes the message box stay on top of all other windows and not only just its parent (currently implemented only under MSW and GTK).
71
+ #
56
72
  # - {Wx::GeometryCentre::CENTRE}: Centre the message box on its parent or on the screen if parent is not specified. Setting this style under MSW makes no differences as the dialog is always centered on the parent.
57
73
  #
58
74
  # ===
@@ -74,7 +90,7 @@ module Wx
74
90
  # @param caption [String] The dialog title.
75
91
  # @param style [Integer] Combination of style flags described above.
76
92
  # @param pos [Array(Integer, Integer), Wx::Point] Dialog position (ignored under MSW).
77
- # @return [MessageDialog]
93
+ # @return [Wx::MessageDialog]
78
94
  def initialize(parent, message, caption=Wx::MESSAGE_BOX_CAPTION_STR, style=(Wx::OK|Wx::GeometryCentre::CENTRE), pos=Wx::DEFAULT_POSITION) end
79
95
 
80
96
  # Sets the extended message for the dialog: this message is usually an extension of the short message specified in the constructor or set with {Wx::MessageDialog#set_message}.
@@ -87,7 +103,7 @@ module Wx
87
103
  # Sets the label for the Help button.
88
104
  # Please see the remarks in {Wx::MessageDialog#set_yes_no_labels} documentation.
89
105
  # Notice that changing the label of the help button resets its special status (if any, this depends on the platform) and it will be treated just like another button in this case.
90
- # @param help [ButtonLabel]
106
+ # @param help [String,Integer]
91
107
  # @return [true,false]
92
108
  def set_help_label(help) end
93
109
  alias_method :help_label=, :set_help_label
@@ -100,44 +116,46 @@ module Wx
100
116
 
101
117
  # Overrides the default labels of the OK and Cancel buttons.
102
118
  # Please see the remarks in {Wx::MessageDialog#set_yes_no_labels} documentation.
103
- # @param ok [ButtonLabel]
104
- # @param cancel [ButtonLabel]
119
+ # @param ok [String,Integer]
120
+ # @param cancel [String,Integer]
105
121
  # @return [true,false]
106
122
  def set_ok_cancel_labels(ok, cancel) end
107
123
 
108
124
  # Overrides the default label of the OK button.
109
125
  # Please see the remarks in {Wx::MessageDialog#set_yes_no_labels} documentation.
110
- # @param ok [ButtonLabel]
126
+ # @param ok [String,Integer]
111
127
  # @return [true,false]
112
128
  def set_ok_label(ok) end
113
129
  alias_method :ok_label=, :set_ok_label
114
130
 
115
131
  # Overrides the default labels of the Yes, No and Cancel buttons.
116
132
  # Please see the remarks in {Wx::MessageDialog#set_yes_no_labels} documentation.
117
- # @param yes [ButtonLabel]
118
- # @param no [ButtonLabel]
119
- # @param cancel [ButtonLabel]
133
+ # @param yes [String,Integer]
134
+ # @param no [String,Integer]
135
+ # @param cancel [String,Integer]
120
136
  # @return [true,false]
121
137
  def set_yes_no_cancel_labels(yes, no, cancel) end
122
138
 
123
139
  # Overrides the default labels of the Yes and No buttons.
124
140
  # The arguments of this function can be either strings or one of the standard identifiers, such as {Wx::StandardID::ID_APPLY} or {Wx::StandardID::ID_OPEN}. Notice that even if the label is specified as an identifier, the return value of the dialog {Wx::MessageDialog#show_modal} method still remains one of {Wx::StandardID::ID_OK}, {Wx::StandardID::ID_CANCEL}, {Wx::StandardID::ID_YES} or {Wx::StandardID::ID_NO} values, i.e. this identifier changes only the label appearance but not the return code generated by the button. It is possible to mix stock identifiers and string labels in the same function call, for example:
125
- # ```
126
- # wxMessageDialog dlg(...);
127
- # dlg.SetYesNoLabels(wxID_SAVE, _("&Don't save"));
141
+ # ```ruby
142
+ # Wx.MessageDialog(...) do |dlg|
143
+ # dlg.set_yes_no_labels(Wx::ID_SAVE, "&Don't save")
144
+ # end
128
145
  # ```
129
146
  #
130
147
  # Also notice that this function is not currently available on all platforms (although as of wxWidgets 2.9.0 it is implemented in all major ports), so it may return false to indicate that the labels couldn't be changed. If it returns true, the labels were set successfully.
131
148
  # Typically, if the function was used successfully, the main dialog message may need to be changed, e.g.:
149
+ # ```ruby
150
+ # Wx.MessageDialog(...) do |dlg|
151
+ # if dlg.set_yes_no_labels("&Quit, "&Don't quit")
152
+ # dlg.set_message('What do you want to do?')
153
+ # else # buttons have standard "Yes"/"No" values, so rephrase the question
154
+ # dlg.set_message('Do you really want to quit?')
155
+ # end
132
156
  # ```
133
- # wxMessageDialog dlg(...);
134
- # if ( dlg.SetYesNoLabels(_("&Quit"), _("&Don't quit")) )
135
- # dlg.SetMessage(_("What do you want to do?"));
136
- # else // buttons have standard "Yes"/"No" values, so rephrase the question
137
- # dlg.SetMessage(_("Do you really want to quit?"));
138
- # ```
139
- # @param yes [ButtonLabel]
140
- # @param no [ButtonLabel]
157
+ # @param yes [String,Integer]
158
+ # @param no [String,Integer]
141
159
  # @return [true,false]
142
160
  def set_yes_no_labels(yes, no) end
143
161
 
@@ -12,16 +12,25 @@ module Wx
12
12
  # === Styles
13
13
  #
14
14
  # This class supports the following styles:
15
- #
15
+ #
16
16
  # - {Wx::ICONIZE}: Display the frame iconized (minimized) (Windows only).
17
+ #
17
18
  # - {Wx::CAPTION}: Puts a caption on the frame.
19
+ #
18
20
  # - {Wx::MINIMIZE}: Identical to {Wx::ICONIZE}.
21
+ #
19
22
  # - {Wx::MINIMIZE_BOX}: Displays a minimize box on the frame (Windows and Motif only).
23
+ #
20
24
  # - {Wx::MAXIMIZE}: Displays the frame maximized (Windows only).
25
+ #
21
26
  # - {Wx::MAXIMIZE_BOX}: Displays a maximize box on the frame (Windows and Motif only).
27
+ #
22
28
  # - {Wx::CLOSE_BOX}: Displays a close box on the frame.
29
+ #
23
30
  # - {Wx::STAY_ON_TOP}: Stay on top of other windows (Windows only).
31
+ #
24
32
  # - {Wx::SYSTEM_MENU}: Displays a system menu (Windows and Motif only).
33
+ #
25
34
  # - {Wx::RESIZE_BORDER}: Displays a resizable border around the window.
26
35
  #
27
36
  # This class has miniframe functionality under Windows and GTK, i.e. the presence of mini frame will not be noted in the task bar and focus behaviour is different. On other platforms, it behaves like a normal frame.
@@ -39,7 +48,7 @@ module Wx
39
48
 
40
49
  # @overload initialize()
41
50
  # Default ctor.
42
- # @return [MiniFrame]
51
+ # @return [Wx::MiniFrame]
43
52
  # @overload initialize(parent, id, title, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=(Wx::CAPTION|Wx::RESIZE_BORDER), name=Wx::FrameNameStr)
44
53
  # Constructor, creating the window.
45
54
  # The frame behaves like a normal frame on non-Windows platforms.
@@ -51,7 +60,7 @@ module Wx
51
60
  # @param size [Array(Integer, Integer), Wx::Size] The window size. The value {Wx::DEFAULT_SIZE} indicates a default size, chosen by either the windowing system or wxWidgets, depending on platform.
52
61
  # @param style [Integer] The window style. See {Wx::MiniFrame}.
53
62
  # @param name [String] The name of the window. This parameter is used to associate a name with the item, allowing the application user to set Motif resource values for individual windows.
54
- # @return [MiniFrame]
63
+ # @return [Wx::MiniFrame]
55
64
  def initialize(*args) end
56
65
 
57
66
  # Used in two-step frame construction.
@@ -26,7 +26,7 @@ module Wx
26
26
  alias_method :position, :get_position
27
27
 
28
28
  # Default constructor.
29
- # @return [MouseState]
29
+ # @return [Wx::MouseState]
30
30
  def initialize; end
31
31
 
32
32
  # Returns X coordinate of the physical mouse event position.
@@ -10,9 +10,11 @@ module Wx
10
10
  # === Styles
11
11
  #
12
12
  # This class supports the following styles:
13
- #
13
+ #
14
14
  # - {Wx::OK}: Show an OK button.
15
+ #
15
16
  # - {Wx::CANCEL}: Show a Cancel button.
17
+ #
16
18
  # - {Wx::GeometryCentre::CENTRE}: Centre the message.
17
19
  #
18
20
  # ===
@@ -32,7 +34,7 @@ module Wx
32
34
  # @param choices [Array<String>] An array of strings, or a string list, containing the choices.
33
35
  # @param style [Integer] A dialog style (bitlist) containing flags chosen from standard dialog styles and the ones listed in the class documentation. The default value is equivalent to {Wx::DEFAULT_DIALOG_STYLE} | {Wx::RESIZE_BORDER} | {Wx::OK} | {Wx::CANCEL} | {Wx::GeometryCentre::CENTRE}.
34
36
  # @param pos [Array(Integer, Integer), Wx::Point] Dialog position.
35
- # @return [MultiChoiceDialog]
37
+ # @return [Wx::MultiChoiceDialog]
36
38
  def initialize(parent, message, caption, choices, style=Wx::CHOICEDLG_STYLE, pos=Wx::DEFAULT_POSITION) end
37
39
 
38
40
  # Returns array with indexes of selected items.
@@ -26,16 +26,15 @@ module Wx
26
26
  # Set the window shape to the given path.
27
27
  # Set the window shape to the interior of the given path and also draw the window border along the specified path.
28
28
  # For example, to make a clock-like circular window you could use
29
- # ```
30
- # wxSize size = GetSize();
31
- # wxGraphicsPath
32
- # path = wxGraphicsRenderer::GetDefaultRenderer()->CreatePath();
33
- # path.AddCircle(size.x/2, size.y/2, 30);
34
- # SetShape(path);
29
+ # ```ruby
30
+ # size = get_size
31
+ # path = Wx::GraphicsRenderer.get_default_renderer.create_path
32
+ # path.add_circle(size.x/2, size.y/2, 30)
33
+ # set_shape(path)
35
34
  # ```
36
35
  #
37
36
  # Note that windows with non default shape have a fixed size and can't be resized using {Wx::NonOwnedWindow#set_size}.
38
- # As the overload above, this method is not guaranteed to work on all platforms but currently does work in {Wx::MSW}, {Wx::OSX}/Cocoa and {Wx::GTK} (with the appropriate but almost always present X11 extensions) ports.
37
+ # As the overload above, this method is not guaranteed to work on all platforms but currently does work in wxMSW, wxOSX/Cocoa and wxGTK (with the appropriate but almost always present X11 extensions) ports.
39
38
  # @param path [Wx::GraphicsPath]
40
39
  # @return [true,false]
41
40
  def set_shape(*args) end