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,318 +6,322 @@
6
6
 
7
7
  module Wx::HTML
8
8
 
9
- #
10
- HLB_DEFAULT_STYLE = 134217728
11
-
12
- #
13
- HLB_MULTIPLE = 64
14
-
15
- # {Wx::HTML::HtmlListBox} is an implementation of {Wx::VListBox} which shows HTML content in the listbox rows.
16
- #
17
- # This is still an abstract base class and you will need to derive your own class from it (see htlbox sample for the example), but you will only need to override a single {Wx::HTML::HtmlListBox#on_get_item} function.
18
- # ### Events emitted by this class
19
- #
20
- # The following event-handler methods redirect the events to member method or handler blocks for {Wx::HTML::HtmlLinkEvent} events.
21
- # Event handler methods for events emitted by this class:
22
- #
23
- # - {Wx::EvtHandler#evt_html_cell_clicked}(id, meth = nil, &block): A {Wx::HTML::HtmlCell} was clicked.
24
- #
25
- # - {Wx::EvtHandler#evt_html_cell_hover}(id, meth = nil, &block): The mouse passed over a {Wx::HTML::HtmlCell}.
26
- #
27
- # - {Wx::EvtHandler#evt_html_link_clicked}(id, meth = nil, &block): A {Wx::HTML::HtmlCell} which contains a hyperlink was clicked.
28
- #
29
- # Category: {Wx::Controls}
30
- # @see Wx::HTML::SimpleHtmlListBox
31
- #
32
- #
33
- # @wxrb_require USE_HTML
34
- class HtmlListBox < VListBox
35
-
36
- # @overload initialize(parent, id=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=0, name=Wx::HTML_LIST_BOX_NAME_STR)
37
- # Normal constructor which calls {Wx::HTML::HtmlListBox#create} internally.
38
- # @param parent [Wx::Window]
39
- # @param id [Integer]
40
- # @param pos [Array(Integer, Integer), Wx::Point]
41
- # @param size [Array(Integer, Integer), Wx::Size]
42
- # @param style [Integer]
43
- # @param name [String]
44
- # @return [Wx::HTML::HtmlListBox]
45
- # @overload initialize()
46
- # Default constructor, you must call {Wx::HTML::HtmlListBox#create} later.
47
- # @return [Wx::HTML::HtmlListBox]
48
- def initialize(*args) end
49
-
50
- # Creates the control and optionally sets the initial number of items in it (it may also be set or changed later with {Wx::VListBox#set_item_count}).
9
+ module Wx::HTML
10
+
51
11
  #
52
- # There are no special styles defined for {Wx::HTML::HtmlListBox}, in particular the {Wx::ListBox} styles (with the exception of {Wx::LB_MULTIPLE}) cannot be used here.
53
- # Returns true on success or false if the control couldn't be created
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
- # @param name [String]
60
- # @return [Boolean]
61
- def create(parent, id=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=0, name=Wx::HTML_LIST_BOX_NAME_STR) end
62
-
63
-
64
- protected
12
+ HLB_DEFAULT_STYLE = 134217728
65
13
 
66
- # Called when the user clicks on hypertext link.
67
14
  #
68
- # Does nothing by default. Overloading this method is deprecated; intercept the event instead.
69
- # @see Wx::HTML::HtmlLinkInfo.
70
- # @param n [Integer] Index of the item containing the link.
71
- # @param link [Wx::HTML::HtmlLinkInfo] Description of the link.
72
- # @return [void]
73
- def on_link_clicked(n, link) end
15
+ HLB_MULTIPLE = 64
74
16
 
75
- # This virtual function may be overridden to change the appearance of the background of the selected cells in the same way as {Wx::HTML::HtmlListBox#get_selected_text_colour}.
17
+ # {Wx::HTML::HtmlListBox} is an implementation of {Wx::VListBox} which shows HTML content in the listbox rows.
76
18
  #
77
- # It should be rarely, if ever, used because {Wx::VListBox#set_selection_background} allows changing the selection background for all cells at once and doing anything more fancy is probably going to look strangely.
78
- # @see Wx::HTML::HtmlListBox#get_selected_text_colour
79
- # @param colBg [Wx::Colour,String,Symbol]
80
- # @return [Wx::Colour]
81
- def get_selected_text_bg_colour(colBg) end
82
- alias_method :selected_text_bg_colour, :get_selected_text_bg_colour
83
-
84
- # This virtual function may be overridden to customize the appearance of the selected cells.
19
+ # This is still an abstract base class and you will need to derive your own class from it (see htlbox sample for the example), but you will only need to override a single {Wx::HTML::HtmlListBox#on_get_item} function.
20
+ # ### Events emitted by this class
85
21
  #
86
- # It is used to determine how the colour colFg is going to look inside selection. By default all original colours are completely ignored and the standard, system-dependent, selection colour is used but the program may wish to override this to achieve some custom appearance.
87
- # @see Wx::HTML::HtmlListBox#get_selected_text_bg_colour
88
- # @see Wx::VListBox#set_selection_background
89
- # @see Wx::SystemSettings.get_colour
90
- # @param colFg [Wx::Colour,String,Symbol]
91
- # @return [Wx::Colour]
92
- def get_selected_text_colour(colFg) end
93
- alias_method :selected_text_colour, :get_selected_text_colour
94
-
95
- # This function may be overridden to decorate HTML returned by {Wx::HTML::HtmlListBox#on_get_item}.
96
- # @param n [Integer]
97
- # @return [String]
98
- def on_get_item_markup(n) end
99
-
100
- # This method must be implemented in the derived class and should return the body (i.e. without html nor body tags) of the HTML fragment for the given item.
22
+ # The following event-handler methods redirect the events to member method or handler blocks for {Wx::HTML::HtmlLinkEvent} events.
23
+ # Event handler methods for events emitted by this class:
101
24
  #
102
- # Note that this function should always return a text fragment for the n item which renders with the same height both when it is selected and when it's not: i.e. if you call, inside your {Wx::HTML::HtmlListBox#on_get_item} implementation, <code>IsSelected(n)</code> to make the items appear differently when they are selected, then you should make sure that the returned HTML fragment will render with the same height or else you'll see some artifacts when the user selects an item.
103
- # @param n [Integer]
104
- # @return [String]
105
- def on_get_item(n) end
106
-
107
- end # HtmlListBox
108
-
109
- # {Wx::HTML::SimpleHtmlListBox} is an implementation of {Wx::HTML::HtmlListBox} which shows HTML content in the listbox rows.
110
- #
111
- # Unlike {Wx::HTML::HtmlListBox}, this is not an abstract class and thus it has the advantage that you can use it without deriving your own class from it. However, it also has the disadvantage that this is not a virtual control and thus it's not well-suited for those cases where you need to show a huge number of items: every time you add/insert a string, it will be stored internally and thus will take memory.
112
- # The interface exposed by {Wx::HTML::SimpleHtmlListBox} fully implements the {Wx::ControlWithItems} interface, thus you should refer to {Wx::ControlWithItems}'s documentation for the API reference for adding/removing/retrieving items in the listbox. Also note that the {Wx::VListBox#set_item_count} function is protected in {Wx::HTML::SimpleHtmlListBox}'s context so that you cannot call it directly, {Wx::HTML::SimpleHtmlListBox} will do it for you.
113
- # Note: in case you need to append a lot of items to the control at once, make sure to use the Append(const wxArrayString&) function.
114
- # Thus the only difference between a {Wx::ListBox} and a {Wx::HTML::SimpleHtmlListBox} is that the latter stores strings which can contain HTML fragments (see the list of tags supported by wxHTML).
115
- # Note that the HTML strings you fetch to {Wx::HTML::SimpleHtmlListBox} should not contain the <code><html></code> or <code><body></code> tags.
116
- # ### Styles
117
- #
118
- # This class supports the following styles:
119
- #
120
- # - {Wx::HTML::HLB_DEFAULT_STYLE}: The default style: {Wx::Border::BORDER_SUNKEN}
121
- #
122
- # - {Wx::HTML::HLB_MULTIPLE}: Multiple-selection list: the user can toggle multiple items on and off.
123
- #
124
- # A {Wx::HTML::SimpleHtmlListBox} emits the same events used by {Wx::ListBox} and by {Wx::HTML::HtmlListBox}.
125
- # ### Events emitted by this class
126
- #
127
- # Event handler methods for events emitted by this class:
128
- #
129
- # - {Wx::EvtHandler#evt_listbox}(id, meth = nil, &block): Process a {Wx::EVT_LISTBOX} event, when an item on the list is selected. See {Wx::CommandEvent}.
130
- #
131
- # - {Wx::EvtHandler#evt_listbox_dclick}(id, meth = nil, &block): Process a {Wx::EVT_LISTBOX_DCLICK} event, when the listbox is double-clicked. See {Wx::CommandEvent}.
132
- #
133
- # - {Wx::EvtHandler#evt_html_cell_clicked}(id, meth = nil, &block): A {Wx::HTML::HtmlCell} was clicked. See {Wx::HTML::HtmlCellEvent}.
134
- #
135
- # - {Wx::EvtHandler#evt_html_cell_hover}(id, meth = nil, &block): The mouse passed over a {Wx::HTML::HtmlCell}. See {Wx::HTML::HtmlCellEvent}.
136
- #
137
- # - {Wx::EvtHandler#evt_html_link_clicked}(id, meth = nil, &block): A {Wx::HTML::HtmlCell} which contains a hyperlink was clicked. See {Wx::HTML::HtmlLinkEvent}
138
- #
139
- # Category: {Wx::Controls} <div class='appearance'><span class='appearance'>Appearance:</span><table class='appearance'><tr><td> Generic Appearance
140
- # </td></tr></table></div>
141
- # @see Wx::HTML::SimpleHtmlListBox#create
142
- #
143
- #
144
- # @wxrb_require USE_HTML
145
- class SimpleHtmlListBox < HtmlListBox
146
-
147
- # @overload create(parent, id, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, choices=nil, style=Wx::HTML::HLB_DEFAULT_STYLE, validator=Wx::DEFAULT_VALIDATOR, name=Wx::SIMPLE_HTML_LIST_BOX_NAME_STR)
148
- # Creates the HTML listbox for two-step construction.
149
- #
150
- # See {Wx::HTML::SimpleHtmlListBox#initialize} for further details.
151
- # @param parent [Wx::Window]
152
- # @param id [Integer]
153
- # @param pos [Array(Integer, Integer), Wx::Point]
154
- # @param size [Array(Integer, Integer), Wx::Size]
155
- # @param choices [Array<String>]
156
- # @param style [Integer]
157
- # @param validator [Wx::Validator]
158
- # @param name [String]
159
- # @return [Boolean]
160
- # @overload create(parent, id, pos, size, choices, style=Wx::HTML::HLB_DEFAULT_STYLE, validator=Wx::DEFAULT_VALIDATOR, name=Wx::SIMPLE_HTML_LIST_BOX_NAME_STR)
161
- # Creates the HTML listbox for two-step construction.
162
- #
163
- # See {Wx::HTML::SimpleHtmlListBox#initialize} for further details.
164
- # @param parent [Wx::Window]
165
- # @param id [Integer]
166
- # @param pos [Array(Integer, Integer), Wx::Point]
167
- # @param size [Array(Integer, Integer), Wx::Size]
168
- # @param choices [Array<String>]
169
- # @param style [Integer]
170
- # @param validator [Wx::Validator]
171
- # @param name [String]
172
- # @return [Boolean]
173
- def create(*args) end
174
-
175
- # @overload initialize(parent, id, pos, size, choices, style=Wx::HTML::HLB_DEFAULT_STYLE, validator=Wx::DEFAULT_VALIDATOR, name=Wx::SIMPLE_HTML_LIST_BOX_NAME_STR)
176
- # Constructor, creating and showing the HTML list box.
177
- # @param parent [Wx::Window] Parent window. Must not be NULL.
178
- # @param id [Integer] Window identifier. A value of -1 indicates a default value.
179
- # @param pos [Array(Integer, Integer), Wx::Point] Window position.
180
- # @param size [Array(Integer, Integer), Wx::Size] Window size. If {Wx::DEFAULT_SIZE} is specified then the window is sized appropriately.
181
- # @param choices [Array<String>] An array of strings with which to initialise the control.
182
- # @param style [Integer] Window style. See {Wx::HLB_}* flags.
183
- # @param validator [Wx::Validator] Window validator.
184
- # @param name [String] Window name.
185
- # @return [Wx::HTML::SimpleHtmlListBox]
186
- # @overload initialize()
187
- # Default constructor, you must call {Wx::HTML::SimpleHtmlListBox#create} later.
188
- # @return [Wx::HTML::SimpleHtmlListBox]
189
- def initialize(*args) end
190
-
191
- # @overload append(item)
192
- # Appends item into the control.
193
- #
194
- # The return value is the index of the newly inserted item. Note that this may be different from the last one if the control is sorted (e.g. has {Wx::LB_SORT} or {Wx::CB_SORT} style).
195
- # @param item [String] String to add.
196
- # @return [Integer]
197
- # @overload append(item, clientData)
198
- # Appends item into the control.
199
- #
200
- # The return value is the index of the newly inserted item. Note that this may be different from the last one if the control is sorted (e.g. has {Wx::LB_SORT} or {Wx::CB_SORT} style).
201
- # @param item [String] String to add.
202
- # @param clientData [Object] Pointer to client data to associate with the new item.
203
- # @return [Integer]
204
- # @overload append(items)
205
- # Appends several items at once into the control.
206
- #
207
- # Notice that calling this method is usually much faster than appending them one by one if you need to add a lot of items.
208
- # @param items [Array<String>] Array of strings to insert.
209
- # @return [Integer]
210
- # @overload append(items, clientData)
211
- # Appends several items at once into the control.
212
- #
213
- # Notice that calling this method is usually much faster than appending them one by one if you need to add a lot of items.
214
- # @param items [Array<String>] Array of strings to insert.
215
- # @param clientData [Wx::ClientData] Array of client data pointers of the same size as items to associate with the new items.
216
- # @return [Integer]
217
- def append(*args) end
218
-
219
- # Returns a pointer to the client data associated with the given item (if any).
25
+ # - {Wx::EvtHandler#evt_html_cell_clicked}(id, meth = nil, &block): A {Wx::HTML::HtmlCell} was clicked.
220
26
  #
221
- # It is an error to call this function for a control which doesn't have typed client data at all although it is OK to call it even if the given item doesn't have any client data associated with it (but other items do).
222
- # Notice that the returned pointer is still owned by the control and will be deleted by it, use {Wx::HTML::SimpleHtmlListBox#detach_client_object} if you want to remove the pointer from the control.
27
+ # - {Wx::EvtHandler#evt_html_cell_hover}(id, meth = nil, &block): The mouse passed over a {Wx::HTML::HtmlCell}.
223
28
  #
224
- # A pointer to the client data, or NULL if not present.
225
- # @param n [Integer] The zero-based position of the item.
226
- # @return [Object]
227
- def get_client_object(n) end
228
- alias_method :client_object, :get_client_object
229
-
230
- # Associates the given typed client data pointer with the given item: the data object will be deleted when the item is deleted (either explicitly by using {Wx::HTML::SimpleHtmlListBox#delete} or implicitly when the control itself is destroyed).
29
+ # - {Wx::EvtHandler#evt_html_link_clicked}(id, meth = nil, &block): A {Wx::HTML::HtmlCell} which contains a hyperlink was clicked.
231
30
  #
232
- # Note that it is an error to call this function if any untyped client data pointers had been associated with the control items before.
233
- # @param n [Integer] The zero-based item index.
234
- # @param data [Object] The client data to associate with the item.
235
- # @return [void]
236
- def set_client_object(n, data) end
237
-
238
- # @overload insert(item, pos)
239
- # Inserts item into the control.
240
- #
241
- # The return value is the index of the newly inserted item. If the insertion failed for some reason, -1 is returned.
242
- # @param item [String] String to add.
243
- # @param pos [Integer] Position to insert item before, zero based.
244
- # @return [Integer]
245
- # @overload insert(item, pos, clientData)
246
- # Inserts item into the control.
247
- #
248
- # The return value is the index of the newly inserted item. If the insertion failed for some reason, -1 is returned.
249
- # @param item [String] String to add.
250
- # @param pos [Integer] Position to insert item before, zero based.
251
- # @param clientData [Object] Pointer to client data to associate with the new item.
252
- # @return [Integer]
253
- # @overload insert(items, pos)
254
- # Inserts several items at once into the control.
255
- #
256
- # Notice that calling this method is usually much faster than inserting them one by one if you need to insert a lot of items.
257
- #
258
- # The return value is the index of the last inserted item. If the insertion failed for some reason, -1 is returned.
259
- # @param items [Array<String>] Array of strings to insert.
260
- # @param pos [Integer] Position to insert the items before, zero based.
261
- # @return [Integer]
262
- # @overload insert(items, pos, clientData)
263
- # Inserts several items at once into the control.
264
- #
265
- # Notice that calling this method is usually much faster than inserting them one by one if you need to insert a lot of items.
266
- #
267
- # The return value is the index of the last inserted item. If the insertion failed for some reason, -1 is returned.
268
- # @param items [Array<String>] Array of strings to insert.
269
- # @param pos [Integer] Position to insert the items before, zero based.
270
- # @param clientData [Wx::ClientData] Array of client data pointers of the same size as items to associate with the new items.
271
- # @return [Integer]
272
- def insert(*args) end
31
+ # Category: {Wx::Controls}
32
+ # @see Wx::HTML::SimpleHtmlListBox
33
+ #
34
+ #
35
+ # @wxrb_require USE_HTML
36
+ class HtmlListBox < VListBox
273
37
 
274
- # @overload set(items)
275
- # Replaces the current control contents with the given items.
276
- #
277
- # Notice that calling this method is usually much faster than appending them one by one if you need to add a lot of items.
278
- # @param items [Array<String>] Array of strings to insert.
279
- # @return [void]
280
- # @overload set(items, clientData)
281
- # Replaces the current control contents with the given items.
282
- #
283
- # Notice that calling this method is usually much faster than appending them one by one if you need to add a lot of items.
284
- # @param items [Array<String>] Array of strings to insert.
285
- # @param clientData [Wx::ClientData] Array of client data pointers of the same size as items to associate with the new items.
286
- # @return [void]
287
- def set(*args) end
38
+ # @overload initialize(parent, id=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=0, name=Wx::HTML_LIST_BOX_NAME_STR)
39
+ # Normal constructor which calls {Wx::HTML::HtmlListBox#create} internally.
40
+ # @param parent [Wx::Window]
41
+ # @param id [Integer]
42
+ # @param pos [Array(Integer, Integer), Wx::Point]
43
+ # @param size [Array(Integer, Integer), Wx::Size]
44
+ # @param style [Integer]
45
+ # @param name [String]
46
+ # @return [Wx::HTML::HtmlListBox]
47
+ # @overload initialize()
48
+ # Default constructor, you must call {Wx::HTML::HtmlListBox#create} later.
49
+ # @return [Wx::HTML::HtmlListBox]
50
+ def initialize(*args) end
51
+
52
+ # Creates the control and optionally sets the initial number of items in it (it may also be set or changed later with {Wx::VListBox#set_item_count}).
53
+ #
54
+ # There are no special styles defined for {Wx::HTML::HtmlListBox}, in particular the {Wx::ListBox} styles (with the exception of {Wx::LB_MULTIPLE}) cannot be used here.
55
+ # Returns true on success or false if the control couldn't be created
56
+ # @param parent [Wx::Window]
57
+ # @param id [Integer]
58
+ # @param pos [Array(Integer, Integer), Wx::Point]
59
+ # @param size [Array(Integer, Integer), Wx::Size]
60
+ # @param style [Integer]
61
+ # @param name [String]
62
+ # @return [Boolean]
63
+ def create(parent, id=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=0, name=Wx::HTML_LIST_BOX_NAME_STR) end
64
+
65
+
66
+ protected
67
+
68
+ # Called when the user clicks on hypertext link.
69
+ #
70
+ # Does nothing by default. Overloading this method is deprecated; intercept the event instead.
71
+ # @see Wx::HTML::HtmlLinkInfo.
72
+ # @param n [Integer] Index of the item containing the link.
73
+ # @param link [Wx::HTML::HtmlLinkInfo] Description of the link.
74
+ # @return [void]
75
+ def on_link_clicked(n, link) end
76
+
77
+ # This virtual function may be overridden to change the appearance of the background of the selected cells in the same way as {Wx::HTML::HtmlListBox#get_selected_text_colour}.
78
+ #
79
+ # It should be rarely, if ever, used because {Wx::VListBox#set_selection_background} allows changing the selection background for all cells at once and doing anything more fancy is probably going to look strangely.
80
+ # @see Wx::HTML::HtmlListBox#get_selected_text_colour
81
+ # @param colBg [Wx::Colour,String,Symbol]
82
+ # @return [Wx::Colour]
83
+ def get_selected_text_bg_colour(colBg) end
84
+ alias_method :selected_text_bg_colour, :get_selected_text_bg_colour
85
+
86
+ # This virtual function may be overridden to customize the appearance of the selected cells.
87
+ #
88
+ # It is used to determine how the colour colFg is going to look inside selection. By default all original colours are completely ignored and the standard, system-dependent, selection colour is used but the program may wish to override this to achieve some custom appearance.
89
+ # @see Wx::HTML::HtmlListBox#get_selected_text_bg_colour
90
+ # @see Wx::VListBox#set_selection_background
91
+ # @see Wx::SystemSettings.get_colour
92
+ # @param colFg [Wx::Colour,String,Symbol]
93
+ # @return [Wx::Colour]
94
+ def get_selected_text_colour(colFg) end
95
+ alias_method :selected_text_colour, :get_selected_text_colour
96
+
97
+ # This function may be overridden to decorate HTML returned by {Wx::HTML::HtmlListBox#on_get_item}.
98
+ # @param n [Integer]
99
+ # @return [String]
100
+ def on_get_item_markup(n) end
101
+
102
+ # This method must be implemented in the derived class and should return the body (i.e. without html nor body tags) of the HTML fragment for the given item.
103
+ #
104
+ # Note that this function should always return a text fragment for the n item which renders with the same height both when it is selected and when it's not: i.e. if you call, inside your {Wx::HTML::HtmlListBox#on_get_item} implementation, <code>IsSelected(n)</code> to make the items appear differently when they are selected, then you should make sure that the returned HTML fragment will render with the same height or else you'll see some artifacts when the user selects an item.
105
+ # @param n [Integer]
106
+ # @return [String]
107
+ def on_get_item(n) end
108
+
109
+ end # HtmlListBox
288
110
 
289
- # Deletes an item from the control.
111
+ # {Wx::HTML::SimpleHtmlListBox} is an implementation of {Wx::HTML::HtmlListBox} which shows HTML content in the listbox rows.
290
112
  #
291
- # The client data associated with the item will be also deleted if it is owned by the control. Note that it is an error (signalled by an assert failure in debug builds) to remove an item with the index negative or greater or equal than the number of items in the control.
292
- # If there is a currently selected item below the item being deleted, i.e. if {Wx::HTML::SimpleHtmlListBox#get_selection} returns a valid index greater than or equal to n, the selection is invalidated when this function is called. However if the selected item appears before the item being deleted, the selection is preserved unchanged.
293
- # @see Wx::HTML::SimpleHtmlListBox#clear
294
- # @param n [Integer] The zero-based item index.
295
- # @return [void]
296
- def delete(n) end
297
-
298
- # Returns the client object associated with the given item and transfers its ownership to the caller.
113
+ # Unlike {Wx::HTML::HtmlListBox}, this is not an abstract class and thus it has the advantage that you can use it without deriving your own class from it. However, it also has the disadvantage that this is not a virtual control and thus it's not well-suited for those cases where you need to show a huge number of items: every time you add/insert a string, it will be stored internally and thus will take memory.
114
+ # The interface exposed by {Wx::HTML::SimpleHtmlListBox} fully implements the {Wx::ControlWithItems} interface, thus you should refer to {Wx::ControlWithItems}'s documentation for the API reference for adding/removing/retrieving items in the listbox. Also note that the {Wx::VListBox#set_item_count} function is protected in {Wx::HTML::SimpleHtmlListBox}'s context so that you cannot call it directly, {Wx::HTML::SimpleHtmlListBox} will do it for you.
115
+ # Note: in case you need to append a lot of items to the control at once, make sure to use the Append(const wxArrayString&) function.
116
+ # Thus the only difference between a {Wx::ListBox} and a {Wx::HTML::SimpleHtmlListBox} is that the latter stores strings which can contain HTML fragments (see the list of tags supported by wxHTML).
117
+ # Note that the HTML strings you fetch to {Wx::HTML::SimpleHtmlListBox} should not contain the <code><html></code> or <code><body></code> tags.
118
+ # ### Styles
299
119
  #
300
- # This method, unlike {Wx::HTML::SimpleHtmlListBox#get_client_object}, expects the caller to delete the returned pointer. It also replaces the internally stored pointer with NULL, i.e. completely detaches the client object pointer from the control.
301
- # It's an error to call this method unless {Wx::HTML::SimpleHtmlListBox#has_client_object_data} returns true.
120
+ # This class supports the following styles:
302
121
  #
303
- # The associated client object pointer to be deleted by caller or NULL.
304
- # @param n [Integer] The zero-based item index.
305
- # @return [Object]
306
- def detach_client_object(n) end
307
-
308
- # Returns true, if either untyped data (<code>void*</code>) or object data ({Wx::ClientData}*) is associated with the items of the control.
309
- # @return [Boolean]
310
- def has_client_data; end
311
- alias_method :has_client_data?, :has_client_data
312
-
313
- # Returns true, if object data is associated with the items of the control.
122
+ # - {Wx::HTML::HLB_DEFAULT_STYLE}: The default style: {Wx::Border::BORDER_SUNKEN}
123
+ #
124
+ # - {Wx::HTML::HLB_MULTIPLE}: Multiple-selection list: the user can toggle multiple items on and off.
125
+ #
126
+ # A {Wx::HTML::SimpleHtmlListBox} emits the same events used by {Wx::ListBox} and by {Wx::HTML::HtmlListBox}.
127
+ # ### Events emitted by this class
128
+ #
129
+ # Event handler methods for events emitted by this class:
130
+ #
131
+ # - {Wx::EvtHandler#evt_listbox}(id, meth = nil, &block): Process a {Wx::EVT_LISTBOX} event, when an item on the list is selected. See {Wx::CommandEvent}.
132
+ #
133
+ # - {Wx::EvtHandler#evt_listbox_dclick}(id, meth = nil, &block): Process a {Wx::EVT_LISTBOX_DCLICK} event, when the listbox is double-clicked. See {Wx::CommandEvent}.
314
134
  #
315
- # Object data pointers have the type <code>wxClientData*</code> instead of <code>void*</code> and, importantly, are owned by the control, i.e. will be deleted by it, unlike their untyped counterparts.
316
- # @return [Boolean]
317
- def has_client_object_data; end
318
- alias_method :has_client_object_data?, :has_client_object_data
135
+ # - {Wx::EvtHandler#evt_html_cell_clicked}(id, meth = nil, &block): A {Wx::HTML::HtmlCell} was clicked. See {Wx::HTML::HtmlCellEvent}.
136
+ #
137
+ # - {Wx::EvtHandler#evt_html_cell_hover}(id, meth = nil, &block): The mouse passed over a {Wx::HTML::HtmlCell}. See {Wx::HTML::HtmlCellEvent}.
138
+ #
139
+ # - {Wx::EvtHandler#evt_html_link_clicked}(id, meth = nil, &block): A {Wx::HTML::HtmlCell} which contains a hyperlink was clicked. See {Wx::HTML::HtmlLinkEvent}
140
+ #
141
+ # Category: {Wx::Controls} <div class='appearance'><span class='appearance'>Appearance:</span><table class='appearance'><tr><td> Generic Appearance
142
+ # </td></tr></table></div>
143
+ # @see Wx::HTML::SimpleHtmlListBox#create
144
+ #
145
+ #
146
+ # @wxrb_require USE_HTML
147
+ class SimpleHtmlListBox < HtmlListBox
148
+
149
+ # @overload create(parent, id, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, choices=nil, style=Wx::HTML::HLB_DEFAULT_STYLE, validator=Wx::DEFAULT_VALIDATOR, name=Wx::SIMPLE_HTML_LIST_BOX_NAME_STR)
150
+ # Creates the HTML listbox for two-step construction.
151
+ #
152
+ # See {Wx::HTML::SimpleHtmlListBox#initialize} for further details.
153
+ # @param parent [Wx::Window]
154
+ # @param id [Integer]
155
+ # @param pos [Array(Integer, Integer), Wx::Point]
156
+ # @param size [Array(Integer, Integer), Wx::Size]
157
+ # @param choices [Array<String>]
158
+ # @param style [Integer]
159
+ # @param validator [Wx::Validator]
160
+ # @param name [String]
161
+ # @return [Boolean]
162
+ # @overload create(parent, id, pos, size, choices, style=Wx::HTML::HLB_DEFAULT_STYLE, validator=Wx::DEFAULT_VALIDATOR, name=Wx::SIMPLE_HTML_LIST_BOX_NAME_STR)
163
+ # Creates the HTML listbox for two-step construction.
164
+ #
165
+ # See {Wx::HTML::SimpleHtmlListBox#initialize} for further details.
166
+ # @param parent [Wx::Window]
167
+ # @param id [Integer]
168
+ # @param pos [Array(Integer, Integer), Wx::Point]
169
+ # @param size [Array(Integer, Integer), Wx::Size]
170
+ # @param choices [Array<String>]
171
+ # @param style [Integer]
172
+ # @param validator [Wx::Validator]
173
+ # @param name [String]
174
+ # @return [Boolean]
175
+ def create(*args) end
176
+
177
+ # @overload initialize(parent, id, pos, size, choices, style=Wx::HTML::HLB_DEFAULT_STYLE, validator=Wx::DEFAULT_VALIDATOR, name=Wx::SIMPLE_HTML_LIST_BOX_NAME_STR)
178
+ # Constructor, creating and showing the HTML list box.
179
+ # @param parent [Wx::Window] Parent window. Must not be NULL.
180
+ # @param id [Integer] Window identifier. A value of -1 indicates a default value.
181
+ # @param pos [Array(Integer, Integer), Wx::Point] Window position.
182
+ # @param size [Array(Integer, Integer), Wx::Size] Window size. If {Wx::DEFAULT_SIZE} is specified then the window is sized appropriately.
183
+ # @param choices [Array<String>] An array of strings with which to initialise the control.
184
+ # @param style [Integer] Window style. See {Wx::HLB_}* flags.
185
+ # @param validator [Wx::Validator] Window validator.
186
+ # @param name [String] Window name.
187
+ # @return [Wx::HTML::SimpleHtmlListBox]
188
+ # @overload initialize()
189
+ # Default constructor, you must call {Wx::HTML::SimpleHtmlListBox#create} later.
190
+ # @return [Wx::HTML::SimpleHtmlListBox]
191
+ def initialize(*args) end
192
+
193
+ # @overload append(item)
194
+ # Appends item into the control.
195
+ #
196
+ # The return value is the index of the newly inserted item. Note that this may be different from the last one if the control is sorted (e.g. has {Wx::LB_SORT} or {Wx::CB_SORT} style).
197
+ # @param item [String] String to add.
198
+ # @return [Integer]
199
+ # @overload append(item, clientData)
200
+ # Appends item into the control.
201
+ #
202
+ # The return value is the index of the newly inserted item. Note that this may be different from the last one if the control is sorted (e.g. has {Wx::LB_SORT} or {Wx::CB_SORT} style).
203
+ # @param item [String] String to add.
204
+ # @param clientData [Object] Pointer to client data to associate with the new item.
205
+ # @return [Integer]
206
+ # @overload append(items)
207
+ # Appends several items at once into the control.
208
+ #
209
+ # Notice that calling this method is usually much faster than appending them one by one if you need to add a lot of items.
210
+ # @param items [Array<String>] Array of strings to insert.
211
+ # @return [Integer]
212
+ # @overload append(items, clientData)
213
+ # Appends several items at once into the control.
214
+ #
215
+ # Notice that calling this method is usually much faster than appending them one by one if you need to add a lot of items.
216
+ # @param items [Array<String>] Array of strings to insert.
217
+ # @param clientData [Wx::ClientData] Array of client data pointers of the same size as items to associate with the new items.
218
+ # @return [Integer]
219
+ def append(*args) end
220
+
221
+ # Returns a pointer to the client data associated with the given item (if any).
222
+ #
223
+ # It is an error to call this function for a control which doesn't have typed client data at all although it is OK to call it even if the given item doesn't have any client data associated with it (but other items do).
224
+ # Notice that the returned pointer is still owned by the control and will be deleted by it, use {Wx::HTML::SimpleHtmlListBox#detach_client_object} if you want to remove the pointer from the control.
225
+ #
226
+ # A pointer to the client data, or NULL if not present.
227
+ # @param n [Integer] The zero-based position of the item.
228
+ # @return [Object]
229
+ def get_client_object(n) end
230
+ alias_method :client_object, :get_client_object
231
+
232
+ # Associates the given typed client data pointer with the given item: the data object will be deleted when the item is deleted (either explicitly by using {Wx::HTML::SimpleHtmlListBox#delete} or implicitly when the control itself is destroyed).
233
+ #
234
+ # Note that it is an error to call this function if any untyped client data pointers had been associated with the control items before.
235
+ # @param n [Integer] The zero-based item index.
236
+ # @param data [Object] The client data to associate with the item.
237
+ # @return [void]
238
+ def set_client_object(n, data) end
239
+
240
+ # @overload insert(item, pos)
241
+ # Inserts item into the control.
242
+ #
243
+ # The return value is the index of the newly inserted item. If the insertion failed for some reason, -1 is returned.
244
+ # @param item [String] String to add.
245
+ # @param pos [Integer] Position to insert item before, zero based.
246
+ # @return [Integer]
247
+ # @overload insert(item, pos, clientData)
248
+ # Inserts item into the control.
249
+ #
250
+ # The return value is the index of the newly inserted item. If the insertion failed for some reason, -1 is returned.
251
+ # @param item [String] String to add.
252
+ # @param pos [Integer] Position to insert item before, zero based.
253
+ # @param clientData [Object] Pointer to client data to associate with the new item.
254
+ # @return [Integer]
255
+ # @overload insert(items, pos)
256
+ # Inserts several items at once into the control.
257
+ #
258
+ # Notice that calling this method is usually much faster than inserting them one by one if you need to insert a lot of items.
259
+ #
260
+ # The return value is the index of the last inserted item. If the insertion failed for some reason, -1 is returned.
261
+ # @param items [Array<String>] Array of strings to insert.
262
+ # @param pos [Integer] Position to insert the items before, zero based.
263
+ # @return [Integer]
264
+ # @overload insert(items, pos, clientData)
265
+ # Inserts several items at once into the control.
266
+ #
267
+ # Notice that calling this method is usually much faster than inserting them one by one if you need to insert a lot of items.
268
+ #
269
+ # The return value is the index of the last inserted item. If the insertion failed for some reason, -1 is returned.
270
+ # @param items [Array<String>] Array of strings to insert.
271
+ # @param pos [Integer] Position to insert the items before, zero based.
272
+ # @param clientData [Wx::ClientData] Array of client data pointers of the same size as items to associate with the new items.
273
+ # @return [Integer]
274
+ def insert(*args) end
275
+
276
+ # @overload set(items)
277
+ # Replaces the current control contents with the given items.
278
+ #
279
+ # Notice that calling this method is usually much faster than appending them one by one if you need to add a lot of items.
280
+ # @param items [Array<String>] Array of strings to insert.
281
+ # @return [void]
282
+ # @overload set(items, clientData)
283
+ # Replaces the current control contents with the given items.
284
+ #
285
+ # Notice that calling this method is usually much faster than appending them one by one if you need to add a lot of items.
286
+ # @param items [Array<String>] Array of strings to insert.
287
+ # @param clientData [Wx::ClientData] Array of client data pointers of the same size as items to associate with the new items.
288
+ # @return [void]
289
+ def set(*args) end
290
+
291
+ # Deletes an item from the control.
292
+ #
293
+ # The client data associated with the item will be also deleted if it is owned by the control. Note that it is an error (signalled by an assert failure in debug builds) to remove an item with the index negative or greater or equal than the number of items in the control.
294
+ # If there is a currently selected item below the item being deleted, i.e. if {Wx::HTML::SimpleHtmlListBox#get_selection} returns a valid index greater than or equal to n, the selection is invalidated when this function is called. However if the selected item appears before the item being deleted, the selection is preserved unchanged.
295
+ # @see Wx::HTML::SimpleHtmlListBox#clear
296
+ # @param n [Integer] The zero-based item index.
297
+ # @return [void]
298
+ def delete(n) end
299
+
300
+ # Returns the client object associated with the given item and transfers its ownership to the caller.
301
+ #
302
+ # This method, unlike {Wx::HTML::SimpleHtmlListBox#get_client_object}, expects the caller to delete the returned pointer. It also replaces the internally stored pointer with NULL, i.e. completely detaches the client object pointer from the control.
303
+ # It's an error to call this method unless {Wx::HTML::SimpleHtmlListBox#has_client_object_data} returns true.
304
+ #
305
+ # The associated client object pointer to be deleted by caller or NULL.
306
+ # @param n [Integer] The zero-based item index.
307
+ # @return [Object]
308
+ def detach_client_object(n) end
309
+
310
+ # Returns true, if either untyped data (<code>void*</code>) or object data ({Wx::ClientData}*) is associated with the items of the control.
311
+ # @return [Boolean]
312
+ def has_client_data; end
313
+ alias_method :has_client_data?, :has_client_data
314
+
315
+ # Returns true, if object data is associated with the items of the control.
316
+ #
317
+ # Object data pointers have the type <code>wxClientData*</code> instead of <code>void*</code> and, importantly, are owned by the control, i.e. will be deleted by it, unlike their untyped counterparts.
318
+ # @return [Boolean]
319
+ def has_client_object_data; end
320
+ alias_method :has_client_object_data?, :has_client_object_data
321
+
322
+ end # SimpleHtmlListBox
319
323
 
320
- end # SimpleHtmlListBox
321
-
322
324
 
323
- end
325
+ end
326
+
327
+ end