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,183 +6,187 @@
6
6
 
7
7
  module Wx::RTC
8
8
 
9
- # These are the header and footer page identifiers, passed to functions such as {Wx::RTC::RichTextHeaderFooterData#set_footer_text} to specify the odd or even page for the text.
10
- #
11
- #
12
- #
13
- # @wxrb_require USE_PRINTING_ARCHITECTURE,USE_RICHTEXT
14
- class RichTextOddEvenPage < Wx::Enum
15
-
9
+ module Wx::RTC
10
+
11
+ # These are the header and footer page identifiers, passed to functions such as {Wx::RTC::RichTextHeaderFooterData#set_footer_text} to specify the odd or even page for the text.
16
12
  #
17
13
  #
18
- RICHTEXT_PAGE_ODD = Wx::RTC::RichTextOddEvenPage.new(0)
19
-
20
14
  #
15
+ # @wxrb_require USE_PRINTING_ARCHITECTURE,USE_RICHTEXT
16
+ class RichTextOddEvenPage < Wx::Enum
17
+
18
+ #
19
+ #
20
+ RICHTEXT_PAGE_ODD = Wx::RTC::RichTextOddEvenPage.new(0)
21
+
22
+ #
23
+ #
24
+ RICHTEXT_PAGE_EVEN = Wx::RTC::RichTextOddEvenPage.new(1)
25
+
26
+ #
27
+ #
28
+ RICHTEXT_PAGE_ALL = Wx::RTC::RichTextOddEvenPage.new(2)
29
+
30
+ end # RichTextOddEvenPage
31
+
32
+ # These are the location identifiers for passing to functions such as {Wx::RTC::RichTextHeaderFooterData#set_footer_text}, to specify whether the text is on the left, centre or right of the page.
21
33
  #
22
- RICHTEXT_PAGE_EVEN = Wx::RTC::RichTextOddEvenPage.new(1)
23
-
24
34
  #
25
35
  #
26
- RICHTEXT_PAGE_ALL = Wx::RTC::RichTextOddEvenPage.new(2)
27
-
28
- end # RichTextOddEvenPage
29
-
30
- # These are the location identifiers for passing to functions such as {Wx::RTC::RichTextHeaderFooterData#set_footer_text}, to specify whether the text is on the left, centre or right of the page.
31
- #
32
- #
33
- #
34
- # @wxrb_require USE_PRINTING_ARCHITECTURE,USE_RICHTEXT
35
- class RichTextPageLocation < Wx::Enum
36
-
36
+ # @wxrb_require USE_PRINTING_ARCHITECTURE,USE_RICHTEXT
37
+ class RichTextPageLocation < Wx::Enum
38
+
39
+ #
40
+ #
41
+ RICHTEXT_PAGE_LEFT = Wx::RTC::RichTextPageLocation.new(0)
42
+
43
+ #
44
+ #
45
+ RICHTEXT_PAGE_CENTRE = Wx::RTC::RichTextPageLocation.new(1)
46
+
47
+ #
48
+ #
49
+ RICHTEXT_PAGE_RIGHT = Wx::RTC::RichTextPageLocation.new(2)
50
+
51
+ end # RichTextPageLocation
52
+
53
+ # This class represents header and footer data to be passed to the {Wx::RTC::RichTextPrinting} and {Wx::RTC::RichTextPrintout} classes.
37
54
  #
55
+ # Headers and footers can be specified independently for odd, even or both page sides. Different text can be specified for left, centre and right locations on the page, and the font and text colour can also be specified.
56
+ # You can specify the following keywords in header and footer text, which will be substituted for the actual values during printing and preview.
38
57
  #
39
- RICHTEXT_PAGE_LEFT = Wx::RTC::RichTextPageLocation.new(0)
40
-
41
- #
58
+ # - @DATE@: the current date.
59
+ # - @PAGESCNT@: the total number of pages.
60
+ # - @PAGENUM@: the current page number.
61
+ # - @TIME@: the current time.
62
+ # - @TITLE@: the title of the document, as passed to the {Wx::RTC::RichTextPrinting} or {Wx::RichTextLayout} constructor.
42
63
  #
43
- RICHTEXT_PAGE_CENTRE = Wx::RTC::RichTextPageLocation.new(1)
44
-
64
+ # Category: Rich Text
45
65
  #
46
66
  #
47
- RICHTEXT_PAGE_RIGHT = Wx::RTC::RichTextPageLocation.new(2)
48
-
49
- end # RichTextPageLocation
50
-
51
- # This class represents header and footer data to be passed to the {Wx::RTC::RichTextPrinting} and {Wx::RTC::RichTextPrintout} classes.
52
- #
53
- # Headers and footers can be specified independently for odd, even or both page sides. Different text can be specified for left, centre and right locations on the page, and the font and text colour can also be specified.
54
- # You can specify the following keywords in header and footer text, which will be substituted for the actual values during printing and preview.
55
- #
56
- # - @DATE@: the current date.
57
- # - @PAGESCNT@: the total number of pages.
58
- # - @PAGENUM@: the current page number.
59
- # - @TIME@: the current time.
60
- # - @TITLE@: the title of the document, as passed to the {Wx::RTC::RichTextPrinting} or {Wx::RichTextLayout} constructor.
61
- #
62
- # Category: Rich Text
63
- #
64
- #
65
- # @note This class is <b>untracked</b> and should not be derived from nor instances extended!
66
- # @wxrb_require USE_PRINTING_ARCHITECTURE,USE_RICHTEXT
67
- class RichTextHeaderFooterData < Object
68
-
69
- # @overload initialize()
70
- # Constructors.
71
- # @return [Wx::RTC::RichTextHeaderFooterData]
72
- # @overload initialize(data)
73
- # @param data [Wx::RTC::RichTextHeaderFooterData]
74
- # @return [Wx::RTC::RichTextHeaderFooterData]
75
- def initialize(*args) end
76
-
77
- # Clears all text.
78
- # @return [void]
79
- def clear; end
80
-
81
- # Copies the data.
82
- # @param data [Wx::RTC::RichTextHeaderFooterData]
83
- # @return [void]
84
- def copy(data) end
85
-
86
- # Returns the font specified for printing the header and footer.
87
- # @return [Wx::Font,Wx::FontInfo]
88
- def get_font; end
89
- alias_method :font, :get_font
90
-
91
- # Returns the margin between the text and the footer.
92
- # @return [Integer]
93
- def get_footer_margin; end
94
- alias_method :footer_margin, :get_footer_margin
95
-
96
- # Returns the footer text on odd or even pages, and at a given position on the page (left, centre or right).
97
- # @param page [Wx::RichTextOddEvenPage]
98
- # @param location [Wx::RichTextPageLocation]
99
- # @return [String]
100
- def get_footer_text(page=Wx::RTC::RichTextOddEvenPage::RICHTEXT_PAGE_EVEN, location=Wx::RTC::RichTextPageLocation::RICHTEXT_PAGE_CENTRE) end
101
- alias_method :footer_text, :get_footer_text
102
-
103
- # Returns the margin between the text and the header.
104
- # @return [Integer]
105
- def get_header_margin; end
106
- alias_method :header_margin, :get_header_margin
67
+ # @note This class is <b>untracked</b> and should not be derived from nor instances extended!
68
+ # @wxrb_require USE_PRINTING_ARCHITECTURE,USE_RICHTEXT
69
+ class RichTextHeaderFooterData < Object
70
+
71
+ # @overload initialize()
72
+ # Constructors.
73
+ # @return [Wx::RTC::RichTextHeaderFooterData]
74
+ # @overload initialize(data)
75
+ # @param data [Wx::RTC::RichTextHeaderFooterData]
76
+ # @return [Wx::RTC::RichTextHeaderFooterData]
77
+ def initialize(*args) end
78
+
79
+ # Clears all text.
80
+ # @return [void]
81
+ def clear; end
82
+
83
+ # Copies the data.
84
+ # @param data [Wx::RTC::RichTextHeaderFooterData]
85
+ # @return [void]
86
+ def copy(data) end
87
+
88
+ # Returns the font specified for printing the header and footer.
89
+ # @return [Wx::Font,Wx::FontInfo]
90
+ def get_font; end
91
+ alias_method :font, :get_font
92
+
93
+ # Returns the margin between the text and the footer.
94
+ # @return [Integer]
95
+ def get_footer_margin; end
96
+ alias_method :footer_margin, :get_footer_margin
97
+
98
+ # Returns the footer text on odd or even pages, and at a given position on the page (left, centre or right).
99
+ # @param page [Wx::RichTextOddEvenPage]
100
+ # @param location [Wx::RichTextPageLocation]
101
+ # @return [String]
102
+ def get_footer_text(page=Wx::RTC::RichTextOddEvenPage::RICHTEXT_PAGE_EVEN, location=Wx::RTC::RichTextPageLocation::RICHTEXT_PAGE_CENTRE) end
103
+ alias_method :footer_text, :get_footer_text
104
+
105
+ # Returns the margin between the text and the header.
106
+ # @return [Integer]
107
+ def get_header_margin; end
108
+ alias_method :header_margin, :get_header_margin
109
+
110
+ # Returns the header text on odd or even pages, and at a given position on the page (left, centre or right).
111
+ # @param page [Wx::RichTextOddEvenPage]
112
+ # @param location [Wx::RichTextPageLocation]
113
+ # @return [String]
114
+ def get_header_text(page=Wx::RTC::RichTextOddEvenPage::RICHTEXT_PAGE_EVEN, location=Wx::RTC::RichTextPageLocation::RICHTEXT_PAGE_CENTRE) end
115
+ alias_method :header_text, :get_header_text
116
+
117
+ # Returns true if the header and footer will be shown on the first page.
118
+ # @return [Boolean]
119
+ def get_show_on_first_page; end
120
+ alias_method :show_on_first_page, :get_show_on_first_page
121
+
122
+ # Helper function for getting the header or footer text, odd or even pages, and at a given position on the page (left, centre or right).
123
+ # @param headerFooter [Integer]
124
+ # @param page [Wx::RichTextOddEvenPage]
125
+ # @param location [Wx::RichTextPageLocation]
126
+ # @return [String]
127
+ def get_text(headerFooter, page, location) end
128
+ alias_method :text, :get_text
129
+
130
+ # Returns the text colour for drawing the header and footer.
131
+ # @return [Wx::Colour,String,Symbol]
132
+ def get_text_colour; end
133
+ alias_method :text_colour, :get_text_colour
134
+
135
+ # Initialises the object.
136
+ # @return [void]
137
+ def init; end
138
+
139
+ # Sets the font for drawing the header and footer.
140
+ # @param font [Wx::Font,Wx::FontInfo]
141
+ # @return [void]
142
+ def set_font(font) end
143
+ alias_method :font=, :set_font
144
+
145
+ # Sets the footer text on odd or even pages, and at a given position on the page (left, centre or right).
146
+ # @param text [String]
147
+ # @param page [Wx::RichTextOddEvenPage]
148
+ # @param location [Wx::RichTextPageLocation]
149
+ # @return [void]
150
+ def set_footer_text(text, page=Wx::RTC::RichTextOddEvenPage::RICHTEXT_PAGE_ALL, location=Wx::RTC::RichTextPageLocation::RICHTEXT_PAGE_CENTRE) end
151
+ alias_method :footer_text=, :set_footer_text
152
+
153
+ # Sets the header text on odd or even pages, and at a given position on the page (left, centre or right).
154
+ # @param text [String]
155
+ # @param page [Wx::RichTextOddEvenPage]
156
+ # @param location [Wx::RichTextPageLocation]
157
+ # @return [void]
158
+ def set_header_text(text, page=Wx::RTC::RichTextOddEvenPage::RICHTEXT_PAGE_ALL, location=Wx::RTC::RichTextPageLocation::RICHTEXT_PAGE_CENTRE) end
159
+ alias_method :header_text=, :set_header_text
160
+
161
+ # Sets the margins between text and header or footer, in tenths of a millimeter.
162
+ # @param headerMargin [Integer]
163
+ # @param footerMargin [Integer]
164
+ # @return [void]
165
+ def set_margins(headerMargin, footerMargin) end
166
+
167
+ # Pass true to show the header or footer on first page (the default).
168
+ # @param showOnFirstPage [Boolean]
169
+ # @return [void]
170
+ def set_show_on_first_page(showOnFirstPage) end
171
+ alias_method :show_on_first_page=, :set_show_on_first_page
172
+
173
+ # Helper function for setting the header or footer text, odd or even pages, and at a given position on the page (left, centre or right).
174
+ # @param text [String]
175
+ # @param headerFooter [Integer]
176
+ # @param page [Wx::RichTextOddEvenPage]
177
+ # @param location [Wx::RichTextPageLocation]
178
+ # @return [void]
179
+ def set_text(text, headerFooter, page, location) end
180
+
181
+ # Sets the text colour for drawing the header and footer.
182
+ # @param col [Wx::Colour,String,Symbol]
183
+ # @return [void]
184
+ def set_text_colour(col) end
185
+ alias_method :text_colour=, :set_text_colour
186
+
187
+ end # RichTextHeaderFooterData
107
188
 
108
- # Returns the header text on odd or even pages, and at a given position on the page (left, centre or right).
109
- # @param page [Wx::RichTextOddEvenPage]
110
- # @param location [Wx::RichTextPageLocation]
111
- # @return [String]
112
- def get_header_text(page=Wx::RTC::RichTextOddEvenPage::RICHTEXT_PAGE_EVEN, location=Wx::RTC::RichTextPageLocation::RICHTEXT_PAGE_CENTRE) end
113
- alias_method :header_text, :get_header_text
114
-
115
- # Returns true if the header and footer will be shown on the first page.
116
- # @return [Boolean]
117
- def get_show_on_first_page; end
118
- alias_method :show_on_first_page, :get_show_on_first_page
119
-
120
- # Helper function for getting the header or footer text, odd or even pages, and at a given position on the page (left, centre or right).
121
- # @param headerFooter [Integer]
122
- # @param page [Wx::RichTextOddEvenPage]
123
- # @param location [Wx::RichTextPageLocation]
124
- # @return [String]
125
- def get_text(headerFooter, page, location) end
126
- alias_method :text, :get_text
127
-
128
- # Returns the text colour for drawing the header and footer.
129
- # @return [Wx::Colour,String,Symbol]
130
- def get_text_colour; end
131
- alias_method :text_colour, :get_text_colour
132
-
133
- # Initialises the object.
134
- # @return [void]
135
- def init; end
136
-
137
- # Sets the font for drawing the header and footer.
138
- # @param font [Wx::Font,Wx::FontInfo]
139
- # @return [void]
140
- def set_font(font) end
141
- alias_method :font=, :set_font
142
-
143
- # Sets the footer text on odd or even pages, and at a given position on the page (left, centre or right).
144
- # @param text [String]
145
- # @param page [Wx::RichTextOddEvenPage]
146
- # @param location [Wx::RichTextPageLocation]
147
- # @return [void]
148
- def set_footer_text(text, page=Wx::RTC::RichTextOddEvenPage::RICHTEXT_PAGE_ALL, location=Wx::RTC::RichTextPageLocation::RICHTEXT_PAGE_CENTRE) end
149
- alias_method :footer_text=, :set_footer_text
150
-
151
- # Sets the header text on odd or even pages, and at a given position on the page (left, centre or right).
152
- # @param text [String]
153
- # @param page [Wx::RichTextOddEvenPage]
154
- # @param location [Wx::RichTextPageLocation]
155
- # @return [void]
156
- def set_header_text(text, page=Wx::RTC::RichTextOddEvenPage::RICHTEXT_PAGE_ALL, location=Wx::RTC::RichTextPageLocation::RICHTEXT_PAGE_CENTRE) end
157
- alias_method :header_text=, :set_header_text
158
-
159
- # Sets the margins between text and header or footer, in tenths of a millimeter.
160
- # @param headerMargin [Integer]
161
- # @param footerMargin [Integer]
162
- # @return [void]
163
- def set_margins(headerMargin, footerMargin) end
164
-
165
- # Pass true to show the header or footer on first page (the default).
166
- # @param showOnFirstPage [Boolean]
167
- # @return [void]
168
- def set_show_on_first_page(showOnFirstPage) end
169
- alias_method :show_on_first_page=, :set_show_on_first_page
170
-
171
- # Helper function for setting the header or footer text, odd or even pages, and at a given position on the page (left, centre or right).
172
- # @param text [String]
173
- # @param headerFooter [Integer]
174
- # @param page [Wx::RichTextOddEvenPage]
175
- # @param location [Wx::RichTextPageLocation]
176
- # @return [void]
177
- def set_text(text, headerFooter, page, location) end
178
-
179
- # Sets the text colour for drawing the header and footer.
180
- # @param col [Wx::Colour,String,Symbol]
181
- # @return [void]
182
- def set_text_colour(col) end
183
- alias_method :text_colour=, :set_text_colour
184
-
185
- end # RichTextHeaderFooterData
186
-
187
189
 
188
- end
190
+ end
191
+
192
+ end
@@ -6,94 +6,97 @@
6
6
 
7
7
  module Wx::RTC
8
8
 
9
- # Handles HTML output (only) for {Wx::RTC::RichTextCtrl} content.
10
- #
11
- # The most flexible way to use this class is to create a temporary object and call its functions directly, rather than use {Wx::RTC::RichTextBuffer#save_file} or {Wx::RTC::RichTextCtrl#save_file}.
12
- # Image handling requires a little extra work from the application, to choose an appropriate image format for the target HTML viewer and to clean up the temporary images later. If you are planning to load the HTML into a standard web browser, you can specify the handler flag {Wx::RTC::RICHTEXT_HANDLER_SAVE_IMAGES_TO_BASE64} (the default) and no extra work is required: the images will be written with the HTML.
13
- # However, if you want {Wx::HTML} compatibility, you will need to use {Wx::RTC::RICHTEXT_HANDLER_SAVE_IMAGES_TO_MEMORY} or {Wx::RTC::RICHTEXT_HANDLER_SAVE_IMAGES_TO_FILES}.
14
- # In this case, you must either call {Wx::RTC::RichTextHTMLHandler#delete_temporary_images} before the next load operation, or you must store the image locations and delete them yourself when appropriate.
15
- # You can call {Wx::RTC::RichTextHTMLHandler#get_temporary_image_locations} to get the array of temporary image names.
16
- #
17
- # ## Handler flags
18
- #
19
- # The following flags can be used with this handler, via the handler's {Wx::RTC::RichTextHTMLHandler#set_flags} function or the buffer or control's SetHandlerFlags() function:
20
- #
21
- # - {Wx::RTC::RICHTEXT_HANDLER_SAVE_IMAGES_TO_MEMORY} Images are saved to the memory filesystem: suitable for showing {Wx::HTML} windows.
22
- # - {Wx::RTC::RICHTEXT_HANDLER_SAVE_IMAGES_TO_FILES} Images are saved to temporary files: suitable for showing in {Wx::HTML} windows.
23
- # - {Wx::RTC::RICHTEXT_HANDLER_SAVE_IMAGES_TO_BASE64} Images are written with the HTML files in Base 64 format: suitable for showing in web browsers.
24
- # - {Wx::RTC::RICHTEXT_HANDLER_NO_HEADER_FOOTER} Don't include header and footer tags (HTML, HEAD, BODY), so that the HTML can be used as part of a larger document.
25
- # - {Wx::RTC::RICHTEXT_HANDLER_USE_CSS} Use CSS where possible, otherwise use workarounds that will show in {Wx::HTML::HtmlWindow}.
26
- #
27
- # Category: Rich Text
28
- #
29
- # @wxrb_require USE_RICHTEXT
30
- class RichTextHTMLHandler < RichTextFileHandler
31
-
32
- # Constructor.
33
- # @param name [String]
34
- # @param ext [String]
35
- # @param type [Integer]
36
- # @return [Wx::RTC::RichTextHTMLHandler]
37
- def initialize(name=("Wx::HTML"), ext=("Wx::HTML"), type=Wx::RTC::RichTextFileType::RICHTEXT_TYPE_HTML) end
38
-
39
- # Clears the image locations generated by the last operation.
40
- # @return [void]
41
- def clear_temporary_image_locations; end
42
-
43
- # Delete the in-memory or temporary files generated by the last operation.
9
+ module Wx::RTC
10
+
11
+ # Handles HTML output (only) for {Wx::RTC::RichTextCtrl} content.
44
12
  #
45
- # This is a static function that can be used to delete the saved locations from an earlier operation, for example after the user has viewed the HTML file.
46
- # @param flags [Integer]
47
- # @param imageLocations [Array<String>]
48
- # @return [Boolean]
49
- def self.delete_temporary_images(flags, imageLocations) end
50
-
51
- # Returns the mapping for converting point sizes to HTML font sizes.
52
- # @return [Array<Integer>]
53
- def get_font_size_mapping; end
54
- alias_method :font_size_mapping, :get_font_size_mapping
55
-
56
- # Returns the directory used to store temporary image files.
57
- # @return [Wx::String]
58
- def get_temp_dir; end
59
- alias_method :temp_dir, :get_temp_dir
60
-
61
- # Returns the image locations for the last operation.
62
- # @return [Wx::ArrayString]
63
- def get_temporary_image_locations; end
64
- alias_method :temporary_image_locations, :get_temporary_image_locations
65
-
66
- # Sets the mapping for converting point sizes to HTML font sizes.
13
+ # The most flexible way to use this class is to create a temporary object and call its functions directly, rather than use {Wx::RTC::RichTextBuffer#save_file} or {Wx::RTC::RichTextCtrl#save_file}.
14
+ # Image handling requires a little extra work from the application, to choose an appropriate image format for the target HTML viewer and to clean up the temporary images later. If you are planning to load the HTML into a standard web browser, you can specify the handler flag {Wx::RTC::RICHTEXT_HANDLER_SAVE_IMAGES_TO_BASE64} (the default) and no extra work is required: the images will be written with the HTML.
15
+ # However, if you want {Wx::HTML} compatibility, you will need to use {Wx::RTC::RICHTEXT_HANDLER_SAVE_IMAGES_TO_MEMORY} or {Wx::RTC::RICHTEXT_HANDLER_SAVE_IMAGES_TO_FILES}.
16
+ # In this case, you must either call {Wx::RTC::RichTextHTMLHandler#delete_temporary_images} before the next load operation, or you must store the image locations and delete them yourself when appropriate.
17
+ # You can call {Wx::RTC::RichTextHTMLHandler#get_temporary_image_locations} to get the array of temporary image names.
67
18
  #
68
- # There should be 7 elements, one for each HTML font size, each element specifying the maximum point size for that HTML font size. For example:
69
- # ```ruby
70
- # html_handler.set_font_size_mapping([7,9,11,12,14,22,100])
71
- # ```
72
- # @param fontSizeMapping [Array<Integer>]
73
- # @return [void]
74
- def set_font_size_mapping(fontSizeMapping) end
75
- alias_method :font_size_mapping=, :set_font_size_mapping
76
-
77
- # Sets the directory for storing temporary files.
19
+ # ## Handler flags
20
+ # The following flags can be used with this handler, via the handler's {Wx::RTC::RichTextHTMLHandler#set_flags} function or the buffer or control's SetHandlerFlags() function:
78
21
  #
79
- # If empty, the system temporary directory will be used.
80
- # @param tempDir [String]
81
- # @return [void]
82
- def set_temp_dir(tempDir) end
83
- alias_method :temp_dir=, :set_temp_dir
84
-
85
- # Sets the list of image locations generated by the last operation.
86
- # @param locations [Array<String>]
87
- # @return [void]
88
- def set_temporary_image_locations(locations) end
89
- alias_method :temporary_image_locations=, :set_temporary_image_locations
22
+ # - {Wx::RTC::RICHTEXT_HANDLER_SAVE_IMAGES_TO_MEMORY} Images are saved to the memory filesystem: suitable for showing {Wx::HTML} windows.
23
+ # - {Wx::RTC::RICHTEXT_HANDLER_SAVE_IMAGES_TO_FILES} Images are saved to temporary files: suitable for showing in {Wx::HTML} windows.
24
+ # - {Wx::RTC::RICHTEXT_HANDLER_SAVE_IMAGES_TO_BASE64} Images are written with the HTML files in Base 64 format: suitable for showing in web browsers.
25
+ # - {Wx::RTC::RICHTEXT_HANDLER_NO_HEADER_FOOTER} Don't include header and footer tags (HTML, HEAD, BODY), so that the HTML can be used as part of a larger document.
26
+ # - {Wx::RTC::RICHTEXT_HANDLER_USE_CSS} Use CSS where possible, otherwise use workarounds that will show in {Wx::HTML::HtmlWindow}.
27
+ #
28
+ # Category: Rich Text
29
+ #
30
+ # @wxrb_require USE_RICHTEXT
31
+ class RichTextHTMLHandler < RichTextFileHandler
90
32
 
91
- # Reset the file counter, in case, for example, the same names are required each time.
92
- # @param counter [Integer]
93
- # @return [void]
94
- def self.set_file_counter(counter) end
33
+ # Constructor.
34
+ # @param name [String]
35
+ # @param ext [String]
36
+ # @param type [Integer]
37
+ # @return [Wx::RTC::RichTextHTMLHandler]
38
+ def initialize(name=("Wx::HTML"), ext=("Wx::HTML"), type=Wx::RTC::RichTextFileType::RICHTEXT_TYPE_HTML) end
39
+
40
+ # Clears the image locations generated by the last operation.
41
+ # @return [void]
42
+ def clear_temporary_image_locations; end
43
+
44
+ # Delete the in-memory or temporary files generated by the last operation.
45
+ #
46
+ # This is a static function that can be used to delete the saved locations from an earlier operation, for example after the user has viewed the HTML file.
47
+ # @param flags [Integer]
48
+ # @param imageLocations [Array<String>]
49
+ # @return [Boolean]
50
+ def self.delete_temporary_images(flags, imageLocations) end
51
+
52
+ # Returns the mapping for converting point sizes to HTML font sizes.
53
+ # @return [Array<Integer>]
54
+ def get_font_size_mapping; end
55
+ alias_method :font_size_mapping, :get_font_size_mapping
56
+
57
+ # Returns the directory used to store temporary image files.
58
+ # @return [Wx::String]
59
+ def get_temp_dir; end
60
+ alias_method :temp_dir, :get_temp_dir
61
+
62
+ # Returns the image locations for the last operation.
63
+ # @return [Wx::ArrayString]
64
+ def get_temporary_image_locations; end
65
+ alias_method :temporary_image_locations, :get_temporary_image_locations
66
+
67
+ # Sets the mapping for converting point sizes to HTML font sizes.
68
+ #
69
+ # There should be 7 elements, one for each HTML font size, each element specifying the maximum point size for that HTML font size. For example:
70
+ # ```ruby
71
+ # html_handler.set_font_size_mapping([7,9,11,12,14,22,100])
72
+ # ```
73
+ # @param fontSizeMapping [Array<Integer>]
74
+ # @return [void]
75
+ def set_font_size_mapping(fontSizeMapping) end
76
+ alias_method :font_size_mapping=, :set_font_size_mapping
77
+
78
+ # Sets the directory for storing temporary files.
79
+ #
80
+ # If empty, the system temporary directory will be used.
81
+ # @param tempDir [String]
82
+ # @return [void]
83
+ def set_temp_dir(tempDir) end
84
+ alias_method :temp_dir=, :set_temp_dir
85
+
86
+ # Sets the list of image locations generated by the last operation.
87
+ # @param locations [Array<String>]
88
+ # @return [void]
89
+ def set_temporary_image_locations(locations) end
90
+ alias_method :temporary_image_locations=, :set_temporary_image_locations
91
+
92
+ # Reset the file counter, in case, for example, the same names are required each time.
93
+ # @param counter [Integer]
94
+ # @return [void]
95
+ def self.set_file_counter(counter) end
96
+
97
+ end # RichTextHTMLHandler
95
98
 
96
- end # RichTextHTMLHandler
97
-
98
99
 
99
- end
100
+ end
101
+
102
+ end