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
@@ -6,342 +6,346 @@
6
6
 
7
7
  module Wx::RBN
8
8
 
9
- #
10
- #
11
- EVT_RIBBONTOOLBAR_CLICKED = 10434
12
-
13
- #
14
- #
15
- EVT_RIBBONTOOLBAR_DROPDOWN_CLICKED = 10435
16
-
17
- # A ribbon tool bar is similar to a traditional toolbar which has no labels.
18
- #
19
- # It contains one or more tool groups, each of which contains one or more tools. Each tool is represented by a (generally small, i.e. 16x15) bitmap.
20
- # ### Events emitted by this class
21
- #
22
- # The following event-handler methods redirect the events to member method or handler blocks for {Wx::RBN::RibbonToolBarEvent} events.
23
- # Event handler methods for events emitted by this class:
24
- #
25
- # - {Wx::EvtHandler#evt_ribbontoolbar_clicked}(id, meth = nil, &block): Triggered when the normal (non-dropdown) region of a tool on the tool bar is clicked.
26
- #
27
- # - {Wx::EvtHandler#evt_ribbontoolbar_dropdown_clicked}(id, meth = nil, &block): Triggered when the dropdown region of a tool on the tool bar is clicked. {Wx::RBN::RibbonToolBarEvent#popup_menu} should be called by the event handler if it wants to display a popup menu (which is what most dropdown tools should be doing).
28
- #
29
- # Category: Ribbon User Interface
30
- #
31
- # @wxrb_require USE_RIBBON
32
- class RibbonToolBar < RibbonControl
33
-
34
- # @overload initialize()
35
- # Default constructor.
36
- #
37
- # With this constructor, {Wx::RBN::RibbonToolBar#create} should be called in order to create the tool bar.
38
- # @return [Wx::RBN::RibbonToolBar]
39
- # @overload initialize(parent, id=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=0)
40
- # Construct a ribbon tool bar with the given parameters.
41
- # @param parent [Wx::Window] Parent window for the tool bar (typically a {Wx::RBN::RibbonPanel}).
42
- # @param id [Integer] An identifier for the toolbar. {Wx::StandardID::ID_ANY} is taken to mean a default.
43
- # @param pos [Array(Integer, Integer), Wx::Point] Initial position of the tool bar.
44
- # @param size [Array(Integer, Integer), Wx::Size] Initial size of the tool bar.
45
- # @param style [Integer] Tool bar style, currently unused.
46
- # @return [Wx::RBN::RibbonToolBar]
47
- def initialize(*args) end
48
-
49
- # Create a tool bar in two-step tool bar construction.
50
- #
51
- # Should only be called when the default constructor is used, and arguments have the same meaning as in the full constructor.
52
- # @param parent [Wx::Window]
53
- # @param id [Integer]
54
- # @param pos [Array(Integer, Integer), Wx::Point]
55
- # @param size [Array(Integer, Integer), Wx::Size]
56
- # @param style [Integer]
57
- # @return [Boolean]
58
- def create(parent, id=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=0) end
59
-
60
- # @overload add_tool(tool_id, bitmap, help_string, kind=Wx::RBN::RibbonButtonKind::RIBBON_BUTTON_NORMAL)
61
- # Add a tool to the tool bar (simple version).
62
- # @param tool_id [Integer]
63
- # @param bitmap [Wx::Bitmap]
64
- # @param help_string [String]
65
- # @param kind [Wx::RibbonButtonKind]
66
- # @return [Integer]
67
- # @overload add_tool(tool_id, bitmap, bitmap_disabled=Wx::NULL_BITMAP, help_string=(''), kind=Wx::RBN::RibbonButtonKind::RIBBON_BUTTON_NORMAL, clientData=nil)
68
- # Add a tool to the tool bar.
69
- #
70
- # An opaque pointer which can be used only with other tool bar methods.
71
- # @see Wx::RBN::RibbonToolBar#add_dropdown_tool
72
- # @see Wx::RBN::RibbonToolBar#add_hybrid_tool
73
- # @see Wx::RBN::RibbonToolBar#add_separator
74
- # @see Wx::RBN::RibbonToolBar#insert_tool
75
- # @param tool_id [Integer] ID of the new tool (used for event callbacks).
76
- # @param bitmap [Wx::Bitmap] Bitmap to use as the foreground for the new tool. Does not have to be the same size as other tool bitmaps, but should be similar as otherwise it will look visually odd.
77
- # @param bitmap_disabled [Wx::Bitmap] Bitmap to use when the tool is disabled. If left as {Wx::NULL_BITMAP}, then a bitmap will be automatically generated from bitmap.
78
- # @param help_string [String] The UI help string to associate with the new tool.
79
- # @param kind [Wx::RibbonButtonKind] The kind of tool to add.
80
- # @param clientData [Object] Client data to associate with the new tool.
81
- # @return [Integer]
82
- def add_tool(*args) end
83
-
84
- # Add a dropdown tool to the tool bar (simple version).
85
- #
86
- #
87
- # @see Wx::RBN::RibbonToolBar#add_tool
88
- # @param tool_id [Integer]
89
- # @param bitmap [Wx::Bitmap]
90
- # @param help_string [String]
91
- # @return [Integer]
92
- def add_dropdown_tool(tool_id, bitmap, help_string=('')) end
93
-
94
- # Add a hybrid tool to the tool bar (simple version).
95
- #
96
- #
97
- # @see Wx::RBN::RibbonToolBar#add_tool
98
- # @param tool_id [Integer]
99
- # @param bitmap [Wx::Bitmap]
100
- # @param help_string [String]
101
- # @return [Integer]
102
- def add_hybrid_tool(tool_id, bitmap, help_string=('')) end
103
-
104
- # Add a toggle tool to the tool bar (simple version).
105
- #
106
- #
107
- # @see Wx::RBN::RibbonToolBar#add_tool
108
- # @param tool_id [Integer]
109
- # @param bitmap [Wx::Bitmap]
110
- # @param help_string [String]
111
- # @return [Integer]
112
- def add_toggle_tool(tool_id, bitmap, help_string) end
113
-
114
- # Add a separator to the tool bar.
115
- #
116
- # Separators are used to separate tools into groups. As such, a separator is not explicitly drawn, but is visually seen as the gap between tool groups.
117
- # @return [Integer]
118
- def add_separator; end
119
-
120
- # @overload insert_tool(pos, tool_id, bitmap, help_string, kind=Wx::RBN::RibbonButtonKind::RIBBON_BUTTON_NORMAL)
121
- # Insert a tool to the tool bar (simple version) as the specified position.
122
- #
123
- #
124
- # @see Wx::RBN::RibbonToolBar#insert_tool
125
- # @param pos [Integer]
126
- # @param tool_id [Integer]
127
- # @param bitmap [Wx::Bitmap]
128
- # @param help_string [String]
129
- # @param kind [Wx::RibbonButtonKind]
130
- # @return [Integer]
131
- # @overload insert_tool(pos, tool_id, bitmap, bitmap_disabled=Wx::NULL_BITMAP, help_string=(''), kind=Wx::RBN::RibbonButtonKind::RIBBON_BUTTON_NORMAL, clientData=nil)
132
- # Insert a tool to the tool bar at the specified position.
133
- #
134
- # An opaque pointer which can be used only with other tool bar methods.
135
- # @see Wx::RBN::RibbonToolBar#insert_dropdown_tool
136
- # @see Wx::RBN::RibbonToolBar#insert_hybrid_tool
137
- # @see Wx::RBN::RibbonToolBar#insert_separator
138
- # @param pos [Integer] Position of the new tool (number of tools and separators from the beginning of the toolbar).
139
- # @param tool_id [Integer] ID of the new tool (used for event callbacks).
140
- # @param bitmap [Wx::Bitmap] Bitmap to use as the foreground for the new tool. Does not have to be the same size as other tool bitmaps, but should be similar as otherwise it will look visually odd.
141
- # @param bitmap_disabled [Wx::Bitmap] Bitmap to use when the tool is disabled. If left as {Wx::NULL_BITMAP}, then a bitmap will be automatically generated from bitmap.
142
- # @param help_string [String] The UI help string to associate with the new tool.
143
- # @param kind [Wx::RibbonButtonKind] The kind of tool to add.
144
- # @param clientData [Object] Client data to associate with the new tool.
145
- # @return [Integer]
146
- def insert_tool(*args) end
147
-
148
- # Insert a dropdown tool to the tool bar (simple version) as the specified position.
149
- #
150
- #
151
- # @see Wx::RBN::RibbonToolBar#add_dropdown_tool
152
- # @see Wx::RBN::RibbonToolBar#insert_tool
153
- # @param pos [Integer]
154
- # @param tool_id [Integer]
155
- # @param bitmap [Wx::Bitmap]
156
- # @param help_string [String]
157
- # @return [Integer]
158
- def insert_dropdown_tool(pos, tool_id, bitmap, help_string=('')) end
159
-
160
- # Insert a hybrid tool to the tool bar (simple version) as the specified position.
161
- #
162
- #
163
- # @see Wx::RBN::RibbonToolBar#add_hybrid_tool
164
- # @see Wx::RBN::RibbonToolBar#insert_tool
165
- # @param pos [Integer]
166
- # @param tool_id [Integer]
167
- # @param bitmap [Wx::Bitmap]
168
- # @param help_string [String]
169
- # @return [Integer]
170
- def insert_hybrid_tool(pos, tool_id, bitmap, help_string=('')) end
171
-
172
- # Insert a toggle tool to the tool bar (simple version) as the specified position.
173
- #
174
- #
175
- # @see Wx::RBN::RibbonToolBar#add_toggle_tool
176
- # @see Wx::RBN::RibbonToolBar#insert_tool
177
- # @param pos [Integer]
178
- # @param tool_id [Integer]
179
- # @param bitmap [Wx::Bitmap]
180
- # @param help_string [String]
181
- # @return [Integer]
182
- def insert_toggle_tool(pos, tool_id, bitmap, help_string=('')) end
183
-
184
- # Insert a separator to the tool bar at the specified position.
185
- #
186
- #
187
- # @see Wx::RBN::RibbonToolBar#add_separator
188
- # @see Wx::RBN::RibbonToolBar#insert_tool
189
- # @param pos [Integer]
190
- # @return [Integer]
191
- def insert_separator(pos) end
192
-
193
- # Deletes all the tools in the toolbar.
194
- # @return [void]
195
- def clear_tools; end
196
-
197
- # Removes the specified tool from the toolbar and deletes it.
9
+ module Wx::RBN
10
+
198
11
  #
199
- # true if the tool was deleted, false otherwise.
200
- # @see Wx::RBN::RibbonToolBar#delete_tool_by_pos
201
- # @param tool_id [Integer] ID of the tool to delete.
202
- # @return [Boolean]
203
- def delete_tool(tool_id) end
204
-
205
- # This function behaves like {Wx::RBN::RibbonToolBar#delete_tool} but it deletes the tool at the specified position and not the one with the given id.
206
12
  #
207
- # Useful to delete separators.
208
- # @param pos [Integer]
209
- # @return [Boolean]
210
- def delete_tool_by_pos(pos) end
211
-
212
- # @overload get_tool_by_pos(pos)
213
- # Return the opaque pointer corresponding to the given tool.
214
- #
215
- # an opaque pointer, NULL if is a separator or not found.
216
- # @param pos [Integer]
217
- # @return [Integer]
218
- # @overload get_tool_by_pos(x, y)
219
- # Returns the opaque pointer for the tool at the given coordinates, which are relative to the toolbar's parent.
220
- #
221
- # an opaque pointer, NULL if is not found.
222
- # @param x [Integer]
223
- # @param y [Integer]
224
- # @return [Integer]
225
- def get_tool_by_pos(*args) end
226
- alias_method :tool_by_pos, :get_tool_by_pos
227
-
228
- # Returns the number of tools in the toolbar.
229
- # @return [Integer]
230
- def get_tool_count; end
231
- alias_method :tool_count, :get_tool_count
13
+ EVT_RIBBONTOOLBAR_CLICKED = 10434
232
14
 
233
- # Returns the active item of the tool bar or NULL if there is none.
234
15
  #
235
- # The active tool is the one being clicked.
236
- # @return [Integer]
237
- def get_active_tool; end
238
- alias_method :active_tool, :get_active_tool
239
-
240
- # Get any client data associated with the tool.
241
16
  #
242
- # Client data, or NULL if there is none.
243
- # @param tool_id [Integer] ID of the tool in question, as passed to {Wx::RBN::RibbonToolBar#add_tool}.
244
- # @return [Object]
245
- def get_tool_client_data(tool_id) end
246
- alias_method :tool_client_data, :get_tool_client_data
17
+ EVT_RIBBONTOOLBAR_DROPDOWN_CLICKED = 10435
247
18
 
248
- # Called to determine whether a tool is enabled (responds to user input).
19
+ # A ribbon tool bar is similar to a traditional toolbar which has no labels.
249
20
  #
250
- # true if the tool is enabled, false otherwise.
251
- # @see Wx::RBN::RibbonToolBar#enable_tool
252
- # @param tool_id [Integer] ID of the tool in question, as passed to {Wx::RBN::RibbonToolBar#add_tool}.
253
- # @return [Boolean]
254
- def get_tool_enabled(tool_id) end
255
- alias_method :tool_enabled, :get_tool_enabled
256
-
257
- # Returns the help string for the given tool.
258
- # @param tool_id [Integer] ID of the tool in question, as passed to {Wx::RBN::RibbonToolBar#add_tool}.
259
- # @return [String]
260
- def get_tool_help_string(tool_id) end
261
- alias_method :tool_help_string, :get_tool_help_string
262
-
263
- # Return the kind of the given tool.
264
- # @param tool_id [Integer] ID of the tool in question, as passed to {Wx::RBN::RibbonToolBar#add_tool}.
265
- # @return [Wx::RibbonButtonKind]
266
- def get_tool_kind(tool_id) end
267
- alias_method :tool_kind, :get_tool_kind
268
-
269
- # Returns the tool position in the toolbar, or {Wx::NOT_FOUND} if the tool is not found.
270
- # @param tool_id [Integer] ID of the tool in question, as passed to {Wx::RBN::RibbonToolBar#add_tool}.
271
- # @return [Integer]
272
- def get_tool_pos(tool_id) end
273
- alias_method :tool_pos, :get_tool_pos
274
-
275
- # Returns the tool's rect with coordinates relative to the toolbar's parent, or a default-constructed rect if the tool is not found.
276
- # @param tool_id [Integer] ID of the tool in question, as passed to {Wx::RBN::RibbonToolBar#add_tool}.
277
- # @return [Wx::Rect]
278
- def get_tool_rect(tool_id) end
279
- alias_method :tool_rect, :get_tool_rect
280
-
281
- # Gets the on/off state of a toggle tool.
21
+ # It contains one or more tool groups, each of which contains one or more tools. Each tool is represented by a (generally small, i.e. 16x15) bitmap.
22
+ # ### Events emitted by this class
282
23
  #
283
- # true if the tool is toggled on, false otherwise.
284
- # @see Wx::RBN::RibbonToolBar#toggle_tool
285
- # @param tool_id [Integer] ID of the tool in question, as passed to {Wx::RBN::RibbonToolBar#add_tool}.
286
- # @return [Boolean]
287
- def get_tool_state(tool_id) end
288
- alias_method :tool_state, :get_tool_state
289
-
290
- # Calculate tool layouts and positions.
24
+ # The following event-handler methods redirect the events to member method or handler blocks for {Wx::RBN::RibbonToolBarEvent} events.
25
+ # Event handler methods for events emitted by this class:
291
26
  #
292
- # Must be called after tools are added to the tool bar, as otherwise the newly added tools will not be displayed.
293
- # @return [Boolean]
294
- def realize; end
295
-
296
- # Set the number of rows to distribute tool groups over.
27
+ # - {Wx::EvtHandler#evt_ribbontoolbar_clicked}(id, meth = nil, &block): Triggered when the normal (non-dropdown) region of a tool on the tool bar is clicked.
297
28
  #
298
- # Tool groups can be distributed over a variable number of rows. The way in which groups are assigned to rows is not specified, and the order of groups may change, but they will be distributed in such a way as to minimise the overall size of the tool bar.
299
- # @param nMin [Integer] The minimum number of rows to use.
300
- # @param nMax [Integer] The maximum number of rows to use (defaults to nMin).
301
- # @return [void]
302
- def set_rows(nMin, nMax=-1) end
303
- alias_method :rows=, :set_rows
304
-
305
- # Sets the client data associated with the tool.
306
- # @param tool_id [Integer] ID of the tool in question, as passed to {Wx::RBN::RibbonToolBar#add_tool}.
307
- # @param clientData [Object] The client data to use.
308
- # @return [void]
309
- def set_tool_client_data(tool_id, clientData) end
310
-
311
- # Sets the bitmap to be used by the tool with the given ID when the tool is in a disabled state.
312
- # @param tool_id [Integer] ID of the tool in question, as passed to {Wx::RBN::RibbonToolBar#add_tool}.
313
- # @param bitmap [Wx::Bitmap] Bitmap to use for disabled tools.
314
- # @return [void]
315
- def set_tool_disabled_bitmap(tool_id, bitmap) end
316
-
317
- # Sets the help string shown in tooltip for the given tool.
29
+ # - {Wx::EvtHandler#evt_ribbontoolbar_dropdown_clicked}(id, meth = nil, &block): Triggered when the dropdown region of a tool on the tool bar is clicked. {Wx::RBN::RibbonToolBarEvent#popup_menu} should be called by the event handler if it wants to display a popup menu (which is what most dropdown tools should be doing).
318
30
  #
31
+ # Category: Ribbon User Interface
319
32
  #
320
- # @see Wx::RBN::RibbonToolBar#get_tool_help_string
321
- # @param tool_id [Integer] ID of the tool in question, as passed to {Wx::RBN::RibbonToolBar#add_tool}.
322
- # @param helpString [String] A string for the help.
323
- # @return [void]
324
- def set_tool_help_string(tool_id, helpString) end
325
-
326
- # Sets the bitmap to be used by the tool with the given ID.
327
- # @param tool_id [Integer] ID of the tool in question, as passed to {Wx::RBN::RibbonToolBar#add_tool}.
328
- # @param bitmap [Wx::Bitmap] Bitmap to use for normals tools.
329
- # @return [void]
330
- def set_tool_normal_bitmap(tool_id, bitmap) end
33
+ # @wxrb_require USE_RIBBON
34
+ class RibbonToolBar < RibbonControl
35
+
36
+ # @overload initialize()
37
+ # Default constructor.
38
+ #
39
+ # With this constructor, {Wx::RBN::RibbonToolBar#create} should be called in order to create the tool bar.
40
+ # @return [Wx::RBN::RibbonToolBar]
41
+ # @overload initialize(parent, id=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=0)
42
+ # Construct a ribbon tool bar with the given parameters.
43
+ # @param parent [Wx::Window] Parent window for the tool bar (typically a {Wx::RBN::RibbonPanel}).
44
+ # @param id [Integer] An identifier for the toolbar. {Wx::StandardID::ID_ANY} is taken to mean a default.
45
+ # @param pos [Array(Integer, Integer), Wx::Point] Initial position of the tool bar.
46
+ # @param size [Array(Integer, Integer), Wx::Size] Initial size of the tool bar.
47
+ # @param style [Integer] Tool bar style, currently unused.
48
+ # @return [Wx::RBN::RibbonToolBar]
49
+ def initialize(*args) end
50
+
51
+ # Create a tool bar in two-step tool bar construction.
52
+ #
53
+ # Should only be called when the default constructor is used, and arguments have the same meaning as in the full constructor.
54
+ # @param parent [Wx::Window]
55
+ # @param id [Integer]
56
+ # @param pos [Array(Integer, Integer), Wx::Point]
57
+ # @param size [Array(Integer, Integer), Wx::Size]
58
+ # @param style [Integer]
59
+ # @return [Boolean]
60
+ def create(parent, id=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=0) end
61
+
62
+ # @overload add_tool(tool_id, bitmap, help_string, kind=Wx::RBN::RibbonButtonKind::RIBBON_BUTTON_NORMAL)
63
+ # Add a tool to the tool bar (simple version).
64
+ # @param tool_id [Integer]
65
+ # @param bitmap [Wx::Bitmap]
66
+ # @param help_string [String]
67
+ # @param kind [Wx::RibbonButtonKind]
68
+ # @return [Integer]
69
+ # @overload add_tool(tool_id, bitmap, bitmap_disabled=Wx::NULL_BITMAP, help_string=(''), kind=Wx::RBN::RibbonButtonKind::RIBBON_BUTTON_NORMAL, clientData=nil)
70
+ # Add a tool to the tool bar.
71
+ #
72
+ # An opaque pointer which can be used only with other tool bar methods.
73
+ # @see Wx::RBN::RibbonToolBar#add_dropdown_tool
74
+ # @see Wx::RBN::RibbonToolBar#add_hybrid_tool
75
+ # @see Wx::RBN::RibbonToolBar#add_separator
76
+ # @see Wx::RBN::RibbonToolBar#insert_tool
77
+ # @param tool_id [Integer] ID of the new tool (used for event callbacks).
78
+ # @param bitmap [Wx::Bitmap] Bitmap to use as the foreground for the new tool. Does not have to be the same size as other tool bitmaps, but should be similar as otherwise it will look visually odd.
79
+ # @param bitmap_disabled [Wx::Bitmap] Bitmap to use when the tool is disabled. If left as {Wx::NULL_BITMAP}, then a bitmap will be automatically generated from bitmap.
80
+ # @param help_string [String] The UI help string to associate with the new tool.
81
+ # @param kind [Wx::RibbonButtonKind] The kind of tool to add.
82
+ # @param clientData [Object] Client data to associate with the new tool.
83
+ # @return [Integer]
84
+ def add_tool(*args) end
85
+
86
+ # Add a dropdown tool to the tool bar (simple version).
87
+ #
88
+ #
89
+ # @see Wx::RBN::RibbonToolBar#add_tool
90
+ # @param tool_id [Integer]
91
+ # @param bitmap [Wx::Bitmap]
92
+ # @param help_string [String]
93
+ # @return [Integer]
94
+ def add_dropdown_tool(tool_id, bitmap, help_string=('')) end
95
+
96
+ # Add a hybrid tool to the tool bar (simple version).
97
+ #
98
+ #
99
+ # @see Wx::RBN::RibbonToolBar#add_tool
100
+ # @param tool_id [Integer]
101
+ # @param bitmap [Wx::Bitmap]
102
+ # @param help_string [String]
103
+ # @return [Integer]
104
+ def add_hybrid_tool(tool_id, bitmap, help_string=('')) end
105
+
106
+ # Add a toggle tool to the tool bar (simple version).
107
+ #
108
+ #
109
+ # @see Wx::RBN::RibbonToolBar#add_tool
110
+ # @param tool_id [Integer]
111
+ # @param bitmap [Wx::Bitmap]
112
+ # @param help_string [String]
113
+ # @return [Integer]
114
+ def add_toggle_tool(tool_id, bitmap, help_string) end
115
+
116
+ # Add a separator to the tool bar.
117
+ #
118
+ # Separators are used to separate tools into groups. As such, a separator is not explicitly drawn, but is visually seen as the gap between tool groups.
119
+ # @return [Integer]
120
+ def add_separator; end
121
+
122
+ # @overload insert_tool(pos, tool_id, bitmap, help_string, kind=Wx::RBN::RibbonButtonKind::RIBBON_BUTTON_NORMAL)
123
+ # Insert a tool to the tool bar (simple version) as the specified position.
124
+ #
125
+ #
126
+ # @see Wx::RBN::RibbonToolBar#insert_tool
127
+ # @param pos [Integer]
128
+ # @param tool_id [Integer]
129
+ # @param bitmap [Wx::Bitmap]
130
+ # @param help_string [String]
131
+ # @param kind [Wx::RibbonButtonKind]
132
+ # @return [Integer]
133
+ # @overload insert_tool(pos, tool_id, bitmap, bitmap_disabled=Wx::NULL_BITMAP, help_string=(''), kind=Wx::RBN::RibbonButtonKind::RIBBON_BUTTON_NORMAL, clientData=nil)
134
+ # Insert a tool to the tool bar at the specified position.
135
+ #
136
+ # An opaque pointer which can be used only with other tool bar methods.
137
+ # @see Wx::RBN::RibbonToolBar#insert_dropdown_tool
138
+ # @see Wx::RBN::RibbonToolBar#insert_hybrid_tool
139
+ # @see Wx::RBN::RibbonToolBar#insert_separator
140
+ # @param pos [Integer] Position of the new tool (number of tools and separators from the beginning of the toolbar).
141
+ # @param tool_id [Integer] ID of the new tool (used for event callbacks).
142
+ # @param bitmap [Wx::Bitmap] Bitmap to use as the foreground for the new tool. Does not have to be the same size as other tool bitmaps, but should be similar as otherwise it will look visually odd.
143
+ # @param bitmap_disabled [Wx::Bitmap] Bitmap to use when the tool is disabled. If left as {Wx::NULL_BITMAP}, then a bitmap will be automatically generated from bitmap.
144
+ # @param help_string [String] The UI help string to associate with the new tool.
145
+ # @param kind [Wx::RibbonButtonKind] The kind of tool to add.
146
+ # @param clientData [Object] Client data to associate with the new tool.
147
+ # @return [Integer]
148
+ def insert_tool(*args) end
149
+
150
+ # Insert a dropdown tool to the tool bar (simple version) as the specified position.
151
+ #
152
+ #
153
+ # @see Wx::RBN::RibbonToolBar#add_dropdown_tool
154
+ # @see Wx::RBN::RibbonToolBar#insert_tool
155
+ # @param pos [Integer]
156
+ # @param tool_id [Integer]
157
+ # @param bitmap [Wx::Bitmap]
158
+ # @param help_string [String]
159
+ # @return [Integer]
160
+ def insert_dropdown_tool(pos, tool_id, bitmap, help_string=('')) end
161
+
162
+ # Insert a hybrid tool to the tool bar (simple version) as the specified position.
163
+ #
164
+ #
165
+ # @see Wx::RBN::RibbonToolBar#add_hybrid_tool
166
+ # @see Wx::RBN::RibbonToolBar#insert_tool
167
+ # @param pos [Integer]
168
+ # @param tool_id [Integer]
169
+ # @param bitmap [Wx::Bitmap]
170
+ # @param help_string [String]
171
+ # @return [Integer]
172
+ def insert_hybrid_tool(pos, tool_id, bitmap, help_string=('')) end
173
+
174
+ # Insert a toggle tool to the tool bar (simple version) as the specified position.
175
+ #
176
+ #
177
+ # @see Wx::RBN::RibbonToolBar#add_toggle_tool
178
+ # @see Wx::RBN::RibbonToolBar#insert_tool
179
+ # @param pos [Integer]
180
+ # @param tool_id [Integer]
181
+ # @param bitmap [Wx::Bitmap]
182
+ # @param help_string [String]
183
+ # @return [Integer]
184
+ def insert_toggle_tool(pos, tool_id, bitmap, help_string=('')) end
185
+
186
+ # Insert a separator to the tool bar at the specified position.
187
+ #
188
+ #
189
+ # @see Wx::RBN::RibbonToolBar#add_separator
190
+ # @see Wx::RBN::RibbonToolBar#insert_tool
191
+ # @param pos [Integer]
192
+ # @return [Integer]
193
+ def insert_separator(pos) end
194
+
195
+ # Deletes all the tools in the toolbar.
196
+ # @return [void]
197
+ def clear_tools; end
198
+
199
+ # Removes the specified tool from the toolbar and deletes it.
200
+ #
201
+ # true if the tool was deleted, false otherwise.
202
+ # @see Wx::RBN::RibbonToolBar#delete_tool_by_pos
203
+ # @param tool_id [Integer] ID of the tool to delete.
204
+ # @return [Boolean]
205
+ def delete_tool(tool_id) end
206
+
207
+ # This function behaves like {Wx::RBN::RibbonToolBar#delete_tool} but it deletes the tool at the specified position and not the one with the given id.
208
+ #
209
+ # Useful to delete separators.
210
+ # @param pos [Integer]
211
+ # @return [Boolean]
212
+ def delete_tool_by_pos(pos) end
213
+
214
+ # @overload get_tool_by_pos(pos)
215
+ # Return the opaque pointer corresponding to the given tool.
216
+ #
217
+ # an opaque pointer, NULL if is a separator or not found.
218
+ # @param pos [Integer]
219
+ # @return [Integer]
220
+ # @overload get_tool_by_pos(x, y)
221
+ # Returns the opaque pointer for the tool at the given coordinates, which are relative to the toolbar's parent.
222
+ #
223
+ # an opaque pointer, NULL if is not found.
224
+ # @param x [Integer]
225
+ # @param y [Integer]
226
+ # @return [Integer]
227
+ def get_tool_by_pos(*args) end
228
+ alias_method :tool_by_pos, :get_tool_by_pos
229
+
230
+ # Returns the number of tools in the toolbar.
231
+ # @return [Integer]
232
+ def get_tool_count; end
233
+ alias_method :tool_count, :get_tool_count
234
+
235
+ # Returns the active item of the tool bar or NULL if there is none.
236
+ #
237
+ # The active tool is the one being clicked.
238
+ # @return [Integer]
239
+ def get_active_tool; end
240
+ alias_method :active_tool, :get_active_tool
241
+
242
+ # Get any client data associated with the tool.
243
+ #
244
+ # Client data, or NULL if there is none.
245
+ # @param tool_id [Integer] ID of the tool in question, as passed to {Wx::RBN::RibbonToolBar#add_tool}.
246
+ # @return [Object]
247
+ def get_tool_client_data(tool_id) end
248
+ alias_method :tool_client_data, :get_tool_client_data
249
+
250
+ # Called to determine whether a tool is enabled (responds to user input).
251
+ #
252
+ # true if the tool is enabled, false otherwise.
253
+ # @see Wx::RBN::RibbonToolBar#enable_tool
254
+ # @param tool_id [Integer] ID of the tool in question, as passed to {Wx::RBN::RibbonToolBar#add_tool}.
255
+ # @return [Boolean]
256
+ def get_tool_enabled(tool_id) end
257
+ alias_method :tool_enabled, :get_tool_enabled
258
+
259
+ # Returns the help string for the given tool.
260
+ # @param tool_id [Integer] ID of the tool in question, as passed to {Wx::RBN::RibbonToolBar#add_tool}.
261
+ # @return [String]
262
+ def get_tool_help_string(tool_id) end
263
+ alias_method :tool_help_string, :get_tool_help_string
264
+
265
+ # Return the kind of the given tool.
266
+ # @param tool_id [Integer] ID of the tool in question, as passed to {Wx::RBN::RibbonToolBar#add_tool}.
267
+ # @return [Wx::RibbonButtonKind]
268
+ def get_tool_kind(tool_id) end
269
+ alias_method :tool_kind, :get_tool_kind
270
+
271
+ # Returns the tool position in the toolbar, or {Wx::NOT_FOUND} if the tool is not found.
272
+ # @param tool_id [Integer] ID of the tool in question, as passed to {Wx::RBN::RibbonToolBar#add_tool}.
273
+ # @return [Integer]
274
+ def get_tool_pos(tool_id) end
275
+ alias_method :tool_pos, :get_tool_pos
276
+
277
+ # Returns the tool's rect with coordinates relative to the toolbar's parent, or a default-constructed rect if the tool is not found.
278
+ # @param tool_id [Integer] ID of the tool in question, as passed to {Wx::RBN::RibbonToolBar#add_tool}.
279
+ # @return [Wx::Rect]
280
+ def get_tool_rect(tool_id) end
281
+ alias_method :tool_rect, :get_tool_rect
282
+
283
+ # Gets the on/off state of a toggle tool.
284
+ #
285
+ # true if the tool is toggled on, false otherwise.
286
+ # @see Wx::RBN::RibbonToolBar#toggle_tool
287
+ # @param tool_id [Integer] ID of the tool in question, as passed to {Wx::RBN::RibbonToolBar#add_tool}.
288
+ # @return [Boolean]
289
+ def get_tool_state(tool_id) end
290
+ alias_method :tool_state, :get_tool_state
291
+
292
+ # Calculate tool layouts and positions.
293
+ #
294
+ # Must be called after tools are added to the tool bar, as otherwise the newly added tools will not be displayed.
295
+ # @return [Boolean]
296
+ def realize; end
297
+
298
+ # Set the number of rows to distribute tool groups over.
299
+ #
300
+ # Tool groups can be distributed over a variable number of rows. The way in which groups are assigned to rows is not specified, and the order of groups may change, but they will be distributed in such a way as to minimise the overall size of the tool bar.
301
+ # @param nMin [Integer] The minimum number of rows to use.
302
+ # @param nMax [Integer] The maximum number of rows to use (defaults to nMin).
303
+ # @return [void]
304
+ def set_rows(nMin, nMax=-1) end
305
+ alias_method :rows=, :set_rows
306
+
307
+ # Sets the client data associated with the tool.
308
+ # @param tool_id [Integer] ID of the tool in question, as passed to {Wx::RBN::RibbonToolBar#add_tool}.
309
+ # @param clientData [Object] The client data to use.
310
+ # @return [void]
311
+ def set_tool_client_data(tool_id, clientData) end
312
+
313
+ # Sets the bitmap to be used by the tool with the given ID when the tool is in a disabled state.
314
+ # @param tool_id [Integer] ID of the tool in question, as passed to {Wx::RBN::RibbonToolBar#add_tool}.
315
+ # @param bitmap [Wx::Bitmap] Bitmap to use for disabled tools.
316
+ # @return [void]
317
+ def set_tool_disabled_bitmap(tool_id, bitmap) end
318
+
319
+ # Sets the help string shown in tooltip for the given tool.
320
+ #
321
+ #
322
+ # @see Wx::RBN::RibbonToolBar#get_tool_help_string
323
+ # @param tool_id [Integer] ID of the tool in question, as passed to {Wx::RBN::RibbonToolBar#add_tool}.
324
+ # @param helpString [String] A string for the help.
325
+ # @return [void]
326
+ def set_tool_help_string(tool_id, helpString) end
327
+
328
+ # Sets the bitmap to be used by the tool with the given ID.
329
+ # @param tool_id [Integer] ID of the tool in question, as passed to {Wx::RBN::RibbonToolBar#add_tool}.
330
+ # @param bitmap [Wx::Bitmap] Bitmap to use for normals tools.
331
+ # @return [void]
332
+ def set_tool_normal_bitmap(tool_id, bitmap) end
333
+
334
+ # Enable or disable a single tool on the bar.
335
+ # @param tool_id [Integer] ID of the tool to enable or disable.
336
+ # @param enable [Boolean] true to enable the tool, false to disable it.
337
+ # @return [void]
338
+ def enable_tool(tool_id, enable=true) end
339
+
340
+ # Set a toggle tool to the checked or unchecked state.
341
+ # @param tool_id [Integer] ID of the toggle tool to manipulate.
342
+ # @param checked [Boolean] true to set the tool to the toggled/pressed/checked state, false to set it to the untoggled/unpressed/unchecked state.
343
+ # @return [void]
344
+ def toggle_tool(tool_id, checked) end
345
+
346
+ end # RibbonToolBar
331
347
 
332
- # Enable or disable a single tool on the bar.
333
- # @param tool_id [Integer] ID of the tool to enable or disable.
334
- # @param enable [Boolean] true to enable the tool, false to disable it.
335
- # @return [void]
336
- def enable_tool(tool_id, enable=true) end
337
-
338
- # Set a toggle tool to the checked or unchecked state.
339
- # @param tool_id [Integer] ID of the toggle tool to manipulate.
340
- # @param checked [Boolean] true to set the tool to the toggled/pressed/checked state, false to set it to the untoggled/unpressed/unchecked state.
341
- # @return [void]
342
- def toggle_tool(tool_id, checked) end
343
-
344
- end # RibbonToolBar
345
-
346
348
 
347
- end
349
+ end
350
+
351
+ end