wxruby3 0.9.4-x64-mingw-ucrt → 0.9.7-x64-mingw-ucrt

Sign up to get free protection for your applications and to get access to all the features.
Files changed (390) hide show
  1. checksums.yaml +4 -4
  2. data/.wxconfig +9 -8
  3. data/INSTALL.md +315 -78
  4. data/README.md +32 -21
  5. data/ext/wxbase32u_gcc_custom.dll +0 -0
  6. data/ext/wxbase32u_net_gcc_custom.dll +0 -0
  7. data/ext/wxbase32u_xml_gcc_custom.dll +0 -0
  8. data/ext/wxmsw32u_aui_gcc_custom.dll +0 -0
  9. data/ext/wxmsw32u_core_gcc_custom.dll +0 -0
  10. data/ext/wxmsw32u_gl_gcc_custom.dll +0 -0
  11. data/ext/wxmsw32u_html_gcc_custom.dll +0 -0
  12. data/ext/wxmsw32u_media_gcc_custom.dll +0 -0
  13. data/ext/wxmsw32u_propgrid_gcc_custom.dll +0 -0
  14. data/ext/wxmsw32u_qa_gcc_custom.dll +0 -0
  15. data/ext/wxmsw32u_ribbon_gcc_custom.dll +0 -0
  16. data/ext/wxmsw32u_richtext_gcc_custom.dll +0 -0
  17. data/ext/wxmsw32u_stc_gcc_custom.dll +0 -0
  18. data/ext/wxmsw32u_webview_gcc_custom.dll +0 -0
  19. data/ext/wxmsw32u_xrc_gcc_custom.dll +0 -0
  20. data/lib/wx/core/combo_ctrl.rb +171 -0
  21. data/lib/wx/core/ext.rb +22 -3
  22. data/lib/wx/doc/comboctrl.rb +128 -3
  23. data/lib/wx/doc/gen/about_dialog_info.rb +1 -1
  24. data/lib/wx/doc/gen/accelerator.rb +1 -1
  25. data/lib/wx/doc/gen/accessible.rb +1 -1
  26. data/lib/wx/doc/gen/activity_indicator.rb +1 -1
  27. data/lib/wx/doc/gen/animation.rb +1 -1
  28. data/lib/wx/doc/gen/animation_ctrl.rb +1 -1
  29. data/lib/wx/doc/gen/any_button.rb +1 -1
  30. data/lib/wx/doc/gen/app.rb +1 -1
  31. data/lib/wx/doc/gen/app_traits.rb +3 -55
  32. data/lib/wx/doc/gen/art_provider.rb +1 -3
  33. data/lib/wx/doc/gen/aui/aui_dock_art.rb +430 -426
  34. data/lib/wx/doc/gen/aui/aui_floating_frame.rb +34 -30
  35. data/lib/wx/doc/gen/aui/aui_manager.rb +352 -349
  36. data/lib/wx/doc/gen/aui/aui_manager_event.rb +107 -103
  37. data/lib/wx/doc/gen/aui/aui_mdi_child_frame.rb +157 -153
  38. data/lib/wx/doc/gen/aui/aui_mdi_client_window.rb +42 -37
  39. data/lib/wx/doc/gen/aui/aui_mdi_parent_frame.rb +109 -105
  40. data/lib/wx/doc/gen/aui/aui_notebook.rb +438 -434
  41. data/lib/wx/doc/gen/aui/aui_notebook_event.rb +145 -141
  42. data/lib/wx/doc/gen/aui/aui_pane_info.rb +689 -685
  43. data/lib/wx/doc/gen/aui/aui_tab_art.rb +369 -365
  44. data/lib/wx/doc/gen/aui/aui_tab_ctrl.rb +100 -96
  45. data/lib/wx/doc/gen/aui/aui_tool_bar.rb +445 -441
  46. data/lib/wx/doc/gen/aui/aui_tool_bar_art.rb +268 -264
  47. data/lib/wx/doc/gen/aui/aui_tool_bar_event.rb +179 -175
  48. data/lib/wx/doc/gen/aui/aui_tool_bar_item.rb +219 -215
  49. data/lib/wx/doc/gen/banner_window.rb +1 -1
  50. data/lib/wx/doc/gen/bitmap.rb +1 -1
  51. data/lib/wx/doc/gen/bitmap_button.rb +1 -1
  52. data/lib/wx/doc/gen/bitmap_combo_box.rb +1 -1
  53. data/lib/wx/doc/gen/book_ctrl_base.rb +1 -1
  54. data/lib/wx/doc/gen/book_ctrl_event.rb +1 -1
  55. data/lib/wx/doc/gen/box_sizer.rb +1 -1
  56. data/lib/wx/doc/gen/brush.rb +1 -1
  57. data/lib/wx/doc/gen/busy_info.rb +1 -1
  58. data/lib/wx/doc/gen/button.rb +1 -1
  59. data/lib/wx/doc/gen/calculate_layout_event.rb +1 -1
  60. data/lib/wx/doc/gen/calendar_ctrl.rb +1 -1
  61. data/lib/wx/doc/gen/calendar_date_attr.rb +1 -1
  62. data/lib/wx/doc/gen/calendar_event.rb +1 -1
  63. data/lib/wx/doc/gen/caret.rb +1 -1
  64. data/lib/wx/doc/gen/check_box.rb +1 -1
  65. data/lib/wx/doc/gen/check_list_box.rb +1 -1
  66. data/lib/wx/doc/gen/choice.rb +1 -1
  67. data/lib/wx/doc/gen/choicebook.rb +1 -1
  68. data/lib/wx/doc/gen/client_dc.rb +1 -1
  69. data/lib/wx/doc/gen/clipboard.rb +1 -1
  70. data/lib/wx/doc/gen/collapsible_pane.rb +1 -1
  71. data/lib/wx/doc/gen/collapsible_pane_event.rb +1 -1
  72. data/lib/wx/doc/gen/colour.rb +1 -2
  73. data/lib/wx/doc/gen/colour_dialog.rb +2 -2
  74. data/lib/wx/doc/gen/colour_picker_ctrl.rb +1 -1
  75. data/lib/wx/doc/gen/colour_picker_event.rb +1 -1
  76. data/lib/wx/doc/gen/combo_box.rb +4 -3
  77. data/lib/wx/doc/gen/combo_ctrl.rb +92 -228
  78. data/lib/wx/doc/gen/command_link_button.rb +1 -1
  79. data/lib/wx/doc/gen/config_base.rb +1 -1
  80. data/lib/wx/doc/gen/context_help_button.rb +1 -1
  81. data/lib/wx/doc/gen/control.rb +1 -1
  82. data/lib/wx/doc/gen/control_with_items.rb +1 -1
  83. data/lib/wx/doc/gen/core.rb +5 -5
  84. data/lib/wx/doc/gen/cursor.rb +1 -1
  85. data/lib/wx/doc/gen/data_format.rb +1 -1
  86. data/lib/wx/doc/gen/data_object.rb +1 -1
  87. data/lib/wx/doc/gen/data_object_simple_base.rb +1 -1
  88. data/lib/wx/doc/gen/date_event.rb +1 -1
  89. data/lib/wx/doc/gen/date_picker_ctrl.rb +1 -1
  90. data/lib/wx/doc/gen/dc.rb +1 -4
  91. data/lib/wx/doc/gen/defs.rb +1 -1
  92. data/lib/wx/doc/gen/dial_up_event.rb +1 -1
  93. data/lib/wx/doc/gen/dial_up_manager.rb +1 -1
  94. data/lib/wx/doc/gen/dialog.rb +1 -2
  95. data/lib/wx/doc/gen/dir_dialog.rb +1 -1
  96. data/lib/wx/doc/gen/dir_filter_list_ctrl.rb +1 -1
  97. data/lib/wx/doc/gen/dir_picker_ctrl.rb +1 -1
  98. data/lib/wx/doc/gen/drag_drop.rb +1 -1
  99. data/lib/wx/doc/gen/drag_image.rb +1 -1
  100. data/lib/wx/doc/gen/editable_list_box.rb +1 -1
  101. data/lib/wx/doc/gen/event.rb +1 -1
  102. data/lib/wx/doc/gen/event_blocker.rb +1 -1
  103. data/lib/wx/doc/gen/event_filter.rb +1 -1
  104. data/lib/wx/doc/gen/events.rb +3 -25
  105. data/lib/wx/doc/gen/evt_handler.rb +1 -1
  106. data/lib/wx/doc/gen/ext_help_controller.rb +1 -1
  107. data/lib/wx/doc/gen/file_ctrl.rb +1 -1
  108. data/lib/wx/doc/gen/file_ctrl_event.rb +1 -1
  109. data/lib/wx/doc/gen/file_dialog.rb +1 -3
  110. data/lib/wx/doc/gen/file_dialog_custom_control.rb +1 -1
  111. data/lib/wx/doc/gen/file_dialog_customize_hook.rb +54 -62
  112. data/lib/wx/doc/gen/file_dir_picker_event.rb +1 -1
  113. data/lib/wx/doc/gen/file_picker_ctrl.rb +1 -1
  114. data/lib/wx/doc/gen/file_system.rb +2 -59
  115. data/lib/wx/doc/gen/find_dialog_event.rb +1 -1
  116. data/lib/wx/doc/gen/find_replace_data.rb +1 -1
  117. data/lib/wx/doc/gen/find_replace_dialog.rb +1 -1
  118. data/lib/wx/doc/gen/flex_grid_sizer.rb +1 -1
  119. data/lib/wx/doc/gen/font.rb +1 -1
  120. data/lib/wx/doc/gen/font_data.rb +1 -1
  121. data/lib/wx/doc/gen/font_dialog.rb +1 -1
  122. data/lib/wx/doc/gen/font_picker_ctrl.rb +1 -1
  123. data/lib/wx/doc/gen/font_picker_event.rb +1 -1
  124. data/lib/wx/doc/gen/frame.rb +1 -2
  125. data/lib/wx/doc/gen/fs_file.rb +1 -1
  126. data/lib/wx/doc/gen/functions.rb +1 -1
  127. data/lib/wx/doc/gen/gauge.rb +1 -1
  128. data/lib/wx/doc/gen/gb_sizer_item.rb +1 -1
  129. data/lib/wx/doc/gen/gcdc.rb +1 -1
  130. data/lib/wx/doc/gen/gdi_common.rb +3 -3
  131. data/lib/wx/doc/gen/gdi_object.rb +1 -1
  132. data/lib/wx/doc/gen/generic_dir_ctrl.rb +1 -1
  133. data/lib/wx/doc/gen/graphics_context.rb +1 -1
  134. data/lib/wx/doc/gen/graphics_object.rb +1 -1
  135. data/lib/wx/doc/gen/grid/grid_cell_activatable_editor.rb +28 -24
  136. data/lib/wx/doc/gen/grid/grid_cell_attr.rb +251 -247
  137. data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_editor.rb +25 -21
  138. data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_renderer.rb +27 -23
  139. data/lib/wx/doc/gen/grid/grid_cell_bool_editor.rb +38 -34
  140. data/lib/wx/doc/gen/grid/grid_cell_bool_renderer.rb +25 -21
  141. data/lib/wx/doc/gen/grid/grid_cell_choice_editor.rb +35 -31
  142. data/lib/wx/doc/gen/grid/grid_cell_date_editor.rb +28 -24
  143. data/lib/wx/doc/gen/grid/grid_cell_date_renderer.rb +34 -30
  144. data/lib/wx/doc/gen/grid/grid_cell_date_time_renderer.rb +30 -26
  145. data/lib/wx/doc/gen/grid/grid_cell_editor.rb +183 -179
  146. data/lib/wx/doc/gen/grid/grid_cell_enum_editor.rb +29 -25
  147. data/lib/wx/doc/gen/grid/grid_cell_enum_renderer.rb +33 -29
  148. data/lib/wx/doc/gen/grid/grid_cell_float_editor.rb +34 -30
  149. data/lib/wx/doc/gen/grid/grid_cell_float_renderer.rb +67 -63
  150. data/lib/wx/doc/gen/grid/grid_cell_number_editor.rb +34 -30
  151. data/lib/wx/doc/gen/grid/grid_cell_number_renderer.rb +25 -21
  152. data/lib/wx/doc/gen/grid/grid_cell_renderer.rb +93 -89
  153. data/lib/wx/doc/gen/grid/grid_cell_string_renderer.rb +25 -21
  154. data/lib/wx/doc/gen/grid/grid_cell_text_editor.rb +38 -34
  155. data/lib/wx/doc/gen/grid/grid_ctrl.rb +2716 -2724
  156. data/lib/wx/doc/gen/grid/grid_editor_created_event.rb +82 -78
  157. data/lib/wx/doc/gen/grid/grid_event.rb +106 -102
  158. data/lib/wx/doc/gen/grid/grid_range_select_event.rb +93 -89
  159. data/lib/wx/doc/gen/grid/grid_size_event.rb +70 -66
  160. data/lib/wx/doc/gen/grid/grid_string_table.rb +130 -126
  161. data/lib/wx/doc/gen/grid/grid_table_base.rb +303 -299
  162. data/lib/wx/doc/gen/grid/grid_table_message.rb +70 -66
  163. data/lib/wx/doc/gen/grid_bag_sizer.rb +1 -1
  164. data/lib/wx/doc/gen/grid_sizer.rb +1 -1
  165. data/lib/wx/doc/gen/gui_event_loop.rb +1 -1
  166. data/lib/wx/doc/gen/header_ctrl.rb +1 -2
  167. data/lib/wx/doc/gen/header_ctrl_event.rb +1 -1
  168. data/lib/wx/doc/gen/help_controller.rb +1 -1
  169. data/lib/wx/doc/gen/help_provider.rb +1 -1
  170. data/lib/wx/doc/gen/html/html_cell.rb +515 -511
  171. data/lib/wx/doc/gen/html/html_cell_event.rb +58 -54
  172. data/lib/wx/doc/gen/html/html_easy_printing.rb +171 -167
  173. data/lib/wx/doc/gen/html/html_help_controller.rb +292 -288
  174. data/lib/wx/doc/gen/html/html_help_data.rb +147 -143
  175. data/lib/wx/doc/gen/html/html_help_window.rb +232 -228
  176. data/lib/wx/doc/gen/html/html_link_event.rb +30 -26
  177. data/lib/wx/doc/gen/html/html_list_box.rb +301 -297
  178. data/lib/wx/doc/gen/html/html_printout.rb +94 -90
  179. data/lib/wx/doc/gen/html/html_window.rb +406 -402
  180. data/lib/wx/doc/gen/hyperlink_ctrl.rb +1 -1
  181. data/lib/wx/doc/gen/hyperlink_event.rb +1 -1
  182. data/lib/wx/doc/gen/icon.rb +1 -1
  183. data/lib/wx/doc/gen/icon_location.rb +1 -1
  184. data/lib/wx/doc/gen/image.rb +1 -3
  185. data/lib/wx/doc/gen/image_list.rb +1 -1
  186. data/lib/wx/doc/gen/info_bar.rb +1 -1
  187. data/lib/wx/doc/gen/keyboard_state.rb +1 -1
  188. data/lib/wx/doc/gen/list_box.rb +1 -1
  189. data/lib/wx/doc/gen/list_ctrl.rb +1 -2
  190. data/lib/wx/doc/gen/list_event.rb +1 -1
  191. data/lib/wx/doc/gen/listbook.rb +1 -1
  192. data/lib/wx/doc/gen/locale.rb +1 -1
  193. data/lib/wx/doc/gen/log.rb +1 -1
  194. data/lib/wx/doc/gen/mdi_client_window.rb +1 -1
  195. data/lib/wx/doc/gen/mdi_frame.rb +1 -1
  196. data/lib/wx/doc/gen/media_ctrl.rb +1 -7
  197. data/lib/wx/doc/gen/media_event.rb +1 -1
  198. data/lib/wx/doc/gen/memory_dc.rb +1 -1
  199. data/lib/wx/doc/gen/menu.rb +1 -3
  200. data/lib/wx/doc/gen/menu_bar.rb +1 -1
  201. data/lib/wx/doc/gen/menu_item.rb +1 -1
  202. data/lib/wx/doc/gen/message_dialog.rb +1 -1
  203. data/lib/wx/doc/gen/mini_frame.rb +1 -1
  204. data/lib/wx/doc/gen/mirror_dc.rb +1 -1
  205. data/lib/wx/doc/gen/mouse_state.rb +1 -1
  206. data/lib/wx/doc/gen/multi_choice_dialog.rb +1 -1
  207. data/lib/wx/doc/gen/non_owned_window.rb +1 -1
  208. data/lib/wx/doc/gen/notebook.rb +1 -2
  209. data/lib/wx/doc/gen/num_validator.rb +1 -1
  210. data/lib/wx/doc/gen/number_entry_dialog.rb +1 -1
  211. data/lib/wx/doc/gen/object.rb +1 -1
  212. data/lib/wx/doc/gen/owner_drawn_combo_box.rb +1 -1
  213. data/lib/wx/doc/gen/paint_dc.rb +1 -1
  214. data/lib/wx/doc/gen/palette.rb +1 -1
  215. data/lib/wx/doc/gen/panel.rb +1 -1
  216. data/lib/wx/doc/gen/pen.rb +1 -1
  217. data/lib/wx/doc/gen/persistence_manager.rb +1 -1
  218. data/lib/wx/doc/gen/persistent_object.rb +1 -1
  219. data/lib/wx/doc/gen/persistent_window.rb +1 -1
  220. data/lib/wx/doc/gen/pg/numeric_property_validator.rb +33 -29
  221. data/lib/wx/doc/gen/pg/pg_array_editor_dialog.rb +299 -295
  222. data/lib/wx/doc/gen/pg/pg_cell.rb +162 -158
  223. data/lib/wx/doc/gen/pg/pg_editor.rb +693 -689
  224. data/lib/wx/doc/gen/pg/pg_multi_button.rb +133 -129
  225. data/lib/wx/doc/gen/pg/pg_properties.rb +2662 -2658
  226. data/lib/wx/doc/gen/pg/pg_property.rb +1929 -1938
  227. data/lib/wx/doc/gen/pg/pg_validation_info.rb +275 -273
  228. data/lib/wx/doc/gen/pg/property_grid.rb +708 -706
  229. data/lib/wx/doc/gen/pg/property_grid_event.rb +168 -164
  230. data/lib/wx/doc/gen/pg/property_grid_interface.rb +1071 -1067
  231. data/lib/wx/doc/gen/pg/property_grid_manager.rb +386 -384
  232. data/lib/wx/doc/gen/pg/property_grid_page.rb +267 -265
  233. data/lib/wx/doc/gen/pg/property_grid_page_state.rb +147 -144
  234. data/lib/wx/doc/gen/picker_base.rb +1 -1
  235. data/lib/wx/doc/gen/platform_info.rb +1 -1
  236. data/lib/wx/doc/gen/popup_window.rb +1 -1
  237. data/lib/wx/doc/gen/progress_dialog.rb +1 -1
  238. data/lib/wx/doc/gen/property_sheet_dialog.rb +1 -1
  239. data/lib/wx/doc/gen/prt/page_setup_dialog.rb +32 -28
  240. data/lib/wx/doc/gen/prt/post_script_dc.rb +21 -18
  241. data/lib/wx/doc/gen/prt/preview_frame.rb +49 -45
  242. data/lib/wx/doc/gen/prt/print_abort_dialog.rb +126 -122
  243. data/lib/wx/doc/gen/prt/print_data.rb +637 -633
  244. data/lib/wx/doc/gen/prt/print_dialog.rb +43 -39
  245. data/lib/wx/doc/gen/prt/printer.rb +484 -480
  246. data/lib/wx/doc/gen/prt/printer_dc.rb +26 -22
  247. data/lib/wx/doc/gen/query_layout_info_event.rb +1 -1
  248. data/lib/wx/doc/gen/radio_box.rb +1 -1
  249. data/lib/wx/doc/gen/radio_button.rb +1 -1
  250. data/lib/wx/doc/gen/rbn/ribbon_art_provider.rb +1716 -1712
  251. data/lib/wx/doc/gen/rbn/ribbon_bar.rb +239 -235
  252. data/lib/wx/doc/gen/rbn/ribbon_bar_event.rb +34 -30
  253. data/lib/wx/doc/gen/rbn/ribbon_button_bar.rb +439 -435
  254. data/lib/wx/doc/gen/rbn/ribbon_button_bar_event.rb +52 -48
  255. data/lib/wx/doc/gen/rbn/ribbon_control.rb +116 -112
  256. data/lib/wx/doc/gen/rbn/ribbon_gallery.rb +205 -201
  257. data/lib/wx/doc/gen/rbn/ribbon_gallery_event.rb +44 -40
  258. data/lib/wx/doc/gen/rbn/ribbon_page.rb +129 -125
  259. data/lib/wx/doc/gen/rbn/ribbon_panel.rb +229 -225
  260. data/lib/wx/doc/gen/rbn/ribbon_panel_event.rb +34 -30
  261. data/lib/wx/doc/gen/rbn/ribbon_tool_bar.rb +329 -325
  262. data/lib/wx/doc/gen/rbn/ribbon_tool_bar_event.rb +31 -27
  263. data/lib/wx/doc/gen/rearrange_ctrl.rb +1 -1
  264. data/lib/wx/doc/gen/rearrange_list.rb +1 -1
  265. data/lib/wx/doc/gen/region.rb +1 -1
  266. data/lib/wx/doc/gen/region_iterator.rb +1 -1
  267. data/lib/wx/doc/gen/rtc/rich_text_box.rb +424 -420
  268. data/lib/wx/doc/gen/rtc/rich_text_buffer.rb +1148 -1144
  269. data/lib/wx/doc/gen/rtc/rich_text_buffer_data_object.rb +30 -26
  270. data/lib/wx/doc/gen/rtc/rich_text_composite_object.rb +516 -512
  271. data/lib/wx/doc/gen/rtc/rich_text_ctrl.rb +1991 -1987
  272. data/lib/wx/doc/gen/rtc/rich_text_event.rb +159 -155
  273. data/lib/wx/doc/gen/rtc/rich_text_file_handler.rb +167 -163
  274. data/lib/wx/doc/gen/rtc/rich_text_formatting_dialog.rb +271 -267
  275. data/lib/wx/doc/gen/rtc/rich_text_header_footer_data.rb +171 -167
  276. data/lib/wx/doc/gen/rtc/rich_text_html_handler.rb +88 -85
  277. data/lib/wx/doc/gen/rtc/rich_text_image.rb +323 -319
  278. data/lib/wx/doc/gen/rtc/rich_text_object.rb +2819 -2815
  279. data/lib/wx/doc/gen/rtc/rich_text_paragraph_layout_box.rb +1187 -1183
  280. data/lib/wx/doc/gen/rtc/rich_text_printing.rb +242 -238
  281. data/lib/wx/doc/gen/rtc/rich_text_style_list_box.rb +286 -279
  282. data/lib/wx/doc/gen/rtc/rich_text_style_organiser_dialog.rb +181 -177
  283. data/lib/wx/doc/gen/rtc/rich_text_xml_handler.rb +47 -44
  284. data/lib/wx/doc/gen/rtc/symbol_picker_dialog.rb +145 -141
  285. data/lib/wx/doc/gen/sash_event.rb +1 -1
  286. data/lib/wx/doc/gen/sash_layout_window.rb +1 -1
  287. data/lib/wx/doc/gen/sash_window.rb +1 -1
  288. data/lib/wx/doc/gen/scaled_dc.rb +1 -1
  289. data/lib/wx/doc/gen/screen_dc.rb +1 -1
  290. data/lib/wx/doc/gen/scroll_bar.rb +1 -2
  291. data/lib/wx/doc/gen/scrolled_canvas.rb +1 -1
  292. data/lib/wx/doc/gen/scrolled_control.rb +1 -1
  293. data/lib/wx/doc/gen/scrolled_window.rb +1 -1
  294. data/lib/wx/doc/gen/search_ctrl.rb +1 -1
  295. data/lib/wx/doc/gen/simplebook.rb +1 -1
  296. data/lib/wx/doc/gen/single_choice_dialog.rb +1 -1
  297. data/lib/wx/doc/gen/sizer.rb +1 -2
  298. data/lib/wx/doc/gen/sizer_item.rb +1 -1
  299. data/lib/wx/doc/gen/slider.rb +1 -2
  300. data/lib/wx/doc/gen/spin_button.rb +1 -1
  301. data/lib/wx/doc/gen/spin_ctrl.rb +1 -1
  302. data/lib/wx/doc/gen/spin_ctrl_double.rb +1 -1
  303. data/lib/wx/doc/gen/spin_double_event.rb +1 -1
  304. data/lib/wx/doc/gen/spin_event.rb +1 -1
  305. data/lib/wx/doc/gen/splash_screen.rb +2 -2
  306. data/lib/wx/doc/gen/splitter_event.rb +1 -1
  307. data/lib/wx/doc/gen/splitter_window.rb +1 -1
  308. data/lib/wx/doc/gen/static_bitmap.rb +1 -1
  309. data/lib/wx/doc/gen/static_box.rb +1 -1
  310. data/lib/wx/doc/gen/static_box_sizer.rb +1 -1
  311. data/lib/wx/doc/gen/static_line.rb +1 -1
  312. data/lib/wx/doc/gen/static_text.rb +1 -1
  313. data/lib/wx/doc/gen/status_bar.rb +1 -1
  314. data/lib/wx/doc/gen/stc/styled_text_ctrl.rb +4202 -4199
  315. data/lib/wx/doc/gen/stc/styled_text_event.rb +7511 -7508
  316. data/lib/wx/doc/gen/std_dialog_button_sizer.rb +1 -1
  317. data/lib/wx/doc/gen/svg_file_dc.rb +1 -1
  318. data/lib/wx/doc/gen/system_options.rb +1 -1
  319. data/lib/wx/doc/gen/system_settings.rb +1 -1
  320. data/lib/wx/doc/gen/task_bar_button.rb +1 -1
  321. data/lib/wx/doc/gen/task_bar_icon.rb +1 -2
  322. data/lib/wx/doc/gen/task_bar_icon_event.rb +1 -1
  323. data/lib/wx/doc/gen/text_attr.rb +1 -1
  324. data/lib/wx/doc/gen/text_ctrl.rb +1 -6
  325. data/lib/wx/doc/gen/text_entry.rb +1 -1
  326. data/lib/wx/doc/gen/text_entry_dialog.rb +1 -1
  327. data/lib/wx/doc/gen/text_validator.rb +1 -1
  328. data/lib/wx/doc/gen/time_picker_ctrl.rb +1 -1
  329. data/lib/wx/doc/gen/timer.rb +1 -1
  330. data/lib/wx/doc/gen/timer_event.rb +1 -1
  331. data/lib/wx/doc/gen/tip_provider.rb +1 -1
  332. data/lib/wx/doc/gen/toggle_button.rb +1 -1
  333. data/lib/wx/doc/gen/tool_bar.rb +1 -1
  334. data/lib/wx/doc/gen/tool_tip.rb +1 -1
  335. data/lib/wx/doc/gen/toolbook.rb +1 -1
  336. data/lib/wx/doc/gen/top_level_window.rb +1 -1
  337. data/lib/wx/doc/gen/tree_ctrl.rb +1 -3
  338. data/lib/wx/doc/gen/tree_event.rb +1 -1
  339. data/lib/wx/doc/gen/treebook.rb +1 -1
  340. data/lib/wx/doc/gen/ui_action_simulator.rb +1 -1
  341. data/lib/wx/doc/gen/utils.rb +1 -1
  342. data/lib/wx/doc/gen/v_list_box.rb +1 -1
  343. data/lib/wx/doc/gen/v_scrolled_window.rb +1 -2
  344. data/lib/wx/doc/gen/validator.rb +1 -1
  345. data/lib/wx/doc/gen/variant.rb +1 -1
  346. data/lib/wx/doc/gen/window.rb +1 -1
  347. data/lib/wx/doc/gen/window_dc.rb +1 -1
  348. data/lib/wx/doc/gen/window_disabler.rb +1 -1
  349. data/lib/wx/doc/gen/with_images.rb +1 -1
  350. data/lib/wx/doc/gen/wizard.rb +1 -2
  351. data/lib/wx/doc/gen/wizard_event.rb +1 -1
  352. data/lib/wx/doc/gen/wizard_page.rb +1 -2
  353. data/lib/wx/doc/gen/wizard_page_simple.rb +1 -1
  354. data/lib/wx/doc/gen/wrap_sizer.rb +1 -1
  355. data/lib/wx/doc/gen/xml_node.rb +1 -1
  356. data/lib/wx/doc/gen/xml_resource.rb +1 -1
  357. data/lib/wx/doc/owner_drawn_combobox.rb +5 -1
  358. data/lib/wx/rtc/ext/rich_text_ctrl.rb +5 -5
  359. data/lib/wx/version.rb +1 -1
  360. data/lib/wx/wxruby/base.rb +6 -4
  361. data/lib/wx/wxruby/cmd/sampler.rb +39 -29
  362. data/lib/wx/wxruby/cmd/setup.rb +122 -0
  363. data/lib/wx/wxruby/cmd/test.rb +56 -6
  364. data/lib/wxruby_aui.so +0 -0
  365. data/lib/wxruby_core.so +0 -0
  366. data/lib/wxruby_grid.so +0 -0
  367. data/lib/wxruby_html.so +0 -0
  368. data/lib/wxruby_pg.so +0 -0
  369. data/lib/wxruby_prt.so +0 -0
  370. data/lib/wxruby_rbn.so +0 -0
  371. data/lib/wxruby_rtc.so +0 -0
  372. data/lib/wxruby_stc.so +0 -0
  373. data/rakelib/install.rb +2 -0
  374. data/rakelib/lib/config/linux.rb +24 -2
  375. data/rakelib/lib/config/macosx.rb +16 -0
  376. data/rakelib/lib/config/mingw.rb +133 -9
  377. data/rakelib/lib/config/pkgman/arch.rb +53 -0
  378. data/rakelib/lib/config/pkgman/base.rb +169 -0
  379. data/rakelib/lib/config/pkgman/debian.rb +66 -0
  380. data/rakelib/lib/config/pkgman/macosx.rb +183 -0
  381. data/rakelib/lib/config/pkgman/rhel.rb +54 -0
  382. data/rakelib/lib/config/pkgman/suse.rb +54 -0
  383. data/rakelib/lib/config/unixish.rb +36 -19
  384. data/rakelib/lib/config.rb +254 -61
  385. data/rakelib/prepost.rake +9 -4
  386. data/rakelib/yard/templates/default/fulldoc/html/css/wxruby3.css +14 -0
  387. data/rakelib/yard/templates/default/fulldoc/html/setup.rb +5 -5
  388. data/rakelib/yard/yard/relative_markdown_links.rb +7 -1
  389. data/tests/test_combo_ctrl.rb +196 -0
  390. metadata +25 -4
@@ -22,7 +22,6 @@ module Wx
22
22
  # Category: {Wx::Events}
23
23
  #
24
24
  # ## Delayed Action Mechanism
25
- #
26
25
  # {Wx::IdleEvent} can be used to perform some action "at slightly later time". This can be necessary in several circumstances when, for whatever reason, something can't be done in the current event handler. For example, if a mouse event handler is called with the mouse button pressed, the mouse can be currently captured and some operations with it notably capturing it again might be impossible or lead to undesirable results. If you still want to capture it, you can do it from {Wx::EVT_IDLE} handler when it is called the next time instead of doing it immediately.
27
26
  # This can be achieved in two different ways: when using static event tables, you will need a flag indicating to the (always connected) idle event handler whether the desired action should be performed. The originally called handler would then set it to indicate that it should indeed be done and the idle handler itself would reset it to prevent it from doing the same action again.
28
27
  # Using dynamically connected event handlers things are even simpler as the original event handler can simply {Wx::EvtHandler#connect} or {Wx::EvtHandler#bind} the idle event handler which would only be executed then and could {Wx::EvtHandler#disconnect} or {Wx::EvtHandler#unbind} itself.
@@ -107,7 +106,6 @@ module Wx
107
106
  # Note that scrolled windows send the {Wx::ScrollWinEvent} which does not derive from {Wx::CommandEvent}, but from {Wx::Event} directly - don't confuse these two kinds of events and use the event table macros mentioned below only for the scrollbar-like controls.
108
107
  #
109
108
  # ## The difference between EVT_SCROLL_THUMBRELEASE and EVT_SCROLL_CHANGED
110
- #
111
109
  # The EVT_SCROLL_THUMBRELEASE event is only emitted when actually dragging the thumb using the mouse and releasing it (This EVT_SCROLL_THUMBRELEASE event is also followed by an EVT_SCROLL_CHANGED event).
112
110
  # The EVT_SCROLL_CHANGED event also occurs when using the keyboard to change the thumb position, and when clicking next to the thumb (In all these cases the EVT_SCROLL_THUMBRELEASE event does not happen).
113
111
  # In short, the EVT_SCROLL_CHANGED event is triggered when scrolling/ moving has finished independently of the way it had started. Please see the Widgets Sample ("Slider" page) to see the difference between EVT_SCROLL_THUMBRELEASE and EVT_SCROLL_CHANGED in action.
@@ -1612,14 +1610,6 @@ module Wx
1612
1610
  #
1613
1611
  class Reason < Wx::Enum
1614
1612
 
1615
- # Window activated by mouse click.
1616
- #
1617
- Reason_Mouse = Wx::ActivateEvent::Reason.new(0)
1618
-
1619
- # Window was activated with some other method than mouse click.
1620
- #
1621
- Reason_Unknown = Wx::ActivateEvent::Reason.new(1)
1622
-
1623
1613
  end # Reason
1624
1614
 
1625
1615
  # Constructor.
@@ -1628,7 +1618,7 @@ module Wx
1628
1618
  # @param id [Integer]
1629
1619
  # @param activationReason [Wx::ActivateEvent::Reason]
1630
1620
  # @return [Wx::ActivateEvent]
1631
- def initialize(eventType=Wx::EVT_NULL, active=true, id=0, activationReason=Wx::ActivateEvent::Reason::Reason_Unknown) end
1621
+ def initialize(eventType=Wx::EVT_NULL, active=true, id=0, activationReason=REASON_UNKNOWN) end
1632
1622
 
1633
1623
  # Returns true if the application or window is being activated, false otherwise.
1634
1624
  # @return [Boolean]
@@ -2672,18 +2662,6 @@ module Wx
2672
2662
  #
2673
2663
  class Origin < Wx::Enum
2674
2664
 
2675
- # unrecognized event source.
2676
- #
2677
- Origin_Unknown = Wx::HelpEvent::Origin.new(0)
2678
-
2679
- # event generated from F1 key press.
2680
- #
2681
- Origin_Keyboard = Wx::HelpEvent::Origin.new(1)
2682
-
2683
- # event generated by {Wx::ContextHelp} or from the [?] button on the title bar (Windows).
2684
- #
2685
- Origin_HelpButton = Wx::HelpEvent::Origin.new(2)
2686
-
2687
2665
  end # Origin
2688
2666
 
2689
2667
  # Constructor.
@@ -2692,7 +2670,7 @@ module Wx
2692
2670
  # @param pt [Array(Integer, Integer), Wx::Point]
2693
2671
  # @param origin [Wx::HelpEvent::Origin]
2694
2672
  # @return [Wx::HelpEvent]
2695
- def initialize(type=Wx::EVT_NULL, winid=0, pt=Wx::DEFAULT_POSITION, origin=Wx::HelpEvent::Origin::Origin_Unknown) end
2673
+ def initialize(type=Wx::EVT_NULL, winid=0, pt=Wx::DEFAULT_POSITION, origin=ORIGIN_UNKNOWN) end
2696
2674
 
2697
2675
  # Returns the origin of the help event which is one of the {Wx::HelpEvent::Origin} values.
2698
2676
  #
@@ -2836,4 +2814,4 @@ module Wx
2836
2814
  end # ChildFocusEvent
2837
2815
 
2838
2816
 
2839
- end
2817
+ end
@@ -243,4 +243,4 @@ module Wx
243
243
  end # EvtHandler
244
244
 
245
245
 
246
- end
246
+ end
@@ -106,4 +106,4 @@ module Wx
106
106
  end # ExtHelpController
107
107
 
108
108
 
109
- end
109
+ end
@@ -215,4 +215,4 @@ module Wx
215
215
  end # FileCtrl
216
216
 
217
217
 
218
- end
218
+ end
@@ -80,4 +80,4 @@ module Wx
80
80
  end # FileCtrlEvent
81
81
 
82
82
 
83
- end
83
+ end
@@ -108,7 +108,6 @@ module Wx
108
108
  # ```
109
109
  #
110
110
  # ## Wildcard Filters
111
- #
112
111
  # All implementations of the {Wx::FileDialog} provide a wildcard filter. Typing a filename containing wildcards (*, ?) in the filename text item, and clicking on Ok, will result in only those files matching the pattern being displayed. The wildcard may be a specification for multiple types of file with a description for each, such as:
113
112
  # ```
114
113
  # "BMP and GIF files (*.bmp;*.gif)|*.bmp;*.gif|PNG files (*.png)|*.png"
@@ -121,7 +120,6 @@ module Wx
121
120
  # But in contrast to Windows and Unix, where the file type choice filters only the selected files, on Mac macOS even in this case the dialog shows all files matching all file types. The files which does not match the currently selected file type are greyed out and are not selectable.
122
121
  #
123
122
  # ## Dialog Customization
124
- #
125
123
  # Uniquely among the other standard dialogs, {Wx::FileDialog} can be customized by adding extra controls to it. Moreover, there are two ways to do it: the first one is to define a callback function and use {Wx::FileDialog#set_extra_control_creator} to tell the dialog to call it, while the second one requires defining a class inheriting from {Wx::FileDialogCustomizeHook} and implementing its virtual functions, notably {Wx::FileDialogCustomizeHook#add_custom_controls} where the extra controls have to be created, and finally calling {Wx::FileDialog#set_customize_hook} with this custom hook object.
126
124
  # The first approach is somewhat simpler and more flexible, as it allows to create any kind of custom controls, but is not supported by the "new style" (where "new" means used since Windows Vista, i.e. circa 2007) file dialogs under MSW. Because of this, calling {Wx::FileDialog#set_extra_control_creator} in WXMSW forces the use of old style (Windows XP) dialogs, that may look out of place. The second approach is implemented by the MSW dialogs natively and doesn't suffer from this limitation, so its use is recommended, especially if the few simple control types supported by it (see {Wx::FileDialogCustomize} for more information about the supported controls) are sufficient for your needs.
127
125
  # Both of the approaches to the dialog customization are demonstrated in the Dialogs Sample, please check it for more details.
@@ -335,4 +333,4 @@ module Wx
335
333
  end # FileDialog
336
334
 
337
335
 
338
- end
336
+ end
@@ -162,4 +162,4 @@ module Wx
162
162
  end # FileDialogStaticText
163
163
 
164
164
 
165
- end
165
+ end
@@ -10,67 +10,59 @@ module Wx
10
10
  #
11
11
  # {Wx::FileDialogCustomizeHook} is an abstract base class, i.e. in order to use a concrete class inheriting from it and implementing its pure virtual {Wx::FileDialogCustomizeHook#add_custom_controls} function must be defined. Then an object of this class should be passed to {Wx::FileDialog#set_customize_hook}, which will result in its {Wx::FileDialogCustomizeHook#add_custom_controls} being called before the dialog is shown, {Wx::FileDialogCustomizeHook#update_custom_controls} being called whenever something changes in the dialog while it is shown and, finally, {Wx::FileDialogCustomizeHook#transfer_data_from_custom_controls} being called when the user accepts their choice in the dialog.
12
12
  # Putting all this together, here is an example of customizing the file dialog using this class:
13
- # ```
14
- # class EncryptHook : public wxFileDialogCustomizeHook
15
- # {
16
- # public:
17
- # // Override to add custom controls using the provided customizer object.
18
- # void AddCustomControls(wxFileDialogCustomize& customizer) override
19
- # {
20
- # // Suppose we can encrypt files when saving them.
21
- # m_checkbox = customizer.AddCheckBox("Encrypt");
22
- #
23
- # // While m_checkbox is not a wxCheckBox, it looks almost like one
24
- # // and, in particular, we can bind to custom control events as usual.
25
- # m_checkbox->Bind(wxEVT_CHECKBOX, [this](wxCommandEvent& event) {
26
- # // We can also call wxWindow-like functions on them.
27
- # m_button->Enable(event.IsChecked());
28
- # });
29
- #
30
- # // The encryption parameters can be edited in a dedicated dialog.
31
- # m_button = customizer.AddButton("Parameters...");
32
- # m_button->Bind(wxEVT_BUTTON, [](wxCommandEvent&) {
33
- # ... show the encryption parameters dialog here ...
34
- # });
35
- # }
36
- #
37
- # // Override to save the values of the custom controls.
38
- # void TransferDataFromCustomControls() override
39
- # {
40
- # // Save the checkbox value, as we won't be able to use it any more
41
- # // once this function returns.
42
- # m_encrypt = m_checkbox->GetValue();
43
- # }
44
- #
45
- # // Just a simple accessor to get the results.
46
- # bool Encrypt() const { return m_encrypt; }
47
- #
48
- # private:
49
- # wxFileDialogButton* m_button;
50
- # wxFileDialogCheckBox* m_checkbox;
51
- #
52
- # bool m_encrypt = false;
53
- # };
54
- #
55
- # void SomeFunc()
56
- # {
57
- # wxFileDialog dialog(NULL, "Save document", wxString(), "file.my",
58
- # "My files (*.my)|*.my",
59
- # wxFD_SAVE | wxFD_OVERWRITE_PROMPT);
60
- #
61
- # // This object may be destroyed before the dialog, but must remain
62
- # // alive until ShowModal() returns.
63
- # EncryptHook customizeHook;
64
- # dialog.SetCustomizeHook(customHook);
65
- #
66
- # if ( dialog.ShowModal() == wxID_OK )
67
- # {
68
- # if ( customizeHook.Encrypt() )
69
- # ... save with encryption ...
70
- # else
71
- # ... save without encryption ...
72
- # }
73
- # }
13
+ # ```ruby
14
+ # class EncryptHook < Wx::FileDialogCustomizeHook
15
+ #
16
+ # attr_reader :encrypt
17
+ #
18
+ # # Override to add custom controls using the provided customizer object.
19
+ # def add_custom_controls(customizer)
20
+ # # Suppose we can encrypt files when saving them.
21
+ # @checkbox = customizer.add_check_box('Encrypt')
22
+ #
23
+ # # While @checkbox is not a Wx::CheckBox, it looks almost like one
24
+ # # and, in particular, we can bind to custom control events as usual.
25
+ # @checkbox.evt_checkbox(Wx::ID_ANY) do |event|
26
+ # # We can also call Wx::Window-like functions on them.
27
+ # @button.enable(event.checked?)
28
+ # end
29
+ #
30
+ # # The encryption parameters can be edited in a dedicated dialog.
31
+ # @button = customizer.add_button('Parameters...')
32
+ # @button.evt_button(Wx::ID_ANY) do |event|
33
+ # # ... show the encryption parameters dialog here ...
34
+ # end
35
+ # end
36
+ #
37
+ # # Override to save the values of the custom controls.
38
+ # def transfer_data_from_custom_controls
39
+ # # Save the checkbox value, as we won't be able to use it any more
40
+ # # once this function returns.
41
+ # @encrypt = @checkbox.get_value
42
+ # end
43
+ #
44
+ # end
45
+ #
46
+ # # ...
47
+ #
48
+ # def some_method
49
+ # Wx.FileDialog(nil, 'Save document', '', 'file.my',
50
+ # 'My files (*.my)|*.my',
51
+ # Wx::FD_SAVE | Wx::FD_OVERWRITE_PROMPT) do |dialog|
52
+ #
53
+ # # This object may be destroyed before the dialog, but must remain
54
+ # # alive until #show_modal returns.
55
+ # customize_hook = EncryptHook.new
56
+ # dialog.set_customize_hook(custom_hook)
57
+ #
58
+ # if dialog.show_modal == Wx::ID_OK
59
+ # if customize_hook.encrypt
60
+ # # ... save with encryption ...
61
+ # else
62
+ # # ... save without encryption ...
63
+ # end
64
+ # end
65
+ # end
74
66
  # ```
75
67
  #
76
68
  # Category: Common Dialogs
@@ -164,4 +156,4 @@ module Wx
164
156
  end # FileDialogCustomize
165
157
 
166
158
 
167
- end
159
+ end
@@ -97,4 +97,4 @@ module Wx
97
97
  end # FileDirPickerEvent
98
98
 
99
99
 
100
- end
100
+ end
@@ -115,4 +115,4 @@ module Wx
115
115
  end # FilePickerCtrl
116
116
 
117
117
 
118
- end
118
+ end
@@ -91,14 +91,7 @@ module Wx
91
91
 
92
92
  # Returns true if the handler is able to open this file.
93
93
  #
94
- # This function doesn't check whether the file exists or not, it only checks if it knows the protocol. Example:
95
- #
96
- # ```
97
- # bool MyHand::CanOpen(const wxString& location)
98
- # {
99
- # return (GetProtocol(location) == "http");
100
- # }
101
- # ```
94
+ # This function doesn't check whether the file exists or not, it only checks if it knows the protocol.
102
95
  #
103
96
  # Must be overridden in derived handlers.
104
97
  # @param location [String]
@@ -132,10 +125,6 @@ module Wx
132
125
  # Returns the MIME type based on <b>extension</b> of location.
133
126
  #
134
127
  # (While {Wx::FSFile#get_mime_type} returns real MIME type - either extension-based or queried from HTTP.)
135
- # Example:
136
- # ```
137
- # GetMimeTypeFromExt("index.htm") == "text/html"
138
- # ```
139
128
  # @param location [String]
140
129
  # @return [String]
141
130
  def self.get_mime_type_from_ext(location) end
@@ -161,52 +150,6 @@ module Wx
161
150
  #
162
151
  # It is particularly suitable for storing bitmaps from resources or included XPM files so that they can be used with {Wx::HTML} or {Wx::WebView}.
163
152
  # Filenames are prefixed with <code>"memory:"</code>, e.g. <code>"memory:myfile.html"</code>.
164
- # Example:
165
- #
166
- # ```
167
- # \#ifndef __WXMSW__
168
- # \#include "logo.xpm"
169
- # \#endif
170
- #
171
- # void MyFrame::OnAbout(wxCommandEvent&)
172
- # {
173
- # wxFileSystem::AddHandler(new wxMemoryFSHandler);
174
- # wxMemoryFSHandler::AddFile("logo.png", wxBITMAP(logo), wxBITMAP_TYPE_PNG);
175
- # wxMemoryFSHandler::AddFile("about.htm",
176
- # "<html><body>About: "
177
- # "<img src=\"memory:logo.png\"></body></html>");
178
- #
179
- # wxDialog dlg(this, -1, wxString(_("About")));
180
- # wxBoxSizer *topsizer;
181
- # topsizer = new wxBoxSizer(wxVERTICAL);
182
- # \#ifdef USE_WEBVIEW
183
- # wxWebView* browser = wxWebView::New(&dlg, wxID_ANY, wxWebViewDefaultURLStr,
184
- # wxDefaultPosition, wxSize(380, 160));
185
- # browser->RegisterHandler(wxSharedPtr<wxWebViewHandler>(new wxWebViewFSHandler("memory")));
186
- # browser->LoadURL("memory:about.htm");
187
- # \#else // Use wxHtml
188
- # wxHtmlWindow *browser;
189
- # browser = new wxHtmlWindow(&dlg, -1, wxDefaultPosition,
190
- # wxSize(380, 160), wxHW_SCROLLBAR_NEVER);
191
- # browser->SetBorders(0);
192
- # browser->LoadPage("memory:about.htm");
193
- # browser->SetSize(browser->GetInternalRepresentation()->GetWidth(),
194
- # browser->GetInternalRepresentation()->GetHeight());
195
- # \#endif
196
- # topsizer->Add(browser, 1, wxALL, 10);
197
- # topsizer->Add(new wxStaticLine(&dlg, -1), 0, wxEXPAND | wxLEFT | wxRIGHT, 10);
198
- # topsizer->Add(new wxButton(&dlg, wxID_OK, "Ok"),
199
- # 0, wxALL | wxALIGN_RIGHT, 15);
200
- # dlg.SetAutoLayout(true);
201
- # dlg.SetSizer(topsizer);
202
- # topsizer->Fit(&dlg);
203
- # dlg.Centre();
204
- # dlg.ShowModal();
205
- #
206
- # wxMemoryFSHandler::RemoveFile("logo.png");
207
- # wxMemoryFSHandler::RemoveFile("about.htm");
208
- # }
209
- # ```
210
153
  #
211
154
  # Category: Virtual File System
212
155
  # @see Wx::MemoryFSHandler.add_file_with_mime_type
@@ -286,4 +229,4 @@ module Wx
286
229
  end # MemoryFSHandler
287
230
 
288
231
 
289
- end
232
+ end
@@ -123,4 +123,4 @@ module Wx
123
123
  end # FindDialogEvent
124
124
 
125
125
 
126
- end
126
+ end
@@ -57,4 +57,4 @@ module Wx
57
57
  end # FindReplaceData
58
58
 
59
59
 
60
- end
60
+ end
@@ -44,4 +44,4 @@ module Wx
44
44
  end # FindReplaceDialog
45
45
 
46
46
 
47
- end
47
+ end
@@ -160,4 +160,4 @@ module Wx
160
160
  end # FlexGridSizer
161
161
 
162
162
 
163
- end
163
+ end
@@ -1375,4 +1375,4 @@ module Wx
1375
1375
  end # FontInfo
1376
1376
 
1377
1377
 
1378
- end
1378
+ end
@@ -148,4 +148,4 @@ module Wx
148
148
  end # FontData
149
149
 
150
150
 
151
- end
151
+ end
@@ -72,4 +72,4 @@ module Wx
72
72
  end # FontDialog
73
73
 
74
74
 
75
- end
75
+ end
@@ -128,4 +128,4 @@ module Wx
128
128
  end # FontPickerCtrl
129
129
 
130
130
 
131
- end
131
+ end
@@ -62,4 +62,4 @@ module Wx
62
62
  end # FontPickerEvent
63
63
 
64
64
 
65
- end
65
+ end
@@ -28,7 +28,6 @@ module Wx
28
28
  # </div>
29
29
  #
30
30
  # ## Default event processing
31
- #
32
31
  # {Wx::Frame} processes the following events:
33
32
  #
34
33
  # - {Wx::EVT_SIZE}: if the frame has exactly one child window, not counting the status and toolbar, this child is resized to take the entire frame client area. If two or more windows are present, they should be laid out explicitly either by manually handling {Wx::EVT_SIZE} or using sizers;
@@ -341,4 +340,4 @@ module Wx
341
340
  end # Frame
342
341
 
343
342
 
344
- end
343
+ end
@@ -330,4 +330,4 @@ module Wx
330
330
  end # OutputStream
331
331
 
332
332
 
333
- end
333
+ end
@@ -7,4 +7,4 @@
7
7
  module Wx
8
8
 
9
9
 
10
- end
10
+ end
@@ -139,4 +139,4 @@ module Wx
139
139
  end # Gauge
140
140
 
141
141
 
142
- end
142
+ end
@@ -65,4 +65,4 @@ module Wx
65
65
  end # GBSizerItem
66
66
 
67
67
 
68
- end
68
+ end
@@ -43,4 +43,4 @@ module Wx
43
43
  end # GCDC
44
44
 
45
45
 
46
- end
46
+ end
@@ -293,11 +293,11 @@ module Wx
293
293
 
294
294
  # Global instance of a {Wx::Point} initialized with values (-1,-1).
295
295
  #
296
- DEFAULT_POSITION = nil
296
+ DEFAULT_POSITION = Wx::Point.new(-1, -1)
297
297
 
298
298
  # Global instance of a {Wx::Size} object initialized to (-1,-1).
299
299
  #
300
- DEFAULT_SIZE = nil
300
+ DEFAULT_SIZE = Wx::Size.new(-1, -1)
301
301
 
302
302
  # Returns true if the display is colour, false otherwise.
303
303
  #
@@ -1181,4 +1181,4 @@ module Wx
1181
1181
  end # ColourDatabase
1182
1182
 
1183
1183
 
1184
- end
1184
+ end
@@ -28,4 +28,4 @@ module Wx
28
28
  end # GDIObject
29
29
 
30
30
 
31
- end
31
+ end
@@ -207,4 +207,4 @@ module Wx
207
207
  end # GenericDirCtrl
208
208
 
209
209
 
210
- end
210
+ end
@@ -1030,4 +1030,4 @@ module Wx
1030
1030
  end # GraphicsPenInfo
1031
1031
 
1032
1032
 
1033
- end
1033
+ end
@@ -468,4 +468,4 @@ module Wx
468
468
  end # GraphicsBitmap
469
469
 
470
470
 
471
- end
471
+ end
@@ -6,31 +6,35 @@
6
6
 
7
7
  module Wx::GRID
8
8
 
9
- # Base class for activatable editors.
10
- #
11
- # Inheriting from this class makes it simpler to implement editors that support only activation, but not in-place editing, as they only need to implement {Wx::GRID::GridCellActivatableEditor#try_activate}, {Wx::GRID::GridCellActivatableEditor#do_activate} and {Wx::GRID::GridCellActivatableEditor#clone} methods, but not all the other pure virtual methods of {Wx::GRID::GridCellEditor}.
12
- #
13
- # @wxrb_require USE_GRID
14
- class GridCellActivatableEditor < GridCellEditor
15
-
16
- # Same method as in {Wx::GRID::GridCellEditor}, but pure virtual.
9
+ module Wx::GRID
10
+
11
+ # Base class for activatable editors.
12
+ #
13
+ # Inheriting from this class makes it simpler to implement editors that support only activation, but not in-place editing, as they only need to implement {Wx::GRID::GridCellActivatableEditor#try_activate}, {Wx::GRID::GridCellActivatableEditor#do_activate} and {Wx::GRID::GridCellActivatableEditor#clone} methods, but not all the other pure virtual methods of {Wx::GRID::GridCellEditor}.
17
14
  #
18
- # Note that the implementation of this method must never return Wx::GridActivationResult#do_edit for the editors inheriting from this class, as it doesn't support normal editing.
19
- # @param row [Integer]
20
- # @param col [Integer]
21
- # @param grid [Wx::GRID::Grid]
22
- # @param actSource [Wx::GridActivationSource]
23
- # @return [Wx::GridActivationResult]
24
- def try_activate(row, col, grid, actSource) end
15
+ # @wxrb_require USE_GRID
16
+ class GridCellActivatableEditor < GridCellEditor
25
17
 
26
- # Same method as in {Wx::GRID::GridCellEditor}, but pure virtual.
27
- # @param row [Integer]
28
- # @param col [Integer]
29
- # @param grid [Wx::GRID::Grid]
30
- # @return [void]
31
- def do_activate(row, col, grid) end
18
+ # Same method as in {Wx::GRID::GridCellEditor}, but pure virtual.
19
+ #
20
+ # Note that the implementation of this method must never return Wx::GridActivationResult#do_edit for the editors inheriting from this class, as it doesn't support normal editing.
21
+ # @param row [Integer]
22
+ # @param col [Integer]
23
+ # @param grid [Wx::GRID::Grid]
24
+ # @param actSource [Wx::GridActivationSource]
25
+ # @return [Wx::GridActivationResult]
26
+ def try_activate(row, col, grid, actSource) end
27
+
28
+ # Same method as in {Wx::GRID::GridCellEditor}, but pure virtual.
29
+ # @param row [Integer]
30
+ # @param col [Integer]
31
+ # @param grid [Wx::GRID::Grid]
32
+ # @return [void]
33
+ def do_activate(row, col, grid) end
34
+
35
+ end # GridCellActivatableEditor
32
36
 
33
- end # GridCellActivatableEditor
34
-
35
37
 
36
- end
38
+ end
39
+
40
+ end