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
@@ -134,7 +134,7 @@ module Wx
134
134
  # @overload initialize()
135
135
  # Default constructor.
136
136
  # @return [Wx::Dialog]
137
- # @overload initialize(parent, id, title, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::DEFAULT_DIALOG_STYLE, name=Wx::DialogNameStr)
137
+ # @overload initialize(parent, id, title, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::DEFAULT_DIALOG_STYLE, name=Wx::DIALOG_NAME_STR)
138
138
  # Constructor.
139
139
  #
140
140
  # @see Wx::Dialog#create
@@ -158,7 +158,7 @@ module Wx
158
158
  # Returns true if this dialog can and should perform layout adaptation using {Wx::Dialog#do_layout_adaptation}, usually if the dialog is too large to fit on the display.
159
159
  #
160
160
  # @see Automatic Scrolled Dialogs (for more on layout adaptation)
161
- # @return [true,false]
161
+ # @return [Boolean]
162
162
  def can_do_layout_adaptation; end
163
163
  alias_method :can_do_layout_adaptation?, :can_do_layout_adaptation
164
164
 
@@ -169,7 +169,7 @@ module Wx
169
169
 
170
170
  # Used for two-step dialog box construction.
171
171
  #
172
- # @see Wx::Dialog#dialog
172
+ # @see Wx::Dialog#initialize
173
173
  # @param parent [Wx::Window]
174
174
  # @param id [Integer]
175
175
  # @param title [String]
@@ -177,8 +177,8 @@ module Wx
177
177
  # @param size [Array(Integer, Integer), Wx::Size]
178
178
  # @param style [Integer]
179
179
  # @param name [String]
180
- # @return [true,false]
181
- def create(parent, id, title, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::DEFAULT_DIALOG_STYLE, name=Wx::DialogNameStr) end
180
+ # @return [Boolean]
181
+ def create(parent, id, title, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::DEFAULT_DIALOG_STYLE, name=Wx::DIALOG_NAME_STR) end
182
182
 
183
183
  # Creates a sizer with standard buttons.
184
184
  # flags is a bit list of the following flags: {Wx::OK}, {Wx::CANCEL}, {Wx::YES}, {Wx::NO}, {Wx::APPLY}, {Wx::CLOSE}, {Wx::HELP}, {Wx::NO_DEFAULT}.
@@ -222,7 +222,7 @@ module Wx
222
222
  # Performs layout adaptation, usually if the dialog is too large to fit on the display.
223
223
  #
224
224
  # @see Automatic Scrolled Dialogs (for more on layout adaptation)
225
- # @return [true,false]
225
+ # @return [Boolean]
226
226
  def do_layout_adaptation; end
227
227
 
228
228
  # Ends a modal dialog, passing a value to be returned from the {Wx::Dialog#show_modal} invocation.
@@ -251,7 +251,7 @@ module Wx
251
251
  # Returns true if the dialog has been adapted, usually by making it scrollable to work with a small display.
252
252
  #
253
253
  # @see Automatic Scrolled Dialogs (for more on layout adaptation)
254
- # @return [true,false]
254
+ # @return [Boolean]
255
255
  def get_layout_adaptation_done; end
256
256
  alias_method :layout_adaptation_done, :get_layout_adaptation_done
257
257
 
@@ -265,14 +265,14 @@ module Wx
265
265
  # Gets the adaptation mode, overriding the global adaptation flag.
266
266
  #
267
267
  # @see Automatic Scrolled Dialogs (for more on layout adaptation)
268
- # @return [DialogLayoutAdaptationMode]
268
+ # @return [Wx::DialogLayoutAdaptationMode]
269
269
  def get_layout_adaptation_mode; end
270
270
  alias_method :layout_adaptation_mode, :get_layout_adaptation_mode
271
271
 
272
272
  # Returns an array of identifiers to be regarded as the main buttons for the non-scrolling area of a dialog.
273
273
  #
274
274
  # @see Automatic Scrolled Dialogs (for more on layout adaptation)
275
- # @return [Wx::ArrayInt]
275
+ # @return [Array<Integer>]
276
276
  def get_main_button_ids; end
277
277
  alias_method :main_button_ids, :get_main_button_ids
278
278
 
@@ -289,14 +289,14 @@ module Wx
289
289
  # Windows only.
290
290
  #
291
291
  # Note that in Windows, iconization has no effect since dialog boxes cannot be iconized. However, applications may need to explicitly restore dialog boxes under Motif which have user-iconizable frames, and under Windows calling Iconize(false) will bring the window to the front, as does Show(true).
292
- # @param iconize [true,false] If true, iconizes the dialog box; if false, shows and restores it.
292
+ # @param iconize [Boolean] If true, iconizes the dialog box; if false, shows and restores it.
293
293
  # @return [void]
294
294
  def iconize(iconize=true) end
295
295
 
296
296
  # Returns true if the dialog box is iconized.
297
297
  # Windows only.
298
298
  # Always returns false under Windows since dialogs cannot be iconized.
299
- # @return [true,false]
299
+ # @return [Boolean]
300
300
  def is_iconized; end
301
301
  alias_method :iconized?, :is_iconized
302
302
 
@@ -304,12 +304,12 @@ module Wx
304
304
  # Availability: only available for the wxMSW port. {Wx::msw}
305
305
  # @see Automatic Scrolled Dialogs (for more on layout adaptation)
306
306
  # @param id [Integer]
307
- # @return [true,false]
307
+ # @return [Boolean]
308
308
  def is_main_button_id(id) end
309
309
  alias_method :main_button_id?, :is_main_button_id
310
310
 
311
311
  # Returns true if the dialog box is modal, false otherwise.
312
- # @return [true,false]
312
+ # @return [Boolean]
313
313
  def is_modal; end
314
314
  alias_method :modal?, :is_modal
315
315
 
@@ -352,7 +352,7 @@ module Wx
352
352
  # Marks the dialog as having been adapted, usually by making it scrollable to work with a small display.
353
353
  #
354
354
  # @see Automatic Scrolled Dialogs (for more on layout adaptation)
355
- # @param done [true,false]
355
+ # @param done [Boolean]
356
356
  # @return [void]
357
357
  def set_layout_adaptation_done(done) end
358
358
  alias_method :layout_adaptation_done=, :set_layout_adaptation_done
@@ -369,7 +369,7 @@ module Wx
369
369
  #
370
370
  # @see Wx::DialogLayoutAdaptationMode
371
371
  # @see Automatic Scrolled Dialogs (for more on layout adaptation)
372
- # @param mode [DialogLayoutAdaptationMode]
372
+ # @param mode [Wx::DialogLayoutAdaptationMode]
373
373
  # @return [void]
374
374
  def set_layout_adaptation_mode(mode) end
375
375
  alias_method :layout_adaptation_mode=, :set_layout_adaptation_mode
@@ -386,8 +386,8 @@ module Wx
386
386
 
387
387
  # Hides or shows the dialog.
388
388
  # The preferred way of dismissing a modal dialog is to use {Wx::Dialog#end_modal}.
389
- # @param show [true,false] If true, the dialog box is shown and brought to the front, otherwise the box is hidden. If false and the dialog is modal, control is returned to the calling program.
390
- # @return [true,false]
389
+ # @param show [Boolean] If true, the dialog box is shown and brought to the front, otherwise the box is hidden. If false and the dialog is modal, control is returned to the calling program.
390
+ # @return [Boolean]
391
391
  def show(show=true) end
392
392
 
393
393
  # Shows an application-modal dialog.
@@ -414,7 +414,7 @@ module Wx
414
414
  # A static function enabling or disabling layout adaptation for all dialogs.
415
415
  #
416
416
  # @see Automatic Scrolled Dialogs (for more on layout adaptation)
417
- # @param enable [true,false]
417
+ # @param enable [Boolean]
418
418
  # @return [void]
419
419
  def self.enable_layout_adaptation(enable) end
420
420
 
@@ -427,7 +427,7 @@ module Wx
427
427
  # A static function returning true if layout adaptation is enabled for all dialogs.
428
428
  #
429
429
  # @see Automatic Scrolled Dialogs (for more on layout adaptation)
430
- # @return [true,false]
430
+ # @return [Boolean]
431
431
  def self.is_layout_adaptation_enabled; end
432
432
 
433
433
  # A static function for setting the current layout adapter object, returning the old adapter.
@@ -440,5 +440,34 @@ module Wx
440
440
 
441
441
  end # Dialog
442
442
 
443
+ # This abstract class is the base for classes that help wxWidgets perform run-time layout adaptation of dialogs.
444
+ # Principally, this is to cater for small displays by making part of the dialog scroll, but the application developer may find other uses for layout adaption.
445
+ # By default, there is one instance of {Wx::StandardDialogLayoutAdapter} which can perform adaptation for most custom dialogs and dialogs with book controls such as {Wx::PropertySheetDialog}.
446
+ # ===
447
+ #
448
+ # Category: Window Layout
449
+ # @see Automatic Scrolled Dialogs
450
+ #
451
+ #
452
+ class DialogLayoutAdapter < ::Object
453
+
454
+ # Default constructor.
455
+ # @return [Wx::DialogLayoutAdapter]
456
+ def initialize; end
457
+
458
+ # Override this to returns true if adaptation can and should be done.
459
+ # @param dialog [Wx::Dialog]
460
+ # @return [Boolean]
461
+ def can_do_layout_adaptation(dialog) end
462
+ alias_method :can_do_layout_adaptation?, :can_do_layout_adaptation
463
+
464
+ # Override this to perform layout adaptation, such as making parts of the dialog scroll and resizing the dialog to fit the display.
465
+ # Normally this function will be called just before the dialog is shown.
466
+ # @param dialog [Wx::Dialog]
467
+ # @return [Boolean]
468
+ def do_layout_adaptation(dialog) end
469
+
470
+ end # DialogLayoutAdapter
471
+
443
472
 
444
473
  end
@@ -63,7 +63,7 @@ module Wx
63
63
  # @param pos [Array(Integer, Integer), Wx::Point]
64
64
  # @param size [Array(Integer, Integer), Wx::Size]
65
65
  # @param style [Integer]
66
- # @return [true,false]
66
+ # @return [Boolean]
67
67
  def create(parent, id=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=0) end
68
68
 
69
69
  # @return [void]
@@ -43,7 +43,7 @@ module Wx
43
43
 
44
44
  # @overload initialize()
45
45
  # @return [Wx::DirPickerCtrl]
46
- # @overload initialize(parent, id, path=(''), message=Wx::DIR_SELECTOR_PROMPT_STR, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::DIRP_DEFAULT_STYLE, validator=Wx::DEFAULT_VALIDATOR, name=Wx::DirPickerCtrlNameStr)
46
+ # @overload initialize(parent, id, path=(''), message=Wx::DIR_SELECTOR_PROMPT_STR, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::DIRP_DEFAULT_STYLE, validator=Wx::DEFAULT_VALIDATOR, name=Wx::DIR_PICKER_CTRL_NAME_STR)
47
47
  # Initializes the object and calls {Wx::DirPickerCtrl#create} with all the parameters.
48
48
  # @param parent [Wx::Window]
49
49
  # @param id [Integer]
@@ -68,12 +68,12 @@ module Wx
68
68
  # @param style [Integer] The window style, see {Wx::DIRP_}* flags.
69
69
  # @param validator [Wx::Validator] Validator which can be used for additional data checks.
70
70
  # @param name [String] Control name.
71
- # @return [true,false]
72
- def create(parent, id, path=(''), message=Wx::DIR_SELECTOR_PROMPT_STR, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::DIRP_DEFAULT_STYLE, validator=Wx::DEFAULT_VALIDATOR, name=Wx::DirPickerCtrlNameStr) end
71
+ # @return [Boolean]
72
+ def create(parent, id, path=(''), message=Wx::DIR_SELECTOR_PROMPT_STR, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::DIRP_DEFAULT_STYLE, validator=Wx::DEFAULT_VALIDATOR, name=Wx::DIR_PICKER_CTRL_NAME_STR) end
73
73
 
74
74
  # Returns the absolute path of the currently selected directory as a {Wx::FileName} object.
75
75
  # This function is equivalent to {Wx::DirPickerCtrl#get_path}.
76
- # @return [Wx::FileName]
76
+ # @return [String]
77
77
  def get_dir_name; end
78
78
  alias_method :dir_name, :get_dir_name
79
79
 
@@ -83,7 +83,7 @@ module Wx
83
83
  alias_method :path, :get_path
84
84
 
85
85
  # Just like {Wx::DirPickerCtrl#set_path} but this function takes a {Wx::FileName} object.
86
- # @param dirname [Wx::FileName]
86
+ # @param dirname [String]
87
87
  # @return [void]
88
88
  def set_dir_name(dirname) end
89
89
  alias_method :dir_name=, :set_dir_name
@@ -52,8 +52,8 @@ module Wx
52
52
 
53
53
  # Returns true if res indicates that something was done during a DnD operation, i.e.
54
54
  # is neither error nor none nor cancel.
55
- # @param res [DragResult]
56
- # @return [true,false]
55
+ # @param res [Wx::DragResult]
56
+ # @return [Boolean]
57
57
  def self.is_drag_result_ok(res) end
58
58
 
59
59
  # This class represents a source for a drag and drop operation.
@@ -88,25 +88,6 @@ module Wx
88
88
  # @param iconMove [Wx::Cursor] The icon or cursor used for feedback for move operation.
89
89
  # @param iconNone [Wx::Cursor] The icon or cursor used for feedback when operation can't be done.
90
90
  # @return [Wx::DropSource]
91
- # @overload initialize(win=nil, iconCopy=Wx::NULL_ICON, iconMove=Wx::NULL_ICON, iconNone=Wx::NULL_ICON)
92
- # This constructor requires that you must call {Wx::DropSource#set_data} later.
93
- # This is the wxGTK-specific version of the constructor taking {Wx::Icon} instead of {Wx::Cursor} as the other ports.
94
- # Availability: only available for the wxGTK port. {Wx::gtk}
95
- # @param win [Wx::Window] The window which initiates the drag and drop operation.
96
- # @param iconCopy [Wx::Icon] The icon or cursor used for feedback for copy operation.
97
- # @param iconMove [Wx::Icon] The icon or cursor used for feedback for move operation.
98
- # @param iconNone [Wx::Icon] The icon or cursor used for feedback when operation can't be done.
99
- # @return [Wx::DropSource]
100
- # @overload initialize(data, win=nil, iconCopy=Wx::NULL_ICON, iconMove=Wx::NULL_ICON, iconNone=Wx::NULL_ICON)
101
- # The constructor taking a {Wx::DataObject}.
102
- # This is the wxGTK-specific version of the constructor taking {Wx::Icon} instead of {Wx::Cursor} as the other ports.
103
- # Availability: only available for the wxGTK port. {Wx::gtk}
104
- # @param data [Wx::DataObject] The data associated with the drop source.
105
- # @param win [Wx::Window] The window which initiates the drag and drop operation.
106
- # @param iconCopy [Wx::Icon] The icon or cursor used for feedback for copy operation.
107
- # @param iconMove [Wx::Icon] The icon or cursor used for feedback for move operation.
108
- # @param iconNone [Wx::Icon] The icon or cursor used for feedback when operation can't be done.
109
- # @return [Wx::DropSource]
110
91
  def initialize(*args) end
111
92
 
112
93
  # Starts the drag-and-drop operation which will terminate when the user releases the mouse.
@@ -114,7 +95,7 @@ module Wx
114
95
  #
115
96
  # The operation requested by the user, may be {Wx::DragResult::DragCopy}, {Wx::DragResult::DragMove}, {Wx::DragResult::DragLink}, {Wx::DragResult::DragCancel} or {Wx::DragResult::DragNone} if an error occurred.
116
97
  # @param flags [Integer] If {Wx::Drag_AllowMove} is included in the flags, data may be moved and not only copied as is the case for the default {Wx::Drag_CopyOnly}. If {Wx::Drag_DefaultMove} is specified (which includes the previous flag), moving is not only possible but becomes the default operation.
117
- # @return [DragResult]
98
+ # @return [Wx::DragResult]
118
99
  def do_drag_drop(flags=Wx::Drag_CopyOnly) end
119
100
 
120
101
  # Returns the {Wx::DataObject} object that has been assigned previously.
@@ -126,24 +107,17 @@ module Wx
126
107
  # It is called on each mouse move, so your implementation must not be too slow.
127
108
  #
128
109
  # false if you want default feedback, or true if you implement your own feedback. The return value is ignored under GTK.
129
- # @param effect [DragResult] The effect to implement. One of {Wx::DragResult::DragCopy}, {Wx::DragResult::DragMove}, {Wx::DragResult::DragLink} and {Wx::DragResult::DragNone}.
130
- # @return [true,false]
110
+ # @param effect [Wx::DragResult] The effect to implement. One of {Wx::DragResult::DragCopy}, {Wx::DragResult::DragMove}, {Wx::DragResult::DragLink} and {Wx::DragResult::DragNone}.
111
+ # @return [Boolean]
131
112
  def give_feedback(effect) end
132
113
 
133
114
  # Set the icon to use for a certain drag result.
134
115
  # Availability: only available for the wxMSW, wxOSX/Cocoa ports. {Wx::msw},{Wx::osx}
135
- # @param res [DragResult] The drag result to set the icon for.
116
+ # @param res [Wx::DragResult] The drag result to set the icon for.
136
117
  # @param cursor [Wx::Cursor] The icon to show when this drag result occurs.
137
118
  # @return [void]
138
119
  def set_cursor(res, cursor) end
139
120
 
140
- # Set the icon to use for a certain drag result.
141
- # Availability: only available for the wxGTK port. {Wx::gtk}
142
- # @param res [DragResult] The drag result to set the icon for.
143
- # @param icon [Wx::Icon] The icon to show when this drag result occurs.
144
- # @return [void]
145
- def set_icon(res, icon) end
146
-
147
121
  # Sets the data {Wx::DataObject} associated with the drop source.
148
122
  # This will not delete any previously associated data.
149
123
  # @param data [Wx::DataObject]
@@ -178,7 +152,7 @@ module Wx
178
152
 
179
153
  # This method may only be called from within {Wx::DropTarget#on_data}.
180
154
  # By default, this method copies the data from the drop source to the {Wx::DataObject} associated with this drop target, calling its {Wx::DataObject#set_data} method.
181
- # @return [true,false]
155
+ # @return [Boolean]
182
156
  def get_data; end
183
157
  alias_method :data, :get_data
184
158
 
@@ -186,8 +160,8 @@ module Wx
186
160
  # By default this will usually {Wx::DropTarget#get_data} and will return the suggested default value defResult.
187
161
  # @param x [Integer]
188
162
  # @param y [Integer]
189
- # @param defResult [DragResult]
190
- # @return [DragResult]
163
+ # @param defResult [Wx::DragResult]
164
+ # @return [Wx::DragResult]
191
165
  def on_data(x, y, defResult) end
192
166
 
193
167
  # Called when the mouse is being dragged over the drop target.
@@ -196,8 +170,8 @@ module Wx
196
170
  # The desired operation or {Wx::DragResult::DragNone}. This is used for optical feedback from the side of the drop source, typically in form of changing the icon.
197
171
  # @param x [Integer] The x coordinate of the mouse.
198
172
  # @param y [Integer] The y coordinate of the mouse.
199
- # @param defResult [DragResult] Suggested value for return value. Determined by SHIFT or CONTROL key states.
200
- # @return [DragResult]
173
+ # @param defResult [Wx::DragResult] Suggested value for return value. Determined by SHIFT or CONTROL key states.
174
+ # @return [Wx::DragResult]
201
175
  def on_drag_over(x, y, defResult) end
202
176
 
203
177
  # Called when the user drops a data object on the target.
@@ -206,7 +180,7 @@ module Wx
206
180
  # true to accept the data, or false to veto the operation.
207
181
  # @param x [Integer] The x coordinate of the mouse.
208
182
  # @param y [Integer] The y coordinate of the mouse.
209
- # @return [true,false]
183
+ # @return [Boolean]
210
184
  def on_drop(x, y) end
211
185
 
212
186
  # Called when the mouse enters the drop target.
@@ -215,8 +189,8 @@ module Wx
215
189
  # The desired operation or {Wx::DragResult::DragNone}. This is used for optical feedback from the side of the drop source, typically in form of changing the icon.
216
190
  # @param x [Integer] The x coordinate of the mouse.
217
191
  # @param y [Integer] The y coordinate of the mouse.
218
- # @param defResult [DragResult] Suggested default for return value. Determined by SHIFT or CONTROL key states.
219
- # @return [DragResult]
192
+ # @param defResult [Wx::DragResult] Suggested default for return value. Determined by SHIFT or CONTROL key states.
193
+ # @return [Wx::DragResult]
220
194
  def on_enter(x, y, defResult) end
221
195
 
222
196
  # Called when the mouse leaves the drop target.
@@ -236,13 +210,13 @@ module Wx
236
210
 
237
211
  # Sets the default action for drag and drop.
238
212
  # Use {Wx::DragResult::DragMove} or {Wx::DragResult::DragCopy} to set default action to move or copy and use {Wx::DragResult::DragNone} (default) to set default action specified by initialization of dragging (see {Wx::DropSource#do_drag_drop})
239
- # @param action [DragResult]
213
+ # @param action [Wx::DragResult]
240
214
  # @return [void]
241
215
  def set_default_action(action) end
242
216
  alias_method :default_action=, :set_default_action
243
217
 
244
218
  # Returns default action for drag and drop or {Wx::DragResult::DragNone} if this not specified.
245
- # @return [DragResult]
219
+ # @return [Wx::DragResult]
246
220
  def get_default_action; end
247
221
  alias_method :default_action, :get_default_action
248
222
 
@@ -269,7 +243,7 @@ module Wx
269
243
  # @param x [Integer] The x coordinate of the mouse.
270
244
  # @param y [Integer] The y coordinate of the mouse.
271
245
  # @param filenames [Array<String>] An array of filenames.
272
- # @return [true,false]
246
+ # @return [Boolean]
273
247
  def on_drop_files(x, y, filenames) end
274
248
 
275
249
  end # FileDropTarget
@@ -295,7 +269,7 @@ module Wx
295
269
  # @param x [Integer] The x coordinate of the mouse.
296
270
  # @param y [Integer] The y coordinate of the mouse.
297
271
  # @param data [String] The data being dropped: a {Wx::String}.
298
- # @return [true,false]
272
+ # @return [Boolean]
299
273
  def on_drop_text(x, y, data) end
300
274
 
301
275
  end # TextDropTarget
@@ -55,9 +55,9 @@ module Wx
55
55
  # Note that this call automatically calls CaptureMouse().
56
56
  # @param hotspot [Array(Integer, Integer), Wx::Point] The location of the drag position relative to the upper-left corner of the image.
57
57
  # @param window [Wx::Window] The window that captures the mouse, and within which the dragging is limited unless fullScreen is true.
58
- # @param fullScreen [true,false] If true, specifies that the drag will be visible over the full screen, or over as much of the screen as is specified by rect. Note that the mouse will still be captured in window.
58
+ # @param fullScreen [Boolean] If true, specifies that the drag will be visible over the full screen, or over as much of the screen as is specified by rect. Note that the mouse will still be captured in window.
59
59
  # @param rect [Wx::Rect] If non-NULL, specifies the rectangle (in screen coordinates) that bounds the dragging operation. Specifying this can make the operation more efficient by cutting down on the area under consideration, and it can also make a visual difference since the drag is clipped to this area.
60
- # @return [true,false]
60
+ # @return [Boolean]
61
61
  # @overload begin_drag(hotspot, window, boundingWindow)
62
62
  # Start dragging the image, using the first window to capture the mouse and the second to specify the bounding area.
63
63
  # This form is equivalent to using the first form, but more convenient than working out the bounding rectangle explicitly.
@@ -66,31 +66,17 @@ module Wx
66
66
  # @param hotspot [Array(Integer, Integer), Wx::Point] The location of the drag position relative to the upper-left corner of the image.
67
67
  # @param window [Wx::Window] The window that captures the mouse, and within which the dragging is limited.
68
68
  # @param boundingWindow [Wx::Window] Specifies the area within which the drag occurs.
69
- # @return [true,false]
69
+ # @return [Boolean]
70
70
  def begin_drag(*args) end
71
71
 
72
- # Draws the image on the device context with top-left corner at the given position.
73
- # This function is only available with {Wx::GenericDragImage}, to allow applications to draw their own image instead of using an actual bitmap. If you override this function, you must also override {Wx::DragImage#get_image_rect}.
74
- # @param dc [Wx::DC]
75
- # @param pos [Array(Integer, Integer), Wx::Point]
76
- # @return [true,false]
77
- def do_draw_image(dc, pos) end
78
-
79
72
  # Call this when the drag has finished.
80
73
  # This function automatically releases mouse capture.
81
- # @return [true,false]
74
+ # @return [Boolean]
82
75
  def end_drag; end
83
76
 
84
- # Returns the rectangle enclosing the image, assuming that the image is drawn with its top-left corner at the given point.
85
- # This function is available in {Wx::GenericDragImage} only, and may be overridden (together with {Wx::DragImage#do_draw_image}) to provide a virtual drawing capability.
86
- # @param pos [Array(Integer, Integer), Wx::Point]
87
- # @return [Wx::Rect]
88
- def get_image_rect(pos) end
89
- alias_method :image_rect, :get_image_rect
90
-
91
77
  # Hides the image.
92
78
  # You may wish to call this before updating the window contents (perhaps highlighting an item). Then call {Wx::DragImage#move} and {Wx::DragImage#show}.
93
- # @return [true,false]
79
+ # @return [Boolean]
94
80
  def hide; end
95
81
 
96
82
  # Call this to move the image to a new position.
@@ -98,25 +84,14 @@ module Wx
98
84
  #
99
85
  # You can move the image either when the image is hidden or shown, but in general dragging will be smoother if you move the image when it is shown.
100
86
  # @param pt [Array(Integer, Integer), Wx::Point] The position in client coordinates (relative to the window specified in {Wx::DragImage#begin_drag}).
101
- # @return [true,false]
87
+ # @return [Boolean]
102
88
  def move(pt) end
103
89
 
104
90
  # Shows the image.
105
91
  # Call this at least once when dragging.
106
- # @return [true,false]
92
+ # @return [Boolean]
107
93
  def show; end
108
94
 
109
- # Override this if you wish to draw the window contents to the backing bitmap yourself.
110
- # This can be desirable if you wish to avoid flicker by not having to redraw the updated window itself just before dragging, which can cause a flicker just as the drag starts. Instead, paint the drag image's backing bitmap to show the appropriate graphic minus the objects to be dragged, and leave the window itself to be updated by the drag image. This can provide eerily smooth, flicker-free drag behaviour.
111
- # The default implementation copies the window contents to the backing bitmap. A new implementation will normally copy information from another source, such as from its own backing bitmap if it has one, or directly from internal data structures.
112
- # This function is available in {Wx::GenericDragImage} only.
113
- # @param windowDC [Wx::DC]
114
- # @param destDC [Wx::MemoryDC]
115
- # @param sourceRect [Wx::Rect]
116
- # @param destRect [Wx::Rect]
117
- # @return [true,false]
118
- def update_backing_from_window(windowDC, destDC, sourceRect, destRect) end
119
-
120
95
  end # DragImage
121
96
 
122
97
 
@@ -49,7 +49,7 @@ module Wx
49
49
  # @overload initialize()
50
50
  # Default ctor.
51
51
  # @return [Wx::EditableListBox]
52
- # @overload initialize(parent, id, label, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::EL_DEFAULT_STYLE, name=Wx::EditableListBoxNameStr)
52
+ # @overload initialize(parent, id, label, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::EL_DEFAULT_STYLE, name=Wx::EDITABLE_LIST_BOX_NAME_STR)
53
53
  # Constructor, creating and showing a list box.
54
54
  #
55
55
  # @see Wx::EditableListBox#create
@@ -64,7 +64,7 @@ module Wx
64
64
  def initialize(*args) end
65
65
 
66
66
  # Creates the editable listbox for two-step construction.
67
- # See {Wx::EditableListBox#editable_list_box} for further details.
67
+ # See {Wx::EditableListBox#initialize} for further details.
68
68
  # @param parent [Wx::Window]
69
69
  # @param id [Integer]
70
70
  # @param label [String]
@@ -72,8 +72,8 @@ module Wx
72
72
  # @param size [Array(Integer, Integer), Wx::Size]
73
73
  # @param style [Integer]
74
74
  # @param name [String]
75
- # @return [true,false]
76
- def create(parent, id, label, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::EL_DEFAULT_STYLE, name=Wx::EditableListBoxNameStr) end
75
+ # @return [Boolean]
76
+ def create(parent, id, label, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::EL_DEFAULT_STYLE, name=Wx::EDITABLE_LIST_BOX_NAME_STR) end
77
77
 
78
78
  # Replaces current contents with given strings.
79
79
  # @param strings [Array<String>]
@@ -80,7 +80,7 @@ module Wx
80
80
  #
81
81
  K_CATEGORY_CUT = Wx::KeyCategoryFlags.new(16)
82
82
 
83
- # union of {Wx::K_CATEGORY}_ARROW, {Wx::K_CATEGORY}_PAGING, and {Wx::K_CATEGORY}_JUMP categories
83
+ # union of {Wx::KeyCode::K_CATEGORY}_ARROW, {Wx::KeyCode::K_CATEGORY}_PAGING, and {Wx::KeyCode::K_CATEGORY}_JUMP categories
84
84
  #
85
85
  K_CATEGORY_NAVIGATION = Wx::KeyCategoryFlags.new(7)
86
86
 
@@ -358,6 +358,10 @@ module Wx
358
358
  #
359
359
  EVT_KEY_UP = 10248
360
360
 
361
+ #
362
+ #
363
+ EVT_HOTKEY = 10249
364
+
361
365
  #
362
366
  #
363
367
  EVT_SET_CURSOR = 10250
@@ -518,14 +522,6 @@ module Wx
518
522
  #
519
523
  EVT_FULLSCREEN = 10291
520
524
 
521
- #
522
- #
523
- EVT_MOUSE_CAPTURE_CHANGED = 10292
524
-
525
- #
526
- #
527
- EVT_MOUSE_CAPTURE_LOST = 10293
528
-
529
525
  #
530
526
  #
531
527
  EVT_PAINT = 10294
@@ -558,10 +554,6 @@ module Wx
558
554
  #
559
555
  EVT_SYS_COLOUR_CHANGED = 10301
560
556
 
561
- #
562
- #
563
- EVT_DISPLAY_CHANGED = 10302
564
-
565
557
  #
566
558
  #
567
559
  EVT_DPI_CHANGED = 10303
@@ -682,9 +674,15 @@ module Wx
682
674
  #
683
675
  EVT_WINDOW_MODAL_DIALOG_CLOSED = 10182
684
676
 
677
+ #
678
+ EVT_MENU_HIGHLIGHT_ALL = 10299
679
+
680
+ #
681
+ EVT_NC_PAINT = 10296
682
+
685
683
  # Generates a new unique event type.
686
684
  # Usually this function is only used by {define_event} and not called directly.
687
- # @return [Wx::AUI::AuiMDIChildFrame::EventType]
685
+ # @return [Wx::CommandLinkButton::EventType]
688
686
  def self.new_event_type; end
689
687
 
690
688
  # In a GUI application, this function posts event to the specified dest object using {Wx::EvtHandler#add_pending_event}.
@@ -713,14 +711,14 @@ module Wx
713
711
  alias_method :event_object, :get_event_object
714
712
 
715
713
  # Returns the identifier of the given event type, such as {Wx::EVT_BUTTON}.
716
- # @return [Wx::AUI::AuiMDIChildFrame::EventType]
714
+ # @return [Wx::CommandLinkButton::EventType]
717
715
  def get_event_type; end
718
716
  alias_method :event_type, :get_event_type
719
717
 
720
718
  # Returns a generic category for this event.
721
719
  # {Wx::Event} implementation returns {Wx::EventCategory::EVT_CATEGORY_UI} by default.
722
720
  # This function is used to selectively process events in Wx::EventLoopBase::YieldFor.
723
- # @return [EventCategory]
721
+ # @return [Wx::EventCategory]
724
722
  def get_event_category; end
725
723
  alias_method :event_category, :get_event_category
726
724
 
@@ -730,7 +728,7 @@ module Wx
730
728
  alias_method :id, :get_id
731
729
 
732
730
  # Returns true if the event handler should be skipped, false otherwise.
733
- # @return [true,false]
731
+ # @return [Boolean]
734
732
  def get_skipped; end
735
733
  alias_method :skipped, :get_skipped
736
734
 
@@ -743,7 +741,7 @@ module Wx
743
741
 
744
742
  # Returns true if the event is or is derived from {Wx::CommandEvent} else it returns false.
745
743
  # exists only for optimization purposes.
746
- # @return [true,false]
744
+ # @return [Boolean]
747
745
  def is_command_event; end
748
746
  alias_method :command_event?, :is_command_event
749
747
 
@@ -759,7 +757,7 @@ module Wx
759
757
  alias_method :event_object=, :set_event_object
760
758
 
761
759
  # Sets the event type.
762
- # @param type [Wx::AUI::AuiMDIChildFrame::EventType]
760
+ # @param type [Wx::CommandLinkButton::EventType]
763
761
  # @return [void]
764
762
  def set_event_type(type) end
765
763
  alias_method :event_type=, :set_event_type
@@ -777,13 +775,13 @@ module Wx
777
775
  alias_method :timestamp=, :set_timestamp
778
776
 
779
777
  # Test if this event should be propagated or not, i.e. if the propagation level is currently greater than 0.
780
- # @return [true,false]
778
+ # @return [Boolean]
781
779
  def should_propagate; end
782
780
 
783
781
  # This method can be used inside an event handler to control whether further event handlers bound to this event will be called after the current one returns.
784
782
  # Without {Wx::Event#skip} (or equivalently if Skip(false) is used), the event will not be processed any more. If Skip(true) is called, the event processing system continues searching for a further handler function for this event, even though it has been processed already in the current handler.
785
783
  # In general, it is recommended to skip all non-command events to allow the default handling to take place. The command events are, however, normally not skipped as usually a single command such as a button click or menu item selection must only be processed by one handler.
786
- # @param skip [true,false]
784
+ # @param skip [Boolean]
787
785
  # @return [void]
788
786
  def skip(skip=true) end
789
787
 
@@ -871,7 +869,7 @@ module Wx
871
869
  class CommandEvent < Event
872
870
 
873
871
  # Constructor.
874
- # @param commandEventType [Wx::AUI::AuiMDIChildFrame::EventType]
872
+ # @param commandEventType [Wx::CommandLinkButton::EventType]
875
873
  # @param id [Integer]
876
874
  # @return [Wx::CommandEvent]
877
875
  def initialize(commandEventType=Wx::EVT_NULL, id=0) end
@@ -901,13 +899,13 @@ module Wx
901
899
  # This method can be used with checkbox and menu events: for the checkboxes, the method returns true for a selection event and false for a deselection one.
902
900
  # For the menu events, this method indicates if the menu item just has become checked or unchecked (and thus only makes sense for checkable menu items).
903
901
  # Notice that this method cannot be used with {Wx::CheckListBox} currently.
904
- # @return [true,false]
902
+ # @return [Boolean]
905
903
  def is_checked; end
906
904
  alias_method :checked?, :is_checked
907
905
 
908
906
  # For a listbox or similar event, returns true if it is a selection, false if it is a deselection.
909
907
  # If some items have been selected and others deselected at the same time, it will return true.
910
- # @return [true,false]
908
+ # @return [Boolean]
911
909
  def is_selection; end
912
910
  alias_method :selection?, :is_selection
913
911
 
@@ -41,7 +41,7 @@ module Wx
41
41
  class EventBlocker < EvtHandler
42
42
 
43
43
  # Adds to the list of event types which should be blocked the given eventType.
44
- # @param eventType [Wx::AUI::AuiMDIChildFrame::EventType]
44
+ # @param eventType [Wx::CommandLinkButton::EventType]
45
45
  # @return [void]
46
46
  def block(eventType) end
47
47