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.
- checksums.yaml +4 -4
- data/.wxconfig +9 -8
- data/INSTALL.md +315 -78
- data/README.md +32 -21
- data/ext/wxbase32u_gcc_custom.dll +0 -0
- data/ext/wxbase32u_net_gcc_custom.dll +0 -0
- data/ext/wxbase32u_xml_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_aui_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_core_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_gl_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_html_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_media_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_propgrid_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_qa_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_ribbon_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_richtext_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_stc_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_webview_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_xrc_gcc_custom.dll +0 -0
- data/lib/wx/core/combo_ctrl.rb +171 -0
- data/lib/wx/core/ext.rb +22 -3
- data/lib/wx/doc/comboctrl.rb +128 -3
- data/lib/wx/doc/gen/about_dialog_info.rb +1 -1
- data/lib/wx/doc/gen/accelerator.rb +1 -1
- data/lib/wx/doc/gen/accessible.rb +1 -1
- data/lib/wx/doc/gen/activity_indicator.rb +1 -1
- data/lib/wx/doc/gen/animation.rb +1 -1
- data/lib/wx/doc/gen/animation_ctrl.rb +1 -1
- data/lib/wx/doc/gen/any_button.rb +1 -1
- data/lib/wx/doc/gen/app.rb +1 -1
- data/lib/wx/doc/gen/app_traits.rb +3 -55
- data/lib/wx/doc/gen/art_provider.rb +1 -3
- data/lib/wx/doc/gen/aui/aui_dock_art.rb +430 -426
- data/lib/wx/doc/gen/aui/aui_floating_frame.rb +34 -30
- data/lib/wx/doc/gen/aui/aui_manager.rb +352 -349
- data/lib/wx/doc/gen/aui/aui_manager_event.rb +107 -103
- data/lib/wx/doc/gen/aui/aui_mdi_child_frame.rb +157 -153
- data/lib/wx/doc/gen/aui/aui_mdi_client_window.rb +42 -37
- data/lib/wx/doc/gen/aui/aui_mdi_parent_frame.rb +109 -105
- data/lib/wx/doc/gen/aui/aui_notebook.rb +438 -434
- data/lib/wx/doc/gen/aui/aui_notebook_event.rb +145 -141
- data/lib/wx/doc/gen/aui/aui_pane_info.rb +689 -685
- data/lib/wx/doc/gen/aui/aui_tab_art.rb +369 -365
- data/lib/wx/doc/gen/aui/aui_tab_ctrl.rb +100 -96
- data/lib/wx/doc/gen/aui/aui_tool_bar.rb +445 -441
- data/lib/wx/doc/gen/aui/aui_tool_bar_art.rb +268 -264
- data/lib/wx/doc/gen/aui/aui_tool_bar_event.rb +179 -175
- data/lib/wx/doc/gen/aui/aui_tool_bar_item.rb +219 -215
- data/lib/wx/doc/gen/banner_window.rb +1 -1
- data/lib/wx/doc/gen/bitmap.rb +1 -1
- data/lib/wx/doc/gen/bitmap_button.rb +1 -1
- data/lib/wx/doc/gen/bitmap_combo_box.rb +1 -1
- data/lib/wx/doc/gen/book_ctrl_base.rb +1 -1
- data/lib/wx/doc/gen/book_ctrl_event.rb +1 -1
- data/lib/wx/doc/gen/box_sizer.rb +1 -1
- data/lib/wx/doc/gen/brush.rb +1 -1
- data/lib/wx/doc/gen/busy_info.rb +1 -1
- data/lib/wx/doc/gen/button.rb +1 -1
- data/lib/wx/doc/gen/calculate_layout_event.rb +1 -1
- data/lib/wx/doc/gen/calendar_ctrl.rb +1 -1
- data/lib/wx/doc/gen/calendar_date_attr.rb +1 -1
- data/lib/wx/doc/gen/calendar_event.rb +1 -1
- data/lib/wx/doc/gen/caret.rb +1 -1
- data/lib/wx/doc/gen/check_box.rb +1 -1
- data/lib/wx/doc/gen/check_list_box.rb +1 -1
- data/lib/wx/doc/gen/choice.rb +1 -1
- data/lib/wx/doc/gen/choicebook.rb +1 -1
- data/lib/wx/doc/gen/client_dc.rb +1 -1
- data/lib/wx/doc/gen/clipboard.rb +1 -1
- data/lib/wx/doc/gen/collapsible_pane.rb +1 -1
- data/lib/wx/doc/gen/collapsible_pane_event.rb +1 -1
- data/lib/wx/doc/gen/colour.rb +1 -2
- data/lib/wx/doc/gen/colour_dialog.rb +2 -2
- data/lib/wx/doc/gen/colour_picker_ctrl.rb +1 -1
- data/lib/wx/doc/gen/colour_picker_event.rb +1 -1
- data/lib/wx/doc/gen/combo_box.rb +4 -3
- data/lib/wx/doc/gen/combo_ctrl.rb +92 -228
- data/lib/wx/doc/gen/command_link_button.rb +1 -1
- data/lib/wx/doc/gen/config_base.rb +1 -1
- data/lib/wx/doc/gen/context_help_button.rb +1 -1
- data/lib/wx/doc/gen/control.rb +1 -1
- data/lib/wx/doc/gen/control_with_items.rb +1 -1
- data/lib/wx/doc/gen/core.rb +5 -5
- data/lib/wx/doc/gen/cursor.rb +1 -1
- data/lib/wx/doc/gen/data_format.rb +1 -1
- data/lib/wx/doc/gen/data_object.rb +1 -1
- data/lib/wx/doc/gen/data_object_simple_base.rb +1 -1
- data/lib/wx/doc/gen/date_event.rb +1 -1
- data/lib/wx/doc/gen/date_picker_ctrl.rb +1 -1
- data/lib/wx/doc/gen/dc.rb +1 -4
- data/lib/wx/doc/gen/defs.rb +1 -1
- data/lib/wx/doc/gen/dial_up_event.rb +1 -1
- data/lib/wx/doc/gen/dial_up_manager.rb +1 -1
- data/lib/wx/doc/gen/dialog.rb +1 -2
- data/lib/wx/doc/gen/dir_dialog.rb +1 -1
- data/lib/wx/doc/gen/dir_filter_list_ctrl.rb +1 -1
- data/lib/wx/doc/gen/dir_picker_ctrl.rb +1 -1
- data/lib/wx/doc/gen/drag_drop.rb +1 -1
- data/lib/wx/doc/gen/drag_image.rb +1 -1
- data/lib/wx/doc/gen/editable_list_box.rb +1 -1
- data/lib/wx/doc/gen/event.rb +1 -1
- data/lib/wx/doc/gen/event_blocker.rb +1 -1
- data/lib/wx/doc/gen/event_filter.rb +1 -1
- data/lib/wx/doc/gen/events.rb +3 -25
- data/lib/wx/doc/gen/evt_handler.rb +1 -1
- data/lib/wx/doc/gen/ext_help_controller.rb +1 -1
- data/lib/wx/doc/gen/file_ctrl.rb +1 -1
- data/lib/wx/doc/gen/file_ctrl_event.rb +1 -1
- data/lib/wx/doc/gen/file_dialog.rb +1 -3
- data/lib/wx/doc/gen/file_dialog_custom_control.rb +1 -1
- data/lib/wx/doc/gen/file_dialog_customize_hook.rb +54 -62
- data/lib/wx/doc/gen/file_dir_picker_event.rb +1 -1
- data/lib/wx/doc/gen/file_picker_ctrl.rb +1 -1
- data/lib/wx/doc/gen/file_system.rb +2 -59
- data/lib/wx/doc/gen/find_dialog_event.rb +1 -1
- data/lib/wx/doc/gen/find_replace_data.rb +1 -1
- data/lib/wx/doc/gen/find_replace_dialog.rb +1 -1
- data/lib/wx/doc/gen/flex_grid_sizer.rb +1 -1
- data/lib/wx/doc/gen/font.rb +1 -1
- data/lib/wx/doc/gen/font_data.rb +1 -1
- data/lib/wx/doc/gen/font_dialog.rb +1 -1
- data/lib/wx/doc/gen/font_picker_ctrl.rb +1 -1
- data/lib/wx/doc/gen/font_picker_event.rb +1 -1
- data/lib/wx/doc/gen/frame.rb +1 -2
- data/lib/wx/doc/gen/fs_file.rb +1 -1
- data/lib/wx/doc/gen/functions.rb +1 -1
- data/lib/wx/doc/gen/gauge.rb +1 -1
- data/lib/wx/doc/gen/gb_sizer_item.rb +1 -1
- data/lib/wx/doc/gen/gcdc.rb +1 -1
- data/lib/wx/doc/gen/gdi_common.rb +3 -3
- data/lib/wx/doc/gen/gdi_object.rb +1 -1
- data/lib/wx/doc/gen/generic_dir_ctrl.rb +1 -1
- data/lib/wx/doc/gen/graphics_context.rb +1 -1
- data/lib/wx/doc/gen/graphics_object.rb +1 -1
- data/lib/wx/doc/gen/grid/grid_cell_activatable_editor.rb +28 -24
- data/lib/wx/doc/gen/grid/grid_cell_attr.rb +251 -247
- data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_editor.rb +25 -21
- data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_renderer.rb +27 -23
- data/lib/wx/doc/gen/grid/grid_cell_bool_editor.rb +38 -34
- data/lib/wx/doc/gen/grid/grid_cell_bool_renderer.rb +25 -21
- data/lib/wx/doc/gen/grid/grid_cell_choice_editor.rb +35 -31
- data/lib/wx/doc/gen/grid/grid_cell_date_editor.rb +28 -24
- data/lib/wx/doc/gen/grid/grid_cell_date_renderer.rb +34 -30
- data/lib/wx/doc/gen/grid/grid_cell_date_time_renderer.rb +30 -26
- data/lib/wx/doc/gen/grid/grid_cell_editor.rb +183 -179
- data/lib/wx/doc/gen/grid/grid_cell_enum_editor.rb +29 -25
- data/lib/wx/doc/gen/grid/grid_cell_enum_renderer.rb +33 -29
- data/lib/wx/doc/gen/grid/grid_cell_float_editor.rb +34 -30
- data/lib/wx/doc/gen/grid/grid_cell_float_renderer.rb +67 -63
- data/lib/wx/doc/gen/grid/grid_cell_number_editor.rb +34 -30
- data/lib/wx/doc/gen/grid/grid_cell_number_renderer.rb +25 -21
- data/lib/wx/doc/gen/grid/grid_cell_renderer.rb +93 -89
- data/lib/wx/doc/gen/grid/grid_cell_string_renderer.rb +25 -21
- data/lib/wx/doc/gen/grid/grid_cell_text_editor.rb +38 -34
- data/lib/wx/doc/gen/grid/grid_ctrl.rb +2716 -2724
- data/lib/wx/doc/gen/grid/grid_editor_created_event.rb +82 -78
- data/lib/wx/doc/gen/grid/grid_event.rb +106 -102
- data/lib/wx/doc/gen/grid/grid_range_select_event.rb +93 -89
- data/lib/wx/doc/gen/grid/grid_size_event.rb +70 -66
- data/lib/wx/doc/gen/grid/grid_string_table.rb +130 -126
- data/lib/wx/doc/gen/grid/grid_table_base.rb +303 -299
- data/lib/wx/doc/gen/grid/grid_table_message.rb +70 -66
- data/lib/wx/doc/gen/grid_bag_sizer.rb +1 -1
- data/lib/wx/doc/gen/grid_sizer.rb +1 -1
- data/lib/wx/doc/gen/gui_event_loop.rb +1 -1
- data/lib/wx/doc/gen/header_ctrl.rb +1 -2
- data/lib/wx/doc/gen/header_ctrl_event.rb +1 -1
- data/lib/wx/doc/gen/help_controller.rb +1 -1
- data/lib/wx/doc/gen/help_provider.rb +1 -1
- data/lib/wx/doc/gen/html/html_cell.rb +515 -511
- data/lib/wx/doc/gen/html/html_cell_event.rb +58 -54
- data/lib/wx/doc/gen/html/html_easy_printing.rb +171 -167
- data/lib/wx/doc/gen/html/html_help_controller.rb +292 -288
- data/lib/wx/doc/gen/html/html_help_data.rb +147 -143
- data/lib/wx/doc/gen/html/html_help_window.rb +232 -228
- data/lib/wx/doc/gen/html/html_link_event.rb +30 -26
- data/lib/wx/doc/gen/html/html_list_box.rb +301 -297
- data/lib/wx/doc/gen/html/html_printout.rb +94 -90
- data/lib/wx/doc/gen/html/html_window.rb +406 -402
- data/lib/wx/doc/gen/hyperlink_ctrl.rb +1 -1
- data/lib/wx/doc/gen/hyperlink_event.rb +1 -1
- data/lib/wx/doc/gen/icon.rb +1 -1
- data/lib/wx/doc/gen/icon_location.rb +1 -1
- data/lib/wx/doc/gen/image.rb +1 -3
- data/lib/wx/doc/gen/image_list.rb +1 -1
- data/lib/wx/doc/gen/info_bar.rb +1 -1
- data/lib/wx/doc/gen/keyboard_state.rb +1 -1
- data/lib/wx/doc/gen/list_box.rb +1 -1
- data/lib/wx/doc/gen/list_ctrl.rb +1 -2
- data/lib/wx/doc/gen/list_event.rb +1 -1
- data/lib/wx/doc/gen/listbook.rb +1 -1
- data/lib/wx/doc/gen/locale.rb +1 -1
- data/lib/wx/doc/gen/log.rb +1 -1
- data/lib/wx/doc/gen/mdi_client_window.rb +1 -1
- data/lib/wx/doc/gen/mdi_frame.rb +1 -1
- data/lib/wx/doc/gen/media_ctrl.rb +1 -7
- data/lib/wx/doc/gen/media_event.rb +1 -1
- data/lib/wx/doc/gen/memory_dc.rb +1 -1
- data/lib/wx/doc/gen/menu.rb +1 -3
- data/lib/wx/doc/gen/menu_bar.rb +1 -1
- data/lib/wx/doc/gen/menu_item.rb +1 -1
- data/lib/wx/doc/gen/message_dialog.rb +1 -1
- data/lib/wx/doc/gen/mini_frame.rb +1 -1
- data/lib/wx/doc/gen/mirror_dc.rb +1 -1
- data/lib/wx/doc/gen/mouse_state.rb +1 -1
- data/lib/wx/doc/gen/multi_choice_dialog.rb +1 -1
- data/lib/wx/doc/gen/non_owned_window.rb +1 -1
- data/lib/wx/doc/gen/notebook.rb +1 -2
- data/lib/wx/doc/gen/num_validator.rb +1 -1
- data/lib/wx/doc/gen/number_entry_dialog.rb +1 -1
- data/lib/wx/doc/gen/object.rb +1 -1
- data/lib/wx/doc/gen/owner_drawn_combo_box.rb +1 -1
- data/lib/wx/doc/gen/paint_dc.rb +1 -1
- data/lib/wx/doc/gen/palette.rb +1 -1
- data/lib/wx/doc/gen/panel.rb +1 -1
- data/lib/wx/doc/gen/pen.rb +1 -1
- data/lib/wx/doc/gen/persistence_manager.rb +1 -1
- data/lib/wx/doc/gen/persistent_object.rb +1 -1
- data/lib/wx/doc/gen/persistent_window.rb +1 -1
- data/lib/wx/doc/gen/pg/numeric_property_validator.rb +33 -29
- data/lib/wx/doc/gen/pg/pg_array_editor_dialog.rb +299 -295
- data/lib/wx/doc/gen/pg/pg_cell.rb +162 -158
- data/lib/wx/doc/gen/pg/pg_editor.rb +693 -689
- data/lib/wx/doc/gen/pg/pg_multi_button.rb +133 -129
- data/lib/wx/doc/gen/pg/pg_properties.rb +2662 -2658
- data/lib/wx/doc/gen/pg/pg_property.rb +1929 -1938
- data/lib/wx/doc/gen/pg/pg_validation_info.rb +275 -273
- data/lib/wx/doc/gen/pg/property_grid.rb +708 -706
- data/lib/wx/doc/gen/pg/property_grid_event.rb +168 -164
- data/lib/wx/doc/gen/pg/property_grid_interface.rb +1071 -1067
- data/lib/wx/doc/gen/pg/property_grid_manager.rb +386 -384
- data/lib/wx/doc/gen/pg/property_grid_page.rb +267 -265
- data/lib/wx/doc/gen/pg/property_grid_page_state.rb +147 -144
- data/lib/wx/doc/gen/picker_base.rb +1 -1
- data/lib/wx/doc/gen/platform_info.rb +1 -1
- data/lib/wx/doc/gen/popup_window.rb +1 -1
- data/lib/wx/doc/gen/progress_dialog.rb +1 -1
- data/lib/wx/doc/gen/property_sheet_dialog.rb +1 -1
- data/lib/wx/doc/gen/prt/page_setup_dialog.rb +32 -28
- data/lib/wx/doc/gen/prt/post_script_dc.rb +21 -18
- data/lib/wx/doc/gen/prt/preview_frame.rb +49 -45
- data/lib/wx/doc/gen/prt/print_abort_dialog.rb +126 -122
- data/lib/wx/doc/gen/prt/print_data.rb +637 -633
- data/lib/wx/doc/gen/prt/print_dialog.rb +43 -39
- data/lib/wx/doc/gen/prt/printer.rb +484 -480
- data/lib/wx/doc/gen/prt/printer_dc.rb +26 -22
- data/lib/wx/doc/gen/query_layout_info_event.rb +1 -1
- data/lib/wx/doc/gen/radio_box.rb +1 -1
- data/lib/wx/doc/gen/radio_button.rb +1 -1
- data/lib/wx/doc/gen/rbn/ribbon_art_provider.rb +1716 -1712
- data/lib/wx/doc/gen/rbn/ribbon_bar.rb +239 -235
- data/lib/wx/doc/gen/rbn/ribbon_bar_event.rb +34 -30
- data/lib/wx/doc/gen/rbn/ribbon_button_bar.rb +439 -435
- data/lib/wx/doc/gen/rbn/ribbon_button_bar_event.rb +52 -48
- data/lib/wx/doc/gen/rbn/ribbon_control.rb +116 -112
- data/lib/wx/doc/gen/rbn/ribbon_gallery.rb +205 -201
- data/lib/wx/doc/gen/rbn/ribbon_gallery_event.rb +44 -40
- data/lib/wx/doc/gen/rbn/ribbon_page.rb +129 -125
- data/lib/wx/doc/gen/rbn/ribbon_panel.rb +229 -225
- data/lib/wx/doc/gen/rbn/ribbon_panel_event.rb +34 -30
- data/lib/wx/doc/gen/rbn/ribbon_tool_bar.rb +329 -325
- data/lib/wx/doc/gen/rbn/ribbon_tool_bar_event.rb +31 -27
- data/lib/wx/doc/gen/rearrange_ctrl.rb +1 -1
- data/lib/wx/doc/gen/rearrange_list.rb +1 -1
- data/lib/wx/doc/gen/region.rb +1 -1
- data/lib/wx/doc/gen/region_iterator.rb +1 -1
- data/lib/wx/doc/gen/rtc/rich_text_box.rb +424 -420
- data/lib/wx/doc/gen/rtc/rich_text_buffer.rb +1148 -1144
- data/lib/wx/doc/gen/rtc/rich_text_buffer_data_object.rb +30 -26
- data/lib/wx/doc/gen/rtc/rich_text_composite_object.rb +516 -512
- data/lib/wx/doc/gen/rtc/rich_text_ctrl.rb +1991 -1987
- data/lib/wx/doc/gen/rtc/rich_text_event.rb +159 -155
- data/lib/wx/doc/gen/rtc/rich_text_file_handler.rb +167 -163
- data/lib/wx/doc/gen/rtc/rich_text_formatting_dialog.rb +271 -267
- data/lib/wx/doc/gen/rtc/rich_text_header_footer_data.rb +171 -167
- data/lib/wx/doc/gen/rtc/rich_text_html_handler.rb +88 -85
- data/lib/wx/doc/gen/rtc/rich_text_image.rb +323 -319
- data/lib/wx/doc/gen/rtc/rich_text_object.rb +2819 -2815
- data/lib/wx/doc/gen/rtc/rich_text_paragraph_layout_box.rb +1187 -1183
- data/lib/wx/doc/gen/rtc/rich_text_printing.rb +242 -238
- data/lib/wx/doc/gen/rtc/rich_text_style_list_box.rb +286 -279
- data/lib/wx/doc/gen/rtc/rich_text_style_organiser_dialog.rb +181 -177
- data/lib/wx/doc/gen/rtc/rich_text_xml_handler.rb +47 -44
- data/lib/wx/doc/gen/rtc/symbol_picker_dialog.rb +145 -141
- data/lib/wx/doc/gen/sash_event.rb +1 -1
- data/lib/wx/doc/gen/sash_layout_window.rb +1 -1
- data/lib/wx/doc/gen/sash_window.rb +1 -1
- data/lib/wx/doc/gen/scaled_dc.rb +1 -1
- data/lib/wx/doc/gen/screen_dc.rb +1 -1
- data/lib/wx/doc/gen/scroll_bar.rb +1 -2
- data/lib/wx/doc/gen/scrolled_canvas.rb +1 -1
- data/lib/wx/doc/gen/scrolled_control.rb +1 -1
- data/lib/wx/doc/gen/scrolled_window.rb +1 -1
- data/lib/wx/doc/gen/search_ctrl.rb +1 -1
- data/lib/wx/doc/gen/simplebook.rb +1 -1
- data/lib/wx/doc/gen/single_choice_dialog.rb +1 -1
- data/lib/wx/doc/gen/sizer.rb +1 -2
- data/lib/wx/doc/gen/sizer_item.rb +1 -1
- data/lib/wx/doc/gen/slider.rb +1 -2
- data/lib/wx/doc/gen/spin_button.rb +1 -1
- data/lib/wx/doc/gen/spin_ctrl.rb +1 -1
- data/lib/wx/doc/gen/spin_ctrl_double.rb +1 -1
- data/lib/wx/doc/gen/spin_double_event.rb +1 -1
- data/lib/wx/doc/gen/spin_event.rb +1 -1
- data/lib/wx/doc/gen/splash_screen.rb +2 -2
- data/lib/wx/doc/gen/splitter_event.rb +1 -1
- data/lib/wx/doc/gen/splitter_window.rb +1 -1
- data/lib/wx/doc/gen/static_bitmap.rb +1 -1
- data/lib/wx/doc/gen/static_box.rb +1 -1
- data/lib/wx/doc/gen/static_box_sizer.rb +1 -1
- data/lib/wx/doc/gen/static_line.rb +1 -1
- data/lib/wx/doc/gen/static_text.rb +1 -1
- data/lib/wx/doc/gen/status_bar.rb +1 -1
- data/lib/wx/doc/gen/stc/styled_text_ctrl.rb +4202 -4199
- data/lib/wx/doc/gen/stc/styled_text_event.rb +7511 -7508
- data/lib/wx/doc/gen/std_dialog_button_sizer.rb +1 -1
- data/lib/wx/doc/gen/svg_file_dc.rb +1 -1
- data/lib/wx/doc/gen/system_options.rb +1 -1
- data/lib/wx/doc/gen/system_settings.rb +1 -1
- data/lib/wx/doc/gen/task_bar_button.rb +1 -1
- data/lib/wx/doc/gen/task_bar_icon.rb +1 -2
- data/lib/wx/doc/gen/task_bar_icon_event.rb +1 -1
- data/lib/wx/doc/gen/text_attr.rb +1 -1
- data/lib/wx/doc/gen/text_ctrl.rb +1 -6
- data/lib/wx/doc/gen/text_entry.rb +1 -1
- data/lib/wx/doc/gen/text_entry_dialog.rb +1 -1
- data/lib/wx/doc/gen/text_validator.rb +1 -1
- data/lib/wx/doc/gen/time_picker_ctrl.rb +1 -1
- data/lib/wx/doc/gen/timer.rb +1 -1
- data/lib/wx/doc/gen/timer_event.rb +1 -1
- data/lib/wx/doc/gen/tip_provider.rb +1 -1
- data/lib/wx/doc/gen/toggle_button.rb +1 -1
- data/lib/wx/doc/gen/tool_bar.rb +1 -1
- data/lib/wx/doc/gen/tool_tip.rb +1 -1
- data/lib/wx/doc/gen/toolbook.rb +1 -1
- data/lib/wx/doc/gen/top_level_window.rb +1 -1
- data/lib/wx/doc/gen/tree_ctrl.rb +1 -3
- data/lib/wx/doc/gen/tree_event.rb +1 -1
- data/lib/wx/doc/gen/treebook.rb +1 -1
- data/lib/wx/doc/gen/ui_action_simulator.rb +1 -1
- data/lib/wx/doc/gen/utils.rb +1 -1
- data/lib/wx/doc/gen/v_list_box.rb +1 -1
- data/lib/wx/doc/gen/v_scrolled_window.rb +1 -2
- data/lib/wx/doc/gen/validator.rb +1 -1
- data/lib/wx/doc/gen/variant.rb +1 -1
- data/lib/wx/doc/gen/window.rb +1 -1
- data/lib/wx/doc/gen/window_dc.rb +1 -1
- data/lib/wx/doc/gen/window_disabler.rb +1 -1
- data/lib/wx/doc/gen/with_images.rb +1 -1
- data/lib/wx/doc/gen/wizard.rb +1 -2
- data/lib/wx/doc/gen/wizard_event.rb +1 -1
- data/lib/wx/doc/gen/wizard_page.rb +1 -2
- data/lib/wx/doc/gen/wizard_page_simple.rb +1 -1
- data/lib/wx/doc/gen/wrap_sizer.rb +1 -1
- data/lib/wx/doc/gen/xml_node.rb +1 -1
- data/lib/wx/doc/gen/xml_resource.rb +1 -1
- data/lib/wx/doc/owner_drawn_combobox.rb +5 -1
- data/lib/wx/rtc/ext/rich_text_ctrl.rb +5 -5
- data/lib/wx/version.rb +1 -1
- data/lib/wx/wxruby/base.rb +6 -4
- data/lib/wx/wxruby/cmd/sampler.rb +39 -29
- data/lib/wx/wxruby/cmd/setup.rb +122 -0
- data/lib/wx/wxruby/cmd/test.rb +56 -6
- data/lib/wxruby_aui.so +0 -0
- data/lib/wxruby_core.so +0 -0
- data/lib/wxruby_grid.so +0 -0
- data/lib/wxruby_html.so +0 -0
- data/lib/wxruby_pg.so +0 -0
- data/lib/wxruby_prt.so +0 -0
- data/lib/wxruby_rbn.so +0 -0
- data/lib/wxruby_rtc.so +0 -0
- data/lib/wxruby_stc.so +0 -0
- data/rakelib/install.rb +2 -0
- data/rakelib/lib/config/linux.rb +24 -2
- data/rakelib/lib/config/macosx.rb +16 -0
- data/rakelib/lib/config/mingw.rb +133 -9
- data/rakelib/lib/config/pkgman/arch.rb +53 -0
- data/rakelib/lib/config/pkgman/base.rb +169 -0
- data/rakelib/lib/config/pkgman/debian.rb +66 -0
- data/rakelib/lib/config/pkgman/macosx.rb +183 -0
- data/rakelib/lib/config/pkgman/rhel.rb +54 -0
- data/rakelib/lib/config/pkgman/suse.rb +54 -0
- data/rakelib/lib/config/unixish.rb +36 -19
- data/rakelib/lib/config.rb +254 -61
- data/rakelib/prepost.rake +9 -4
- data/rakelib/yard/templates/default/fulldoc/html/css/wxruby3.css +14 -0
- data/rakelib/yard/templates/default/fulldoc/html/setup.rb +5 -5
- data/rakelib/yard/yard/relative_markdown_links.rb +7 -1
- data/tests/test_combo_ctrl.rb +196 -0
- metadata +25 -4
@@ -6,439 +6,443 @@
|
|
6
6
|
|
7
7
|
module Wx::HTML
|
8
8
|
|
9
|
-
|
10
|
-
|
11
|
-
#
|
12
|
-
#
|
13
|
-
# @wxrb_require USE_HTML
|
14
|
-
class HtmlURLType < Wx::Enum
|
15
|
-
|
16
|
-
#
|
17
|
-
#
|
18
|
-
HTML_URL_PAGE = Wx::HTML::HtmlURLType.new(0)
|
19
|
-
|
20
|
-
#
|
21
|
-
#
|
22
|
-
HTML_URL_IMAGE = Wx::HTML::HtmlURLType.new(1)
|
23
|
-
|
24
|
-
#
|
25
|
-
#
|
26
|
-
HTML_URL_OTHER = Wx::HTML::HtmlURLType.new(2)
|
27
|
-
|
28
|
-
end # HtmlURLType
|
29
|
-
|
30
|
-
#
|
31
|
-
HW_SCROLLBAR_NEVER = 2
|
32
|
-
|
33
|
-
#
|
34
|
-
HW_SCROLLBAR_AUTO = 4
|
35
|
-
|
36
|
-
#
|
37
|
-
HW_NO_SELECTION = 8
|
38
|
-
|
39
|
-
#
|
40
|
-
HW_DEFAULT_STYLE = 4
|
41
|
-
|
42
|
-
# Enum for {Wx::HTML::HtmlWindow#on_opening_url} and Wx::HtmlWindowInterface::OnOpeningURL.
|
43
|
-
#
|
44
|
-
#
|
45
|
-
#
|
46
|
-
# @wxrb_require USE_HTML
|
47
|
-
class HtmlOpeningStatus < Wx::Enum
|
48
|
-
|
49
|
-
# Open the requested URL.
|
50
|
-
#
|
51
|
-
HTML_OPEN = Wx::HTML::HtmlOpeningStatus.new(0)
|
52
|
-
|
53
|
-
# Do not open the URL.
|
54
|
-
#
|
55
|
-
HTML_BLOCK = Wx::HTML::HtmlOpeningStatus.new(1)
|
56
|
-
|
57
|
-
# Redirect to another URL (returned from OnOpeningURL)
|
9
|
+
module Wx::HTML
|
10
|
+
|
58
11
|
#
|
59
|
-
HTML_REDIRECT = Wx::HTML::HtmlOpeningStatus.new(2)
|
60
|
-
|
61
|
-
end # HtmlOpeningStatus
|
62
|
-
|
63
|
-
#
|
64
|
-
#
|
65
|
-
EVT_HTML_CELL_CLICKED = 10348
|
66
|
-
|
67
|
-
#
|
68
|
-
#
|
69
|
-
EVT_HTML_CELL_HOVER = 10349
|
70
|
-
|
71
|
-
#
|
72
|
-
#
|
73
|
-
EVT_HTML_LINK_CLICKED = 10350
|
74
|
-
|
75
|
-
# {Wx::HTML::HtmlWindow} is probably the only class you will directly use unless you want to do something special (like adding new tag handlers or MIME filters).
|
76
|
-
#
|
77
|
-
# The purpose of this class is to display rich content pages (either local file or downloaded via HTTP protocol) in a window based on a subset of the HTML standard. The width of the window is constant, given in the constructor and virtual height is changed dynamically depending on page size. Once the window is created you can set its content by calling {Wx::HTML::HtmlWindow#set_page} with raw HTML, {Wx::HTML::HtmlWindow#load_page} with a {Wx::FileSystem} location or {Wx::HTML::HtmlWindow#load_file} with a filename.
|
78
|
-
#
|
79
|
-
# <div class="wxrb-note">
|
80
|
-
# <b>Note:</b>
|
81
|
-
# <p>If you want complete HTML/CSS support as well as a Javascript engine, consider using {Wx::WebView} instead.
|
82
|
-
# </p>
|
83
|
-
# </div>
|
84
|
-
#
|
85
|
-
# {Wx::HTML::HtmlWindow} uses the {Wx::Image} class for displaying images, so you need to initialize the handlers for any image formats you use before loading a page. See {Wx::InitAllImageHandlers} and {Wx::Image.add_handler}.
|
86
|
-
# ### Styles
|
87
|
-
#
|
88
|
-
# This class supports the following styles:
|
89
|
-
#
|
90
|
-
# - {Wx::HTML::HW_SCROLLBAR_NEVER}: Never display scrollbars, not even when the page is larger than the window.
|
91
|
-
#
|
92
|
-
# - {Wx::HTML::HW_SCROLLBAR_AUTO}: Display scrollbars only if page's size exceeds window's size.
|
93
|
-
#
|
94
|
-
# - {Wx::HTML::HW_NO_SELECTION}: Don't allow the user to select text.
|
95
|
-
#
|
96
|
-
# ### Events emitted by this class
|
97
|
-
#
|
98
|
-
# The following event-handler methods redirect the events to member method or handler blocks for {Wx::HTML::HtmlLinkEvent} events.
|
99
|
-
# Event handler methods for events emitted by this class:
|
100
|
-
#
|
101
|
-
# - {Wx::EvtHandler#evt_html_cell_clicked}(id, meth = nil, &block): A {Wx::HTML::HtmlCell} was clicked.
|
102
|
-
#
|
103
|
-
# - {Wx::EvtHandler#evt_html_cell_hover}(id, meth = nil, &block): The mouse passed over a {Wx::HTML::HtmlCell}.
|
104
|
-
#
|
105
|
-
# - {Wx::EvtHandler#evt_html_link_clicked}(id, meth = nil, &block): A {Wx::HTML::HtmlCell} which contains a hyperlink was clicked.
|
106
|
-
#
|
107
|
-
# Category: {Wx::HTML}
|
108
|
-
# @see Wx::HTML::HtmlLinkEvent
|
109
|
-
# @see Wx::HTML::HtmlCellEvent
|
110
|
-
#
|
111
|
-
#
|
112
|
-
# @wxrb_require USE_HTML
|
113
|
-
class HtmlWindow < ScrolledWindow
|
114
|
-
|
115
|
-
# @overload initialize()
|
116
|
-
# Default ctor.
|
117
|
-
# @return [Wx::HTML::HtmlWindow]
|
118
|
-
# @overload initialize(parent, id=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::HTML::HW_DEFAULT_STYLE, name=("HTML_WINDOW"))
|
119
|
-
# Constructor.
|
120
|
-
#
|
121
|
-
# The parameters are the same as Wx::Scrolled#initialize constructor.
|
122
|
-
# @param parent [Wx::Window]
|
123
|
-
# @param id [Integer]
|
124
|
-
# @param pos [Array(Integer, Integer), Wx::Point]
|
125
|
-
# @param size [Array(Integer, Integer), Wx::Size]
|
126
|
-
# @param style [Integer]
|
127
|
-
# @param name [String]
|
128
|
-
# @return [Wx::HTML::HtmlWindow]
|
129
|
-
def initialize(*args) end
|
130
|
-
|
131
|
-
# Appends HTML fragment to currently displayed text and refreshes the window.
|
132
12
|
#
|
133
|
-
# false if an error occurred, true otherwise.
|
134
|
-
# @param source [String] HTML code fragment
|
135
|
-
# @return [Boolean]
|
136
|
-
def append_to_page(source) end
|
137
|
-
|
138
|
-
# Returns pointer to the top-level container.
|
139
13
|
#
|
140
14
|
#
|
141
|
-
# @
|
142
|
-
|
143
|
-
# @return [Wx::HTML::HtmlContainerCell]
|
144
|
-
def get_internal_representation; end
|
145
|
-
alias_method :internal_representation, :get_internal_representation
|
15
|
+
# @wxrb_require USE_HTML
|
16
|
+
class HtmlURLType < Wx::Enum
|
146
17
|
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
18
|
+
#
|
19
|
+
#
|
20
|
+
HTML_URL_PAGE = Wx::HTML::HtmlURLType.new(0)
|
21
|
+
|
22
|
+
#
|
23
|
+
#
|
24
|
+
HTML_URL_IMAGE = Wx::HTML::HtmlURLType.new(1)
|
25
|
+
|
26
|
+
#
|
27
|
+
#
|
28
|
+
HTML_URL_OTHER = Wx::HTML::HtmlURLType.new(2)
|
29
|
+
|
30
|
+
end # HtmlURLType
|
153
31
|
|
154
|
-
# Returns full location of the opened page.
|
155
32
|
#
|
156
|
-
|
157
|
-
# @return [String]
|
158
|
-
def get_opened_page; end
|
159
|
-
alias_method :opened_page, :get_opened_page
|
160
|
-
|
161
|
-
# Returns title of the opened page or {Wx::EmptyString} if the current page does not contain <TITLE> tag.
|
162
|
-
# @return [String]
|
163
|
-
def get_opened_page_title; end
|
164
|
-
alias_method :opened_page_title, :get_opened_page_title
|
165
|
-
|
166
|
-
# Returns the related frame.
|
167
|
-
# @return [Wx::Frame]
|
168
|
-
def get_related_frame; end
|
169
|
-
alias_method :related_frame, :get_related_frame
|
33
|
+
HW_SCROLLBAR_NEVER = 2
|
170
34
|
|
171
|
-
# Moves back to the previous page.
|
172
35
|
#
|
173
|
-
|
174
|
-
# @return [Boolean]
|
175
|
-
def history_back; end
|
36
|
+
HW_SCROLLBAR_AUTO = 4
|
176
37
|
|
177
|
-
# Returns true if it is possible to go back in the history i.e.
|
178
38
|
#
|
179
|
-
|
180
|
-
# @return [Boolean]
|
181
|
-
def history_can_back; end
|
39
|
+
HW_NO_SELECTION = 8
|
182
40
|
|
183
|
-
# Returns true if it is possible to go forward in the history i.e.
|
184
41
|
#
|
185
|
-
|
186
|
-
# @return [Boolean]
|
187
|
-
def history_can_forward; end
|
42
|
+
HW_DEFAULT_STYLE = 4
|
188
43
|
|
189
|
-
#
|
190
|
-
# @return [void]
|
191
|
-
def history_clear; end
|
192
|
-
|
193
|
-
# Moves to next page in history.
|
44
|
+
# Enum for {Wx::HTML::HtmlWindow#on_opening_url} and Wx::HtmlWindowInterface::OnOpeningURL.
|
194
45
|
#
|
195
|
-
# Only pages displayed using {Wx::HTML::HtmlWindow#load_page} are stored in history list.
|
196
|
-
# @return [Boolean]
|
197
|
-
def history_forward; end
|
198
|
-
|
199
|
-
# Loads an HTML page from a file and displays it.
|
200
46
|
#
|
201
|
-
# false if an error occurred, true otherwise
|
202
|
-
# @see Wx::HTML::HtmlWindow#load_page
|
203
|
-
# @param filename [String]
|
204
|
-
# @return [Boolean]
|
205
|
-
def load_file(filename) end
|
206
|
-
|
207
|
-
# Unlike {Wx::HTML::HtmlWindow#set_page} this function first loads the HTML page from location and then displays it.
|
208
47
|
#
|
209
|
-
#
|
210
|
-
|
211
|
-
# @param location [String] The address of the document. See the wxFileSystem Overview for details on the address format and {Wx::FileSystem} for a description of how the file is opened.
|
212
|
-
# @return [Boolean]
|
213
|
-
def load_page(location) end
|
214
|
-
|
215
|
-
# Called when an URL is being opened (either when the user clicks on a link or an image is loaded).
|
216
|
-
#
|
217
|
-
# The URL will be opened only if {Wx::HTML::HtmlWindow#on_opening_url} returns {Wx::HTML::HtmlOpeningStatus::HTML_OPEN}. This method is called by Wx::HtmlParser::OpenURL.
|
218
|
-
# You can override {Wx::HTML::HtmlWindow#on_opening_url} to selectively block some URLs (e.g. for security reasons) or to redirect them elsewhere. Default behaviour is to always return {Wx::HTML::HtmlOpeningStatus::HTML_OPEN}.
|
219
|
-
#
|
220
|
-
# The return value is:
|
221
|
-
#
|
222
|
-
# - {Wx::HTML::HtmlOpeningStatus::HTML_OPEN}: Open the URL.
|
223
|
-
# - {Wx::HTML::HtmlOpeningStatus::HTML_BLOCK}: Deny access to the URL, Wx::HtmlParser::OpenURL will return NULL.
|
224
|
-
# - {Wx::HTML::HtmlOpeningStatus::HTML_REDIRECT}: Don't open url, redirect to another URL. {Wx::HTML::HtmlWindow#on_opening_url} must fill *redirect with the new URL. {Wx::HTML::HtmlWindow#on_opening_url} will be called again on returned URL.
|
225
|
-
# @param type [Wx::HtmlURLType] Indicates type of the resource. Is one of
|
226
|
-
#
|
227
|
-
# - {Wx::HTML::HtmlURLType::HTML_URL_PAGE}: Opening a HTML page.
|
228
|
-
# - {Wx::HTML::HtmlURLType::HTML_URL_IMAGE}: Opening an image.
|
229
|
-
# - {Wx::HTML::HtmlURLType::HTML_URL_OTHER}: Opening a resource that doesn't fall into any other category.
|
230
|
-
# @param url [String] URL being opened.
|
231
|
-
# @return [Wx::HtmlOpeningStatus]
|
232
|
-
def on_opening_url(type, url) end
|
233
|
-
|
234
|
-
# Called on parsing <TITLE> tag.
|
235
|
-
# @param title [String]
|
236
|
-
# @return [void]
|
237
|
-
def on_set_title(title) end
|
48
|
+
# @wxrb_require USE_HTML
|
49
|
+
class HtmlOpeningStatus < Wx::Enum
|
238
50
|
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
51
|
+
# Open the requested URL.
|
52
|
+
#
|
53
|
+
HTML_OPEN = Wx::HTML::HtmlOpeningStatus.new(0)
|
54
|
+
|
55
|
+
# Do not open the URL.
|
56
|
+
#
|
57
|
+
HTML_BLOCK = Wx::HTML::HtmlOpeningStatus.new(1)
|
58
|
+
|
59
|
+
# Redirect to another URL (returned from OnOpeningURL)
|
60
|
+
#
|
61
|
+
HTML_REDIRECT = Wx::HTML::HtmlOpeningStatus.new(2)
|
62
|
+
|
63
|
+
end # HtmlOpeningStatus
|
246
64
|
|
247
|
-
# Selects all text in the window.
|
248
65
|
#
|
249
66
|
#
|
250
|
-
|
251
|
-
# @see Wx::HTML::HtmlWindow#select_word
|
252
|
-
# @return [void]
|
253
|
-
def select_all; end
|
254
|
-
|
255
|
-
# Selects the line of text that pos points at.
|
256
|
-
#
|
257
|
-
# Note that pos is relative to the top of displayed page, not to window's origin, use Wx::Scrolled#calc_unscrolled_position to convert physical coordinate.
|
258
|
-
# @see Wx::HTML::HtmlWindow#select_all
|
259
|
-
# @see Wx::HTML::HtmlWindow#select_word
|
260
|
-
# @param pos [Array(Integer, Integer), Wx::Point]
|
261
|
-
# @return [void]
|
262
|
-
def select_line(pos) end
|
263
|
-
|
264
|
-
# Selects the word at position pos.
|
265
|
-
#
|
266
|
-
# Note that pos is relative to the top of displayed page, not to window's origin, use Wx::Scrolled#calc_unscrolled_position to convert physical coordinate.
|
267
|
-
# @see Wx::HTML::HtmlWindow#select_all
|
268
|
-
# @see Wx::HTML::HtmlWindow#select_line
|
269
|
-
# @param pos [Array(Integer, Integer), Wx::Point]
|
270
|
-
# @return [void]
|
271
|
-
def select_word(pos) end
|
67
|
+
EVT_HTML_CELL_CLICKED = 10348
|
272
68
|
|
273
|
-
# Returns the current selection as plain text.
|
274
69
|
#
|
275
|
-
# Returns an empty string if no text is currently selected.
|
276
|
-
# @return [String]
|
277
|
-
def selection_to_text; end
|
278
|
-
|
279
|
-
# This function sets the space between border of window and HTML contents.
|
280
70
|
#
|
281
|
-
|
282
|
-
# @param b [Integer] indentation from borders in pixels
|
283
|
-
# @return [void]
|
284
|
-
def set_borders(b) end
|
285
|
-
alias_method :borders=, :set_borders
|
286
|
-
|
287
|
-
# This function sets font sizes and faces.
|
288
|
-
#
|
289
|
-
# See Wx::HtmlDCRenderer::SetFonts for detailed description.
|
290
|
-
# @see SetSize()
|
291
|
-
# @param normal_face [String]
|
292
|
-
# @param fixed_face [String]
|
293
|
-
# @param sizes [Array(Integer,Integer,Integer,Integer,Integer,Integer,Integer), nil]
|
294
|
-
# @return [void]
|
295
|
-
def set_fonts(normal_face, fixed_face, sizes=nil) end
|
296
|
-
|
297
|
-
# Sets default font sizes and/or default font size.
|
298
|
-
#
|
299
|
-
# See Wx::HtmlDCRenderer::SetStandardFonts for detailed description.
|
300
|
-
# @see Wx::HTML::HtmlWindow#set_fonts
|
301
|
-
# @param size [Integer]
|
302
|
-
# @param normal_face [String]
|
303
|
-
# @param fixed_face [String]
|
304
|
-
# @return [void]
|
305
|
-
def set_standard_fonts(size=-1, normal_face=(''), fixed_face=('')) end
|
306
|
-
alias_method :standard_fonts=, :set_standard_fonts
|
71
|
+
EVT_HTML_CELL_HOVER = 10349
|
307
72
|
|
308
|
-
# Sets the source of a page and displays it, for example:
|
309
73
|
#
|
310
|
-
# ```ruby
|
311
|
-
# htmlwin.set_page('<html><body>Hello, world!</body></html>')
|
312
|
-
# ```
|
313
74
|
#
|
314
|
-
|
315
|
-
#
|
316
|
-
# false if an error occurred, true otherwise.
|
317
|
-
# @param source [String] The HTML to be displayed.
|
318
|
-
# @return [Boolean]
|
319
|
-
def set_page(source) end
|
320
|
-
alias_method :page=, :set_page
|
75
|
+
EVT_HTML_LINK_CLICKED = 10350
|
321
76
|
|
322
|
-
#
|
77
|
+
# {Wx::HTML::HtmlWindow} is probably the only class you will directly use unless you want to do something special (like adding new tag handlers or MIME filters).
|
323
78
|
#
|
324
|
-
#
|
325
|
-
# @param frame [Wx::Frame]
|
326
|
-
# @param format [String]
|
327
|
-
# @return [void]
|
328
|
-
def set_related_frame(frame, format) end
|
329
|
-
|
330
|
-
# @overload set_related_status_bar(index)
|
331
|
-
# <b>After</b> calling {Wx::HTML::HtmlWindow#set_related_frame}, this sets statusbar slot where messages will be displayed.
|
332
|
-
#
|
333
|
-
# (Default is -1 = no messages.)
|
334
|
-
# @param index [Integer] Statusbar slot number (0..n)
|
335
|
-
# @return [void]
|
336
|
-
# @overload set_related_status_bar(statusbar, index=0)
|
337
|
-
# <b>Sets</b> the associated statusbar where messages will be displayed.
|
338
|
-
#
|
339
|
-
# Call this instead of {Wx::HTML::HtmlWindow#set_related_frame} if you want statusbar updates only, no changing of the frame title.
|
340
|
-
# @param statusbar [Wx::StatusBar] Statusbar pointer
|
341
|
-
# @param index [Integer] Statusbar slot number (0..n)
|
342
|
-
# @return [void]
|
343
|
-
def set_related_status_bar(*args) end
|
344
|
-
alias_method :related_status_bar=, :set_related_status_bar
|
345
|
-
|
346
|
-
# Returns content of currently displayed page as plain text.
|
347
|
-
# @return [String]
|
348
|
-
def to_text; end
|
349
|
-
|
350
|
-
# Saves custom settings into {Wx::Config}.
|
351
|
-
#
|
352
|
-
# It uses the path 'path' if given, otherwise it saves info into currently selected path. Regardless of whether the path is given or not, the function creates sub-path {Wx::HTML::HtmlWindow}.
|
353
|
-
# Saved values: all things set by {Wx::HTML::HtmlWindow#set_fonts}, {Wx::HTML::HtmlWindow#set_borders}.
|
354
|
-
# @param cfg [Wx::ConfigBase] {Wx::Config} to which you want to save the configuration.
|
355
|
-
# @param path [String] Optional path in config tree. If not given, the current path is used.
|
356
|
-
# @return [void]
|
357
|
-
def write_customization(cfg, path=('')) end
|
358
|
-
|
359
|
-
# Adds an input filter to the static list of available filters.
|
79
|
+
# The purpose of this class is to display rich content pages (either local file or downloaded via HTTP protocol) in a window based on a subset of the HTML standard. The width of the window is constant, given in the constructor and virtual height is changed dynamically depending on page size. Once the window is created you can set its content by calling {Wx::HTML::HtmlWindow#set_page} with raw HTML, {Wx::HTML::HtmlWindow#load_page} with a {Wx::FileSystem} location or {Wx::HTML::HtmlWindow#load_file} with a filename.
|
360
80
|
#
|
361
|
-
#
|
81
|
+
# <div class="wxrb-note">
|
82
|
+
# <b>Note:</b>
|
83
|
+
# <p>If you want complete HTML/CSS support as well as a Javascript engine, consider using {Wx::WebView} instead.
|
84
|
+
# </p>
|
85
|
+
# </div>
|
362
86
|
#
|
363
|
-
#
|
364
|
-
#
|
365
|
-
# text/plain
|
366
|
-
# image/*
|
367
|
-
# ```
|
368
|
-
#
|
369
|
-
# The plain text filter will be used if no other filter matches.
|
370
|
-
# @param filter [Wx::HTML::HtmlFilter]
|
371
|
-
# @return [void]
|
372
|
-
def self.add_filter(filter) end
|
373
|
-
|
374
|
-
# Retrieves the default cursor for a given HTMLCursor type.
|
375
|
-
# @param type [Integer] HTMLCursor type to retrieve.
|
376
|
-
# @return [Wx::Cursor]
|
377
|
-
def self.get_default_html_cursor(type) end
|
378
|
-
|
379
|
-
# Sets the default cursor for a given HTMLCursor type.
|
87
|
+
# {Wx::HTML::HtmlWindow} uses the {Wx::Image} class for displaying images, so you need to initialize the handlers for any image formats you use before loading a page. See {Wx::InitAllImageHandlers} and {Wx::Image.add_handler}.
|
88
|
+
# ### Styles
|
380
89
|
#
|
381
|
-
#
|
382
|
-
#
|
383
|
-
#
|
384
|
-
#
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
#
|
401
|
-
# @
|
402
|
-
|
403
|
-
|
404
|
-
#
|
405
|
-
#
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
90
|
+
# This class supports the following styles:
|
91
|
+
#
|
92
|
+
# - {Wx::HTML::HW_SCROLLBAR_NEVER}: Never display scrollbars, not even when the page is larger than the window.
|
93
|
+
#
|
94
|
+
# - {Wx::HTML::HW_SCROLLBAR_AUTO}: Display scrollbars only if page's size exceeds window's size.
|
95
|
+
#
|
96
|
+
# - {Wx::HTML::HW_NO_SELECTION}: Don't allow the user to select text.
|
97
|
+
#
|
98
|
+
# ### Events emitted by this class
|
99
|
+
#
|
100
|
+
# The following event-handler methods redirect the events to member method or handler blocks for {Wx::HTML::HtmlLinkEvent} events.
|
101
|
+
# Event handler methods for events emitted by this class:
|
102
|
+
#
|
103
|
+
# - {Wx::EvtHandler#evt_html_cell_clicked}(id, meth = nil, &block): A {Wx::HTML::HtmlCell} was clicked.
|
104
|
+
#
|
105
|
+
# - {Wx::EvtHandler#evt_html_cell_hover}(id, meth = nil, &block): The mouse passed over a {Wx::HTML::HtmlCell}.
|
106
|
+
#
|
107
|
+
# - {Wx::EvtHandler#evt_html_link_clicked}(id, meth = nil, &block): A {Wx::HTML::HtmlCell} which contains a hyperlink was clicked.
|
108
|
+
#
|
109
|
+
# Category: {Wx::HTML}
|
110
|
+
# @see Wx::HTML::HtmlLinkEvent
|
111
|
+
# @see Wx::HTML::HtmlCellEvent
|
112
|
+
#
|
113
|
+
#
|
114
|
+
# @wxrb_require USE_HTML
|
115
|
+
class HtmlWindow < ScrolledWindow
|
116
|
+
|
117
|
+
# @overload initialize()
|
118
|
+
# Default ctor.
|
119
|
+
# @return [Wx::HTML::HtmlWindow]
|
120
|
+
# @overload initialize(parent, id=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::HTML::HW_DEFAULT_STYLE, name=("HTML_WINDOW"))
|
121
|
+
# Constructor.
|
122
|
+
#
|
123
|
+
# The parameters are the same as Wx::Scrolled#initialize constructor.
|
124
|
+
# @param parent [Wx::Window]
|
125
|
+
# @param id [Integer]
|
126
|
+
# @param pos [Array(Integer, Integer), Wx::Point]
|
127
|
+
# @param size [Array(Integer, Integer), Wx::Size]
|
128
|
+
# @param style [Integer]
|
129
|
+
# @param name [String]
|
130
|
+
# @return [Wx::HTML::HtmlWindow]
|
131
|
+
def initialize(*args) end
|
132
|
+
|
133
|
+
# Appends HTML fragment to currently displayed text and refreshes the window.
|
134
|
+
#
|
135
|
+
# false if an error occurred, true otherwise.
|
136
|
+
# @param source [String] HTML code fragment
|
137
|
+
# @return [Boolean]
|
138
|
+
def append_to_page(source) end
|
139
|
+
|
140
|
+
# Returns pointer to the top-level container.
|
141
|
+
#
|
142
|
+
#
|
143
|
+
# @see Cells and Containers
|
144
|
+
# @see Printing Framework Overview
|
145
|
+
# @return [Wx::HTML::HtmlContainerCell]
|
146
|
+
def get_internal_representation; end
|
147
|
+
alias_method :internal_representation, :get_internal_representation
|
148
|
+
|
149
|
+
# Returns anchor within currently opened page (see {Wx::HTML::HtmlWindow#get_opened_page}).
|
150
|
+
#
|
151
|
+
# If no page is opened or if the displayed page wasn't produced by call to {Wx::HTML::HtmlWindow#load_page}, empty string is returned.
|
152
|
+
# @return [String]
|
153
|
+
def get_opened_anchor; end
|
154
|
+
alias_method :opened_anchor, :get_opened_anchor
|
155
|
+
|
156
|
+
# Returns full location of the opened page.
|
157
|
+
#
|
158
|
+
# If no page is opened or if the displayed page wasn't produced by call to {Wx::HTML::HtmlWindow#load_page}, empty string is returned.
|
159
|
+
# @return [String]
|
160
|
+
def get_opened_page; end
|
161
|
+
alias_method :opened_page, :get_opened_page
|
162
|
+
|
163
|
+
# Returns title of the opened page or {Wx::EmptyString} if the current page does not contain <TITLE> tag.
|
164
|
+
# @return [String]
|
165
|
+
def get_opened_page_title; end
|
166
|
+
alias_method :opened_page_title, :get_opened_page_title
|
167
|
+
|
168
|
+
# Returns the related frame.
|
169
|
+
# @return [Wx::Frame]
|
170
|
+
def get_related_frame; end
|
171
|
+
alias_method :related_frame, :get_related_frame
|
172
|
+
|
173
|
+
# Moves back to the previous page.
|
174
|
+
#
|
175
|
+
# Only pages displayed using {Wx::HTML::HtmlWindow#load_page} are stored in history list.
|
176
|
+
# @return [Boolean]
|
177
|
+
def history_back; end
|
178
|
+
|
179
|
+
# Returns true if it is possible to go back in the history i.e.
|
180
|
+
#
|
181
|
+
# {Wx::HTML::HtmlWindow#history_back} won't fail.
|
182
|
+
# @return [Boolean]
|
183
|
+
def history_can_back; end
|
184
|
+
|
185
|
+
# Returns true if it is possible to go forward in the history i.e.
|
186
|
+
#
|
187
|
+
# {Wx::HTML::HtmlWindow#history_forward} won't fail.
|
188
|
+
# @return [Boolean]
|
189
|
+
def history_can_forward; end
|
190
|
+
|
191
|
+
# Clears history.
|
192
|
+
# @return [void]
|
193
|
+
def history_clear; end
|
194
|
+
|
195
|
+
# Moves to next page in history.
|
196
|
+
#
|
197
|
+
# Only pages displayed using {Wx::HTML::HtmlWindow#load_page} are stored in history list.
|
198
|
+
# @return [Boolean]
|
199
|
+
def history_forward; end
|
200
|
+
|
201
|
+
# Loads an HTML page from a file and displays it.
|
202
|
+
#
|
203
|
+
# false if an error occurred, true otherwise
|
204
|
+
# @see Wx::HTML::HtmlWindow#load_page
|
205
|
+
# @param filename [String]
|
206
|
+
# @return [Boolean]
|
207
|
+
def load_file(filename) end
|
208
|
+
|
209
|
+
# Unlike {Wx::HTML::HtmlWindow#set_page} this function first loads the HTML page from location and then displays it.
|
210
|
+
#
|
211
|
+
# false if an error occurred, true otherwise
|
212
|
+
# @see Wx::HTML::HtmlWindow#load_file
|
213
|
+
# @param location [String] The address of the document. See the wxFileSystem Overview for details on the address format and {Wx::FileSystem} for a description of how the file is opened.
|
214
|
+
# @return [Boolean]
|
215
|
+
def load_page(location) end
|
216
|
+
|
217
|
+
# Called when an URL is being opened (either when the user clicks on a link or an image is loaded).
|
218
|
+
#
|
219
|
+
# The URL will be opened only if {Wx::HTML::HtmlWindow#on_opening_url} returns {Wx::HTML::HtmlOpeningStatus::HTML_OPEN}. This method is called by Wx::HtmlParser::OpenURL.
|
220
|
+
# You can override {Wx::HTML::HtmlWindow#on_opening_url} to selectively block some URLs (e.g. for security reasons) or to redirect them elsewhere. Default behaviour is to always return {Wx::HTML::HtmlOpeningStatus::HTML_OPEN}.
|
221
|
+
#
|
222
|
+
# The return value is:
|
223
|
+
#
|
224
|
+
# - {Wx::HTML::HtmlOpeningStatus::HTML_OPEN}: Open the URL.
|
225
|
+
# - {Wx::HTML::HtmlOpeningStatus::HTML_BLOCK}: Deny access to the URL, Wx::HtmlParser::OpenURL will return NULL.
|
226
|
+
# - {Wx::HTML::HtmlOpeningStatus::HTML_REDIRECT}: Don't open url, redirect to another URL. {Wx::HTML::HtmlWindow#on_opening_url} must fill *redirect with the new URL. {Wx::HTML::HtmlWindow#on_opening_url} will be called again on returned URL.
|
227
|
+
# @param type [Wx::HtmlURLType] Indicates type of the resource. Is one of
|
228
|
+
#
|
229
|
+
# - {Wx::HTML::HtmlURLType::HTML_URL_PAGE}: Opening a HTML page.
|
230
|
+
# - {Wx::HTML::HtmlURLType::HTML_URL_IMAGE}: Opening an image.
|
231
|
+
# - {Wx::HTML::HtmlURLType::HTML_URL_OTHER}: Opening a resource that doesn't fall into any other category.
|
232
|
+
# @param url [String] URL being opened.
|
233
|
+
# @return [Wx::HtmlOpeningStatus]
|
234
|
+
def on_opening_url(type, url) end
|
235
|
+
|
236
|
+
# Called on parsing <TITLE> tag.
|
237
|
+
# @param title [String]
|
238
|
+
# @return [void]
|
239
|
+
def on_set_title(title) end
|
240
|
+
|
241
|
+
# This reads custom settings from {Wx::Config}.
|
242
|
+
#
|
243
|
+
# It uses the path 'path' if given, otherwise it saves info into currently selected path. The values are stored in sub-path {Wx::HTML::HtmlWindow}. Read values: all things set by {Wx::HTML::HtmlWindow#set_fonts}, {Wx::HTML::HtmlWindow#set_borders}.
|
244
|
+
# @param cfg [Wx::ConfigBase] {Wx::Config} from which you want to read the configuration.
|
245
|
+
# @param path [String] Optional path in config tree. If not given current path is used.
|
246
|
+
# @return [void]
|
247
|
+
def read_customization(cfg, path=('')) end
|
248
|
+
|
249
|
+
# Selects all text in the window.
|
250
|
+
#
|
251
|
+
#
|
252
|
+
# @see Wx::HTML::HtmlWindow#select_line
|
253
|
+
# @see Wx::HTML::HtmlWindow#select_word
|
254
|
+
# @return [void]
|
255
|
+
def select_all; end
|
256
|
+
|
257
|
+
# Selects the line of text that pos points at.
|
258
|
+
#
|
259
|
+
# Note that pos is relative to the top of displayed page, not to window's origin, use Wx::Scrolled#calc_unscrolled_position to convert physical coordinate.
|
260
|
+
# @see Wx::HTML::HtmlWindow#select_all
|
261
|
+
# @see Wx::HTML::HtmlWindow#select_word
|
262
|
+
# @param pos [Array(Integer, Integer), Wx::Point]
|
263
|
+
# @return [void]
|
264
|
+
def select_line(pos) end
|
265
|
+
|
266
|
+
# Selects the word at position pos.
|
267
|
+
#
|
268
|
+
# Note that pos is relative to the top of displayed page, not to window's origin, use Wx::Scrolled#calc_unscrolled_position to convert physical coordinate.
|
269
|
+
# @see Wx::HTML::HtmlWindow#select_all
|
270
|
+
# @see Wx::HTML::HtmlWindow#select_line
|
271
|
+
# @param pos [Array(Integer, Integer), Wx::Point]
|
272
|
+
# @return [void]
|
273
|
+
def select_word(pos) end
|
274
|
+
|
275
|
+
# Returns the current selection as plain text.
|
276
|
+
#
|
277
|
+
# Returns an empty string if no text is currently selected.
|
278
|
+
# @return [String]
|
279
|
+
def selection_to_text; end
|
280
|
+
|
281
|
+
# This function sets the space between border of window and HTML contents.
|
282
|
+
#
|
283
|
+
# See image:
|
284
|
+
# @param b [Integer] indentation from borders in pixels
|
285
|
+
# @return [void]
|
286
|
+
def set_borders(b) end
|
287
|
+
alias_method :borders=, :set_borders
|
288
|
+
|
289
|
+
# This function sets font sizes and faces.
|
290
|
+
#
|
291
|
+
# See Wx::HtmlDCRenderer::SetFonts for detailed description.
|
292
|
+
# @see SetSize()
|
293
|
+
# @param normal_face [String]
|
294
|
+
# @param fixed_face [String]
|
295
|
+
# @param sizes [Array(Integer,Integer,Integer,Integer,Integer,Integer,Integer), nil]
|
296
|
+
# @return [void]
|
297
|
+
def set_fonts(normal_face, fixed_face, sizes=nil) end
|
298
|
+
|
299
|
+
# Sets default font sizes and/or default font size.
|
300
|
+
#
|
301
|
+
# See Wx::HtmlDCRenderer::SetStandardFonts for detailed description.
|
302
|
+
# @see Wx::HTML::HtmlWindow#set_fonts
|
303
|
+
# @param size [Integer]
|
304
|
+
# @param normal_face [String]
|
305
|
+
# @param fixed_face [String]
|
306
|
+
# @return [void]
|
307
|
+
def set_standard_fonts(size=-1, normal_face=(''), fixed_face=('')) end
|
308
|
+
alias_method :standard_fonts=, :set_standard_fonts
|
309
|
+
|
310
|
+
# Sets the source of a page and displays it, for example:
|
311
|
+
#
|
312
|
+
# ```ruby
|
313
|
+
# htmlwin.set_page('<html><body>Hello, world!</body></html>')
|
314
|
+
# ```
|
315
|
+
#
|
316
|
+
# If you want to load a document from some location use {Wx::HTML::HtmlWindow#load_page} instead.
|
317
|
+
#
|
318
|
+
# false if an error occurred, true otherwise.
|
319
|
+
# @param source [String] The HTML to be displayed.
|
320
|
+
# @return [Boolean]
|
321
|
+
def set_page(source) end
|
322
|
+
alias_method :page=, :set_page
|
323
|
+
|
324
|
+
# Sets the frame in which page title will be displayed.
|
325
|
+
#
|
326
|
+
# format is the format of the frame title, e.g. "HtmlHelp : %s". It must contain exactly one s. This s is substituted with HTML page title.
|
327
|
+
# @param frame [Wx::Frame]
|
328
|
+
# @param format [String]
|
329
|
+
# @return [void]
|
330
|
+
def set_related_frame(frame, format) end
|
331
|
+
|
332
|
+
# @overload set_related_status_bar(index)
|
333
|
+
# <b>After</b> calling {Wx::HTML::HtmlWindow#set_related_frame}, this sets statusbar slot where messages will be displayed.
|
334
|
+
#
|
335
|
+
# (Default is -1 = no messages.)
|
336
|
+
# @param index [Integer] Statusbar slot number (0..n)
|
337
|
+
# @return [void]
|
338
|
+
# @overload set_related_status_bar(statusbar, index=0)
|
339
|
+
# <b>Sets</b> the associated statusbar where messages will be displayed.
|
340
|
+
#
|
341
|
+
# Call this instead of {Wx::HTML::HtmlWindow#set_related_frame} if you want statusbar updates only, no changing of the frame title.
|
342
|
+
# @param statusbar [Wx::StatusBar] Statusbar pointer
|
343
|
+
# @param index [Integer] Statusbar slot number (0..n)
|
344
|
+
# @return [void]
|
345
|
+
def set_related_status_bar(*args) end
|
346
|
+
alias_method :related_status_bar=, :set_related_status_bar
|
347
|
+
|
348
|
+
# Returns content of currently displayed page as plain text.
|
349
|
+
# @return [String]
|
350
|
+
def to_text; end
|
351
|
+
|
352
|
+
# Saves custom settings into {Wx::Config}.
|
353
|
+
#
|
354
|
+
# It uses the path 'path' if given, otherwise it saves info into currently selected path. Regardless of whether the path is given or not, the function creates sub-path {Wx::HTML::HtmlWindow}.
|
355
|
+
# Saved values: all things set by {Wx::HTML::HtmlWindow#set_fonts}, {Wx::HTML::HtmlWindow#set_borders}.
|
356
|
+
# @param cfg [Wx::ConfigBase] {Wx::Config} to which you want to save the configuration.
|
357
|
+
# @param path [String] Optional path in config tree. If not given, the current path is used.
|
358
|
+
# @return [void]
|
359
|
+
def write_customization(cfg, path=('')) end
|
360
|
+
|
361
|
+
# Adds an input filter to the static list of available filters.
|
362
|
+
#
|
363
|
+
# These filters are present by default:
|
364
|
+
#
|
365
|
+
# ```
|
366
|
+
# text/html
|
367
|
+
# text/plain
|
368
|
+
# image/*
|
369
|
+
# ```
|
370
|
+
#
|
371
|
+
# The plain text filter will be used if no other filter matches.
|
372
|
+
# @param filter [Wx::HTML::HtmlFilter]
|
373
|
+
# @return [void]
|
374
|
+
def self.add_filter(filter) end
|
375
|
+
|
376
|
+
# Retrieves the default cursor for a given HTMLCursor type.
|
377
|
+
# @param type [Integer] HTMLCursor type to retrieve.
|
378
|
+
# @return [Wx::Cursor]
|
379
|
+
def self.get_default_html_cursor(type) end
|
380
|
+
|
381
|
+
# Sets the default cursor for a given HTMLCursor type.
|
382
|
+
#
|
383
|
+
# These cursors are used for all {Wx::HTML::HtmlWindow} objects by default, but can be overridden on a per-window basis.
|
384
|
+
# @param type [Integer] HTMLCursor type to retrieve.
|
385
|
+
# @param cursor [Wx::Cursor] The default cursor for the specified cursor type.
|
386
|
+
# @return [void]
|
387
|
+
def self.set_default_html_cursor(type, cursor) end
|
388
|
+
|
389
|
+
end # HtmlWindow
|
390
|
+
|
391
|
+
# This class is the parent class of input filters for {Wx::HTML::HtmlWindow}.
|
392
|
+
#
|
393
|
+
# It allows you to read and display files of different file formats.
|
394
|
+
#
|
395
|
+
# Category: {Wx::HTML}
|
396
|
+
# @see Input Filters
|
397
|
+
#
|
398
|
+
#
|
399
|
+
# @wxrb_require USE_HTML
|
400
|
+
class HtmlFilter < Object
|
401
|
+
|
402
|
+
# Constructor.
|
403
|
+
# @return [Wx::HTML::HtmlFilter]
|
404
|
+
def initialize; end
|
405
|
+
|
406
|
+
# Returns true if this filter is capable of reading file file.
|
407
|
+
#
|
408
|
+
# Example:
|
409
|
+
# ```ruby
|
410
|
+
# class MyFilter < Wx::HTML::HtmlFilter
|
411
|
+
# # ...
|
412
|
+
#
|
413
|
+
# def can_read(file)
|
414
|
+
# file.get_mime_type == 'application/x-ugh'
|
415
|
+
# end
|
416
|
+
#
|
417
|
+
# # ...
|
418
|
+
# end
|
419
|
+
# ```
|
420
|
+
# @param file [Wx::FSFile]
|
421
|
+
# @return [Boolean]
|
422
|
+
def can_read(file) end
|
423
|
+
alias_method :can_read?, :can_read
|
424
|
+
|
425
|
+
# Reads the file and returns string with HTML document.
|
426
|
+
#
|
427
|
+
# Example:
|
428
|
+
# ```ruby
|
429
|
+
# class MyFilter < Wx::HTML::HtmlFilter
|
430
|
+
# # ...
|
431
|
+
#
|
432
|
+
# def read_file(file)
|
433
|
+
# '<html><body><img src="' + file.get_location + '"></body></html>'
|
434
|
+
# end
|
435
|
+
#
|
436
|
+
# # ...
|
437
|
+
# end
|
438
|
+
# ```
|
439
|
+
# @param file [Wx::FSFile]
|
440
|
+
# @return [String]
|
441
|
+
def read_file(file) end
|
442
|
+
|
443
|
+
end # HtmlFilter
|
422
444
|
|
423
|
-
# Reads the file and returns string with HTML document.
|
424
|
-
#
|
425
|
-
# Example:
|
426
|
-
# ```ruby
|
427
|
-
# class MyFilter < Wx::HTML::HtmlFilter
|
428
|
-
# # ...
|
429
|
-
#
|
430
|
-
# def read_file(file)
|
431
|
-
# '<html><body><img src="' + file.get_location + '"></body></html>'
|
432
|
-
# end
|
433
|
-
#
|
434
|
-
# # ...
|
435
|
-
# end
|
436
|
-
# ```
|
437
|
-
# @param file [Wx::FSFile]
|
438
|
-
# @return [String]
|
439
|
-
def read_file(file) end
|
440
|
-
|
441
|
-
end # HtmlFilter
|
442
|
-
|
443
445
|
|
444
|
-
end
|
446
|
+
end
|
447
|
+
|
448
|
+
end
|