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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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
@@ -6,436 +6,440 @@
6
6
 
7
7
  module Wx::RTC
8
8
 
9
- # This class implements a floating or inline text box, containing paragraphs.
10
- #
11
- # Category: Rich Text
12
- # @see Wx::RTC::RichTextParagraphLayoutBox
13
- # @see Wx::RTC::RichTextObject
14
- # @see Wx::RTC::RichTextBuffer
15
- # @see Wx::RTC::RichTextCtrl
16
- #
17
- #
18
- #
19
- # @note This class is <b>untracked</b> and should not be derived from nor instances extended!
20
- # @wxrb_require USE_RICHTEXT
21
- class RichTextBox < RichTextParagraphLayoutBox
22
-
23
- # @overload initialize(parent=nil)
24
- # Default constructor; optionally pass the parent object.
25
- # @param parent [Wx::RTC::RichTextObject]
26
- # @return [Wx::RTC::RichTextBox]
27
- # @overload initialize(obj)
28
- # Copy constructor.
29
- # @param obj [Wx::RTC::RichTextBox]
30
- # @return [Wx::RTC::RichTextBox]
31
- def initialize(*args) end
32
-
33
- # Draw the item, within the given range.
9
+ module Wx::RTC
10
+
11
+ # This class implements a floating or inline text box, containing paragraphs.
34
12
  #
35
- # Some objects may ignore the range (for example paragraphs) while others must obey it (lines, to implement wrapping)
36
- # @param dc [Wx::DC]
37
- # @param context [Wx::RTC::RichTextDrawingContext]
38
- # @param range [Range]
39
- # @param selection [Wx::RTC::RichTextSelection]
40
- # @param rect [Wx::Rect]
41
- # @param descent [Integer]
42
- # @param style [Integer]
43
- # @return [Boolean]
44
- def draw(dc, context, range, selection, rect, descent, style) end
45
-
46
- # Returns the XML node name of this object.
13
+ # Category: Rich Text
14
+ # @see Wx::RTC::RichTextParagraphLayoutBox
15
+ # @see Wx::RTC::RichTextObject
16
+ # @see Wx::RTC::RichTextBuffer
17
+ # @see Wx::RTC::RichTextCtrl
47
18
  #
48
- # This must be overridden for {Wx::XmlNode}-base XML export to work.
49
- # @return [String]
50
- def get_xml_node_name; end
51
- alias_method :xml_node_name, :get_xml_node_name
52
-
53
- # Returns true if we can edit the object's properties via a GUI.
54
- # @return [Boolean]
55
- def can_edit_properties; end
56
- alias_method :can_edit_properties?, :can_edit_properties
57
-
58
- # Edits the object's properties via a GUI.
59
- # @param parent [Wx::Window]
60
- # @param buffer [Wx::RTC::RichTextBuffer]
61
- # @return [Boolean]
62
- def edit_properties(parent, buffer) end
63
-
64
- # Returns the label to be used for the properties context menu item.
65
- # @return [String]
66
- def get_properties_menu_label; end
67
- alias_method :properties_menu_label, :get_properties_menu_label
68
-
69
- # Clones the object.
70
- # @return [Wx::RTC::RichTextObject]
71
- def clone; end
72
-
73
- # @param obj [Wx::RTC::RichTextBox]
74
- # @return [void]
75
- def copy(obj) end
76
-
77
- end # RichTextBox
78
-
79
- # {Wx::RTC::RichTextCell} is the cell in a table, in which the user can type.
80
- #
81
- # As well as text, it can also contain objects e.g. an image, or even another {Wx::RTC::RichTextTable}.
82
- # A cell's appearance can be changed via its associated {Wx::RTC::RichTextAttr}; for example its size altered or its background colour set. It also has the properties of column- and row-span. By default these are 1, meaning that the cell only spans itself, but can be increased using the {Wx::RTC::RichTextCell#set_col_span} and {Wx::RTC::RichTextCell#set_row_span} methods. Attempts to set too large a span are silently truncated to the table edge.
83
- #
84
- #
85
- # @note This class is <b>untracked</b> and should not be derived from nor instances extended!
86
- # @wxrb_require USE_RICHTEXT
87
- class RichTextCell < RichTextBox
88
-
89
- # @overload initialize(parent=nil)
90
- # Default constructor; optionally pass the parent object.
91
- # @param parent [Wx::RTC::RichTextObject]
92
- # @return [Wx::RTC::RichTextCell]
93
- # @overload initialize(obj)
94
- # Copy constructor.
95
- # @param obj [Wx::RTC::RichTextCell]
96
- # @return [Wx::RTC::RichTextCell]
97
- def initialize(*args) end
98
-
99
- # Draw the item, within the given range.
100
19
  #
101
- # Some objects may ignore the range (for example paragraphs) while others must obey it (lines, to implement wrapping)
102
- # @param dc [Wx::DC]
103
- # @param context [Wx::RTC::RichTextDrawingContext]
104
- # @param range [Range]
105
- # @param selection [Wx::RTC::RichTextSelection]
106
- # @param rect [Wx::Rect]
107
- # @param descent [Integer]
108
- # @param style [Integer]
109
- # @return [Boolean]
110
- def draw(dc, context, range, selection, rect, descent, style) end
111
-
112
- # Hit-testing: returns a flag indicating hit test details, plus information about position.
113
20
  #
114
- # contextObj is returned to specify what object position is relevant to, since otherwise there's an ambiguity. @ obj might not be a child of contextObj, since we may be referring to the container itself if we have no hit on a child - for example if we click outside an object.
115
- # The function puts the position in textPosition if one is found. pt is in logical units (a zero y position is at the beginning of the buffer).
116
- # One of the {Wx::RTC::RichTextHitTestFlags} values.
117
- # @param dc [Wx::DC]
118
- # @param context [Wx::RTC::RichTextDrawingContext]
119
- # @param pt [Array(Integer, Integer), Wx::Point]
120
- # @param textPosition [Integer]
121
- # @param flags [Integer]
122
- # @return [Array(Integer,Integer,Wx::RTC::RichTextObject,Wx::RTC::RichTextObject)]
123
- def hit_test(dc, context, pt, textPosition, flags=0) end
124
-
125
- # Returns the XML node name of this object.
21
+ # @note This class is <b>untracked</b> and should not be derived from nor instances extended!
22
+ # @wxrb_require USE_RICHTEXT
23
+ class RichTextBox < RichTextParagraphLayoutBox
24
+
25
+ # @overload initialize(parent=nil)
26
+ # Default constructor; optionally pass the parent object.
27
+ # @param parent [Wx::RTC::RichTextObject]
28
+ # @return [Wx::RTC::RichTextBox]
29
+ # @overload initialize(obj)
30
+ # Copy constructor.
31
+ # @param obj [Wx::RTC::RichTextBox]
32
+ # @return [Wx::RTC::RichTextBox]
33
+ def initialize(*args) end
34
+
35
+ # Draw the item, within the given range.
36
+ #
37
+ # Some objects may ignore the range (for example paragraphs) while others must obey it (lines, to implement wrapping)
38
+ # @param dc [Wx::DC]
39
+ # @param context [Wx::RTC::RichTextDrawingContext]
40
+ # @param range [Range]
41
+ # @param selection [Wx::RTC::RichTextSelection]
42
+ # @param rect [Wx::Rect]
43
+ # @param descent [Integer]
44
+ # @param style [Integer]
45
+ # @return [Boolean]
46
+ def draw(dc, context, range, selection, rect, descent, style) end
47
+
48
+ # Returns the XML node name of this object.
49
+ #
50
+ # This must be overridden for {Wx::XmlNode}-base XML export to work.
51
+ # @return [String]
52
+ def get_xml_node_name; end
53
+ alias_method :xml_node_name, :get_xml_node_name
54
+
55
+ # Returns true if we can edit the object's properties via a GUI.
56
+ # @return [Boolean]
57
+ def can_edit_properties; end
58
+ alias_method :can_edit_properties?, :can_edit_properties
59
+
60
+ # Edits the object's properties via a GUI.
61
+ # @param parent [Wx::Window]
62
+ # @param buffer [Wx::RTC::RichTextBuffer]
63
+ # @return [Boolean]
64
+ def edit_properties(parent, buffer) end
65
+
66
+ # Returns the label to be used for the properties context menu item.
67
+ # @return [String]
68
+ def get_properties_menu_label; end
69
+ alias_method :properties_menu_label, :get_properties_menu_label
70
+
71
+ # Clones the object.
72
+ # @return [Wx::RTC::RichTextObject]
73
+ def clone; end
74
+
75
+ # @param obj [Wx::RTC::RichTextBox]
76
+ # @return [void]
77
+ def copy(obj) end
78
+
79
+ end # RichTextBox
80
+
81
+ # {Wx::RTC::RichTextCell} is the cell in a table, in which the user can type.
126
82
  #
127
- # This must be overridden for {Wx::XmlNode}-base XML export to work.
128
- # @return [String]
129
- def get_xml_node_name; end
130
- alias_method :xml_node_name, :get_xml_node_name
131
-
132
- # Returns true if we can edit the object's properties via a GUI.
133
- # @return [Boolean]
134
- def can_edit_properties; end
135
- alias_method :can_edit_properties?, :can_edit_properties
136
-
137
- # Edits the object's properties via a GUI.
138
- # @param parent [Wx::Window]
139
- # @param buffer [Wx::RTC::RichTextBuffer]
140
- # @return [Boolean]
141
- def edit_properties(parent, buffer) end
142
-
143
- # Returns the label to be used for the properties context menu item.
144
- # @return [String]
145
- def get_properties_menu_label; end
146
- alias_method :properties_menu_label, :get_properties_menu_label
147
-
148
- # Returns the number of columns spanned by the cell.
83
+ # As well as text, it can also contain objects e.g. an image, or even another {Wx::RTC::RichTextTable}.
84
+ # A cell's appearance can be changed via its associated {Wx::RTC::RichTextAttr}; for example its size altered or its background colour set. It also has the properties of column- and row-span. By default these are 1, meaning that the cell only spans itself, but can be increased using the {Wx::RTC::RichTextCell#set_col_span} and {Wx::RTC::RichTextCell#set_row_span} methods. Attempts to set too large a span are silently truncated to the table edge.
149
85
  #
150
- # By default a cell doesn't span extra columns, so this function returns 1.
151
- # @see Wx::RTC::RichTextCell#set_col_span
152
- # @see Wx::RTC::RichTextCell#get_row_span
153
- # @return [Integer]
154
- def get_col_span; end
155
- alias_method :col_span, :get_col_span
156
-
157
- # Set the number of columns spanned by the cell.
158
86
  #
159
- # By default colspan is 1 i.e. a cell doesn't span extra columns. Pass a value >1 to change this. Attempting to set a colspan <1 will assert and be ignored.
160
- # @see Wx::RTC::RichTextCell#get_col_span
161
- # @see Wx::RTC::RichTextCell#set_row_span
162
- # @param span [Integer]
163
- # @return [void]
164
- def set_col_span(span) end
165
- alias_method :col_span=, :set_col_span
166
-
167
- # Returns the number of rows spanned by the cell.
87
+ # @note This class is <b>untracked</b> and should not be derived from nor instances extended!
88
+ # @wxrb_require USE_RICHTEXT
89
+ class RichTextCell < RichTextBox
90
+
91
+ # @overload initialize(parent=nil)
92
+ # Default constructor; optionally pass the parent object.
93
+ # @param parent [Wx::RTC::RichTextObject]
94
+ # @return [Wx::RTC::RichTextCell]
95
+ # @overload initialize(obj)
96
+ # Copy constructor.
97
+ # @param obj [Wx::RTC::RichTextCell]
98
+ # @return [Wx::RTC::RichTextCell]
99
+ def initialize(*args) end
100
+
101
+ # Draw the item, within the given range.
102
+ #
103
+ # Some objects may ignore the range (for example paragraphs) while others must obey it (lines, to implement wrapping)
104
+ # @param dc [Wx::DC]
105
+ # @param context [Wx::RTC::RichTextDrawingContext]
106
+ # @param range [Range]
107
+ # @param selection [Wx::RTC::RichTextSelection]
108
+ # @param rect [Wx::Rect]
109
+ # @param descent [Integer]
110
+ # @param style [Integer]
111
+ # @return [Boolean]
112
+ def draw(dc, context, range, selection, rect, descent, style) end
113
+
114
+ # Hit-testing: returns a flag indicating hit test details, plus information about position.
115
+ #
116
+ # contextObj is returned to specify what object position is relevant to, since otherwise there's an ambiguity. @ obj might not be a child of contextObj, since we may be referring to the container itself if we have no hit on a child - for example if we click outside an object.
117
+ # The function puts the position in textPosition if one is found. pt is in logical units (a zero y position is at the beginning of the buffer).
118
+ # One of the {Wx::RTC::RichTextHitTestFlags} values.
119
+ # @param dc [Wx::DC]
120
+ # @param context [Wx::RTC::RichTextDrawingContext]
121
+ # @param pt [Array(Integer, Integer), Wx::Point]
122
+ # @param textPosition [Integer]
123
+ # @param flags [Integer]
124
+ # @return [Array(Integer,Integer,Wx::RTC::RichTextObject,Wx::RTC::RichTextObject)]
125
+ def hit_test(dc, context, pt, textPosition, flags=0) end
126
+
127
+ # Returns the XML node name of this object.
128
+ #
129
+ # This must be overridden for {Wx::XmlNode}-base XML export to work.
130
+ # @return [String]
131
+ def get_xml_node_name; end
132
+ alias_method :xml_node_name, :get_xml_node_name
133
+
134
+ # Returns true if we can edit the object's properties via a GUI.
135
+ # @return [Boolean]
136
+ def can_edit_properties; end
137
+ alias_method :can_edit_properties?, :can_edit_properties
138
+
139
+ # Edits the object's properties via a GUI.
140
+ # @param parent [Wx::Window]
141
+ # @param buffer [Wx::RTC::RichTextBuffer]
142
+ # @return [Boolean]
143
+ def edit_properties(parent, buffer) end
144
+
145
+ # Returns the label to be used for the properties context menu item.
146
+ # @return [String]
147
+ def get_properties_menu_label; end
148
+ alias_method :properties_menu_label, :get_properties_menu_label
149
+
150
+ # Returns the number of columns spanned by the cell.
151
+ #
152
+ # By default a cell doesn't span extra columns, so this function returns 1.
153
+ # @see Wx::RTC::RichTextCell#set_col_span
154
+ # @see Wx::RTC::RichTextCell#get_row_span
155
+ # @return [Integer]
156
+ def get_col_span; end
157
+ alias_method :col_span, :get_col_span
158
+
159
+ # Set the number of columns spanned by the cell.
160
+ #
161
+ # By default colspan is 1 i.e. a cell doesn't span extra columns. Pass a value >1 to change this. Attempting to set a colspan <1 will assert and be ignored.
162
+ # @see Wx::RTC::RichTextCell#get_col_span
163
+ # @see Wx::RTC::RichTextCell#set_row_span
164
+ # @param span [Integer]
165
+ # @return [void]
166
+ def set_col_span(span) end
167
+ alias_method :col_span=, :set_col_span
168
+
169
+ # Returns the number of rows spanned by the cell.
170
+ #
171
+ # By default a cell doesn't span extra rows, so this function returns 1.
172
+ # @see Wx::RTC::RichTextCell#set_row_span
173
+ # @see Wx::RTC::RichTextCell#get_col_span
174
+ # @return [Integer]
175
+ def get_row_span; end
176
+ alias_method :row_span, :get_row_span
177
+
178
+ # Set the number of rows spanned by the cell.
179
+ #
180
+ # By default colspan is 1 i.e. a cell doesn't span extra rows. Pass a value >1 to change this. Attempting to set a rowspan <1 will assert and be ignored.
181
+ # @see Wx::RTC::RichTextCell#get_row_span
182
+ # @see Wx::RTC::RichTextCell#set_col_span
183
+ # @param span [Integer]
184
+ # @return [void]
185
+ def set_row_span(span) end
186
+ alias_method :row_span=, :set_row_span
187
+
188
+ # Clones the object.
189
+ # @return [Wx::RTC::RichTextObject]
190
+ def clone; end
191
+
192
+ # @param obj [Wx::RTC::RichTextCell]
193
+ # @return [void]
194
+ def copy(obj) end
195
+
196
+ end # RichTextCell
197
+
198
+ # {Wx::RTC::RichTextTable} represents a table with arbitrary columns and rows.
168
199
  #
169
- # By default a cell doesn't span extra rows, so this function returns 1.
170
- # @see Wx::RTC::RichTextCell#set_row_span
171
- # @see Wx::RTC::RichTextCell#get_col_span
172
- # @return [Integer]
173
- def get_row_span; end
174
- alias_method :row_span, :get_row_span
175
-
176
- # Set the number of rows spanned by the cell.
177
200
  #
178
- # By default colspan is 1 i.e. a cell doesn't span extra rows. Pass a value >1 to change this. Attempting to set a rowspan <1 will assert and be ignored.
179
- # @see Wx::RTC::RichTextCell#get_row_span
180
- # @see Wx::RTC::RichTextCell#set_col_span
181
- # @param span [Integer]
182
- # @return [void]
183
- def set_row_span(span) end
184
- alias_method :row_span=, :set_row_span
185
-
186
- # Clones the object.
187
- # @return [Wx::RTC::RichTextObject]
188
- def clone; end
189
-
190
- # @param obj [Wx::RTC::RichTextCell]
191
- # @return [void]
192
- def copy(obj) end
193
-
194
- end # RichTextCell
195
-
196
- # {Wx::RTC::RichTextTable} represents a table with arbitrary columns and rows.
197
- #
198
- #
199
- #
200
- #
201
- # @note This class is <b>untracked</b> and should not be derived from nor instances extended!
202
- # @wxrb_require USE_RICHTEXT
203
- class RichTextTable < RichTextBox
204
-
205
- # @overload initialize(parent=nil)
206
- # Default constructor; optionally pass the parent object.
207
- # @param parent [Wx::RTC::RichTextObject]
208
- # @return [Wx::RTC::RichTextTable]
209
- # @overload initialize(obj)
210
- # Copy constructor.
211
- # @param obj [Wx::RTC::RichTextTable]
212
- # @return [Wx::RTC::RichTextTable]
213
- def initialize(*args) end
214
-
215
- # Draw the item, within the given range.
216
201
  #
217
- # Some objects may ignore the range (for example paragraphs) while others must obey it (lines, to implement wrapping)
218
- # @param dc [Wx::DC]
219
- # @param context [Wx::RTC::RichTextDrawingContext]
220
- # @param range [Range]
221
- # @param selection [Wx::RTC::RichTextSelection]
222
- # @param rect [Wx::Rect]
223
- # @param descent [Integer]
224
- # @param style [Integer]
225
- # @return [Boolean]
226
- def draw(dc, context, range, selection, rect, descent, style) end
227
-
228
- # Hit-testing: returns a flag indicating hit test details, plus information about position.
229
202
  #
230
- # contextObj is returned to specify what object position is relevant to, since otherwise there's an ambiguity. @ obj might not be a child of contextObj, since we may be referring to the container itself if we have no hit on a child - for example if we click outside an object.
231
- # The function puts the position in textPosition if one is found. pt is in logical units (a zero y position is at the beginning of the buffer).
232
- # One of the {Wx::RTC::RichTextHitTestFlags} values.
233
- # @param dc [Wx::DC]
234
- # @param context [Wx::RTC::RichTextDrawingContext]
235
- # @param pt [Array(Integer, Integer), Wx::Point]
236
- # @param textPosition [Integer]
237
- # @param flags [Integer]
238
- # @return [Array(Integer,Integer,Wx::RTC::RichTextObject,Wx::RTC::RichTextObject)]
239
- def hit_test(dc, context, pt, textPosition, flags=0) end
240
-
241
- # Returns the XML node name of this object.
242
- #
243
- # This must be overridden for {Wx::XmlNode}-base XML export to work.
244
- # @return [String]
245
- def get_xml_node_name; end
246
- alias_method :xml_node_name, :get_xml_node_name
247
-
248
- # Lay the item out at the specified position with the given size constraint.
249
- #
250
- # Layout must set the cached size. rect is the available space for the object, and parentRect is the container that is used to determine a relative size or position (for example if a text box must be 50% of the parent text box).
251
- # @param dc [Wx::DC]
252
- # @param context [Wx::RTC::RichTextDrawingContext]
253
- # @param rect [Wx::Rect]
254
- # @param parentRect [Wx::Rect]
255
- # @param style [Integer]
256
- # @return [Boolean]
257
- def layout(dc, context, rect, parentRect, style) end
258
-
259
- # Returns the object size for the given range.
260
- #
261
- # Returns false if the range is invalid for this object.
262
- # @param range [Range]
263
- # @param size [Array(Integer, Integer), Wx::Size]
264
- # @param descent [int]
265
- # @param dc [Wx::DC]
266
- # @param context [Wx::RTC::RichTextDrawingContext]
267
- # @param flags [Integer]
268
- # @param position [Array(Integer, Integer), Wx::Point]
269
- # @param parentSize [Array(Integer, Integer), Wx::Size]
270
- # @param partialExtents [Array,nil]
271
- # @return [Boolean]
272
- def get_range_size(range, size, descent, dc, context, flags, position=(Wx::Point.new(0, 0)), parentSize=Wx::DEFAULT_SIZE, partialExtents=nil) end
273
- alias_method :range_size, :get_range_size
274
-
275
- # Deletes the given range.
276
- # @param range [Range]
277
- # @return [Boolean]
278
- def delete_range(range) end
203
+ # @note This class is <b>untracked</b> and should not be derived from nor instances extended!
204
+ # @wxrb_require USE_RICHTEXT
205
+ class RichTextTable < RichTextBox
206
+
207
+ # @overload initialize(parent=nil)
208
+ # Default constructor; optionally pass the parent object.
209
+ # @param parent [Wx::RTC::RichTextObject]
210
+ # @return [Wx::RTC::RichTextTable]
211
+ # @overload initialize(obj)
212
+ # Copy constructor.
213
+ # @param obj [Wx::RTC::RichTextTable]
214
+ # @return [Wx::RTC::RichTextTable]
215
+ def initialize(*args) end
216
+
217
+ # Draw the item, within the given range.
218
+ #
219
+ # Some objects may ignore the range (for example paragraphs) while others must obey it (lines, to implement wrapping)
220
+ # @param dc [Wx::DC]
221
+ # @param context [Wx::RTC::RichTextDrawingContext]
222
+ # @param range [Range]
223
+ # @param selection [Wx::RTC::RichTextSelection]
224
+ # @param rect [Wx::Rect]
225
+ # @param descent [Integer]
226
+ # @param style [Integer]
227
+ # @return [Boolean]
228
+ def draw(dc, context, range, selection, rect, descent, style) end
229
+
230
+ # Hit-testing: returns a flag indicating hit test details, plus information about position.
231
+ #
232
+ # contextObj is returned to specify what object position is relevant to, since otherwise there's an ambiguity. @ obj might not be a child of contextObj, since we may be referring to the container itself if we have no hit on a child - for example if we click outside an object.
233
+ # The function puts the position in textPosition if one is found. pt is in logical units (a zero y position is at the beginning of the buffer).
234
+ # One of the {Wx::RTC::RichTextHitTestFlags} values.
235
+ # @param dc [Wx::DC]
236
+ # @param context [Wx::RTC::RichTextDrawingContext]
237
+ # @param pt [Array(Integer, Integer), Wx::Point]
238
+ # @param textPosition [Integer]
239
+ # @param flags [Integer]
240
+ # @return [Array(Integer,Integer,Wx::RTC::RichTextObject,Wx::RTC::RichTextObject)]
241
+ def hit_test(dc, context, pt, textPosition, flags=0) end
242
+
243
+ # Returns the XML node name of this object.
244
+ #
245
+ # This must be overridden for {Wx::XmlNode}-base XML export to work.
246
+ # @return [String]
247
+ def get_xml_node_name; end
248
+ alias_method :xml_node_name, :get_xml_node_name
249
+
250
+ # Lay the item out at the specified position with the given size constraint.
251
+ #
252
+ # Layout must set the cached size. rect is the available space for the object, and parentRect is the container that is used to determine a relative size or position (for example if a text box must be 50% of the parent text box).
253
+ # @param dc [Wx::DC]
254
+ # @param context [Wx::RTC::RichTextDrawingContext]
255
+ # @param rect [Wx::Rect]
256
+ # @param parentRect [Wx::Rect]
257
+ # @param style [Integer]
258
+ # @return [Boolean]
259
+ def layout(dc, context, rect, parentRect, style) end
260
+
261
+ # Returns the object size for the given range.
262
+ #
263
+ # Returns false if the range is invalid for this object.
264
+ # @param range [Range]
265
+ # @param size [Array(Integer, Integer), Wx::Size]
266
+ # @param descent [int]
267
+ # @param dc [Wx::DC]
268
+ # @param context [Wx::RTC::RichTextDrawingContext]
269
+ # @param flags [Integer]
270
+ # @param position [Array(Integer, Integer), Wx::Point]
271
+ # @param parentSize [Array(Integer, Integer), Wx::Size]
272
+ # @param partialExtents [Array,nil]
273
+ # @return [Boolean]
274
+ def get_range_size(range, size, descent, dc, context, flags, position=(Wx::Point.new(0, 0)), parentSize=Wx::DEFAULT_SIZE, partialExtents=nil) end
275
+ alias_method :range_size, :get_range_size
276
+
277
+ # Deletes the given range.
278
+ # @param range [Range]
279
+ # @return [Boolean]
280
+ def delete_range(range) end
281
+
282
+ # Returns any text in this object for the given range.
283
+ # @param range [Range]
284
+ # @return [String]
285
+ def get_text_for_range(range) end
286
+ alias_method :text_for_range, :get_text_for_range
287
+
288
+ # Imports this object from XML.
289
+ # @param buffer [Wx::RTC::RichTextBuffer]
290
+ # @param node [Wx::XmlNode]
291
+ # @param handler [Wx::RTC::RichTextXMLHandler]
292
+ # @param recurse [Boolean]
293
+ # @return [Array(Boolean,Boolean)]
294
+ def import_from_xml(buffer, node, handler, recurse) end
295
+
296
+ # Finds the absolute position and row height for the given character position.
297
+ # @param dc [Wx::DC]
298
+ # @param context [Wx::RTC::RichTextDrawingContext]
299
+ # @param index [Integer]
300
+ # @param pt [Array(Integer, Integer), Wx::Point]
301
+ # @param height [int]
302
+ # @param forceLineStart [Boolean]
303
+ # @return [Boolean]
304
+ def find_position(dc, context, index, pt, height, forceLineStart) end
305
+
306
+ # Calculates the range of the object.
307
+ #
308
+ # By default, guess that the object is 1 unit long.
309
+ # @param start [Integer]
310
+ # @param end_ [Integer]
311
+ # @return [Integer]
312
+ def calculate_range(start, end_) end
313
+
314
+ # Returns true if this object can handle the selections of its children, fOr example a table.
315
+ #
316
+ # Required for composite selection handling to work.
317
+ # @return [Boolean]
318
+ def handles_child_selections; end
319
+
320
+ # Returns a selection object specifying the selections between start and end character positions.
321
+ #
322
+ # For example, a table would deduce what cells (of range length 1) are selected when dragging across the table.
323
+ # @param start [Integer]
324
+ # @param end_ [Integer]
325
+ # @return [Wx::RTC::RichTextSelection]
326
+ def get_selection(start, end_) end
327
+ alias_method :selection, :get_selection
328
+
329
+ # Returns true if we can edit the object's properties via a GUI.
330
+ # @return [Boolean]
331
+ def can_edit_properties; end
332
+ alias_method :can_edit_properties?, :can_edit_properties
333
+
334
+ # Edits the object's properties via a GUI.
335
+ # @param parent [Wx::Window]
336
+ # @param buffer [Wx::RTC::RichTextBuffer]
337
+ # @return [Boolean]
338
+ def edit_properties(parent, buffer) end
339
+
340
+ # Returns the label to be used for the properties context menu item.
341
+ # @return [String]
342
+ def get_properties_menu_label; end
343
+ alias_method :properties_menu_label, :get_properties_menu_label
344
+
345
+ # Returns true if objects of this class can accept the focus, i.e. a call to SetFocusObject is possible.
346
+ #
347
+ # For example, containers supporting text, such as a text box object, can accept the focus, but a table can't (set the focus to individual cells instead).
348
+ # @return [Boolean]
349
+ def accepts_focus; end
350
+
351
+ # Returns the cells array.
352
+ # @return [Array<Array<Wx::RTC::RichTextObject>>]
353
+ def get_cells; end
354
+ alias_method :cells, :get_cells
355
+
356
+ # Returns the row count.
357
+ # @return [Integer]
358
+ def get_row_count; end
359
+ alias_method :row_count, :get_row_count
360
+
361
+ # Returns the column count.
362
+ # @return [Integer]
363
+ def get_column_count; end
364
+ alias_method :column_count, :get_column_count
365
+
366
+ # @overload get_cell(row, col)
367
+ # Returns the cell at the given row/column position.
368
+ # @param row [Integer]
369
+ # @param col [Integer]
370
+ # @return [Wx::RTC::RichTextCell]
371
+ # @overload get_cell(pos)
372
+ # Returns the cell at the given character position (in the range of the table).
373
+ # @param pos [Integer]
374
+ # @return [Wx::RTC::RichTextCell]
375
+ def get_cell(*args) end
376
+ alias_method :cell, :get_cell
377
+
378
+ # Returns the row/column for a given character position.
379
+ # @param pos [Integer]
380
+ # @return [Array(Boolean,Integer,Integer)]
381
+ def get_cell_row_column_position(pos) end
382
+ alias_method :cell_row_column_position, :get_cell_row_column_position
383
+
384
+ # Returns the coordinates of the cell with keyboard focus, or (-1,-1) if none.
385
+ # @return [Array(Integer,Integer)]
386
+ def get_focused_cell; end
387
+ alias_method :focused_cell, :get_focused_cell
388
+
389
+ # Clears the table.
390
+ # @return [void]
391
+ def clear_table; end
392
+
393
+ # Creates a table of the given dimensions.
394
+ # @param rows [Integer]
395
+ # @param cols [Integer]
396
+ # @return [Boolean]
397
+ def create_table(rows, cols) end
398
+
399
+ # Sets the attributes for the cells specified by the selection.
400
+ # @param selection [Wx::RTC::RichTextSelection]
401
+ # @param style [Wx::RTC::RichTextAttr]
402
+ # @param flags [Integer]
403
+ # @return [Boolean]
404
+ def set_cell_style(selection, style, flags=Wx::RTC::RICHTEXT_SETSTYLE_WITH_UNDO) end
405
+
406
+ # Deletes rows from the given row position.
407
+ # @param startRow [Integer]
408
+ # @param noRows [Integer]
409
+ # @return [Boolean]
410
+ def delete_rows(startRow, noRows=1) end
411
+
412
+ # Deletes columns from the given column position.
413
+ # @param startCol [Integer]
414
+ # @param noCols [Integer]
415
+ # @return [Boolean]
416
+ def delete_columns(startCol, noCols=1) end
417
+
418
+ # Adds rows from the given row position.
419
+ # @param startRow [Integer]
420
+ # @param noRows [Integer]
421
+ # @param attr [Wx::RTC::RichTextAttr]
422
+ # @return [Boolean]
423
+ def add_rows(startRow, noRows=1, attr=(Wx::RichTextAttr.new())) end
424
+
425
+ # Adds columns from the given column position.
426
+ # @param startCol [Integer]
427
+ # @param noCols [Integer]
428
+ # @param attr [Wx::RTC::RichTextAttr]
429
+ # @return [Boolean]
430
+ def add_columns(startCol, noCols=1, attr=(Wx::RichTextAttr.new())) end
431
+
432
+ # Clones the object.
433
+ # @return [Wx::RTC::RichTextObject]
434
+ def clone; end
435
+
436
+ # @param obj [Wx::RTC::RichTextTable]
437
+ # @return [void]
438
+ def copy(obj) end
439
+
440
+ end # RichTextTable
279
441
 
280
- # Returns any text in this object for the given range.
281
- # @param range [Range]
282
- # @return [String]
283
- def get_text_for_range(range) end
284
- alias_method :text_for_range, :get_text_for_range
285
-
286
- # Imports this object from XML.
287
- # @param buffer [Wx::RTC::RichTextBuffer]
288
- # @param node [Wx::XmlNode]
289
- # @param handler [Wx::RTC::RichTextXMLHandler]
290
- # @param recurse [Boolean]
291
- # @return [Array(Boolean,Boolean)]
292
- def import_from_xml(buffer, node, handler, recurse) end
293
-
294
- # Finds the absolute position and row height for the given character position.
295
- # @param dc [Wx::DC]
296
- # @param context [Wx::RTC::RichTextDrawingContext]
297
- # @param index [Integer]
298
- # @param pt [Array(Integer, Integer), Wx::Point]
299
- # @param height [int]
300
- # @param forceLineStart [Boolean]
301
- # @return [Boolean]
302
- def find_position(dc, context, index, pt, height, forceLineStart) end
303
-
304
- # Calculates the range of the object.
305
- #
306
- # By default, guess that the object is 1 unit long.
307
- # @param start [Integer]
308
- # @param end_ [Integer]
309
- # @return [Integer]
310
- def calculate_range(start, end_) end
311
-
312
- # Returns true if this object can handle the selections of its children, fOr example a table.
313
- #
314
- # Required for composite selection handling to work.
315
- # @return [Boolean]
316
- def handles_child_selections; end
317
-
318
- # Returns a selection object specifying the selections between start and end character positions.
319
- #
320
- # For example, a table would deduce what cells (of range length 1) are selected when dragging across the table.
321
- # @param start [Integer]
322
- # @param end_ [Integer]
323
- # @return [Wx::RTC::RichTextSelection]
324
- def get_selection(start, end_) end
325
- alias_method :selection, :get_selection
326
-
327
- # Returns true if we can edit the object's properties via a GUI.
328
- # @return [Boolean]
329
- def can_edit_properties; end
330
- alias_method :can_edit_properties?, :can_edit_properties
331
-
332
- # Edits the object's properties via a GUI.
333
- # @param parent [Wx::Window]
334
- # @param buffer [Wx::RTC::RichTextBuffer]
335
- # @return [Boolean]
336
- def edit_properties(parent, buffer) end
337
-
338
- # Returns the label to be used for the properties context menu item.
339
- # @return [String]
340
- def get_properties_menu_label; end
341
- alias_method :properties_menu_label, :get_properties_menu_label
342
-
343
- # Returns true if objects of this class can accept the focus, i.e. a call to SetFocusObject is possible.
344
- #
345
- # For example, containers supporting text, such as a text box object, can accept the focus, but a table can't (set the focus to individual cells instead).
346
- # @return [Boolean]
347
- def accepts_focus; end
348
-
349
- # Returns the cells array.
350
- # @return [Array<Array<Wx::RTC::RichTextObject>>]
351
- def get_cells; end
352
- alias_method :cells, :get_cells
353
-
354
- # Returns the row count.
355
- # @return [Integer]
356
- def get_row_count; end
357
- alias_method :row_count, :get_row_count
358
-
359
- # Returns the column count.
360
- # @return [Integer]
361
- def get_column_count; end
362
- alias_method :column_count, :get_column_count
363
-
364
- # @overload get_cell(row, col)
365
- # Returns the cell at the given row/column position.
366
- # @param row [Integer]
367
- # @param col [Integer]
368
- # @return [Wx::RTC::RichTextCell]
369
- # @overload get_cell(pos)
370
- # Returns the cell at the given character position (in the range of the table).
371
- # @param pos [Integer]
372
- # @return [Wx::RTC::RichTextCell]
373
- def get_cell(*args) end
374
- alias_method :cell, :get_cell
375
-
376
- # Returns the row/column for a given character position.
377
- # @param pos [Integer]
378
- # @return [Array(Boolean,Integer,Integer)]
379
- def get_cell_row_column_position(pos) end
380
- alias_method :cell_row_column_position, :get_cell_row_column_position
381
-
382
- # Returns the coordinates of the cell with keyboard focus, or (-1,-1) if none.
383
- # @return [Array(Integer,Integer)]
384
- def get_focused_cell; end
385
- alias_method :focused_cell, :get_focused_cell
386
-
387
- # Clears the table.
388
- # @return [void]
389
- def clear_table; end
390
-
391
- # Creates a table of the given dimensions.
392
- # @param rows [Integer]
393
- # @param cols [Integer]
394
- # @return [Boolean]
395
- def create_table(rows, cols) end
396
-
397
- # Sets the attributes for the cells specified by the selection.
398
- # @param selection [Wx::RTC::RichTextSelection]
399
- # @param style [Wx::RTC::RichTextAttr]
400
- # @param flags [Integer]
401
- # @return [Boolean]
402
- def set_cell_style(selection, style, flags=Wx::RTC::RICHTEXT_SETSTYLE_WITH_UNDO) end
403
-
404
- # Deletes rows from the given row position.
405
- # @param startRow [Integer]
406
- # @param noRows [Integer]
407
- # @return [Boolean]
408
- def delete_rows(startRow, noRows=1) end
409
-
410
- # Deletes columns from the given column position.
411
- # @param startCol [Integer]
412
- # @param noCols [Integer]
413
- # @return [Boolean]
414
- def delete_columns(startCol, noCols=1) end
415
-
416
- # Adds rows from the given row position.
417
- # @param startRow [Integer]
418
- # @param noRows [Integer]
419
- # @param attr [Wx::RTC::RichTextAttr]
420
- # @return [Boolean]
421
- def add_rows(startRow, noRows=1, attr=(Wx::RichTextAttr.new())) end
422
-
423
- # Adds columns from the given column position.
424
- # @param startCol [Integer]
425
- # @param noCols [Integer]
426
- # @param attr [Wx::RTC::RichTextAttr]
427
- # @return [Boolean]
428
- def add_columns(startCol, noCols=1, attr=(Wx::RichTextAttr.new())) end
429
-
430
- # Clones the object.
431
- # @return [Wx::RTC::RichTextObject]
432
- def clone; end
433
-
434
- # @param obj [Wx::RTC::RichTextTable]
435
- # @return [void]
436
- def copy(obj) end
437
-
438
- end # RichTextTable
439
-
440
442
 
441
- end
443
+ end
444
+
445
+ end