wxruby3 0.9.0-x64-mingw-ucrt → 0.9.2-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/.yardopts +1 -0
- 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/aui/aui_tab_ctrl.rb +18 -0
- data/lib/wx/aui/auinotebook.rb +6 -2
- data/lib/wx/aui/require.rb +1 -0
- data/lib/wx/core/app.rb +2 -2
- data/lib/wx/core/collapsible_pane.rb +1 -1
- data/lib/wx/core/const.rb +83 -0
- data/lib/wx/core/controlwithitems.rb +8 -6
- data/lib/wx/core/events/evt_list.rb +24 -0
- data/lib/wx/core/menu.rb +10 -0
- data/lib/wx/core/notebook.rb +6 -2
- data/lib/wx/core/sizer.rb +11 -0
- data/lib/wx/core/task_bar_button.rb +19 -0
- data/lib/wx/core/textctrl.rb +11 -1
- data/lib/wx/core/{treectrl.rb → tree_ctrl.rb} +31 -12
- data/lib/wx/core/window.rb +10 -0
- data/lib/wx/doc/app.rb +48 -38
- data/lib/wx/doc/art_locator.rb +47 -43
- data/lib/wx/doc/aui/auimanager.rb +16 -8
- data/lib/wx/doc/aui/auinotebook.rb +20 -5
- data/lib/wx/doc/clipboard.rb +11 -7
- data/lib/wx/doc/colour_dialog.rb +14 -10
- data/lib/wx/doc/const.rb +66 -66
- data/lib/wx/doc/controlwithitems.rb +17 -7
- data/lib/wx/doc/data_object.rb +2 -2
- data/lib/wx/doc/event.rb +0 -6
- data/lib/wx/doc/evthandler.rb +113 -108
- data/lib/wx/doc/font.rb +1 -0
- data/lib/wx/doc/functions.rb +9 -9
- data/lib/wx/doc/gc_dc.rb +6 -1
- data/lib/wx/doc/gen/about_dialog_info.rb +1 -2
- data/lib/wx/doc/gen/accelerator.rb +14 -5
- data/lib/wx/doc/gen/accessible.rb +35 -47
- data/lib/wx/doc/gen/activity_indicator.rb +6 -7
- data/lib/wx/doc/gen/animation.rb +7 -3
- data/lib/wx/doc/gen/animation_ctrl.rb +8 -9
- data/lib/wx/doc/gen/any_button.rb +6 -1
- data/lib/wx/doc/gen/app.rb +7 -5
- data/lib/wx/doc/gen/app_traits.rb +27 -10
- data/lib/wx/doc/gen/art_provider.rb +20 -8
- data/lib/wx/doc/gen/aui/aui_dock_art.rb +6 -3
- data/lib/wx/doc/gen/aui/aui_floating_frame.rb +1 -0
- data/lib/wx/doc/gen/aui/aui_manager.rb +11 -7
- data/lib/wx/doc/gen/aui/aui_manager_event.rb +3 -4
- data/lib/wx/doc/gen/aui/aui_mdi_child_frame.rb +3 -2
- data/lib/wx/doc/gen/aui/aui_mdi_client_window.rb +1 -0
- data/lib/wx/doc/gen/aui/aui_mdi_parent_frame.rb +8 -3
- data/lib/wx/doc/gen/aui/aui_notebook.rb +14 -8
- data/lib/wx/doc/gen/aui/aui_notebook_event.rb +4 -4
- data/lib/wx/doc/gen/aui/aui_pane_info.rb +9 -2
- data/lib/wx/doc/gen/aui/aui_tab_art.rb +3 -3
- data/lib/wx/doc/gen/aui/aui_tab_ctrl.rb +2 -2
- data/lib/wx/doc/gen/aui/aui_tool_bar.rb +9 -6
- data/lib/wx/doc/gen/aui/aui_tool_bar_art.rb +2 -2
- data/lib/wx/doc/gen/aui/aui_tool_bar_event.rb +5 -8
- data/lib/wx/doc/gen/aui/aui_tool_bar_item.rb +1 -1
- data/lib/wx/doc/gen/aui/event_list.rb +164 -160
- data/lib/wx/doc/gen/banner_window.rb +3 -3
- data/lib/wx/doc/gen/bitmap.rb +34 -17
- data/lib/wx/doc/gen/bitmap_button.rb +13 -10
- data/lib/wx/doc/gen/bitmap_combo_box.rb +16 -12
- data/lib/wx/doc/gen/book_ctrl_base.rb +16 -4
- data/lib/wx/doc/gen/book_ctrl_event.rb +7 -3
- data/lib/wx/doc/gen/box_sizer.rb +0 -1
- data/lib/wx/doc/gen/brush.rb +5 -2
- data/lib/wx/doc/gen/busy_info.rb +2 -2
- data/lib/wx/doc/gen/button.rb +25 -13
- data/lib/wx/doc/gen/calculate_layout_event.rb +1 -3
- data/lib/wx/doc/gen/calendar_ctrl.rb +18 -15
- data/lib/wx/doc/gen/calendar_date_attr.rb +1 -1
- data/lib/wx/doc/gen/calendar_event.rb +4 -3
- data/lib/wx/doc/gen/caret.rb +0 -1
- data/lib/wx/doc/gen/check_box.rb +9 -9
- data/lib/wx/doc/gen/check_list_box.rb +8 -9
- data/lib/wx/doc/gen/choice.rb +18 -11
- data/lib/wx/doc/gen/choicebook.rb +6 -7
- data/lib/wx/doc/gen/client_dc.rb +5 -2
- data/lib/wx/doc/gen/clipboard.rb +7 -3
- data/lib/wx/doc/gen/collapsible_pane.rb +8 -9
- data/lib/wx/doc/gen/collapsible_pane_event.rb +2 -3
- data/lib/wx/doc/gen/colour.rb +8 -4
- data/lib/wx/doc/gen/colour_dialog.rb +6 -8
- data/lib/wx/doc/gen/colour_picker_ctrl.rb +11 -12
- data/lib/wx/doc/gen/colour_picker_event.rb +4 -5
- data/lib/wx/doc/gen/combo_box.rb +20 -17
- data/lib/wx/doc/gen/combo_ctrl.rb +100 -37
- data/lib/wx/doc/gen/command_link_button.rb +6 -7
- data/lib/wx/doc/gen/context_help_button.rb +7 -3
- data/lib/wx/doc/gen/control.rb +12 -10
- data/lib/wx/doc/gen/control_with_items.rb +0 -1
- data/lib/wx/doc/gen/core.rb +4 -4
- data/lib/wx/doc/gen/cursor.rb +6 -8
- data/lib/wx/doc/gen/data_format.rb +6 -1
- data/lib/wx/doc/gen/data_object.rb +16 -14
- data/lib/wx/doc/gen/date_event.rb +2 -2
- data/lib/wx/doc/gen/date_picker_ctrl.rb +14 -10
- data/lib/wx/doc/gen/dc.rb +155 -37
- data/lib/wx/doc/gen/defs.rb +54 -54
- data/lib/wx/doc/gen/dial_up_event.rb +41 -0
- data/lib/wx/doc/gen/dial_up_manager.rb +137 -0
- data/lib/wx/doc/gen/dialog.rb +35 -15
- data/lib/wx/doc/gen/dir_dialog.rb +17 -5
- data/lib/wx/doc/gen/dir_filter_list_ctrl.rb +1 -0
- data/lib/wx/doc/gen/dir_picker_ctrl.rb +11 -12
- data/lib/wx/doc/gen/drag_drop.rb +11 -10
- data/lib/wx/doc/gen/drag_image.rb +6 -2
- data/lib/wx/doc/gen/editable_list_box.rb +4 -4
- data/lib/wx/doc/gen/event.rb +42 -20
- data/lib/wx/doc/gen/event_blocker.rb +1 -3
- data/lib/wx/doc/gen/event_list.rb +1656 -1624
- data/lib/wx/doc/gen/events.rb +170 -181
- data/lib/wx/doc/gen/evt_handler.rb +11 -3
- data/lib/wx/doc/gen/ext_help_controller.rb +1 -1
- data/lib/wx/doc/gen/file_ctrl.rb +209 -0
- data/lib/wx/doc/gen/file_ctrl_event.rb +79 -0
- data/lib/wx/doc/gen/file_dialog.rb +32 -15
- data/lib/wx/doc/gen/file_dialog_custom_control.rb +7 -0
- data/lib/wx/doc/gen/file_dialog_customize_hook.rb +2 -3
- data/lib/wx/doc/gen/file_dir_picker_event.rb +3 -4
- data/lib/wx/doc/gen/file_picker_ctrl.rb +10 -11
- data/lib/wx/doc/gen/file_system.rb +38 -15
- data/lib/wx/doc/gen/find_dialog_event.rb +5 -4
- 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 +0 -1
- data/lib/wx/doc/gen/font.rb +31 -20
- data/lib/wx/doc/gen/font_data.rb +3 -4
- data/lib/wx/doc/gen/font_dialog.rb +1 -2
- data/lib/wx/doc/gen/font_picker_ctrl.rb +8 -9
- data/lib/wx/doc/gen/font_picker_event.rb +2 -3
- data/lib/wx/doc/gen/frame.rb +60 -19
- data/lib/wx/doc/gen/fs_file.rb +17 -10
- data/lib/wx/doc/gen/gauge.rb +13 -10
- data/lib/wx/doc/gen/gb_sizer_item.rb +0 -1
- data/lib/wx/doc/gen/gcdc.rb +1 -2
- data/lib/wx/doc/gen/gdi_common.rb +30 -11
- data/lib/wx/doc/gen/gdi_object.rb +0 -1
- data/lib/wx/doc/gen/generic_dir_ctrl.rb +8 -9
- data/lib/wx/doc/gen/graphics_context.rb +59 -12
- data/lib/wx/doc/gen/graphics_object.rb +11 -6
- data/lib/wx/doc/gen/grid/event_list.rb +168 -164
- data/lib/wx/doc/gen/grid/grid_cell_activatable_editor.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_cell_attr.rb +2 -1
- data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_editor.rb +1 -2
- data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_renderer.rb +1 -1
- data/lib/wx/doc/gen/grid/grid_cell_bool_editor.rb +1 -2
- data/lib/wx/doc/gen/grid/grid_cell_bool_renderer.rb +1 -2
- data/lib/wx/doc/gen/grid/grid_cell_choice_editor.rb +1 -2
- data/lib/wx/doc/gen/grid/grid_cell_date_editor.rb +1 -1
- data/lib/wx/doc/gen/grid/grid_cell_date_renderer.rb +1 -1
- data/lib/wx/doc/gen/grid/grid_cell_date_time_renderer.rb +2 -2
- data/lib/wx/doc/gen/grid/grid_cell_editor.rb +1 -1
- data/lib/wx/doc/gen/grid/grid_cell_enum_editor.rb +1 -1
- data/lib/wx/doc/gen/grid/grid_cell_enum_renderer.rb +1 -1
- data/lib/wx/doc/gen/grid/grid_cell_float_editor.rb +1 -2
- data/lib/wx/doc/gen/grid/grid_cell_float_renderer.rb +1 -2
- data/lib/wx/doc/gen/grid/grid_cell_number_editor.rb +1 -2
- data/lib/wx/doc/gen/grid/grid_cell_number_renderer.rb +1 -2
- data/lib/wx/doc/gen/grid/grid_cell_renderer.rb +1 -1
- data/lib/wx/doc/gen/grid/grid_cell_string_renderer.rb +1 -2
- data/lib/wx/doc/gen/grid/grid_cell_text_editor.rb +1 -2
- data/lib/wx/doc/gen/grid/grid_ctrl.rb +29 -7
- data/lib/wx/doc/gen/grid/grid_editor_created_event.rb +3 -4
- data/lib/wx/doc/gen/grid/grid_event.rb +3 -4
- data/lib/wx/doc/gen/grid/grid_range_select_event.rb +3 -4
- data/lib/wx/doc/gen/grid/grid_size_event.rb +3 -4
- data/lib/wx/doc/gen/grid/grid_string_table.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_table_base.rb +1 -2
- data/lib/wx/doc/gen/grid/grid_table_message.rb +1 -0
- data/lib/wx/doc/gen/grid_bag_sizer.rb +0 -6
- data/lib/wx/doc/gen/grid_sizer.rb +0 -1
- data/lib/wx/doc/gen/gui_event_loop.rb +2 -4
- data/lib/wx/doc/gen/header_ctrl.rb +7 -14
- data/lib/wx/doc/gen/header_ctrl_event.rb +1 -3
- data/lib/wx/doc/gen/help_controller.rb +42 -3
- data/lib/wx/doc/gen/help_provider.rb +12 -3
- data/lib/wx/doc/gen/html/event_list.rb +41 -37
- data/lib/wx/doc/gen/html/html_cell.rb +23 -6
- data/lib/wx/doc/gen/html/html_cell_event.rb +3 -4
- data/lib/wx/doc/gen/html/html_easy_printing.rb +8 -3
- data/lib/wx/doc/gen/html/html_help_controller.rb +47 -2
- data/lib/wx/doc/gen/html/html_help_data.rb +3 -1
- data/lib/wx/doc/gen/html/html_help_window.rb +1 -1
- data/lib/wx/doc/gen/html/html_link_event.rb +2 -3
- data/lib/wx/doc/gen/html/html_list_box.rb +10 -12
- data/lib/wx/doc/gen/html/html_printout.rb +1 -2
- data/lib/wx/doc/gen/html/html_window.rb +13 -7
- data/lib/wx/doc/gen/hyperlink_ctrl.rb +9 -9
- data/lib/wx/doc/gen/hyperlink_event.rb +2 -3
- data/lib/wx/doc/gen/icon.rb +5 -29
- data/lib/wx/doc/gen/icon_location.rb +0 -1
- data/lib/wx/doc/gen/image.rb +83 -17
- data/lib/wx/doc/gen/image_list.rb +15 -6
- data/lib/wx/doc/gen/info_bar.rb +2 -2
- data/lib/wx/doc/gen/keyboard_state.rb +0 -1
- data/lib/wx/doc/gen/list_box.rb +33 -21
- data/lib/wx/doc/gen/list_ctrl.rb +79 -32
- data/lib/wx/doc/gen/list_event.rb +3 -4
- data/lib/wx/doc/gen/listbook.rb +6 -7
- data/lib/wx/doc/gen/locale.rb +46 -4
- data/lib/wx/doc/gen/log.rb +16 -12
- data/lib/wx/doc/gen/mdi_client_window.rb +8 -2
- data/lib/wx/doc/gen/mdi_frame.rb +32 -11
- data/lib/wx/doc/gen/media_ctrl.rb +28 -20
- data/lib/wx/doc/gen/media_event.rb +5 -4
- data/lib/wx/doc/gen/memory_dc.rb +6 -6
- data/lib/wx/doc/gen/menu.rb +37 -23
- data/lib/wx/doc/gen/menu_bar.rb +52 -12
- data/lib/wx/doc/gen/menu_item.rb +117 -95
- data/lib/wx/doc/gen/message_dialog.rb +7 -8
- data/lib/wx/doc/gen/mini_frame.rb +13 -7
- data/lib/wx/doc/gen/mirror_dc.rb +0 -2
- data/lib/wx/doc/gen/mouse_state.rb +0 -1
- data/lib/wx/doc/gen/multi_choice_dialog.rb +7 -4
- data/lib/wx/doc/gen/non_owned_window.rb +1 -1
- data/lib/wx/doc/gen/notebook.rb +19 -11
- data/lib/wx/doc/gen/number_entry_dialog.rb +1 -1
- data/lib/wx/doc/gen/object.rb +0 -1
- data/lib/wx/doc/gen/paint_dc.rb +0 -1
- data/lib/wx/doc/gen/palette.rb +0 -1
- data/lib/wx/doc/gen/panel.rb +19 -10
- data/lib/wx/doc/gen/pen.rb +17 -8
- data/lib/wx/doc/gen/pg/event_list.rb +97 -93
- data/lib/wx/doc/gen/pg/numeric_property_validator.rb +2 -0
- data/lib/wx/doc/gen/pg/pg_array_editor_dialog.rb +9 -1
- data/lib/wx/doc/gen/pg/pg_cell.rb +8 -5
- data/lib/wx/doc/gen/pg/pg_editor.rb +115 -16
- data/lib/wx/doc/gen/pg/pg_multi_button.rb +1 -2
- data/lib/wx/doc/gen/pg/pg_properties.rb +515 -83
- data/lib/wx/doc/gen/pg/pg_property.rb +296 -69
- data/lib/wx/doc/gen/pg/pg_validation_info.rb +9 -4
- data/lib/wx/doc/gen/pg/property_grid.rb +83 -22
- data/lib/wx/doc/gen/pg/property_grid_event.rb +31 -9
- data/lib/wx/doc/gen/pg/property_grid_interface.rb +212 -34
- data/lib/wx/doc/gen/pg/property_grid_manager.rb +42 -12
- data/lib/wx/doc/gen/pg/property_grid_page.rb +26 -8
- data/lib/wx/doc/gen/pg/property_grid_page_state.rb +13 -4
- data/lib/wx/doc/gen/picker_base.rb +12 -5
- data/lib/wx/doc/gen/platform_info.rb +4 -9
- data/lib/wx/doc/gen/popup_window.rb +2 -5
- data/lib/wx/doc/gen/progress_dialog.rb +1 -0
- data/lib/wx/doc/gen/property_sheet_dialog.rb +15 -5
- data/lib/wx/doc/gen/prt/event_list.rb +8 -4
- data/lib/wx/doc/gen/prt/page_setup_dialog.rb +1 -1
- data/lib/wx/doc/gen/prt/post_script_dc.rb +2 -2
- data/lib/wx/doc/gen/prt/preview_frame.rb +2 -2
- data/lib/wx/doc/gen/prt/print_abort_dialog.rb +4 -1
- data/lib/wx/doc/gen/prt/print_data.rb +4 -3
- data/lib/wx/doc/gen/prt/print_dialog.rb +1 -1
- data/lib/wx/doc/gen/prt/printer.rb +50 -11
- data/lib/wx/doc/gen/prt/printer_dc.rb +1 -1
- data/lib/wx/doc/gen/query_layout_info_event.rb +1 -3
- data/lib/wx/doc/gen/radio_box.rb +13 -14
- data/lib/wx/doc/gen/radio_button.rb +15 -11
- data/lib/wx/doc/gen/rbn/event_list.rb +127 -123
- data/lib/wx/doc/gen/rbn/ribbon_art_provider.rb +19 -3
- data/lib/wx/doc/gen/rbn/ribbon_bar.rb +3 -4
- data/lib/wx/doc/gen/rbn/ribbon_bar_event.rb +2 -2
- data/lib/wx/doc/gen/rbn/ribbon_button_bar.rb +18 -6
- data/lib/wx/doc/gen/rbn/ribbon_button_bar_event.rb +2 -2
- data/lib/wx/doc/gen/rbn/ribbon_control.rb +2 -2
- data/lib/wx/doc/gen/rbn/ribbon_gallery.rb +4 -4
- data/lib/wx/doc/gen/rbn/ribbon_gallery_event.rb +2 -3
- data/lib/wx/doc/gen/rbn/ribbon_page.rb +1 -2
- data/lib/wx/doc/gen/rbn/ribbon_panel.rb +5 -4
- data/lib/wx/doc/gen/rbn/ribbon_panel_event.rb +2 -3
- data/lib/wx/doc/gen/rbn/ribbon_tool_bar.rb +2 -3
- data/lib/wx/doc/gen/rbn/ribbon_tool_bar_event.rb +2 -1
- data/lib/wx/doc/gen/rearrange_ctrl.rb +3 -4
- data/lib/wx/doc/gen/rearrange_list.rb +5 -6
- data/lib/wx/doc/gen/region.rb +75 -17
- data/lib/wx/doc/gen/region_iterator.rb +0 -1
- data/lib/wx/doc/gen/rtc/event_list.rb +116 -112
- data/lib/wx/doc/gen/rtc/rich_text_box.rb +3 -2
- data/lib/wx/doc/gen/rtc/rich_text_buffer.rb +6 -9
- data/lib/wx/doc/gen/rtc/rich_text_buffer_data_object.rb +1 -2
- data/lib/wx/doc/gen/rtc/rich_text_composite_object.rb +3 -6
- data/lib/wx/doc/gen/rtc/rich_text_ctrl.rb +12 -9
- data/lib/wx/doc/gen/rtc/rich_text_event.rb +3 -4
- data/lib/wx/doc/gen/rtc/rich_text_file_handler.rb +3 -5
- data/lib/wx/doc/gen/rtc/rich_text_formatting_dialog.rb +4 -5
- data/lib/wx/doc/gen/rtc/rich_text_header_footer_data.rb +3 -2
- data/lib/wx/doc/gen/rtc/rich_text_html_handler.rb +2 -3
- data/lib/wx/doc/gen/rtc/rich_text_image.rb +2 -4
- data/lib/wx/doc/gen/rtc/rich_text_object.rb +28 -23
- data/lib/wx/doc/gen/rtc/rich_text_paragraph_layout_box.rb +7 -11
- data/lib/wx/doc/gen/rtc/rich_text_printing.rb +3 -3
- data/lib/wx/doc/gen/rtc/rich_text_style_list_box.rb +14 -14
- data/lib/wx/doc/gen/rtc/rich_text_style_organiser_dialog.rb +3 -3
- data/lib/wx/doc/gen/rtc/rich_text_xml_handler.rb +3 -4
- data/lib/wx/doc/gen/rtc/symbol_picker_dialog.rb +3 -4
- data/lib/wx/doc/gen/sash_event.rb +12 -4
- data/lib/wx/doc/gen/sash_layout_window.rb +13 -6
- data/lib/wx/doc/gen/sash_window.rb +4 -5
- data/lib/wx/doc/gen/screen_dc.rb +0 -1
- data/lib/wx/doc/gen/scroll_bar.rb +21 -12
- data/lib/wx/doc/gen/scrolled_canvas.rb +34 -12
- data/lib/wx/doc/gen/scrolled_control.rb +34 -12
- data/lib/wx/doc/gen/scrolled_window.rb +34 -12
- data/lib/wx/doc/gen/search_ctrl.rb +10 -11
- data/lib/wx/doc/gen/simplebook.rb +1 -1
- data/lib/wx/doc/gen/single_choice_dialog.rb +7 -4
- data/lib/wx/doc/gen/sizer.rb +12 -7
- data/lib/wx/doc/gen/sizer_item.rb +5 -2
- data/lib/wx/doc/gen/slider.rb +29 -19
- data/lib/wx/doc/gen/spin_button.rb +16 -11
- data/lib/wx/doc/gen/spin_ctrl.rb +24 -9
- data/lib/wx/doc/gen/spin_ctrl_double.rb +6 -7
- data/lib/wx/doc/gen/spin_double_event.rb +3 -4
- data/lib/wx/doc/gen/spin_event.rb +3 -3
- data/lib/wx/doc/gen/splash_screen.rb +1 -2
- data/lib/wx/doc/gen/splitter_event.rb +3 -4
- data/lib/wx/doc/gen/splitter_window.rb +78 -20
- data/lib/wx/doc/gen/static_bitmap.rb +12 -7
- data/lib/wx/doc/gen/static_box.rb +13 -11
- data/lib/wx/doc/gen/static_box_sizer.rb +0 -2
- data/lib/wx/doc/gen/static_line.rb +5 -6
- data/lib/wx/doc/gen/static_text.rb +7 -8
- data/lib/wx/doc/gen/status_bar.rb +21 -11
- data/lib/wx/doc/gen/stc/event_list.rb +212 -208
- data/lib/wx/doc/gen/stc/styled_text_ctrl.rb +41 -15
- data/lib/wx/doc/gen/stc/styled_text_event.rb +5 -6
- data/lib/wx/doc/gen/std_dialog_button_sizer.rb +0 -1
- data/lib/wx/doc/gen/svg_file_dc.rb +7 -8
- data/lib/wx/doc/gen/system_options.rb +6 -6
- data/lib/wx/doc/gen/system_settings.rb +2 -3
- data/lib/wx/doc/gen/task_bar_button.rb +312 -0
- data/lib/wx/doc/gen/task_bar_icon.rb +21 -8
- data/lib/wx/doc/gen/task_bar_icon_event.rb +4 -3
- data/lib/wx/doc/gen/text_attr.rb +20 -5
- data/lib/wx/doc/gen/text_ctrl.rb +92 -27
- data/lib/wx/doc/gen/text_entry.rb +31 -11
- data/lib/wx/doc/gen/text_entry_dialog.rb +2 -2
- data/lib/wx/doc/gen/text_validator.rb +43 -10
- data/lib/wx/doc/gen/time_picker_ctrl.rb +7 -8
- data/lib/wx/doc/gen/timer.rb +6 -2
- data/lib/wx/doc/gen/timer_event.rb +1 -2
- data/lib/wx/doc/gen/tip_provider.rb +1 -1
- data/lib/wx/doc/gen/toggle_button.rb +7 -8
- data/lib/wx/doc/gen/tool_bar.rb +99 -26
- data/lib/wx/doc/gen/tool_tip.rb +35 -5
- data/lib/wx/doc/gen/toolbook.rb +3 -4
- data/lib/wx/doc/gen/top_level_window.rb +71 -25
- data/lib/wx/doc/gen/tree_ctrl.rb +42 -18
- data/lib/wx/doc/gen/tree_event.rb +3 -4
- data/lib/wx/doc/gen/treebook.rb +7 -4
- data/lib/wx/doc/gen/ui_action_simulator.rb +6 -2
- data/lib/wx/doc/gen/utils.rb +39 -7
- data/lib/wx/doc/gen/v_list_box.rb +8 -4
- data/lib/wx/doc/gen/v_scrolled_window.rb +8 -6
- data/lib/wx/doc/gen/validator.rb +1 -1
- data/lib/wx/doc/gen/variant.rb +1 -0
- data/lib/wx/doc/gen/window.rb +200 -50
- data/lib/wx/doc/gen/window_dc.rb +0 -1
- data/lib/wx/doc/gen/window_disabler.rb +5 -2
- data/lib/wx/doc/gen/with_images.rb +6 -1
- data/lib/wx/doc/gen/wizard.rb +4 -4
- data/lib/wx/doc/gen/wizard_event.rb +3 -4
- data/lib/wx/doc/gen/wizard_page.rb +2 -2
- data/lib/wx/doc/gen/wizard_page_simple.rb +1 -1
- data/lib/wx/doc/gen/wrap_sizer.rb +0 -1
- data/lib/wx/doc/gen/xml_node.rb +19 -4
- data/lib/wx/doc/gen/xml_resource.rb +18 -5
- data/lib/wx/doc/graphics_context.rb +1 -0
- data/lib/wx/doc/grid/grid.rb +22 -1
- data/lib/wx/doc/help_controller.rb +11 -7
- data/lib/wx/doc/html/html_help_controller.rb +12 -4
- data/lib/wx/doc/list_ctrl.rb +33 -29
- data/lib/wx/doc/menu.rb +20 -0
- data/lib/wx/doc/notebook.rb +21 -0
- data/lib/wx/doc/pg/events.rb +13 -9
- data/lib/wx/doc/pg/pg_property.rb +18 -0
- data/lib/wx/doc/progress_dialog.rb +36 -32
- data/lib/wx/doc/prt/page_setup_dialog.rb +20 -12
- data/lib/wx/doc/prt/print_data.rb +13 -5
- data/lib/wx/doc/prt/print_dialog.rb +31 -23
- data/lib/wx/doc/prt/printer.rb +20 -12
- data/lib/wx/doc/radio_box.rb +19 -15
- data/lib/wx/doc/rbn/ribbon_bar.rb +13 -5
- data/lib/wx/doc/rbn/ribbon_button_bar.rb +13 -5
- data/lib/wx/doc/rbn/ribbon_gallery.rb +13 -5
- data/lib/wx/doc/rbn/ribbon_tool_bar.rb +13 -5
- data/lib/wx/doc/region_iterator.rb +32 -28
- data/lib/wx/doc/rtc/rich_text_composite_object.rb +24 -0
- data/lib/wx/doc/rtc/rich_text_ctrl.rb +24 -0
- data/lib/wx/doc/rtc/rich_text_paragraph.rb +24 -0
- data/lib/wx/doc/rtc/richtext_buffer.rb +27 -19
- data/lib/wx/doc/rtc/richtext_printing.rb +17 -9
- data/lib/wx/doc/rtc/richtext_style_sheet.rb +17 -9
- data/lib/wx/doc/sizer.rb +20 -0
- data/lib/wx/doc/stc/styled_text_ctrl.rb +24 -0
- data/lib/wx/doc/stream.rb +39 -35
- data/lib/wx/doc/system_settings.rb +30 -26
- data/lib/wx/doc/text_validator.rb +12 -8
- data/lib/wx/doc/textctrl.rb +16 -0
- data/lib/wx/doc/tree_ctrl.rb +95 -0
- data/lib/wx/doc/treebook.rb +9 -5
- data/lib/wx/doc/v_list_box.rb +9 -5
- data/lib/wx/doc/variant.rb +164 -160
- data/lib/wx/doc/window.rb +57 -42
- data/lib/wx/doc/window_disabler.rb +10 -6
- data/lib/wx/grid/grid.rb +27 -4
- data/lib/wx/keyword_defs.rb +43 -6
- data/lib/wx/pg/pg_property.rb +22 -0
- data/lib/wx/rtc/require.rb +3 -0
- data/lib/wx/rtc/rich_text_composite_object.rb +25 -0
- data/lib/wx/rtc/rich_text_ctrl.rb +25 -0
- data/lib/wx/rtc/rich_text_paragraph.rb +25 -0
- data/lib/wx/stc/require.rb +1 -0
- data/lib/wx/stc/styled_text_ctrl.rb +25 -0
- data/lib/wx/version.rb +1 -1
- 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/lib/config/linux.rb +0 -3
- data/rakelib/lib/config/macosx.rb +1 -1
- data/rakelib/lib/config/mingw.rb +1 -1
- data/rakelib/lib/config/unixish.rb +1 -1
- data/rakelib/lib/config.rb +14 -4
- data/rakelib/yard/templates/default/fulldoc/html/css/wxruby3.css +74 -2
- data/rakelib/yard/templates/default/fulldoc/html/full_list.erb +38 -0
- data/rakelib/yard/templates/default/fulldoc/html/setup.rb +39 -0
- data/rakelib/yard/templates/default/tags/html/wxrb_require.erb +10 -0
- data/rakelib/yard/templates/default/tags/setup.rb +16 -0
- data/rakelib/yard/yard-custom-templates.rb +3 -0
- data/samples/text/richtext.rb +0 -30
- data/samples/treectrl/treectrl.rb +1 -1
- data/tests/media/beep_lo.wav +0 -0
- data/tests/test_app_exit_exception.rb +36 -0
- data/tests/test_app_init_exception.rb +20 -0
- data/tests/test_book_controls.rb +29 -0
- data/tests/test_exceptions.rb +41 -0
- data/tests/test_list_ctrl.rb +1 -1
- data/tests/test_media_ctrl.rb +38 -0
- data/tests/test_menu.rb +69 -0
- data/tests/test_pg.rb +27 -0
- data/tests/test_richtext.rb +45 -0
- data/tests/test_sizer.rb +59 -0
- data/tests/test_std_controls.rb +78 -1
- data/tests/test_styled_text_ctrl.rb +46 -0
- data/tests/test_tree_ctrl.rb +138 -0
- data/tests/test_window.rb +12 -0
- data/tests/testapp_noframe.rb +1 -1
- metadata +38 -3
@@ -10,6 +10,7 @@ module Wx::HTML
|
|
10
10
|
#
|
11
11
|
#
|
12
12
|
#
|
13
|
+
# @wxrb_require USE_HTML
|
13
14
|
class HtmlURLType < Wx::Enum
|
14
15
|
|
15
16
|
#
|
@@ -42,6 +43,7 @@ module Wx::HTML
|
|
42
43
|
#
|
43
44
|
#
|
44
45
|
#
|
46
|
+
# @wxrb_require USE_HTML
|
45
47
|
class HtmlOpeningStatus < Wx::Enum
|
46
48
|
|
47
49
|
# Open the requested URL.
|
@@ -72,10 +74,15 @@ module Wx::HTML
|
|
72
74
|
|
73
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).
|
74
76
|
# 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.
|
75
|
-
#
|
77
|
+
#
|
78
|
+
# <div class="wxrb-note">
|
79
|
+
# <b>Note:</b>
|
80
|
+
# <p>If you want complete HTML/CSS support as well as a Javascript engine, consider using {Wx::WebView} instead.
|
81
|
+
# </p>
|
82
|
+
# </div>
|
76
83
|
#
|
77
84
|
# {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}.
|
78
|
-
#
|
85
|
+
# ### Styles
|
79
86
|
#
|
80
87
|
# This class supports the following styles:
|
81
88
|
#
|
@@ -85,7 +92,7 @@ module Wx::HTML
|
|
85
92
|
#
|
86
93
|
# - {Wx::HTML::HW_NO_SELECTION}: Don't allow the user to select text.
|
87
94
|
#
|
88
|
-
#
|
95
|
+
# ### Events emitted by this class
|
89
96
|
#
|
90
97
|
# The following event-handler methods redirect the events to member method or handler blocks for {Wx::HTML::HtmlLinkEvent} events.
|
91
98
|
# Event handler methods for events emitted by this class:
|
@@ -96,19 +103,18 @@ module Wx::HTML
|
|
96
103
|
#
|
97
104
|
# - {Wx::EvtHandler#evt_html_link_clicked}(id, meth = nil, &block): A {Wx::HTML::HtmlCell} which contains a hyperlink was clicked.
|
98
105
|
#
|
99
|
-
# ===
|
100
|
-
#
|
101
106
|
# Category: {Wx::HTML}
|
102
107
|
# @see Wx::HTML::HtmlLinkEvent
|
103
108
|
# @see Wx::HTML::HtmlCellEvent
|
104
109
|
#
|
105
110
|
#
|
111
|
+
# @wxrb_require USE_HTML
|
106
112
|
class HtmlWindow < ScrolledWindow
|
107
113
|
|
108
114
|
# @overload initialize()
|
109
115
|
# Default ctor.
|
110
116
|
# @return [Wx::HTML::HtmlWindow]
|
111
|
-
# @overload initialize(parent, id=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::HTML::HW_DEFAULT_STYLE, name=("
|
117
|
+
# @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"))
|
112
118
|
# Constructor.
|
113
119
|
# The parameters are the same as Wx::Scrolled#initialize constructor.
|
114
120
|
# @param parent [Wx::Window]
|
@@ -354,12 +360,12 @@ module Wx::HTML
|
|
354
360
|
|
355
361
|
# This class is the parent class of input filters for {Wx::HTML::HtmlWindow}.
|
356
362
|
# It allows you to read and display files of different file formats.
|
357
|
-
# ===
|
358
363
|
#
|
359
364
|
# Category: {Wx::HTML}
|
360
365
|
# @see Input Filters
|
361
366
|
#
|
362
367
|
#
|
368
|
+
# @wxrb_require USE_HTML
|
363
369
|
class HtmlFilter < Object
|
364
370
|
|
365
371
|
# Constructor.
|
@@ -29,7 +29,7 @@ module Wx
|
|
29
29
|
# Appearance and behaviour is completely customizable.
|
30
30
|
# In fact, when the user clicks on the hyperlink, a {Wx::HyperlinkEvent} is sent but if that event is not handled (or it's skipped; see {Wx::Event#skip}), then a call to {launch_default_browser} is done with the hyperlink's URL.
|
31
31
|
# Note that standard {Wx::Window} functions like {Wx::Window#set_background_colour}, {Wx::Window#set_font}, {Wx::Window#set_cursor}, {Wx::Window#set_label} can be used to customize appearance of the hyperlink.
|
32
|
-
#
|
32
|
+
# ### Styles
|
33
33
|
#
|
34
34
|
# This class supports the following styles:
|
35
35
|
#
|
@@ -43,29 +43,29 @@ module Wx
|
|
43
43
|
#
|
44
44
|
# - {Wx::HL_DEFAULT_STYLE}: The default style for {Wx::HyperlinkCtrl}: {Wx::Border::BORDER_NONE}|{Wx::HL_CONTEXTMENU}|{Wx::HL_ALIGN_CENTRE}.
|
45
45
|
#
|
46
|
-
#
|
46
|
+
# ### Events emitted by this class
|
47
47
|
#
|
48
48
|
# The following event-handler methods redirect the events to member method or handler blocks for {Wx::HyperlinkEvent} events.
|
49
49
|
# Event handler methods for events emitted by this class:
|
50
50
|
#
|
51
51
|
# - {Wx::EvtHandler#evt_hyperlink}(id, meth = nil, &block): The hyperlink was (left) clicked. If this event is not handled in user's code (or it's skipped; see {Wx::Event#skip}), then a call to {Wx::LaunchDefaultBrowser} is done with the hyperlink's URL.
|
52
52
|
#
|
53
|
-
# Currently this class is implemented using native support in
|
54
|
-
# ===
|
53
|
+
# Currently this class is implemented using native support in WXGTK and WXMSW and a generic version is used by the other ports.
|
55
54
|
#
|
56
|
-
# Category: {Wx::Controls} <div class='appearance'><span class='appearance'>Appearance:</span><table><tr><td>
|
57
|
-
# </td><td>
|
58
|
-
# </td><td>
|
55
|
+
# Category: {Wx::Controls} <div class='appearance'><span class='appearance'>Appearance:</span><table><tr><td> WXMSW Appearance
|
56
|
+
# </td><td> WXGTK Appearance
|
57
|
+
# </td><td> WXOSX Appearance
|
59
58
|
# </td></tr></table></div>
|
60
59
|
# @see Wx::URL
|
61
60
|
# @see Wx::HyperlinkEvent
|
62
61
|
#
|
63
62
|
#
|
63
|
+
# @wxrb_require USE_HYPERLINKCTRL
|
64
64
|
class HyperlinkCtrl < Control
|
65
65
|
|
66
66
|
# @overload initialize()
|
67
67
|
# @return [Wx::HyperlinkCtrl]
|
68
|
-
# @overload initialize(parent, id, label, url, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::HL_DEFAULT_STYLE, name=Wx::
|
68
|
+
# @overload initialize(parent, id, label, url, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::HL_DEFAULT_STYLE, name=Wx::HYPERLINK_CTRL_NAME_STR)
|
69
69
|
# Constructor.
|
70
70
|
# See {Wx::HyperlinkCtrl#create} for more info.
|
71
71
|
# @param parent [Wx::Window]
|
@@ -89,7 +89,7 @@ module Wx
|
|
89
89
|
# @param style [Integer] Window style. See {Wx::HyperlinkCtrl}.
|
90
90
|
# @param name [String] Window name.
|
91
91
|
# @return [Boolean]
|
92
|
-
def create(parent, id, label, url, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::HL_DEFAULT_STYLE, name=Wx::
|
92
|
+
def create(parent, id, label, url, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::HL_DEFAULT_STYLE, name=Wx::HYPERLINK_CTRL_NAME_STR) end
|
93
93
|
|
94
94
|
# Returns the colour used to print the label of the hyperlink when the mouse is over the control.
|
95
95
|
# @return [Wx::Colour]
|
@@ -7,17 +7,16 @@
|
|
7
7
|
module Wx
|
8
8
|
|
9
9
|
# This event class is used for the events generated by {Wx::HyperlinkCtrl}.
|
10
|
-
#
|
10
|
+
# ### Events using this class
|
11
11
|
#
|
12
12
|
# The following event-handler methods redirect the events to member method or handler blocks for {Wx::HyperlinkEvent} events.
|
13
13
|
# Event handler methods:
|
14
14
|
#
|
15
15
|
# - {Wx::EvtHandler#evt_hyperlink}(id, meth = nil, &block): User clicked on a hyperlink.
|
16
16
|
#
|
17
|
-
# ===
|
18
|
-
#
|
19
17
|
# Category: {Wx::Events}
|
20
18
|
#
|
19
|
+
# @wxrb_require USE_HYPERLINKCTRL
|
21
20
|
class HyperlinkEvent < CommandEvent
|
22
21
|
|
23
22
|
# The constructor is not normally used by the user code.
|
data/lib/wx/doc/gen/icon.rb
CHANGED
@@ -19,9 +19,12 @@ module Wx
|
|
19
19
|
|
20
20
|
# An icon is a small rectangular bitmap usually used for denoting a minimized application.
|
21
21
|
# It differs from a {Wx::Bitmap} in always having a mask associated with it for transparent drawing. On some platforms, icons and bitmaps are implemented identically, since there is no real distinction between a {Wx::Bitmap} with a mask and an icon; and there is no specific icon format on some platforms (X-based applications usually standardize on XPMs for small bitmaps and icons). However, some platforms (such as Windows) make the distinction, so a separate class is provided.
|
22
|
-
# It is usually desirable to associate a pertinent icon with a frame. Icons can also be used for other purposes, for example with {Wx::TreeCtrl} and {Wx::ListCtrl}. Icons have different formats on different platforms therefore separate icons will usually be created for the different environments. Platform-specific methods for creating a {Wx::Icon} structure are catered for, and this is an occasion where conditional compilation will probably be required. Note that a new icon must be created for every time the icon is to be used for a new window. In Windows, the icon will not be reloaded if it has already been used. An icon allocated to a frame will be deleted when the frame is deleted. For more information please see Bitmaps and Icons.
|
23
22
|
#
|
24
|
-
#
|
23
|
+
# <div class="wxrb-remark">
|
24
|
+
# <b>Remark:</b>
|
25
|
+
# <p>It is usually desirable to associate a pertinent icon with a frame. Icons can also be used for other purposes, for example with {Wx::TreeCtrl} and {Wx::ListCtrl}. Icons have different formats on different platforms therefore separate icons will usually be created for the different environments. Platform-specific methods for creating a {Wx::Icon} structure are catered for, and this is an occasion where conditional compilation will probably be required. Note that a new icon must be created for every time the icon is to be used for a new window. In Windows, the icon will not be reloaded if it has already been used. An icon allocated to a frame will be deleted when the frame is deleted. For more information please see Bitmaps and Icons.
|
26
|
+
# </p>
|
27
|
+
# </div>>
|
25
28
|
#
|
26
29
|
# Category: Graphics Device Interface (GDI)
|
27
30
|
# Predefined objects/pointers: {Wx::NULL_ICON}
|
@@ -59,15 +62,6 @@ module Wx
|
|
59
62
|
# @return [Wx::Icon]
|
60
63
|
def initialize(*args) end
|
61
64
|
|
62
|
-
# Attach a Windows icon handle.
|
63
|
-
# This wxMSW-specific method allows assigning a native Windows HICON (which must be cast to WXHICON opaque handle type) to {Wx::Icon}. Notice that this means that the HICON will be destroyed by {Wx::Icon} when it is destroyed.
|
64
|
-
# true if successful.
|
65
|
-
#
|
66
|
-
# Availability: only available for the wxMSW port. {Wx::msw}
|
67
|
-
# @param icon [WXHICON]
|
68
|
-
# @return [Boolean]
|
69
|
-
def create_from_hicon(icon) end
|
70
|
-
|
71
65
|
# Copies bmp bitmap to this icon.
|
72
66
|
# Under MS Windows the bitmap must have mask colour set.
|
73
67
|
# @see Wx::Icon#load_file
|
@@ -146,7 +140,6 @@ module Wx
|
|
146
140
|
|
147
141
|
# This class contains multiple copies of an icon in different sizes.
|
148
142
|
# It is typically used in {Wx::Dialog#set_icons} and {Wx::TopLevelWindow#set_icons}.
|
149
|
-
# ===
|
150
143
|
#
|
151
144
|
# Category: Graphics Device Interface (GDI)
|
152
145
|
# Predefined objects/pointers: {Wx::NULL_ICON_BUNDLE}
|
@@ -185,16 +178,6 @@ module Wx
|
|
185
178
|
# Initializes the bundle with a single icon.
|
186
179
|
# @param icon [Wx::Icon]
|
187
180
|
# @return [Wx::IconBundle]
|
188
|
-
# @overload initialize(resourceName, module_)
|
189
|
-
# Initializes the bundle with all sizes of a group icon with resourceName stored as an MS Windows resource in module.
|
190
|
-
# When module is 0, the current instance is used.
|
191
|
-
#
|
192
|
-
# Availability: only available for the wxMSW port. {Wx::msw}
|
193
|
-
# @see AddIcon(const wxString&
|
194
|
-
# @see WXHINSTANCE)
|
195
|
-
# @param resourceName [String]
|
196
|
-
# @param module_ [WXHINSTANCE]
|
197
|
-
# @return [Wx::IconBundle]
|
198
181
|
# @overload initialize(ic)
|
199
182
|
# Copy constructor.
|
200
183
|
# @param ic [Wx::IconBundle]
|
@@ -212,13 +195,6 @@ module Wx
|
|
212
195
|
# @param stream [IO,Wx::InputStream]
|
213
196
|
# @param type [Wx::BitmapType]
|
214
197
|
# @return [void]
|
215
|
-
# @overload add_icon(resourceName, module_)
|
216
|
-
# Loads all sizes of a group icon with resourceName stored as an MS Windows resource in module.
|
217
|
-
# When module is 0, the current instance is used.
|
218
|
-
# Availability: only available for the wxMSW port. {Wx::msw}
|
219
|
-
# @param resourceName [String]
|
220
|
-
# @param module_ [WXHINSTANCE]
|
221
|
-
# @return [void]
|
222
198
|
# @overload add_icon(icon)
|
223
199
|
# Adds the icon to the collection; if the collection already contains an icon with the same width and height, it is replaced by the new one.
|
224
200
|
# @param icon [Wx::Icon]
|
@@ -9,7 +9,6 @@ module Wx
|
|
9
9
|
# {Wx::IconLocation} is a tiny class describing the location of an (external, i.e.
|
10
10
|
# not embedded into the application resources) icon. For most platforms it simply contains the file name but under some others (notably Windows) the same file may contain multiple icons and so this class also stores the index of the icon inside the file.
|
11
11
|
# In any case, its details should be of no interest to the application code and most of them are not even documented here (on purpose) as it is only meant to be used as an opaque class: the application may get the object of this class from somewhere and the only reasonable thing to do with it later is to create a {Wx::Icon} from it.
|
12
|
-
# ===
|
13
12
|
#
|
14
13
|
# Category: Graphics Device Interface (GDI)
|
15
14
|
# @see Wx::Icon
|
data/lib/wx/doc/gen/image.rb
CHANGED
@@ -99,6 +99,7 @@ module Wx
|
|
99
99
|
# @see Wx::Image#get_option_int.
|
100
100
|
#
|
101
101
|
#
|
102
|
+
# @wxrb_require USE_IMAGE
|
102
103
|
class ImageResolution < Wx::Enum
|
103
104
|
|
104
105
|
# Resolution not specified.
|
@@ -119,6 +120,7 @@ module Wx
|
|
119
120
|
#
|
120
121
|
# This is used with {Wx::Image#scale} and {Wx::Image#rescale}.
|
121
122
|
#
|
123
|
+
# @wxrb_require USE_IMAGE
|
122
124
|
class ImageResizeQuality < Wx::Enum
|
123
125
|
|
124
126
|
# Simplest and fastest algorithm.
|
@@ -151,6 +153,7 @@ module Wx
|
|
151
153
|
#
|
152
154
|
#
|
153
155
|
#
|
156
|
+
# @wxrb_require USE_IMAGE
|
154
157
|
class ImageAlphaBlendMode < Wx::Enum
|
155
158
|
|
156
159
|
# Overwrite the original alpha values with the ones being pasted.
|
@@ -169,6 +172,7 @@ module Wx
|
|
169
172
|
# @see Wx::Image#get_option_int.
|
170
173
|
#
|
171
174
|
#
|
175
|
+
# @wxrb_require USE_IMAGE
|
172
176
|
class ImagePNGType < Wx::Enum
|
173
177
|
|
174
178
|
# Colour PNG image.
|
@@ -247,13 +251,13 @@ module Wx
|
|
247
251
|
# More on the difference between {Wx::Image} and {Wx::Bitmap}: {Wx::Image} is just a buffer of RGB bytes with an optional buffer for the alpha bytes. It is all generic, platform independent and image file format independent code. It includes generic code for scaling, resizing, clipping, and other manipulations of the image data. OTOH, {Wx::Bitmap} is intended to be a wrapper of whatever is the native image format that is quickest/easiest to draw to a DC or to be the target of the drawing operations performed on a {Wx::MemoryDC}. By splitting the responsibilities between {Wx::Image}/{Wx::Bitmap} like this then it's easier to use generic code shared by all platforms and image types for generic operations and platform specific code where performance or compatibility is needed.
|
248
252
|
# One colour value of the image may be used as a mask colour which will lead to the automatic creation of a {Wx::Mask} object associated to the bitmap object.
|
249
253
|
#
|
250
|
-
#
|
254
|
+
# ## Alpha channel support
|
251
255
|
#
|
252
256
|
# Starting from wxWidgets 2.5.0 {Wx::Image} supports alpha channel data, that is in addition to a byte for the red, green and blue colour components for each pixel it also stores a byte representing the pixel opacity.
|
253
257
|
# An alpha value of 0 corresponds to a transparent pixel (null opacity) while a value of 255 means that the pixel is 100% opaque. The constants {Wx::IMAGE_ALPHA_TRANSPARENT} and {Wx::IMAGE_ALPHA_OPAQUE} can be used to indicate those values in a more readable form.
|
254
258
|
# While all images have RGB data, not all images have an alpha channel. Before using {Wx::Image#get_alpha} you should check if this image contains an alpha channel with {Wx::Image#has_alpha}. Currently the BMP, PNG, TGA, and TIFF format handlers have full alpha channel support for loading so if you want to use alpha you have to use one of these formats. If you initialize the image alpha channel yourself using {Wx::Image#set_alpha}, you should save it in either PNG, TGA, or TIFF format to avoid losing it as these are the only handlers that currently support saving with alpha.
|
255
259
|
#
|
256
|
-
#
|
260
|
+
# ## Available image handlers
|
257
261
|
#
|
258
262
|
# The following image handlers are available. {Wx::BMPHandler} is always installed by default. In wxRuby all image handlers are loaded by default at startup by {init_all_image_handlers}.
|
259
263
|
#
|
@@ -274,7 +278,6 @@ module Wx
|
|
274
278
|
# When saving in PCX format, {Wx::PCXHandler} will count the number of different colours in the image; if there are 256 or less colours, it will save as 8 bit, else it will save as 24 bit.
|
275
279
|
# Loading PNMs only works for ASCII or raw RGB images. When saving in PNM format, {Wx::PNMHandler} will always save as raw RGB.
|
276
280
|
# Saving GIFs requires images of maximum 8 bpp (see {Wx::Quantize}), and the alpha channel converted to a mask (see {Wx::Image#convert_alpha_to_mask}). Saving an animated GIF requires images of the same size (see Wx::GIFHandler::SaveAnimation)
|
277
|
-
# ===
|
278
281
|
#
|
279
282
|
# Category: Graphics Device Interface (GDI)
|
280
283
|
# Predefined objects/pointers: {Wx::NULL_IMAGE}
|
@@ -283,6 +286,7 @@ module Wx
|
|
283
286
|
# @see Wx::PixelData
|
284
287
|
#
|
285
288
|
#
|
289
|
+
# @wxrb_require USE_IMAGE
|
286
290
|
class Image < Object
|
287
291
|
|
288
292
|
# Returns an identical copy of this image.
|
@@ -483,7 +487,11 @@ module Wx
|
|
483
487
|
# end
|
484
488
|
# ```
|
485
489
|
#
|
486
|
-
#
|
490
|
+
# <div class="wxrb-note">
|
491
|
+
# <b>Note:</b>
|
492
|
+
# <p>The algorithm used for the default (normal) quality value doesn't work with images larger than 65536 (2^16) pixels in either dimension for 32-bit programs. For 64-bit programs the limit is 2^48 and so not relevant in practice.
|
493
|
+
# </p>
|
494
|
+
# </div>
|
487
495
|
# @see Wx::Image#rescale
|
488
496
|
# @param width [Integer]
|
489
497
|
# @param height [Integer]
|
@@ -526,7 +534,12 @@ module Wx
|
|
526
534
|
# @overload convert_to_greyscale(weight_r, weight_g, weight_b)
|
527
535
|
# Returns a greyscale version of the image.
|
528
536
|
# The returned image uses the luminance component of the original to calculate the greyscale. Defaults to using the standard ITU-T BT.601 when converting to YUV, where every pixel equals (R * weight_r) + (G * weight_g) + (B * weight_b).
|
529
|
-
#
|
537
|
+
#
|
538
|
+
# <div class="wxrb-remark">
|
539
|
+
# <b>Remark:</b>
|
540
|
+
# <p>This function calls {Wx::Colour.make_grey} for each pixel in the image.
|
541
|
+
# </p>
|
542
|
+
# </div>>
|
530
543
|
# @param weight_r [Float]
|
531
544
|
# @param weight_g [Float]
|
532
545
|
# @param weight_b [Float]
|
@@ -538,7 +551,12 @@ module Wx
|
|
538
551
|
|
539
552
|
# Returns monochromatic version of the image.
|
540
553
|
# The returned image has white colour where the original has (r,g,b) colour and black colour everywhere else.
|
541
|
-
#
|
554
|
+
#
|
555
|
+
# <div class="wxrb-remark">
|
556
|
+
# <b>Remark:</b>
|
557
|
+
# <p>This function calls {Wx::Colour.make_mono} for each pixel in the image.
|
558
|
+
# </p>
|
559
|
+
# </div>>
|
542
560
|
# @param r [Integer]
|
543
561
|
# @param g [Integer]
|
544
562
|
# @param b [Integer]
|
@@ -546,14 +564,23 @@ module Wx
|
|
546
564
|
def convert_to_mono(r, g, b) end
|
547
565
|
|
548
566
|
# Returns disabled (dimmed) version of the image.
|
549
|
-
#
|
567
|
+
# <div class="wxrb-remark">
|
568
|
+
# <b>Remark:</b>
|
569
|
+
# <p>This function calls {Wx::Colour#make_disabled} for each pixel in the image.
|
570
|
+
# </p>
|
571
|
+
# </div>>
|
550
572
|
# @param brightness [Integer]
|
551
573
|
# @return [Wx::Image]
|
552
574
|
def convert_to_disabled(brightness=255) end
|
553
575
|
|
554
576
|
# Returns a changed version of the image based on the given lightness.
|
555
577
|
# This utility function simply darkens or lightens a color, based on the specified percentage ialpha. ialpha of 0 would make the color completely black, 200 completely white and 100 would not change the color.
|
556
|
-
#
|
578
|
+
#
|
579
|
+
# <div class="wxrb-remark">
|
580
|
+
# <b>Remark:</b>
|
581
|
+
# <p>This function calls {Wx::Colour#change_lightness} for each pixel in the image.
|
582
|
+
# </p>
|
583
|
+
# </div>>
|
557
584
|
# @param alpha [Integer]
|
558
585
|
# @return [Wx::Image]
|
559
586
|
def change_lightness(alpha) end
|
@@ -564,7 +591,11 @@ module Wx
|
|
564
591
|
# The parameters startR, startG, startB define the initial values of the colour. The returned colour will have RGB values equal to or greater than these.
|
565
592
|
# Returns false if there is no unused colour left, true on success.
|
566
593
|
#
|
567
|
-
#
|
594
|
+
# <div class="wxrb-note">
|
595
|
+
# <b>Note:</b>
|
596
|
+
# <p>This method involves computing the histogram, which is a computationally intensive operation.
|
597
|
+
# </p>
|
598
|
+
# </div>
|
568
599
|
# @param startR [Integer]
|
569
600
|
# @param startG [Integer]
|
570
601
|
# @param startB [Integer]
|
@@ -692,7 +723,11 @@ module Wx
|
|
692
723
|
#
|
693
724
|
# - {Wx::IMAGE_OPTION_GIF_TRANSPARENCY}: How to deal with transparent pixels. By default, the color of transparent pixels is changed to bright pink, so that if the image is accidentally drawn without transparency, it will be obvious. Normally, this would not be noticed, as these pixels will not be rendered. But in some cases it might be useful to load a GIF without making any modifications to its colours. Use {Wx::IMAGE_OPTION_GIF_TRANSPARENCY_UNCHANGED} to keep the colors correct. Use {Wx::IMAGE_OPTION_GIF_TRANSPARENCY_HIGHLIGHT} to convert transparent pixels to pink (default). This option has been added in wxWidgets 3.1.1.
|
694
725
|
#
|
695
|
-
#
|
726
|
+
# <div class="wxrb-note">
|
727
|
+
# <b>Note:</b>
|
728
|
+
# <p>Be careful when combining the options {Wx::IMAGE_OPTION_TIFF_SAMPLESPERPIXEL}, {Wx::IMAGE_OPTION_TIFF_BITSPERSAMPLE}, and {Wx::IMAGE_OPTION_TIFF_PHOTOMETRIC}. While some measures are taken to prevent illegal combinations and/or values, it is still easy to abuse them and come up with invalid results in the form of either corrupted images or crashes.
|
729
|
+
# </p>
|
730
|
+
# </div>
|
696
731
|
#
|
697
732
|
# The value of the option or 0 if not found. Use {Wx::Image#has_option} if 0 can be a valid option value.
|
698
733
|
# @see Wx::Image#set_option
|
@@ -769,13 +804,22 @@ module Wx
|
|
769
804
|
#
|
770
805
|
# true if the operation succeeded, false otherwise. If the optional index parameter is out of range, false is returned and a call to {log_error} takes place.
|
771
806
|
#
|
772
|
-
#
|
807
|
+
# <div class="wxrb-remark">
|
808
|
+
# <b>Remark:</b>
|
809
|
+
# <p>Depending on how wxWidgets has been configured, not all formats may be available.
|
810
|
+
# </p>
|
811
|
+
# </div>>
|
773
812
|
#
|
774
|
-
#
|
813
|
+
# <div class="wxrb-note">
|
814
|
+
# <b>Note:</b>
|
815
|
+
# <p>You can use {Wx::Image#get_option_int} to get the hotspot when loading cursor files:
|
775
816
|
# ```ruby
|
776
817
|
# hotspot_x = image.get_option_int(Wx::IMAGE_OPTION_CUR_HOTSPOT_X)
|
777
818
|
# hotspot_y = image.get_option_int(Wx::IMAGE_OPTION_CUR_HOTSPOT_Y)
|
778
819
|
# ```
|
820
|
+
#
|
821
|
+
# </p>
|
822
|
+
# </div>
|
779
823
|
# @see Wx::Image#save_file
|
780
824
|
# @param stream [IO,Wx::InputStream] Opened input stream from which to load the image. Currently, the stream must support seeking.
|
781
825
|
# @param type [Wx::BitmapType] May be one of the following:
|
@@ -835,13 +879,22 @@ module Wx
|
|
835
879
|
# Saves an image in the given stream.
|
836
880
|
# true if the operation succeeded, false otherwise.
|
837
881
|
#
|
838
|
-
#
|
882
|
+
# <div class="wxrb-remark">
|
883
|
+
# <b>Remark:</b>
|
884
|
+
# <p>Depending on how wxWidgets has been configured, not all formats may be available.
|
885
|
+
# </p>
|
886
|
+
# </div>>
|
839
887
|
#
|
840
|
-
#
|
888
|
+
# <div class="wxrb-note">
|
889
|
+
# <b>Note:</b>
|
890
|
+
# <p>You can use {Wx::Image#set_option} to set the hotspot when saving an image into a cursor file (default hotspot is in the centre of the image):
|
841
891
|
# ```ruby
|
842
892
|
# image.set_option(Wx::IMAGE_OPTION_CUR_HOTSPOT_X, hotspot_x)
|
843
893
|
# image.set_option(Wx::IMAGE_OPTION_CUR_HOTSPOT_Y, hotspot_y)
|
844
894
|
# ```
|
895
|
+
#
|
896
|
+
# </p>
|
897
|
+
# </div>
|
845
898
|
# @see Wx::Image#load_file
|
846
899
|
# @param stream [IO,Wx::OutputStream] Opened output stream to save the image to.
|
847
900
|
# @param mimetype [String] MIME type.
|
@@ -954,7 +1007,11 @@ module Wx
|
|
954
1007
|
# The parameters mr, mg, mb are the RGB values of the pixels in mask that will be used to create the mask.
|
955
1008
|
# Returns false if mask does not have same dimensions as the image or if there is no unused colour left. Returns true if the mask was successfully applied.
|
956
1009
|
#
|
957
|
-
#
|
1010
|
+
# <div class="wxrb-note">
|
1011
|
+
# <b>Note:</b>
|
1012
|
+
# <p>Note that this method involves computing the histogram, which is a computationally intensive operation.
|
1013
|
+
# </p>
|
1014
|
+
# </div>
|
958
1015
|
# @param mask [Wx::Image]
|
959
1016
|
# @param mr [Integer]
|
960
1017
|
# @param mg [Integer]
|
@@ -1103,13 +1160,22 @@ module Wx
|
|
1103
1160
|
# @return [Wx::Image]
|
1104
1161
|
# @overload initialize(name, type=Wx::BitmapType::BITMAP_TYPE_ANY, index=-1)
|
1105
1162
|
# Creates an image from a file.
|
1106
|
-
#
|
1163
|
+
# <div class="wxrb-remark">
|
1164
|
+
# <b>Remark:</b>
|
1165
|
+
# <p>Depending on how wxWidgets has been configured and by which handlers have been loaded, not all formats may be available. Any handler other than BMP must be previously initialized with {Wx::Image.add_handler} or {init_all_image_handlers}.
|
1166
|
+
# </p>
|
1167
|
+
# </div>>
|
1107
1168
|
#
|
1108
|
-
#
|
1169
|
+
# <div class="wxrb-note">
|
1170
|
+
# <b>Note:</b>
|
1171
|
+
# <p>You can use {Wx::Image#get_option_int} to get the hotspot when loading cursor files:
|
1109
1172
|
# ```ruby
|
1110
1173
|
# hotspot_x = image.get_option_int(Wx::IMAGE_OPTION_CUR_HOTSPOT_X)
|
1111
1174
|
# hotspot_y = image.get_option_int(Wx::IMAGE_OPTION_CUR_HOTSPOT_Y)
|
1112
1175
|
# ```
|
1176
|
+
#
|
1177
|
+
# </p>
|
1178
|
+
# </div>
|
1113
1179
|
# @see Wx::Image#load_file
|
1114
1180
|
# @param name [String] Name of the file from which to load the image.
|
1115
1181
|
# @param type [Wx::BitmapType] May be one of the following:
|
@@ -34,13 +34,13 @@ module Wx
|
|
34
34
|
# Images can use alpha channel or masks for transparent drawing, and can be made from a variety of sources including bitmaps and icons.
|
35
35
|
# {Wx::ImageList} is used principally in conjunction with {Wx::TreeCtrl} and {Wx::ListCtrl} classes.
|
36
36
|
# Use of this class is not recommended in the new code as it doesn't support showing DPI-dependent bitmaps. Please use {Wx::WithImages#set_images} instead of {Wx::WithImages#set_image_list}.
|
37
|
-
# ===
|
38
37
|
#
|
39
38
|
# Category: Graphics Device Interface (GDI)
|
40
39
|
# @see Wx::TreeCtrl
|
41
40
|
# @see Wx::ListCtrl
|
42
41
|
#
|
43
42
|
#
|
43
|
+
# @wxrb_require USE_IMAGLIST
|
44
44
|
class ImageList < Object
|
45
45
|
|
46
46
|
# @overload initialize()
|
@@ -79,7 +79,7 @@ module Wx
|
|
79
79
|
#
|
80
80
|
# The new zero-based image index.
|
81
81
|
#
|
82
|
-
# Availability: only available for the
|
82
|
+
# Availability: only available for the WXMSW, WXOSX/Cocoa ports.
|
83
83
|
# @param icon [Wx::Icon] Icon to use as the image.
|
84
84
|
# @return [Integer]
|
85
85
|
def add(*args) end
|
@@ -95,7 +95,7 @@ module Wx
|
|
95
95
|
def create(width, height, mask=true, initialCount=1) end
|
96
96
|
|
97
97
|
# Destroys the current list.
|
98
|
-
# This function resets the object to its initial state and does more than just {Wx::ImageList#remove_all} in the native
|
98
|
+
# This function resets the object to its initial state and does more than just {Wx::ImageList#remove_all} in the native WXMSW version.
|
99
99
|
# After calling it, {Wx::ImageList#create} may be called again to recreate the image list, e.g. using a different size.
|
100
100
|
# @return [void]
|
101
101
|
def destroy; end
|
@@ -151,7 +151,11 @@ module Wx
|
|
151
151
|
# Replaces the existing image with the new image.
|
152
152
|
# true if the replacement was successful, false otherwise.
|
153
153
|
#
|
154
|
-
#
|
154
|
+
# <div class="wxrb-remark">
|
155
|
+
# <b>Remark:</b>
|
156
|
+
# <p>The original bitmap or icon is not affected by the {Wx::ImageList#replace} operation, and can be deleted afterwards.
|
157
|
+
# </p>
|
158
|
+
# </div>>
|
155
159
|
# @param index [Integer] The index of the bitmap to be replaced.
|
156
160
|
# @param bitmap [Wx::Bitmap] Bitmap representing the opaque areas of the image.
|
157
161
|
# @param mask [Wx::Bitmap] Monochrome mask bitmap, representing the transparent areas of the image.
|
@@ -160,12 +164,17 @@ module Wx
|
|
160
164
|
# Replaces the existing image with the new image.
|
161
165
|
# true if the replacement was successful, false otherwise.
|
162
166
|
#
|
163
|
-
#
|
167
|
+
# <div class="wxrb-remark">
|
168
|
+
# <b>Remark:</b>
|
169
|
+
# <p>The original bitmap or icon is not affected by the {Wx::ImageList#replace} operation, and can be deleted afterwards.
|
170
|
+
# </p>
|
171
|
+
# </div>>
|
164
172
|
#
|
165
|
-
# Availability: only available for the
|
173
|
+
# Availability: only available for the WXMSW, WXOSX/Cocoa ports.
|
166
174
|
# @param index [Integer] The index of the bitmap to be replaced.
|
167
175
|
# @param icon [Wx::Icon] Icon to use as the image.
|
168
176
|
# @return [Boolean]
|
177
|
+
# @wxrb_require WXMSW|WXOSX
|
169
178
|
def replace(*args) end
|
170
179
|
|
171
180
|
end # ImageList
|
data/lib/wx/doc/gen/info_bar.rb
CHANGED
@@ -36,14 +36,14 @@ module Wx
|
|
36
36
|
# ```
|
37
37
|
#
|
38
38
|
# See the dialogs sample for more sophisticated examples.
|
39
|
-
# Currently this class is implemented generically (i.e. in the same platform-independent way for all ports) and also natively in
|
40
|
-
# ===
|
39
|
+
# Currently this class is implemented generically (i.e. in the same platform-independent way for all ports) and also natively in WXGTK but the native implementation requires GTK+ 2.18 version or later (this requirement should be satisfied by any desktop systems currently in use).
|
41
40
|
#
|
42
41
|
# Category: Miscellaneous Windows
|
43
42
|
# @see Wx::StatusBar
|
44
43
|
# @see Wx::MessageDialog
|
45
44
|
#
|
46
45
|
#
|
46
|
+
# @wxrb_require USE_INFOBAR
|
47
47
|
class InfoBar < Control
|
48
48
|
|
49
49
|
# Set the effects to use when showing and hiding the bar.
|
@@ -9,7 +9,6 @@ module Wx
|
|
9
9
|
# Provides methods for testing the state of the keyboard modifier keys.
|
10
10
|
# This class is used as a base class of {Wx::KeyEvent} and {Wx::MouseState} and, hence, indirectly, of {Wx::MouseEvent}, so its methods may be used to get information about the modifier keys which were pressed when the event occurred.
|
11
11
|
# This class is implemented entirely inline in <{Wx::/kbdstate.h}> and thus has no linking requirements.
|
12
|
-
# ===
|
13
12
|
#
|
14
13
|
# Category: {Wx::Events}
|
15
14
|
# @see Wx::KeyEvent
|