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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (685) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/ext/mkrf_conf_bingem.rb +4 -1
  4. data/ext/wxbase32u_gcc_custom.dll +0 -0
  5. data/ext/wxbase32u_net_gcc_custom.dll +0 -0
  6. data/ext/wxbase32u_xml_gcc_custom.dll +0 -0
  7. data/ext/wxmsw32u_aui_gcc_custom.dll +0 -0
  8. data/ext/wxmsw32u_core_gcc_custom.dll +0 -0
  9. data/ext/wxmsw32u_gl_gcc_custom.dll +0 -0
  10. data/ext/wxmsw32u_html_gcc_custom.dll +0 -0
  11. data/ext/wxmsw32u_media_gcc_custom.dll +0 -0
  12. data/ext/wxmsw32u_propgrid_gcc_custom.dll +0 -0
  13. data/ext/wxmsw32u_qa_gcc_custom.dll +0 -0
  14. data/ext/wxmsw32u_ribbon_gcc_custom.dll +0 -0
  15. data/ext/wxmsw32u_richtext_gcc_custom.dll +0 -0
  16. data/ext/wxmsw32u_stc_gcc_custom.dll +0 -0
  17. data/ext/wxmsw32u_webview_gcc_custom.dll +0 -0
  18. data/ext/wxmsw32u_xrc_gcc_custom.dll +0 -0
  19. data/lib/wx/accessors.rb +10 -2
  20. data/lib/wx/aui/auifloatframe.rb +20 -0
  21. data/lib/wx/aui/auimanager.rb +3 -0
  22. data/lib/wx/aui/auinotebook.rb +17 -0
  23. data/lib/wx/aui/events/evt_list.rb +7 -7
  24. data/lib/wx/aui/require.rb +5 -1
  25. data/lib/wx/aui.rb +4 -1
  26. data/lib/wx/core/acceleratortable.rb +8 -0
  27. data/lib/wx/core/animation.rb +8 -0
  28. data/lib/wx/core/app.rb +8 -0
  29. data/lib/wx/core/array_ext.rb +7 -0
  30. data/lib/wx/core/art_locator.rb +7 -0
  31. data/lib/wx/core/artprovider.rb +9 -0
  32. data/lib/wx/core/bitmap.rb +16 -4
  33. data/lib/wx/core/bitmap_combobox.rb +7 -0
  34. data/lib/wx/core/brush.rb +7 -0
  35. data/lib/wx/core/busycursor.rb +9 -0
  36. data/lib/wx/core/choice.rb +7 -0
  37. data/lib/wx/core/choicedlg.rb +7 -0
  38. data/lib/wx/core/clientdc.rb +9 -0
  39. data/lib/wx/core/clipboard.rb +8 -0
  40. data/lib/wx/core/collapsible_pane.rb +8 -1
  41. data/lib/wx/core/colour.rb +8 -0
  42. data/lib/wx/core/combo_ctrl.rb +110 -0
  43. data/lib/wx/core/combobox.rb +7 -0
  44. data/lib/wx/core/config.rb +303 -0
  45. data/lib/wx/core/const.rb +83 -0
  46. data/lib/wx/core/controlwithitems.rb +12 -1
  47. data/lib/wx/core/cursor.rb +14 -4
  48. data/lib/wx/core/data_object.rb +7 -0
  49. data/lib/wx/core/dataformat.rb +9 -0
  50. data/lib/wx/core/datetime.rb +14 -0
  51. data/lib/wx/core/dc.rb +7 -0
  52. data/lib/wx/core/dialog.rb +18 -1
  53. data/lib/wx/core/enum.rb +7 -0
  54. data/lib/wx/core/event.rb +7 -0
  55. data/lib/wx/core/event_blocker.rb +7 -0
  56. data/lib/wx/core/event_loop.rb +7 -0
  57. data/lib/wx/core/events/evt_list.rb +100 -0
  58. data/lib/wx/core/evthandler.rb +8 -0
  59. data/lib/wx/core/ext.rb +7 -0
  60. data/lib/wx/core/file_dialog.rb +23 -0
  61. data/lib/wx/core/find_replace_dialog.rb +7 -0
  62. data/lib/wx/core/functions.rb +8 -0
  63. data/lib/wx/core/gauge.rb +10 -1
  64. data/lib/wx/core/genericdirctrl.rb +9 -0
  65. data/lib/wx/core/hboxsizer.rb +16 -0
  66. data/lib/wx/core/helpcontroller.rb +8 -0
  67. data/lib/wx/core/helpcontrollerhelpprovider.rb +9 -0
  68. data/lib/wx/core/helpprovider.rb +10 -1
  69. data/lib/wx/core/icon.rb +17 -6
  70. data/lib/wx/core/id_helper.rb +7 -0
  71. data/lib/wx/core/image.rb +16 -4
  72. data/lib/wx/core/imagelist.rb +8 -1
  73. data/lib/wx/core/listbox.rb +7 -0
  74. data/lib/wx/core/listctrl.rb +9 -0
  75. data/lib/wx/core/locale.rb +8 -0
  76. data/lib/wx/core/log.rb +24 -0
  77. data/lib/wx/core/menu.rb +9 -0
  78. data/lib/wx/core/menu_bar.rb +7 -0
  79. data/lib/wx/core/menuitem.rb +9 -0
  80. data/lib/wx/core/notebook.rb +9 -0
  81. data/lib/wx/core/object.rb +9 -0
  82. data/lib/wx/core/paintdc.rb +7 -0
  83. data/lib/wx/core/pen.rb +7 -0
  84. data/lib/wx/core/pen_info.rb +7 -0
  85. data/lib/wx/core/platform_info.rb +7 -0
  86. data/lib/wx/core/point.rb +8 -0
  87. data/lib/wx/core/real_point.rb +8 -0
  88. data/lib/wx/core/rect.rb +9 -0
  89. data/lib/wx/core/region_iterator.rb +7 -0
  90. data/lib/wx/core/simplehelpprovider.rb +9 -0
  91. data/lib/wx/core/size.rb +8 -0
  92. data/lib/wx/core/sizer.rb +9 -0
  93. data/lib/wx/core/splash_screen.rb +22 -2
  94. data/lib/wx/core/text_entry.rb +7 -0
  95. data/lib/wx/core/textctrl.rb +86 -5
  96. data/lib/wx/core/timer.rb +9 -0
  97. data/lib/wx/core/toolbar.rb +9 -0
  98. data/lib/wx/core/toolbartool.rb +8 -0
  99. data/lib/wx/core/treectrl.rb +9 -0
  100. data/lib/wx/core/v_list_box.rb +7 -0
  101. data/lib/wx/core/validator.rb +7 -0
  102. data/lib/wx/core/variant.rb +7 -0
  103. data/lib/wx/core/vboxsizer.rb +16 -0
  104. data/lib/wx/core/window.rb +8 -0
  105. data/lib/wx/core/window_update_locker.rb +9 -0
  106. data/lib/wx/core/xmlresource.rb +8 -0
  107. data/lib/wx/core.rb +4 -1
  108. data/lib/wx/doc/app.rb +7 -1
  109. data/lib/wx/doc/array_ext.rb +6 -0
  110. data/lib/wx/doc/art_locator.rb +7 -0
  111. data/lib/wx/doc/aui/auimanager.rb +6 -0
  112. data/lib/wx/doc/aui/auinotebook.rb +6 -0
  113. data/lib/wx/doc/bitmap.rb +12 -4
  114. data/lib/wx/doc/brush.rb +6 -0
  115. data/lib/wx/doc/busy_info.rb +6 -0
  116. data/lib/wx/doc/client_dc.rb +6 -0
  117. data/lib/wx/doc/clipboard.rb +6 -0
  118. data/lib/wx/doc/colour_dialog.rb +6 -0
  119. data/lib/wx/doc/config.rb +190 -0
  120. data/lib/wx/doc/const.rb +73 -66
  121. data/lib/wx/doc/controlwithitems.rb +6 -0
  122. data/lib/wx/doc/core.rb +6 -0
  123. data/lib/wx/doc/cursor.rb +13 -5
  124. data/lib/wx/doc/data_object.rb +6 -0
  125. data/lib/wx/doc/datetime.rb +16 -0
  126. data/lib/wx/doc/dc.rb +6 -0
  127. data/lib/wx/doc/enum.rb +8 -1
  128. data/lib/wx/doc/event.rb +6 -0
  129. data/lib/wx/doc/event_blocker.rb +6 -0
  130. data/lib/wx/doc/event_loop.rb +6 -0
  131. data/lib/wx/doc/events.rb +6 -0
  132. data/lib/wx/doc/evthandler.rb +8 -0
  133. data/lib/wx/doc/extra/01_packages.md +52 -51
  134. data/lib/wx/doc/extra/05_event-handling.md +37 -12
  135. data/lib/wx/doc/extra/06_geometry.md +5 -5
  136. data/lib/wx/doc/extra/07_colour_and_font.md +2 -2
  137. data/lib/wx/doc/extra/09_exceptions.md +1 -1
  138. data/lib/wx/doc/extra/10_art.md +18 -12
  139. data/lib/wx/doc/extra/11_drawing_and_dc.md +4 -4
  140. data/lib/wx/doc/font.rb +6 -0
  141. data/lib/wx/doc/font_data.rb +16 -0
  142. data/lib/wx/doc/functions.rb +18 -10
  143. data/lib/wx/doc/gc_dc.rb +6 -0
  144. data/lib/wx/doc/gdi_common.rb +8 -1
  145. data/lib/wx/doc/gen/about_dialog_info.rb +9 -9
  146. data/lib/wx/doc/gen/accelerator.rb +4 -9
  147. data/lib/wx/doc/gen/accessible.rb +21 -21
  148. data/lib/wx/doc/gen/activity_indicator.rb +4 -4
  149. data/lib/wx/doc/gen/animation.rb +13 -13
  150. data/lib/wx/doc/gen/animation_ctrl.rb +9 -9
  151. data/lib/wx/doc/gen/any_button.rb +2 -2
  152. data/lib/wx/doc/gen/app.rb +16 -85
  153. data/lib/wx/doc/gen/app_traits.rb +381 -0
  154. data/lib/wx/doc/gen/art_provider.rb +4 -4
  155. data/lib/wx/doc/gen/aui/aui_manager.rb +12 -14
  156. data/lib/wx/doc/gen/aui/aui_manager_event.rb +5 -5
  157. data/lib/wx/doc/gen/aui/aui_mdi_child_frame.rb +15 -16
  158. data/lib/wx/doc/gen/aui/aui_mdi_client_window.rb +1 -1
  159. data/lib/wx/doc/gen/aui/aui_mdi_parent_frame.rb +4 -4
  160. data/lib/wx/doc/gen/aui/aui_notebook.rb +102 -19
  161. data/lib/wx/doc/gen/aui/aui_notebook_event.rb +1 -1
  162. data/lib/wx/doc/gen/aui/aui_pane_info.rb +44 -44
  163. data/lib/wx/doc/gen/aui/aui_tab_art.rb +11 -11
  164. data/lib/wx/doc/gen/aui/aui_tool_bar.rb +28 -28
  165. data/lib/wx/doc/gen/aui/aui_tool_bar_art.rb +2 -2
  166. data/lib/wx/doc/gen/aui/aui_tool_bar_event.rb +3 -3
  167. data/lib/wx/doc/gen/aui/aui_tool_bar_item.rb +7 -7
  168. data/lib/wx/doc/gen/aui/event_list.rb +7 -0
  169. data/lib/wx/doc/gen/banner_window.rb +98 -0
  170. data/lib/wx/doc/gen/bitmap.rb +26 -57
  171. data/lib/wx/doc/gen/bitmap_button.rb +5 -5
  172. data/lib/wx/doc/gen/bitmap_combo_box.rb +6 -6
  173. data/lib/wx/doc/gen/book_ctrl_base.rb +13 -13
  174. data/lib/wx/doc/gen/book_ctrl_event.rb +1 -1
  175. data/lib/wx/doc/gen/brush.rb +8 -8
  176. data/lib/wx/doc/gen/button.rb +6 -6
  177. data/lib/wx/doc/gen/calendar_ctrl.rb +12 -12
  178. data/lib/wx/doc/gen/calendar_date_attr.rb +11 -11
  179. data/lib/wx/doc/gen/calendar_event.rb +2 -8
  180. data/lib/wx/doc/gen/caret.rb +4 -4
  181. data/lib/wx/doc/gen/check_box.rb +11 -11
  182. data/lib/wx/doc/gen/check_list_box.rb +7 -7
  183. data/lib/wx/doc/gen/choice.rb +5 -5
  184. data/lib/wx/doc/gen/choicebook.rb +1 -1
  185. data/lib/wx/doc/gen/clipboard.rb +9 -9
  186. data/lib/wx/doc/gen/collapsible_pane.rb +6 -6
  187. data/lib/wx/doc/gen/collapsible_pane_event.rb +3 -3
  188. data/lib/wx/doc/gen/colour.rb +26 -26
  189. data/lib/wx/doc/gen/colour_dialog.rb +6 -6
  190. data/lib/wx/doc/gen/colour_picker_ctrl.rb +3 -3
  191. data/lib/wx/doc/gen/combo_box.rb +11 -11
  192. data/lib/wx/doc/gen/combo_ctrl.rb +960 -0
  193. data/lib/wx/doc/gen/command_link_button.rb +110 -0
  194. data/lib/wx/doc/gen/config_base.rb +10 -0
  195. data/lib/wx/doc/gen/context_help_button.rb +3 -3
  196. data/lib/wx/doc/gen/control.rb +5 -5
  197. data/lib/wx/doc/gen/control_with_items.rb +5 -5
  198. data/lib/wx/doc/gen/core.rb +6 -6
  199. data/lib/wx/doc/gen/cursor.rb +4 -9
  200. data/lib/wx/doc/gen/data_format.rb +3 -3
  201. data/lib/wx/doc/gen/data_object.rb +14 -14
  202. data/lib/wx/doc/gen/date_event.rb +1 -1
  203. data/lib/wx/doc/gen/date_picker_ctrl.rb +5 -5
  204. data/lib/wx/doc/gen/dc.rb +127 -64
  205. data/lib/wx/doc/gen/defs.rb +3 -3
  206. data/lib/wx/doc/gen/dial_up_event.rb +42 -0
  207. data/lib/wx/doc/gen/dial_up_manager.rb +129 -0
  208. data/lib/wx/doc/gen/dialog.rb +48 -19
  209. data/lib/wx/doc/gen/dir_filter_list_ctrl.rb +1 -1
  210. data/lib/wx/doc/gen/dir_picker_ctrl.rb +5 -5
  211. data/lib/wx/doc/gen/drag_drop.rb +18 -44
  212. data/lib/wx/doc/gen/drag_image.rb +7 -32
  213. data/lib/wx/doc/gen/editable_list_box.rb +4 -4
  214. data/lib/wx/doc/gen/event.rb +22 -24
  215. data/lib/wx/doc/gen/event_blocker.rb +1 -1
  216. data/lib/wx/doc/gen/event_list.rb +133 -7
  217. data/lib/wx/doc/gen/events.rb +162 -166
  218. data/lib/wx/doc/gen/evt_handler.rb +7 -7
  219. data/lib/wx/doc/gen/ext_help_controller.rb +8 -8
  220. data/lib/wx/doc/gen/file_ctrl.rb +200 -0
  221. data/lib/wx/doc/gen/file_ctrl_event.rb +80 -0
  222. data/lib/wx/doc/gen/file_dialog.rb +5 -3
  223. data/lib/wx/doc/gen/file_dialog_custom_control.rb +146 -0
  224. data/lib/wx/doc/gen/file_dialog_customize_hook.rb +159 -0
  225. data/lib/wx/doc/gen/file_dir_picker_event.rb +1 -1
  226. data/lib/wx/doc/gen/file_picker_ctrl.rb +5 -5
  227. data/lib/wx/doc/gen/file_system.rb +250 -0
  228. data/lib/wx/doc/gen/find_dialog_event.rb +1 -1
  229. data/lib/wx/doc/gen/find_replace_dialog.rb +1 -1
  230. data/lib/wx/doc/gen/flex_grid_sizer.rb +4 -4
  231. data/lib/wx/doc/gen/font.rb +61 -66
  232. data/lib/wx/doc/gen/font_data.rb +6 -6
  233. data/lib/wx/doc/gen/font_dialog.rb +2 -2
  234. data/lib/wx/doc/gen/font_picker_ctrl.rb +3 -3
  235. data/lib/wx/doc/gen/frame.rb +10 -24
  236. data/lib/wx/doc/gen/fs_file.rb +61 -21
  237. data/lib/wx/doc/gen/gauge.rb +5 -5
  238. data/lib/wx/doc/gen/gb_sizer_item.rb +12 -26
  239. data/lib/wx/doc/gen/gdi_common.rb +8 -8
  240. data/lib/wx/doc/gen/generic_dir_ctrl.rb +8 -8
  241. data/lib/wx/doc/gen/graphics_context.rb +291 -60
  242. data/lib/wx/doc/gen/graphics_object.rb +47 -101
  243. data/lib/wx/doc/gen/grid/grid_cell_activatable_editor.rb +2 -0
  244. data/lib/wx/doc/gen/grid/grid_cell_attr.rb +36 -51
  245. data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_editor.rb +2 -0
  246. data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_renderer.rb +2 -0
  247. data/lib/wx/doc/gen/grid/grid_cell_bool_editor.rb +3 -1
  248. data/lib/wx/doc/gen/grid/grid_cell_bool_renderer.rb +2 -0
  249. data/lib/wx/doc/gen/grid/grid_cell_choice_editor.rb +7 -12
  250. data/lib/wx/doc/gen/grid/grid_cell_date_editor.rb +2 -0
  251. data/lib/wx/doc/gen/grid/grid_cell_date_renderer.rb +2 -0
  252. data/lib/wx/doc/gen/grid/grid_cell_date_time_renderer.rb +3 -1
  253. data/lib/wx/doc/gen/grid/grid_cell_editor.rb +6 -4
  254. data/lib/wx/doc/gen/grid/grid_cell_enum_editor.rb +2 -0
  255. data/lib/wx/doc/gen/grid/grid_cell_enum_renderer.rb +2 -0
  256. data/lib/wx/doc/gen/grid/grid_cell_float_editor.rb +2 -0
  257. data/lib/wx/doc/gen/grid/grid_cell_float_renderer.rb +2 -0
  258. data/lib/wx/doc/gen/grid/grid_cell_number_editor.rb +2 -0
  259. data/lib/wx/doc/gen/grid/grid_cell_number_renderer.rb +2 -0
  260. data/lib/wx/doc/gen/grid/grid_cell_renderer.rb +3 -1
  261. data/lib/wx/doc/gen/grid/grid_cell_string_renderer.rb +2 -0
  262. data/lib/wx/doc/gen/grid/grid_cell_text_editor.rb +2 -0
  263. data/lib/wx/doc/gen/grid/grid_ctrl.rb +416 -173
  264. data/lib/wx/doc/gen/grid/grid_editor_created_event.rb +1 -1
  265. data/lib/wx/doc/gen/grid/grid_event.rb +7 -7
  266. data/lib/wx/doc/gen/grid/grid_range_select_event.rb +9 -9
  267. data/lib/wx/doc/gen/grid/grid_size_event.rb +5 -5
  268. data/lib/wx/doc/gen/grid/grid_string_table.rb +6 -6
  269. data/lib/wx/doc/gen/grid/grid_table_base.rb +15 -15
  270. data/lib/wx/doc/gen/grid_bag_sizer.rb +10 -10
  271. data/lib/wx/doc/gen/gui_event_loop.rb +12 -12
  272. data/lib/wx/doc/gen/header_ctrl.rb +755 -0
  273. data/lib/wx/doc/gen/header_ctrl_event.rb +131 -0
  274. data/lib/wx/doc/gen/help_controller.rb +46 -7
  275. data/lib/wx/doc/gen/help_provider.rb +3 -3
  276. data/lib/wx/doc/gen/html/html_cell.rb +67 -44
  277. data/lib/wx/doc/gen/html/html_cell_event.rb +3 -3
  278. data/lib/wx/doc/gen/html/html_easy_printing.rb +6 -6
  279. data/lib/wx/doc/gen/html/html_help_controller.rb +79 -52
  280. data/lib/wx/doc/gen/html/html_help_data.rb +2 -2
  281. data/lib/wx/doc/gen/html/html_help_window.rb +21 -27
  282. data/lib/wx/doc/gen/html/html_list_box.rb +11 -11
  283. data/lib/wx/doc/gen/html/html_printout.rb +1 -1
  284. data/lib/wx/doc/gen/html/html_window.rb +36 -32
  285. data/lib/wx/doc/gen/hyperlink_ctrl.rb +5 -5
  286. data/lib/wx/doc/gen/icon.rb +10 -10
  287. data/lib/wx/doc/gen/icon_location.rb +1 -1
  288. data/lib/wx/doc/gen/image.rb +46 -51
  289. data/lib/wx/doc/gen/image_list.rb +14 -24
  290. data/lib/wx/doc/gen/info_bar.rb +152 -0
  291. data/lib/wx/doc/gen/keyboard_state.rb +17 -17
  292. data/lib/wx/doc/gen/list_box.rb +24 -24
  293. data/lib/wx/doc/gen/list_ctrl.rb +61 -96
  294. data/lib/wx/doc/gen/list_event.rb +2 -2
  295. data/lib/wx/doc/gen/listbook.rb +1 -1
  296. data/lib/wx/doc/gen/locale.rb +15 -39
  297. data/lib/wx/doc/gen/log.rb +17 -67
  298. data/lib/wx/doc/gen/mdi_client_window.rb +1 -1
  299. data/lib/wx/doc/gen/mdi_frame.rb +12 -12
  300. data/lib/wx/doc/gen/media_ctrl.rb +17 -17
  301. data/lib/wx/doc/gen/media_event.rb +1 -1
  302. data/lib/wx/doc/gen/memory_dc.rb +3 -6
  303. data/lib/wx/doc/gen/menu.rb +15 -16
  304. data/lib/wx/doc/gen/menu_bar.rb +9 -26
  305. data/lib/wx/doc/gen/menu_item.rb +88 -88
  306. data/lib/wx/doc/gen/message_dialog.rb +6 -6
  307. data/lib/wx/doc/gen/mini_frame.rb +4 -4
  308. data/lib/wx/doc/gen/mouse_state.rb +50 -10
  309. data/lib/wx/doc/gen/non_owned_window.rb +2 -2
  310. data/lib/wx/doc/gen/notebook.rb +9 -9
  311. data/lib/wx/doc/gen/number_entry_dialog.rb +1 -1
  312. data/lib/wx/doc/gen/object.rb +1 -12
  313. data/lib/wx/doc/gen/palette.rb +12 -14
  314. data/lib/wx/doc/gen/panel.rb +6 -6
  315. data/lib/wx/doc/gen/pen.rb +25 -25
  316. data/lib/wx/doc/gen/pg/numeric_property_validator.rb +2 -2
  317. data/lib/wx/doc/gen/pg/pg_array_editor_dialog.rb +14 -14
  318. data/lib/wx/doc/gen/pg/pg_cell.rb +3 -6
  319. data/lib/wx/doc/gen/pg/pg_editor.rb +19 -19
  320. data/lib/wx/doc/gen/pg/pg_multi_button.rb +61 -86
  321. data/lib/wx/doc/gen/pg/pg_properties.rb +210 -263
  322. data/lib/wx/doc/gen/pg/pg_property.rb +161 -257
  323. data/lib/wx/doc/gen/pg/pg_validation_info.rb +2 -2
  324. data/lib/wx/doc/gen/pg/property_grid.rb +32 -32
  325. data/lib/wx/doc/gen/pg/property_grid_event.rb +7 -7
  326. data/lib/wx/doc/gen/pg/property_grid_interface.rb +43 -49
  327. data/lib/wx/doc/gen/pg/property_grid_manager.rb +41 -44
  328. data/lib/wx/doc/gen/pg/property_grid_page.rb +11 -20
  329. data/lib/wx/doc/gen/pg/property_grid_page_state.rb +10 -19
  330. data/lib/wx/doc/gen/picker_base.rb +5 -5
  331. data/lib/wx/doc/gen/platform_info.rb +174 -14
  332. data/lib/wx/doc/gen/popup_window.rb +2 -2
  333. data/lib/wx/doc/gen/progress_dialog.rb +2 -2
  334. data/lib/wx/doc/gen/property_sheet_dialog.rb +3 -3
  335. data/lib/wx/doc/gen/prt/preview_frame.rb +14 -1
  336. data/lib/wx/doc/gen/prt/print_abort_dialog.rb +1 -1
  337. data/lib/wx/doc/gen/prt/print_data.rb +44 -44
  338. data/lib/wx/doc/gen/prt/printer.rb +23 -28
  339. data/lib/wx/doc/gen/query_layout_info_event.rb +4 -4
  340. data/lib/wx/doc/gen/radio_box.rb +13 -13
  341. data/lib/wx/doc/gen/radio_button.rb +7 -7
  342. data/lib/wx/doc/gen/rbn/ribbon_art_provider.rb +28 -28
  343. data/lib/wx/doc/gen/rbn/ribbon_bar.rb +13 -13
  344. data/lib/wx/doc/gen/rbn/ribbon_bar_event.rb +1 -1
  345. data/lib/wx/doc/gen/rbn/ribbon_button_bar.rb +13 -13
  346. data/lib/wx/doc/gen/rbn/ribbon_button_bar_event.rb +2 -2
  347. data/lib/wx/doc/gen/rbn/ribbon_control.rb +8 -8
  348. data/lib/wx/doc/gen/rbn/ribbon_gallery.rb +8 -14
  349. data/lib/wx/doc/gen/rbn/ribbon_gallery_event.rb +1 -1
  350. data/lib/wx/doc/gen/rbn/ribbon_page.rb +7 -7
  351. data/lib/wx/doc/gen/rbn/ribbon_panel.rb +12 -16
  352. data/lib/wx/doc/gen/rbn/ribbon_panel_event.rb +1 -1
  353. data/lib/wx/doc/gen/rbn/ribbon_tool_bar.rb +13 -13
  354. data/lib/wx/doc/gen/rbn/ribbon_tool_bar_event.rb +2 -2
  355. data/lib/wx/doc/gen/rearrange_ctrl.rb +60 -0
  356. data/lib/wx/doc/gen/rearrange_list.rb +99 -0
  357. data/lib/wx/doc/gen/region.rb +26 -35
  358. data/lib/wx/doc/gen/region_iterator.rb +1 -1
  359. data/lib/wx/doc/gen/rtc/rich_text_box.rb +423 -0
  360. data/lib/wx/doc/gen/rtc/rich_text_buffer.rb +608 -1520
  361. data/lib/wx/doc/gen/rtc/rich_text_buffer_data_object.rb +37 -0
  362. data/lib/wx/doc/gen/rtc/rich_text_composite_object.rb +525 -0
  363. data/lib/wx/doc/gen/rtc/rich_text_ctrl.rb +437 -474
  364. data/lib/wx/doc/gen/rtc/rich_text_event.rb +9 -9
  365. data/lib/wx/doc/gen/rtc/rich_text_file_handler.rb +13 -13
  366. data/lib/wx/doc/gen/rtc/rich_text_formatting_dialog.rb +282 -0
  367. data/lib/wx/doc/gen/rtc/rich_text_header_footer_data.rb +14 -14
  368. data/lib/wx/doc/gen/rtc/rich_text_html_handler.rb +3 -16
  369. data/lib/wx/doc/gen/rtc/rich_text_image.rb +328 -0
  370. data/lib/wx/doc/gen/rtc/rich_text_object.rb +2849 -0
  371. data/lib/wx/doc/gen/rtc/rich_text_paragraph_layout_box.rb +1174 -0
  372. data/lib/wx/doc/gen/rtc/rich_text_printing.rb +18 -18
  373. data/lib/wx/doc/gen/rtc/rich_text_style_list_box.rb +305 -0
  374. data/lib/wx/doc/gen/rtc/rich_text_style_organiser_dialog.rb +183 -0
  375. data/lib/wx/doc/gen/rtc/rich_text_xml_handler.rb +3 -3
  376. data/lib/wx/doc/gen/rtc/symbol_picker_dialog.rb +34 -37
  377. data/lib/wx/doc/gen/sash_event.rb +8 -5
  378. data/lib/wx/doc/gen/sash_layout_window.rb +10 -10
  379. data/lib/wx/doc/gen/sash_window.rb +7 -7
  380. data/lib/wx/doc/gen/scroll_bar.rb +6 -6
  381. data/lib/wx/doc/gen/scrolled_canvas.rb +12 -18
  382. data/lib/wx/doc/gen/scrolled_control.rb +12 -18
  383. data/lib/wx/doc/gen/scrolled_window.rb +12 -18
  384. data/lib/wx/doc/gen/search_ctrl.rb +7 -7
  385. data/lib/wx/doc/gen/simplebook.rb +5 -5
  386. data/lib/wx/doc/gen/single_choice_dialog.rb +1 -2
  387. data/lib/wx/doc/gen/sizer.rb +40 -45
  388. data/lib/wx/doc/gen/sizer_item.rb +5 -5
  389. data/lib/wx/doc/gen/slider.rb +4 -4
  390. data/lib/wx/doc/gen/spin_button.rb +3 -3
  391. data/lib/wx/doc/gen/spin_ctrl.rb +3 -3
  392. data/lib/wx/doc/gen/spin_ctrl_double.rb +146 -0
  393. data/lib/wx/doc/gen/spin_double_event.rb +53 -0
  394. data/lib/wx/doc/gen/spin_event.rb +1 -1
  395. data/lib/wx/doc/gen/splitter_event.rb +1 -1
  396. data/lib/wx/doc/gen/splitter_window.rb +18 -14
  397. data/lib/wx/doc/gen/static_bitmap.rb +6 -6
  398. data/lib/wx/doc/gen/static_box.rb +11 -11
  399. data/lib/wx/doc/gen/static_line.rb +5 -5
  400. data/lib/wx/doc/gen/static_text.rb +5 -5
  401. data/lib/wx/doc/gen/status_bar.rb +41 -7
  402. data/lib/wx/doc/gen/stc/styled_text_ctrl.rb +148 -180
  403. data/lib/wx/doc/gen/stc/styled_text_event.rb +6 -6
  404. data/lib/wx/doc/gen/svg_file_dc.rb +5 -5
  405. data/lib/wx/doc/gen/system_options.rb +2 -2
  406. data/lib/wx/doc/gen/system_settings.rb +6 -6
  407. data/lib/wx/doc/gen/task_bar_icon.rb +7 -7
  408. data/lib/wx/doc/gen/task_bar_icon_event.rb +1 -1
  409. data/lib/wx/doc/gen/text_attr.rb +56 -54
  410. data/lib/wx/doc/gen/text_ctrl.rb +15 -39
  411. data/lib/wx/doc/gen/text_entry.rb +16 -16
  412. data/lib/wx/doc/gen/text_entry_dialog.rb +4 -4
  413. data/lib/wx/doc/gen/text_validator.rb +3 -8
  414. data/lib/wx/doc/gen/time_picker_ctrl.rb +5 -5
  415. data/lib/wx/doc/gen/timer.rb +5 -5
  416. data/lib/wx/doc/gen/tip_provider.rb +2 -2
  417. data/lib/wx/doc/gen/toggle_button.rb +6 -6
  418. data/lib/wx/doc/gen/tool_bar.rb +32 -39
  419. data/lib/wx/doc/gen/tool_tip.rb +1 -9
  420. data/lib/wx/doc/gen/toolbook.rb +6 -6
  421. data/lib/wx/doc/gen/top_level_window.rb +27 -97
  422. data/lib/wx/doc/gen/tree_ctrl.rb +22 -22
  423. data/lib/wx/doc/gen/tree_event.rb +2 -2
  424. data/lib/wx/doc/gen/treebook.rb +14 -14
  425. data/lib/wx/doc/gen/ui_action_simulator.rb +19 -18
  426. data/lib/wx/doc/gen/utils.rb +12 -12
  427. data/lib/wx/doc/gen/v_list_box.rb +11 -11
  428. data/lib/wx/doc/gen/v_scrolled_window.rb +9 -9
  429. data/lib/wx/doc/gen/validator.rb +3 -3
  430. data/lib/wx/doc/gen/variant.rb +22 -22
  431. data/lib/wx/doc/gen/window.rb +162 -127
  432. data/lib/wx/doc/gen/with_images.rb +1 -1
  433. data/lib/wx/doc/gen/wizard.rb +4 -4
  434. data/lib/wx/doc/gen/wizard_event.rb +3 -3
  435. data/lib/wx/doc/gen/wizard_page.rb +2 -2
  436. data/lib/wx/doc/gen/wizard_page_simple.rb +1 -1
  437. data/lib/wx/doc/gen/wrap_sizer.rb +65 -0
  438. data/lib/wx/doc/gen/xml_node.rb +10 -10
  439. data/lib/wx/doc/gen/xml_resource.rb +12 -12
  440. data/lib/wx/doc/graphics_context.rb +59 -39
  441. data/lib/wx/doc/grid/grid.rb +16 -1
  442. data/lib/wx/doc/hboxsizer.rb +33 -0
  443. data/lib/wx/doc/help_controller.rb +6 -0
  444. data/lib/wx/doc/html/html_help_controller.rb +6 -0
  445. data/lib/wx/doc/icon.rb +13 -5
  446. data/lib/wx/doc/id_helper.rb +6 -0
  447. data/lib/wx/doc/image.rb +12 -4
  448. data/lib/wx/doc/list_ctrl.rb +6 -0
  449. data/lib/wx/doc/log.rb +17 -0
  450. data/lib/wx/doc/memory_dc.rb +6 -0
  451. data/lib/wx/doc/mirror_dc.rb +6 -0
  452. data/lib/wx/doc/pen.rb +6 -0
  453. data/lib/wx/doc/pg/events.rb +6 -0
  454. data/lib/wx/doc/pg/pg_property.rb +17 -0
  455. data/lib/wx/doc/pg/pgeditor.rb +6 -0
  456. data/lib/wx/doc/pg/property_grid.rb +6 -0
  457. data/lib/wx/doc/pg/property_grid_interface.rb +6 -0
  458. data/lib/wx/doc/progress_dialog.rb +6 -0
  459. data/lib/wx/doc/prt/page_setup_dialog.rb +6 -0
  460. data/lib/wx/doc/prt/print_data.rb +6 -0
  461. data/lib/wx/doc/prt/print_dialog.rb +6 -0
  462. data/lib/wx/doc/prt/printer.rb +6 -0
  463. data/lib/wx/doc/prt/printer_dc.rb +6 -0
  464. data/lib/wx/doc/radio_box.rb +6 -0
  465. data/lib/wx/doc/rbn/ribbon_bar.rb +6 -0
  466. data/lib/wx/doc/rbn/ribbon_button_bar.rb +6 -0
  467. data/lib/wx/doc/rbn/ribbon_gallery.rb +6 -0
  468. data/lib/wx/doc/rbn/ribbon_tool_bar.rb +6 -0
  469. data/lib/wx/doc/region_iterator.rb +6 -0
  470. data/lib/wx/doc/rtc/richtext_buffer.rb +28 -0
  471. data/lib/wx/doc/rtc/richtext_formatting_dialog.rb +68 -0
  472. data/lib/wx/doc/rtc/richtext_printing.rb +6 -0
  473. data/lib/wx/doc/rtc/richtext_style_sheet.rb +20 -0
  474. data/lib/wx/doc/scaled_dc.rb +6 -0
  475. data/lib/wx/doc/screen_dc.rb +6 -0
  476. data/lib/wx/doc/stock_objects.rb +6 -0
  477. data/lib/wx/doc/stream.rb +6 -0
  478. data/lib/wx/doc/svg_file_dc.rb +6 -0
  479. data/lib/wx/doc/system_settings.rb +6 -0
  480. data/lib/wx/doc/text_validator.rb +6 -0
  481. data/lib/wx/doc/textctrl.rb +89 -0
  482. data/lib/wx/doc/tree_event.rb +20 -0
  483. data/lib/wx/doc/treebook.rb +6 -0
  484. data/lib/wx/doc/v_list_box.rb +6 -0
  485. data/lib/wx/doc/variant.rb +6 -0
  486. data/lib/wx/doc/vboxsizer.rb +33 -0
  487. data/lib/wx/doc/window.rb +11 -0
  488. data/lib/wx/doc/window_disabler.rb +6 -0
  489. data/lib/wx/doc/xml_resource.rb +8 -0
  490. data/lib/wx/global_const.rb +4 -1
  491. data/lib/wx/grid/grid.rb +23 -3
  492. data/lib/wx/grid/keyword_defs.rb +8 -1
  493. data/lib/wx/grid/require.rb +4 -1
  494. data/lib/wx/grid.rb +4 -1
  495. data/lib/wx/helpers.rb +8 -1
  496. data/lib/wx/html/htmlhelpcontroller.rb +29 -3
  497. data/lib/wx/html/htmlwindow.rb +23 -12
  498. data/lib/wx/html/keyword_defs.rb +8 -1
  499. data/lib/wx/html/require.rb +4 -1
  500. data/lib/wx/html/simple_html_listbox.rb +3 -0
  501. data/lib/wx/html.rb +4 -1
  502. data/lib/wx/keyword_ctors.rb +22 -3
  503. data/lib/wx/keyword_defs.rb +96 -7
  504. data/lib/wx/pg/events.rb +4 -1
  505. data/lib/wx/pg/keyword_defs.rb +8 -1
  506. data/lib/wx/pg/pg_editor.rb +3 -0
  507. data/lib/wx/pg/pg_properties.rb +4 -1
  508. data/lib/wx/pg/pg_property.rb +18 -5
  509. data/lib/wx/pg/property_grid.rb +4 -1
  510. data/lib/wx/pg/property_grid_interface.rb +3 -0
  511. data/lib/wx/pg/require.rb +4 -1
  512. data/lib/wx/pg.rb +4 -1
  513. data/lib/wx/prt/keyword_defs.rb +8 -1
  514. data/lib/wx/prt/page_setup_dialog.rb +3 -0
  515. data/lib/wx/prt/previewframe.rb +5 -0
  516. data/lib/wx/prt/require.rb +4 -1
  517. data/lib/wx/prt.rb +4 -1
  518. data/lib/wx/rbn/events.rb +4 -1
  519. data/lib/wx/rbn/keyword_defs.rb +8 -1
  520. data/lib/wx/rbn/require.rb +5 -1
  521. data/lib/wx/rbn/ribbon_art_provider.rb +3 -1
  522. data/lib/wx/rbn/ribbon_bar.rb +3 -0
  523. data/lib/wx/rbn/ribbon_button_bar.rb +3 -0
  524. data/lib/wx/rbn/ribbon_control.rb +3 -0
  525. data/lib/wx/rbn/ribbon_gallery.rb +10 -0
  526. data/lib/wx/rbn/ribbon_page.rb +3 -0
  527. data/lib/wx/rbn/ribbon_panel.rb +3 -0
  528. data/lib/wx/rbn/ribbon_tool_bar.rb +3 -0
  529. data/lib/wx/rbn.rb +4 -1
  530. data/lib/wx/rtc/ext.rb +4 -1
  531. data/lib/wx/rtc/keyword_defs.rb +18 -7
  532. data/lib/wx/rtc/require.rb +8 -1
  533. data/lib/wx/rtc/richtext_buffer.rb +36 -0
  534. data/lib/wx/rtc/richtext_formatting_dialog.rb +88 -0
  535. data/lib/wx/rtc/richtext_style_organiser_dialog.rb +46 -0
  536. data/lib/wx/rtc/symbol_picker_dialog.rb +47 -0
  537. data/lib/wx/rtc.rb +5 -1
  538. data/lib/wx/stc/keyword_defs.rb +8 -1
  539. data/lib/wx/stc/require.rb +4 -1
  540. data/lib/wx/stc.rb +4 -1
  541. data/lib/wx/version.rb +5 -1
  542. data/lib/wx/wxruby/base.rb +4 -1
  543. data/lib/wx/wxruby/cmd/sampler.rb +4 -1
  544. data/lib/wx/wxruby/cmd/test.rb +4 -1
  545. data/lib/wx.rb +4 -1
  546. data/lib/wxruby_aui.so +0 -0
  547. data/lib/wxruby_core.so +0 -0
  548. data/lib/wxruby_grid.so +0 -0
  549. data/lib/wxruby_html.so +0 -0
  550. data/lib/wxruby_pg.so +0 -0
  551. data/lib/wxruby_prt.so +0 -0
  552. data/lib/wxruby_rbn.so +0 -0
  553. data/lib/wxruby_rtc.so +0 -0
  554. data/lib/wxruby_stc.so +0 -0
  555. data/rakelib/install.rb +4 -1
  556. data/rakelib/lib/config/cygwin.rb +4 -1
  557. data/rakelib/lib/config/linux.rb +4 -1
  558. data/rakelib/lib/config/macosx.rb +6 -3
  559. data/rakelib/lib/config/mingw.rb +4 -1
  560. data/rakelib/lib/config/netbsd.rb +4 -1
  561. data/rakelib/lib/config/unixish.rb +10 -7
  562. data/rakelib/lib/config.rb +7 -2
  563. data/rakelib/lib/ext/enum_chain.rb +4 -1
  564. data/rakelib/prepost.rake +4 -1
  565. data/rakelib/prepost.rb +4 -1
  566. data/samples/aui/aui.rb +8 -3
  567. data/samples/bigdemo/bigdemo.rb +9 -2
  568. data/samples/bigdemo/run.rb +9 -2
  569. data/samples/bigdemo/utils.rb +9 -1
  570. data/samples/calendar/calendar.rb +9 -4
  571. data/samples/caret/caret.rb +8 -3
  572. data/samples/controls/books.rb +8 -2
  573. data/samples/controls/controls.rb +33 -77
  574. data/samples/controls/get_item_sample.rb +8 -2
  575. data/samples/controls/htlbox.rb +10 -3
  576. data/samples/dialogs/dialogs.rb +9 -4
  577. data/samples/dialogs/wizard.rb +8 -3
  578. data/samples/dragdrop/dragdrop.rb +8 -3
  579. data/samples/drawing/bitmap.rb +8 -3
  580. data/samples/drawing/bitmap_image.rb +8 -3
  581. data/samples/drawing/graphics_drawing.rb +44 -33
  582. data/samples/drawing/image_prt.rb +8 -2
  583. data/samples/drawing/maths_images.rb +8 -3
  584. data/samples/drawing/rmagic_bitmap_image.rb +8 -3
  585. data/samples/etc/choice.rb +8 -3
  586. data/samples/etc/miniframe.rb +8 -3
  587. data/samples/etc/sash.rb +8 -3
  588. data/samples/etc/scrollwin.rb +8 -3
  589. data/samples/etc/system_settings.rb +8 -3
  590. data/samples/event/activation.rb +8 -3
  591. data/samples/event/event.rb +8 -3
  592. data/samples/event/threaded.rb +8 -3
  593. data/samples/event/update_ui_event.rb +8 -3
  594. data/samples/grid/grid.rb +9 -3
  595. data/samples/grid/gridtablebase.rb +8 -3
  596. data/samples/html/html.rb +8 -3
  597. data/samples/mdi/mdi.rb +8 -3
  598. data/samples/minimal/minimal.rb +8 -3
  599. data/samples/minimal/nothing.rb +8 -3
  600. data/samples/printing/printing.rb +8 -3
  601. data/samples/printing/printing2.rb +8 -2
  602. data/samples/propgrid/propgrid.rb +4 -1
  603. data/samples/propgrid/propgrid_minimal.rb +4 -2
  604. data/samples/propgrid/sample_props.rb +4 -1
  605. data/samples/ribbon/ribbon.rb +4 -1
  606. data/samples/sampler/editor.rb +4 -1
  607. data/samples/sampler/ext.rb +4 -1
  608. data/samples/sampler/sample.rb +13 -4
  609. data/samples/sampler/stc_editor.rb +4 -1
  610. data/samples/sampler/txt_editor.rb +4 -1
  611. data/samples/sampler.rb +11 -3
  612. data/samples/splash/splash.rb +4 -2
  613. data/samples/text/art/richtext/alignleft.xpm +24 -0
  614. data/samples/text/art/richtext/alignright.xpm +24 -0
  615. data/samples/text/art/richtext/bold.xpm +24 -0
  616. data/samples/text/art/richtext/centre.xpm +24 -0
  617. data/samples/text/art/richtext/copy.xpm +45 -0
  618. data/samples/text/art/richtext/cut.xpm +47 -0
  619. data/samples/text/art/richtext/font.xpm +25 -0
  620. data/samples/text/art/richtext/idea.xpm +47 -0
  621. data/samples/text/art/richtext/indentless.xpm +25 -0
  622. data/samples/text/art/richtext/indentmore.xpm +25 -0
  623. data/samples/text/art/richtext/italic.xpm +25 -0
  624. data/samples/text/art/richtext/open.xpm +58 -0
  625. data/samples/text/art/richtext/paste.xpm +47 -0
  626. data/samples/text/art/richtext/redo.xpm +59 -0
  627. data/samples/text/art/richtext/save.xpm +43 -0
  628. data/samples/text/art/richtext/smiley.xpm +42 -0
  629. data/samples/text/art/richtext/underline.xpm +25 -0
  630. data/samples/text/art/richtext/undo.xpm +59 -0
  631. data/samples/text/art/richtext/zebra.xpm +409 -0
  632. data/samples/text/rich_textctrl.rb +8 -3
  633. data/samples/text/richtext.rb +1794 -0
  634. data/samples/text/scintilla.rb +8 -3
  635. data/samples/text/textctrl.rb +21 -4
  636. data/samples/text/tn_richtext.png +0 -0
  637. data/samples/text/unicode.rb +9 -4
  638. data/samples/treectrl/treectrl.rb +10 -5
  639. data/samples/xrc/custom_xrc_sample.rb +8 -3
  640. data/samples/xrc/xrc_sample.rb +8 -3
  641. data/tests/art/test_art/bitmap/wxruby-128x128.png +0 -0
  642. data/tests/art/test_art/bitmap/wxruby-256x256.png +0 -0
  643. data/tests/art/test_art/bitmap/wxruby-64x64.png +0 -0
  644. data/tests/lib/item_container_tests.rb +3 -0
  645. data/tests/lib/text_entry_tests.rb +3 -0
  646. data/tests/lib/wxapp_runner.rb +3 -0
  647. data/tests/lib/wxframe_runner.rb +81 -3
  648. data/tests/test_app_event_filter.rb +3 -0
  649. data/tests/test_app_exit_exception.rb +36 -0
  650. data/tests/test_app_init_exception.rb +20 -0
  651. data/tests/test_app_traits.rb +33 -0
  652. data/tests/test_art.rb +22 -0
  653. data/tests/test_art_provider.rb +3 -0
  654. data/tests/test_aui.rb +65 -0
  655. data/tests/test_basic.rb +5 -1
  656. data/tests/test_book_controls.rb +29 -0
  657. data/tests/test_box_sizer.rb +5 -2
  658. data/tests/test_clipboard.rb +3 -0
  659. data/tests/test_config.rb +150 -0
  660. data/tests/test_dc.rb +3 -0
  661. data/tests/test_dialog.rb +3 -0
  662. data/tests/test_event_handling.rb +3 -0
  663. data/tests/test_events.rb +3 -0
  664. data/tests/test_exceptions.rb +41 -0
  665. data/tests/test_ext_controls.rb +286 -3
  666. data/tests/test_file_dialog.rb +55 -0
  667. data/tests/test_font.rb +8 -5
  668. data/tests/test_gdi_object.rb +3 -0
  669. data/tests/test_geometry.rb +4 -0
  670. data/tests/test_grid_sizer.rb +7 -4
  671. data/tests/test_intl.rb +3 -0
  672. data/tests/test_item_data.rb +3 -0
  673. data/tests/test_list_ctrl.rb +4 -1
  674. data/tests/test_log.rb +63 -0
  675. data/tests/test_proof_check.rb +52 -0
  676. data/tests/test_richtext.rb +204 -0
  677. data/tests/test_sizer.rb +43 -0
  678. data/tests/test_std_controls.rb +81 -35
  679. data/tests/test_timer.rb +3 -0
  680. data/tests/test_variant.rb +3 -0
  681. data/tests/test_window.rb +10 -8
  682. data/tests/testapp.rb +4 -0
  683. data/tests/testapp_noframe.rb +4 -0
  684. metadata +86 -3
  685. data/lib/wx/doc/gen/html/html_help_frame.rb +0 -112
@@ -669,7 +669,7 @@ module Wx
669
669
  # Returns the encoding of this font.
670
670
  # Note that under wxGTK the returned value is always {Wx::FontEncoding::FONTENCODING_UTF8}.
671
671
  # @see Wx::Font#set_encoding
672
- # @return [FontEncoding]
672
+ # @return [Wx::FontEncoding]
673
673
  def get_encoding; end
674
674
  alias_method :encoding, :get_encoding
675
675
 
@@ -685,7 +685,7 @@ module Wx
685
685
  # If the current font face name is not recognized by {Wx::Font} or by the underlying system, {Wx::FontFamily::FONTFAMILY_DEFAULT} is returned.
686
686
  # Note that currently this function is not very precise and so not particularly useful. Font families mostly make sense only for font creation, see {Wx::Font#set_family}.
687
687
  # @see Wx::Font#set_family
688
- # @return [FontFamily]
688
+ # @return [Wx::FontFamily]
689
689
  def get_family; end
690
690
  alias_method :family, :get_family
691
691
 
@@ -735,26 +735,26 @@ module Wx
735
735
  # Gets the font style.
736
736
  # See {Wx::FontStyle} for a list of valid styles.
737
737
  # @see Wx::Font#set_style
738
- # @return [FontStyle]
738
+ # @return [Wx::FontStyle]
739
739
  def get_style; end
740
740
  alias_method :style, :get_style
741
741
 
742
742
  # Returns true if the font is underlined, false otherwise.
743
743
  #
744
744
  # @see Wx::Font#set_underlined
745
- # @return [true,false]
745
+ # @return [Boolean]
746
746
  def get_underlined; end
747
747
 
748
748
  # Returns true if the font is stricken-through, false otherwise.
749
749
  #
750
750
  # @see Wx::Font#set_strikethrough
751
- # @return [true,false]
751
+ # @return [Boolean]
752
752
  def get_strikethrough; end
753
753
 
754
754
  # Gets the font weight.
755
755
  # See {Wx::FontWeight} for a list of valid weight identifiers.
756
756
  # @see Wx::Font#set_weight
757
- # @return [FontWeight]
757
+ # @return [Wx::FontWeight]
758
758
  def get_weight; end
759
759
  alias_method :weight, :get_weight
760
760
 
@@ -769,24 +769,24 @@ module Wx
769
769
 
770
770
  # Returns true if the font is a fixed width (or monospaced) font, false if it is a proportional one or font is invalid.
771
771
  # Note that this function under some platforms is different from just testing for the font family being equal to {Wx::FontFamily::FONTFAMILY_TELETYPE} because native platform-specific functions are used for the check (resulting in a more accurate return value).
772
- # @return [true,false]
772
+ # @return [Boolean]
773
773
  def is_fixed_width; end
774
774
  alias_method :fixed_width?, :is_fixed_width
775
775
 
776
776
  # Returns true if this object is a valid font, false otherwise.
777
- # @return [true,false]
777
+ # @return [Boolean]
778
778
  def is_ok; end
779
779
  alias_method :ok?, :is_ok
780
780
 
781
781
  # Specify the name of a file containing a TrueType font to be made available to the current application.
782
782
  # This method can be used to allow this application to use the font from the given file even if it is not globally installed on the system.
783
- # Under macOS this method actually doesn't do anything other than check for the existence of the file in the "Fonts" subdirectory of the application bundle "Resources" directory. You are responsible for actually making the font file available in this directory and setting ATSApplicationFontsPath to Fonts value in your Info.plist file. See also Wx::StandardPaths#get_resources_dir.
783
+ # Under macOS this method actually doesn't do anything other than check for the existence of the file in the "Fonts" subdirectory of the application bundle "Resources" directory. You are responsible for actually making the font file available in this directory and setting ATSApplicationFontsPath to Fonts value in your Info.plist file. See also {Wx::StandardPaths#get_resources_dir}.
784
784
  # Under MSW this method must be called before any {Wx::GraphicsContext} objects have been created, otherwise the private font won't be usable from them.
785
785
  # Under Unix this method requires Pango 1.38 or later and will return false and log an error message explaining the problem if this requirement is not satisfied either at compile- or run-time.
786
786
  # Currently this method is implemented for all major platforms (subject to having Pango 1.38 or later when running configure under Unix) and {Wx::Setup::USE_PRIVATE_FONTS} is always set to 0 under the other platforms, making this function unavailable at compile-time.
787
787
  # true if the font was added and can now be used.
788
788
  # @param filename [String]
789
- # @return [true,false]
789
+ # @return [Boolean]
790
790
  def self.add_private_font(filename) end
791
791
 
792
792
  # Returns a bold version of this font.
@@ -890,7 +890,7 @@ module Wx
890
890
  # Sets the encoding for this font.
891
891
  # Note that under wxGTK this function has no effect (because the underlying Pango library always uses {Wx::FontEncoding::FONTENCODING_UTF8}).
892
892
  # @see Wx::Font#get_encoding
893
- # @param encoding [FontEncoding]
893
+ # @param encoding [Wx::FontEncoding]
894
894
  # @return [void]
895
895
  def set_encoding(encoding) end
896
896
  alias_method :encoding=, :set_encoding
@@ -902,7 +902,7 @@ module Wx
902
902
  # @see Wx::Font#get_face_name
903
903
  # @see Wx::Font#set_family
904
904
  # @param faceName [String] A valid facename, which should be on the end-user's system.
905
- # @return [true,false]
905
+ # @return [Boolean]
906
906
  def set_face_name(faceName) end
907
907
  alias_method :face_name=, :set_face_name
908
908
 
@@ -911,7 +911,7 @@ module Wx
911
911
  # Note that changing the font family results in changing the font face name.
912
912
  # @see Wx::Font#get_family
913
913
  # @see Wx::Font#set_face_name
914
- # @param family [FontFamily] One of the {Wx::FontFamily} values.
914
+ # @param family [Wx::FontFamily] One of the {Wx::FontFamily} values.
915
915
  # @return [void]
916
916
  def set_family(family) end
917
917
  alias_method :family=, :set_family
@@ -921,7 +921,7 @@ module Wx
921
921
  # true if the creation was successful.
922
922
  # @see Wx::Font#set_native_font_info_user_desc
923
923
  # @param info [String]
924
- # @return [true,false]
924
+ # @return [Boolean]
925
925
  def set_native_font_info(info) end
926
926
  alias_method :native_font_info=, :set_native_font_info
927
927
 
@@ -940,13 +940,13 @@ module Wx
940
940
  # <code>[light|bold] [italic] [FACE-NAME] [POINTSIZE] [ENCODING]</code>
941
941
  # Tahoma 10 WINDOWS-1252
942
942
  #
943
- # Todoadd an example for {Wx::Mac}
943
+ # Todoadd an example for wxMac
944
944
  #
945
945
  # For more detailed information about the allowed syntaxes you can look at the documentation of the native API used for font-rendering (e.g. pango_font_description_from_string under GTK, although notice that it doesn't support the "underlined" and "strikethrough" attributes and so those are handled by wxWidgets itself).
946
946
  # Note that unlike {Wx::Font#set_native_font_info}, this function doesn't always restore all attributes of the {Wx::Font} object under all platforms; e.g. on wxMSW the font family is not restored (because GetNativeFontInfoUserDesc doesn't return it on wxMSW). If you want to serialize/deserialize a font in string form, you should use {Wx::Font#get_native_font_info_desc} and {Wx::Font#set_native_font_info} instead.
947
947
  # @see Wx::Font#set_native_font_info
948
948
  # @param info [String]
949
- # @return [true,false]
949
+ # @return [Boolean]
950
950
  def set_native_font_info_user_desc(info) end
951
951
  alias_method :native_font_info_user_desc=, :set_native_font_info_user_desc
952
952
 
@@ -978,7 +978,7 @@ module Wx
978
978
  # Sets the font style.
979
979
  #
980
980
  # @see Wx::Font#get_style
981
- # @param style [FontStyle] One of the {Wx::FontStyle} enumeration values.
981
+ # @param style [Wx::FontStyle] One of the {Wx::FontStyle} enumeration values.
982
982
  # @return [void]
983
983
  def set_style(style) end
984
984
  alias_method :style=, :set_style
@@ -986,14 +986,14 @@ module Wx
986
986
  # Sets the font size using a predefined symbolic size name.
987
987
  # This function allows changing font size to be (very) large or small compared to the standard font size.
988
988
  # @see Wx::Font#set_symbolic_size_relative_to.
989
- # @param size [FontSymbolicSize]
989
+ # @param size [Wx::FontSymbolicSize]
990
990
  # @return [void]
991
991
  def set_symbolic_size(size) end
992
992
  alias_method :symbolic_size=, :set_symbolic_size
993
993
 
994
994
  # Sets the font size compared to the base font size.
995
995
  # This is the same as {Wx::Font#set_symbolic_size} except that it uses the given font size as the normal font size instead of the standard font size.
996
- # @param size [FontSymbolicSize]
996
+ # @param size [Wx::FontSymbolicSize]
997
997
  # @param base [Integer]
998
998
  # @return [void]
999
999
  def set_symbolic_size_relative_to(size, base) end
@@ -1001,7 +1001,7 @@ module Wx
1001
1001
  # Sets underlining.
1002
1002
  #
1003
1003
  # @see Wx::Font#get_underlined
1004
- # @param underlined [true,false] true to underline, false otherwise.
1004
+ # @param underlined [Boolean] true to underline, false otherwise.
1005
1005
  # @return [void]
1006
1006
  def set_underlined(underlined) end
1007
1007
  alias_method :underlined=, :set_underlined
@@ -1009,7 +1009,7 @@ module Wx
1009
1009
  # Sets strike-through attribute of the font.
1010
1010
  # Currently stricken-through fonts are only supported in wxMSW, wxGTK, and wxOSX.
1011
1011
  # @see Wx::Font#get_strikethrough
1012
- # @param strikethrough [true,false] true to add strike-through style, false to remove it.
1012
+ # @param strikethrough [Boolean] true to add strike-through style, false to remove it.
1013
1013
  # @return [void]
1014
1014
  def set_strikethrough(strikethrough) end
1015
1015
  alias_method :strikethrough=, :set_strikethrough
@@ -1017,7 +1017,7 @@ module Wx
1017
1017
  # Sets the font weight.
1018
1018
  #
1019
1019
  # @see Wx::Font#get_weight
1020
- # @param weight [FontWeight] One of the {Wx::FontWeight} values.
1020
+ # @param weight [Wx::FontWeight] One of the {Wx::FontWeight} values.
1021
1021
  # @return [void]
1022
1022
  def set_weight(weight) end
1023
1023
  alias_method :weight=, :set_weight
@@ -1034,46 +1034,41 @@ module Wx
1034
1034
  # This function takes the same parameters as the relative wxFont constructor and returns a new font object allocated on the heap.
1035
1035
  # Their use is discouraged, use {Wx::Font} constructor from {Wx::FontInfo} instead.
1036
1036
  # @param pointSize [Integer]
1037
- # @param family [FontFamily]
1038
- # @param style [FontStyle]
1039
- # @param weight [FontWeight]
1040
- # @param underline [true,false]
1037
+ # @param family [Wx::FontFamily]
1038
+ # @param style [Wx::FontStyle]
1039
+ # @param weight [Wx::FontWeight]
1040
+ # @param underline [Boolean]
1041
1041
  # @param faceName [String]
1042
- # @param encoding [FontEncoding]
1042
+ # @param encoding [Wx::FontEncoding]
1043
1043
  # @return [Wx::Font]
1044
1044
  # @overload self.create(pointSize, family, flags=Wx::FontFlag::FONTFLAG_DEFAULT, faceName=(''), encoding=Wx::FontEncoding::FONTENCODING_DEFAULT)
1045
1045
  # This function takes the same parameters as the relative wxFont constructor and returns a new font object allocated on the heap.
1046
1046
  # Their use is discouraged, use {Wx::Font} constructor from {Wx::FontInfo} instead.
1047
1047
  # @param pointSize [Integer]
1048
- # @param family [FontFamily]
1048
+ # @param family [Wx::FontFamily]
1049
1049
  # @param flags [Integer]
1050
1050
  # @param faceName [String]
1051
- # @param encoding [FontEncoding]
1051
+ # @param encoding [Wx::FontEncoding]
1052
1052
  # @return [Wx::Font]
1053
1053
  # @overload self.create(pixelSize, family, style, weight, underline=false, faceName=(''), encoding=Wx::FontEncoding::FONTENCODING_DEFAULT)
1054
1054
  # This function takes the same parameters as the relative wxFont constructor and returns a new font object allocated on the heap.
1055
1055
  # Their use is discouraged, use {Wx::Font} constructor from {Wx::FontInfo} instead.
1056
1056
  # @param pixelSize [Array(Integer, Integer), Wx::Size]
1057
- # @param family [FontFamily]
1058
- # @param style [FontStyle]
1059
- # @param weight [FontWeight]
1060
- # @param underline [true,false]
1057
+ # @param family [Wx::FontFamily]
1058
+ # @param style [Wx::FontStyle]
1059
+ # @param weight [Wx::FontWeight]
1060
+ # @param underline [Boolean]
1061
1061
  # @param faceName [String]
1062
- # @param encoding [FontEncoding]
1062
+ # @param encoding [Wx::FontEncoding]
1063
1063
  # @return [Wx::Font]
1064
1064
  # @overload self.create(pixelSize, family, flags=Wx::FontFlag::FONTFLAG_DEFAULT, faceName=(''), encoding=Wx::FontEncoding::FONTENCODING_DEFAULT)
1065
1065
  # This function takes the same parameters as the relative wxFont constructor and returns a new font object allocated on the heap.
1066
1066
  # Their use is discouraged, use {Wx::Font} constructor from {Wx::FontInfo} instead.
1067
1067
  # @param pixelSize [Array(Integer, Integer), Wx::Size]
1068
- # @param family [FontFamily]
1068
+ # @param family [Wx::FontFamily]
1069
1069
  # @param flags [Integer]
1070
1070
  # @param faceName [String]
1071
- # @param encoding [FontEncoding]
1072
- # @return [Wx::Font]
1073
- # @overload self.create(nativeInfo)
1074
- # This function takes the same parameters as the relative wxFont constructor and returns a new font object allocated on the heap.
1075
- # Their use is discouraged, use {Wx::Font} constructor from {Wx::FontInfo} instead.
1076
- # @param nativeInfo [Wx::NativeFontInfo]
1071
+ # @param encoding [Wx::FontEncoding]
1077
1072
  # @return [Wx::Font]
1078
1073
  # @overload self.create(nativeInfoString)
1079
1074
  # This function takes the same parameters as the relative wxFont constructor and returns a new font object allocated on the heap.
@@ -1110,12 +1105,12 @@ module Wx
1110
1105
  #
1111
1106
  # If the desired font does not exist, the closest match will be chosen. Under Windows, only scalable TrueType fonts are used.
1112
1107
  # @param pointSize [Integer] Size in points. See {Wx::Font#set_point_size} for more info. Notice that, for historical reasons, the value 70 here is interpreted at {Wx::DEFAULT} and results in creation of the font with the default size and not of a font with the size of 70pt. If you really need the latter, please use SetPointSize(70). Note that this constructor and the matching Create() method overload are the only places in {Wx::Font} API handling {Wx::DEFAULT} specially: neither {Wx::Font#set_point_size} nor the constructor taking {Wx::FontInfo} handle this value in this way.
1113
- # @param family [FontFamily] The font family: a generic portable way of referring to fonts without specifying a facename. This parameter must be one of the {Wx::FontFamily} enumeration values. If the faceName argument is provided, then it overrides the font family.
1114
- # @param style [FontStyle] One of {Wx::FontStyle::FONTSTYLE_NORMAL}, {Wx::FontStyle::FONTSTYLE_SLANT} and {Wx::FontStyle::FONTSTYLE_ITALIC}.
1115
- # @param weight [FontWeight] Font weight, sometimes also referred to as font boldness. One of the {Wx::FontWeight} enumeration values.
1116
- # @param underline [true,false] The value can be true or false. At present this has an effect on Windows and Motif 2.x only.
1108
+ # @param family [Wx::FontFamily] The font family: a generic portable way of referring to fonts without specifying a facename. This parameter must be one of the {Wx::FontFamily} enumeration values. If the faceName argument is provided, then it overrides the font family.
1109
+ # @param style [Wx::FontStyle] One of {Wx::FontStyle::FONTSTYLE_NORMAL}, {Wx::FontStyle::FONTSTYLE_SLANT} and {Wx::FontStyle::FONTSTYLE_ITALIC}.
1110
+ # @param weight [Wx::FontWeight] Font weight, sometimes also referred to as font boldness. One of the {Wx::FontWeight} enumeration values.
1111
+ # @param underline [Boolean] The value can be true or false. At present this has an effect on Windows and Motif 2.x only.
1117
1112
  # @param faceName [String] An optional string specifying the face name to be used. If it is an empty string, a default face name will be chosen based on the family.
1118
- # @param encoding [FontEncoding] An encoding which may be one of the enumeration values of {Wx::FontEncoding}. If the specified encoding isn't available, no font is created (see also Font Encodings).
1113
+ # @param encoding [Wx::FontEncoding] An encoding which may be one of the enumeration values of {Wx::FontEncoding}. If the specified encoding isn't available, no font is created (see also Font Encodings).
1119
1114
  # @return [Wx::Font]
1120
1115
  # @overload initialize(pixelSize, family, style, weight, underline=false, faceName=(''), encoding=Wx::FontEncoding::FONTENCODING_DEFAULT)
1121
1116
  # Creates a font object with the specified attributes and size in pixels.
@@ -1123,12 +1118,12 @@ module Wx
1123
1118
  #
1124
1119
  # If the desired font does not exist, the closest match will be chosen. Under Windows, only scalable TrueType fonts are used.
1125
1120
  # @param pixelSize [Array(Integer, Integer), Wx::Size] Size in pixels. See {Wx::Font#set_pixel_size} for more info.
1126
- # @param family [FontFamily] The font family: a generic portable way of referring to fonts without specifying a facename. This parameter must be one of the {Wx::FontFamily} enumeration values. If the faceName argument is provided, then it overrides the font family.
1127
- # @param style [FontStyle] One of {Wx::FontStyle::FONTSTYLE_NORMAL}, {Wx::FontStyle::FONTSTYLE_SLANT} and {Wx::FontStyle::FONTSTYLE_ITALIC}.
1128
- # @param weight [FontWeight] Font weight, sometimes also referred to as font boldness. One of the {Wx::FontWeight} enumeration values.
1129
- # @param underline [true,false] The value can be true or false. At present this has an effect on Windows and Motif 2.x only.
1121
+ # @param family [Wx::FontFamily] The font family: a generic portable way of referring to fonts without specifying a facename. This parameter must be one of the {Wx::FontFamily} enumeration values. If the faceName argument is provided, then it overrides the font family.
1122
+ # @param style [Wx::FontStyle] One of {Wx::FontStyle::FONTSTYLE_NORMAL}, {Wx::FontStyle::FONTSTYLE_SLANT} and {Wx::FontStyle::FONTSTYLE_ITALIC}.
1123
+ # @param weight [Wx::FontWeight] Font weight, sometimes also referred to as font boldness. One of the {Wx::FontWeight} enumeration values.
1124
+ # @param underline [Boolean] The value can be true or false. At present this has an effect on Windows and Motif 2.x only.
1130
1125
  # @param faceName [String] An optional string specifying the face name to be used. If it is an empty string, a default face name will be chosen based on the family.
1131
- # @param encoding [FontEncoding] An encoding which may be one of the enumeration values of {Wx::FontEncoding}. If the specified encoding isn't available, no font is created (see also Font Encodings).
1126
+ # @param encoding [Wx::FontEncoding] An encoding which may be one of the enumeration values of {Wx::FontEncoding}. If the specified encoding isn't available, no font is created (see also Font Encodings).
1132
1127
  # @return [Wx::Font]
1133
1128
  # @overload initialize(nativeInfoString)
1134
1129
  # Constructor from font description string.
@@ -1140,21 +1135,21 @@ module Wx
1140
1135
  # Equality operator.
1141
1136
  # See reference-counted object comparison for more info.
1142
1137
  # @param font [Wx::Font,Wx::FontInfo]
1143
- # @return [true,false]
1138
+ # @return [Boolean]
1144
1139
  def ==(font) end
1145
1140
 
1146
1141
  # Returns the current application's default encoding.
1147
1142
  #
1148
1143
  # @see Font Encodings
1149
1144
  # @see Wx::Font.set_default_encoding
1150
- # @return [FontEncoding]
1145
+ # @return [Wx::FontEncoding]
1151
1146
  def self.get_default_encoding; end
1152
1147
 
1153
1148
  # Sets the default font encoding.
1154
1149
  #
1155
1150
  # @see Font Encodings
1156
1151
  # @see Wx::Font.get_default_encoding
1157
- # @param encoding [FontEncoding]
1152
+ # @param encoding [Wx::FontEncoding]
1158
1153
  # @return [void]
1159
1154
  def self.set_default_encoding(encoding) end
1160
1155
 
@@ -1162,7 +1157,7 @@ module Wx
1162
1157
  # For compatibility, this function handles the values {Wx::NORMAL}, {Wx::LIGHT} and {Wx::BOLD}, that have values 90, 91 and 92, specially and converts them to the corresponding {Wx::FONTWEIGHT_XXX} weight value.
1163
1158
  #
1164
1159
  # Numeric weight, between 1 and 1000.
1165
- # @param weight [FontWeight] A valid element of {Wx::FontWeight} enum, i.e. this argument can't have value {Wx::FontWeight::FONTWEIGHT_INVALID}.
1160
+ # @param weight [Wx::FontWeight] A valid element of {Wx::FontWeight} enum, i.e. this argument can't have value {Wx::FontWeight::FONTWEIGHT_INVALID}.
1166
1161
  # @return [Integer]
1167
1162
  def self.get_numeric_weight_of(weight) end
1168
1163
 
@@ -1202,7 +1197,7 @@ module Wx
1202
1197
  # The family is a generic portable way of referring to fonts without specifying a precise face name. This parameter must be one of the {Wx::FontFamily} enumeration values.
1203
1198
  # If the {Wx::FontInfo#face_name} is used, then it overrides the font family.
1204
1199
  # @see Wx::Font#set_family
1205
- # @param family [FontFamily]
1200
+ # @param family [Wx::FontFamily]
1206
1201
  # @return [Wx::FontInfo]
1207
1202
  def family(family) end
1208
1203
 
@@ -1222,7 +1217,7 @@ module Wx
1222
1217
  # This is a wrapper for {Wx::FontInfo#weight} calling it with {Wx::FontWeight::FONTWEIGHT_BOLD} argument.
1223
1218
  # @see Wx::FontWeight
1224
1219
  # @see Wx::Font#set_weight
1225
- # @param bold [true,false]
1220
+ # @param bold [Boolean]
1226
1221
  # @return [Wx::FontInfo]
1227
1222
  def bold(bold=true) end
1228
1223
 
@@ -1230,7 +1225,7 @@ module Wx
1230
1225
  # This is a wrapper for {Wx::FontInfo#weight} calling it with {Wx::FontWeight::FONTWEIGHT_LIGHT} argument.
1231
1226
  # @see Wx::FontWeight
1232
1227
  # @see Wx::Font#set_weight
1233
- # @param light [true,false]
1228
+ # @param light [Boolean]
1234
1229
  # @return [Wx::FontInfo]
1235
1230
  def light(light=true) end
1236
1231
 
@@ -1238,7 +1233,7 @@ module Wx
1238
1233
  # This is a wrapper for {Wx::FontInfo#style} calling it with {Wx::FontStyle::FONTSTYLE_ITALIC} argument.
1239
1234
  # @see Wx::FontStyle
1240
1235
  # @see Wx::Font#set_style
1241
- # @param italic [true,false]
1236
+ # @param italic [Boolean]
1242
1237
  # @return [Wx::FontInfo]
1243
1238
  def italic(italic=true) end
1244
1239
 
@@ -1246,30 +1241,30 @@ module Wx
1246
1241
  # This is a wrapper for {Wx::FontInfo#style} calling it with {Wx::FontStyle::FONTSTYLE_SLANT} argument.
1247
1242
  # @see Wx::FontStyle
1248
1243
  # @see Wx::Font#set_style
1249
- # @param slant [true,false]
1244
+ # @param slant [Boolean]
1250
1245
  # @return [Wx::FontInfo]
1251
1246
  def slant(slant=true) end
1252
1247
 
1253
1248
  # Specify the style of the font using one of {Wx::FontStyle} constants.
1254
- # @param style [FontStyle]
1249
+ # @param style [Wx::FontStyle]
1255
1250
  # @return [Wx::FontInfo]
1256
1251
  def style(style) end
1257
1252
 
1258
1253
  # Set anti-aliasing flag.
1259
1254
  # Force the use of anti-aliasing on or off.
1260
1255
  # Currently this is not implemented, i.e. using this method doesn't do anything.
1261
- # @param antiAliased [true,false]
1256
+ # @param antiAliased [Boolean]
1262
1257
  # @return [Wx::FontInfo]
1263
1258
  def anti_aliased(antiAliased=true) end
1264
1259
 
1265
1260
  # Use an underlined version of the font.
1266
- # @param underlined [true,false]
1261
+ # @param underlined [Boolean]
1267
1262
  # @return [Wx::FontInfo]
1268
1263
  def underlined(underlined=true) end
1269
1264
 
1270
1265
  # Use a strike-through version of the font.
1271
1266
  # Currently this is only implemented in wxMSW, wxGTK, and wxOSX.
1272
- # @param strikethrough [true,false]
1267
+ # @param strikethrough [Boolean]
1273
1268
  # @return [Wx::FontInfo]
1274
1269
  def strikethrough(strikethrough=true) end
1275
1270
 
@@ -1277,7 +1272,7 @@ module Wx
1277
1272
  # This is mostly unneeded in Unicode builds of wxWidgets.
1278
1273
  # @see Wx::FontEncoding
1279
1274
  # @see Wx::Font#set_encoding
1280
- # @param encoding [FontEncoding]
1275
+ # @param encoding [Wx::FontEncoding]
1281
1276
  # @return [Wx::FontInfo]
1282
1277
  def encoding(encoding) end
1283
1278
 
@@ -1291,7 +1286,7 @@ module Wx
1291
1286
  # Get the symbolic weight closest to the given raw weight value.
1292
1287
  # A valid element of {Wx::FontWeight} enum.
1293
1288
  # @param numWeight [Integer] A valid raw weight value, i.e. a value in the range 1 to 1000, inclusive.
1294
- # @return [FontWeight]
1289
+ # @return [Wx::FontWeight]
1295
1290
  def self.get_weight_closest_to_numeric_value(numWeight) end
1296
1291
 
1297
1292
  end # FontInfo
@@ -27,14 +27,14 @@ module Wx
27
27
  # Enables or disables "effects" under Windows or generic only.
28
28
  # This refers to the controls for manipulating colour, strikeout and underline properties.
29
29
  # The default value is true.
30
- # @param enable [true,false]
30
+ # @param enable [Boolean]
31
31
  # @return [void]
32
32
  def enable_effects(enable) end
33
33
 
34
34
  # Under Windows, returns a flag determining whether symbol fonts can be selected.
35
35
  # Has no effect on other platforms.
36
36
  # The default value is true.
37
- # @return [true,false]
37
+ # @return [Boolean]
38
38
  def get_allow_symbols; end
39
39
  alias_method :allow_symbols, :get_allow_symbols
40
40
 
@@ -52,7 +52,7 @@ module Wx
52
52
  # Determines whether "effects" are enabled under Windows.
53
53
  # This refers to the controls for manipulating colour, strikeout and underline properties.
54
54
  # The default value is true.
55
- # @return [true,false]
55
+ # @return [Boolean]
56
56
  def get_enable_effects; end
57
57
 
58
58
  # Returns the state of the flags restricting the selection.
@@ -74,7 +74,7 @@ module Wx
74
74
 
75
75
  # Returns true if the Help button will be shown (Windows only).
76
76
  # The default value is false.
77
- # @return [true,false]
77
+ # @return [Boolean]
78
78
  def get_show_help; end
79
79
  alias_method :show_help, :get_show_help
80
80
 
@@ -94,7 +94,7 @@ module Wx
94
94
  # Under Windows, determines whether symbol fonts can be selected.
95
95
  # Has no effect on other platforms.
96
96
  # The default value is true.
97
- # @param allowSymbols [true,false]
97
+ # @param allowSymbols [Boolean]
98
98
  # @return [void]
99
99
  def set_allow_symbols(allowSymbols) end
100
100
  alias_method :allow_symbols=, :set_allow_symbols
@@ -127,7 +127,7 @@ module Wx
127
127
 
128
128
  # Determines whether the Help button will be displayed in the font dialog (Windows only).
129
129
  # The default value is false.
130
- # @param showHelp [true,false]
130
+ # @param showHelp [Boolean]
131
131
  # @return [void]
132
132
  def set_show_help(showHelp) end
133
133
  alias_method :show_help=, :set_show_help
@@ -49,13 +49,13 @@ module Wx
49
49
  # Creates the dialog if the {Wx::FontDialog} object had been initialized using the default constructor.
50
50
  # true on success and false if an error occurred.
51
51
  # @param parent [Wx::Window]
52
- # @return [true,false]
52
+ # @return [Boolean]
53
53
  # @overload create(parent, data)
54
54
  # Creates the dialog if the {Wx::FontDialog} object had been initialized using the default constructor.
55
55
  # true on success and false if an error occurred.
56
56
  # @param parent [Wx::Window]
57
57
  # @param data [Wx::FontData]
58
- # @return [true,false]
58
+ # @return [Boolean]
59
59
  def create(*args) end
60
60
 
61
61
  # Shows the dialog, returning {Wx::StandardID::ID_OK} if the user pressed Ok, and {Wx::StandardID::ID_CANCEL} otherwise.
@@ -42,7 +42,7 @@ module Wx
42
42
 
43
43
  # @overload initialize()
44
44
  # @return [Wx::FontPickerCtrl]
45
- # @overload initialize(parent, id, font=Wx::NULL_FONT, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::FNTP_DEFAULT_STYLE, validator=Wx::DEFAULT_VALIDATOR, name=Wx::FontPickerCtrlNameStr)
45
+ # @overload initialize(parent, id, font=Wx::NULL_FONT, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::FNTP_DEFAULT_STYLE, validator=Wx::DEFAULT_VALIDATOR, name=Wx::FONT_PICKER_CTRL_NAME_STR)
46
46
  # Initializes the object and calls {Wx::FontPickerCtrl#create} with all the parameters.
47
47
  # @param parent [Wx::Window]
48
48
  # @param id [Integer]
@@ -65,8 +65,8 @@ module Wx
65
65
  # @param style [Integer] The window style, see {Wx::FNTP_}* flags.
66
66
  # @param validator [Wx::Validator] Validator which can be used for additional data checks.
67
67
  # @param name [String] Control name.
68
- # @return [true,false]
69
- def create(parent, id, font=Wx::NULL_FONT, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::FNTP_DEFAULT_STYLE, validator=Wx::DEFAULT_VALIDATOR, name=Wx::FontPickerCtrlNameStr) end
68
+ # @return [Boolean]
69
+ def create(parent, id, font=Wx::NULL_FONT, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::FNTP_DEFAULT_STYLE, validator=Wx::DEFAULT_VALIDATOR, name=Wx::FONT_PICKER_CTRL_NAME_STR) end
70
70
 
71
71
  # Returns the maximum point size value allowed for the user-chosen font.
72
72
  # @return [Integer]
@@ -109,7 +109,7 @@ module Wx
109
109
  # @overload initialize()
110
110
  # Default constructor.
111
111
  # @return [Wx::Frame]
112
- # @overload initialize(parent, id, title, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::DEFAULT_FRAME_STYLE, name=Wx::FrameNameStr)
112
+ # @overload initialize(parent, id, title, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::DEFAULT_FRAME_STYLE, name=Wx::FRAME_NAME_STR)
113
113
  # Constructor, creating the window.
114
114
  # For Motif, MWM (the Motif Window Manager) should be running for any window styles to work (otherwise all styles take effect).
115
115
  # @see Wx::Frame#create
@@ -129,7 +129,7 @@ module Wx
129
129
  def centre(direction=Wx::Orientation::BOTH) end
130
130
 
131
131
  # Used in two-step frame construction.
132
- # See {Wx::Frame#frame} for further details.
132
+ # See {Wx::Frame#initialize} for further details.
133
133
  # @param parent [Wx::Window]
134
134
  # @param id [Integer]
135
135
  # @param title [String]
@@ -137,8 +137,8 @@ module Wx
137
137
  # @param size [Array(Integer, Integer), Wx::Size]
138
138
  # @param style [Integer]
139
139
  # @param name [String]
140
- # @return [true,false]
141
- def create(parent, id, title, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::DEFAULT_FRAME_STYLE, name=Wx::FrameNameStr) end
140
+ # @return [Boolean]
141
+ def create(parent, id, title, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::DEFAULT_FRAME_STYLE, name=Wx::FRAME_NAME_STR) end
142
142
 
143
143
  # Creates a status bar at the bottom of the frame.
144
144
  # A pointer to the status bar if it was created successfully, NULL otherwise.
@@ -152,7 +152,7 @@ module Wx
152
152
  # @param id [Integer] The status bar window identifier. If -1, an identifier will be chosen by wxWidgets.
153
153
  # @param name [String] The status bar window name.
154
154
  # @return [Wx::StatusBar]
155
- def create_status_bar(number=1, style=Wx::STB_DEFAULT_STYLE, id=0, name=Wx::StatusBarNameStr) end
155
+ def create_status_bar(number=1, style=Wx::STB_DEFAULT_STYLE, id=0, name=Wx::STATUS_BAR_NAME_STR) end
156
156
 
157
157
  # Creates a toolbar at the top or left of the frame.
158
158
  # A pointer to the toolbar if it was created successfully, NULL otherwise.
@@ -166,13 +166,13 @@ module Wx
166
166
  # @param id [Integer] The toolbar window identifier. If -1, an identifier will be chosen by wxWidgets.
167
167
  # @param name [String] The toolbar window name.
168
168
  # @return [Wx::ToolBar]
169
- def create_tool_bar(style=Wx::TB_DEFAULT_STYLE, id=Wx::StandardID::ID_ANY, name=Wx::ToolBarNameStr) end
169
+ def create_tool_bar(style=Wx::TB_DEFAULT_STYLE, id=Wx::StandardID::ID_ANY, name=Wx::TOOL_BAR_NAME_STR) end
170
170
 
171
171
  # Method used to show help string of the selected menu toolbar item.
172
172
  # This method is called by the default {Wx::EVT_MENU_HIGHLIGHT} event handler and also by {Wx::ToolBar} to show the optional help string associated with the selected menu or toolbar item. It can be overridden if the default behaviour of showing this string in the frame status bar is not appropriate.
173
173
  # @see Wx::Frame#set_status_bar_pane
174
174
  # @param text [String] The help string to show, may be empty. The default implementation simply shows this string in the frame status bar (after remembering its previous text to restore it later).
175
- # @param show [true,false] Whether the help should be shown or hidden. The default implementation restores the previously saved status bar text when it is false.
175
+ # @param show [Boolean] Whether the help should be shown or hidden. The default implementation restores the previously saved status bar text when it is false.
176
176
  # @return [void]
177
177
  def do_give_help(text, show) end
178
178
 
@@ -217,7 +217,7 @@ module Wx
217
217
 
218
218
  # Simulate a menu command.
219
219
  # @param id [Integer] The identifier for a menu item.
220
- # @return [true,false]
220
+ # @return [Boolean]
221
221
  def process_command(id) end
222
222
 
223
223
  # Tells the frame to show the given menu bar.
@@ -261,10 +261,9 @@ module Wx
261
261
 
262
262
  # Sets the widths of the fields in the status bar.
263
263
  # The widths of the variable fields are calculated from the total width of all fields, minus the sum of widths of the non-variable fields, divided by the number of variable fields.
264
- # @param n [Integer] The number of fields in the status bar. It must be the same used in CreateStatusBar.
265
- # @param widths_field [int] Must contain an array of n integers, each of which is a status field width in pixels. A value of -1 indicates that the field is variable width; at least one field must be -1. You should delete this array after calling {Wx::Frame#set_status_widths}.
264
+ # @param widths_field [Array<Integer>] Must contain an array of n integers, each of which is a status field width in pixels. A value of -1 indicates that the field is variable width; at least one field must be -1. You should delete this array after calling {Wx::Frame#set_status_widths}.
266
265
  # @return [void]
267
- def set_status_widths(n, widths_field) end
266
+ def set_status_widths(widths_field) end
268
267
 
269
268
  # Associates a toolbar with the frame.
270
269
  # @param toolBar [Wx::ToolBar]
@@ -272,19 +271,6 @@ module Wx
272
271
  def set_tool_bar(toolBar) end
273
272
  alias_method :tool_bar=, :set_tool_bar
274
273
 
275
- # MSW-specific function for accessing the taskbar button under Windows 7 or later.
276
- # Returns a {Wx::TaskBarButton} pointer representing the taskbar button of the window under Windows 7 or later. The returned {Wx::TaskBarButton} may be used, if non-NULL, to access the functionality including thumbnail representations, thumbnail toolbars, notification and status overlays, and progress indicators.
277
- # The returned pointer must not be deleted, it is owned by the frame and will be only deleted when the frame itself is destroyed.
278
- # This function is not available in the other ports by design, any occurrences of it in the portable code must be guarded by
279
- # ```ruby
280
- # if Wx::PLATFORM == 'WXMSW'
281
- # #...
282
- # end
283
- # ```
284
- # preprocessor guards.
285
- # @return [Wx::TaskBarButton]
286
- def msw_get_task_bar_button; end
287
-
288
274
  # @param text [String]
289
275
  # @param number [Integer]
290
276
  # @return [void]