wxruby3 0.9.1-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/controlwithitems.rb +8 -6
- 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/controlwithitems.rb +17 -7
- data/lib/wx/doc/data_object.rb +2 -2
- data/lib/wx/doc/evthandler.rb +113 -108
- data/lib/wx/doc/font.rb +1 -0
- 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 +4 -5
- data/lib/wx/doc/gen/animation.rb +7 -3
- data/lib/wx/doc/gen/animation_ctrl.rb +6 -7
- 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 +19 -7
- 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 +1 -0
- data/lib/wx/doc/gen/aui/aui_mdi_client_window.rb +1 -0
- data/lib/wx/doc/gen/aui/aui_mdi_parent_frame.rb +6 -1
- 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 +1 -1
- data/lib/wx/doc/gen/bitmap.rb +33 -16
- data/lib/wx/doc/gen/bitmap_button.rb +11 -8
- data/lib/wx/doc/gen/bitmap_combo_box.rb +12 -8
- 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 +23 -11
- data/lib/wx/doc/gen/calculate_layout_event.rb +1 -3
- data/lib/wx/doc/gen/calendar_ctrl.rb +16 -13
- 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 +7 -7
- data/lib/wx/doc/gen/check_list_box.rb +5 -6
- data/lib/wx/doc/gen/choice.rb +16 -9
- 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 +6 -7
- 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 +9 -10
- data/lib/wx/doc/gen/colour_picker_event.rb +4 -5
- data/lib/wx/doc/gen/combo_box.rb +16 -13
- data/lib/wx/doc/gen/combo_ctrl.rb +95 -32
- data/lib/wx/doc/gen/command_link_button.rb +4 -5
- data/lib/wx/doc/gen/context_help_button.rb +7 -3
- data/lib/wx/doc/gen/control.rb +10 -8
- 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 +15 -13
- data/lib/wx/doc/gen/date_event.rb +2 -2
- data/lib/wx/doc/gen/date_picker_ctrl.rb +12 -8
- data/lib/wx/doc/gen/dc.rb +155 -37
- data/lib/wx/doc/gen/defs.rb +51 -51
- data/lib/wx/doc/gen/dial_up_event.rb +1 -2
- data/lib/wx/doc/gen/dial_up_manager.rb +13 -5
- data/lib/wx/doc/gen/dialog.rb +33 -13
- 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 +9 -10
- 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 +2 -2
- data/lib/wx/doc/gen/event.rb +35 -19
- data/lib/wx/doc/gen/event_blocker.rb +1 -3
- data/lib/wx/doc/gen/event_list.rb +1656 -1652
- data/lib/wx/doc/gen/events.rb +162 -169
- 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 +19 -10
- data/lib/wx/doc/gen/file_ctrl_event.rb +3 -4
- data/lib/wx/doc/gen/file_dialog.rb +31 -14
- 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 +8 -9
- 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 +6 -7
- data/lib/wx/doc/gen/font_picker_event.rb +2 -3
- data/lib/wx/doc/gen/frame.rb +56 -15
- data/lib/wx/doc/gen/fs_file.rb +17 -10
- data/lib/wx/doc/gen/gauge.rb +11 -8
- 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 +6 -7
- data/lib/wx/doc/gen/graphics_context.rb +58 -11
- 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 +1 -1
- 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 +27 -5
- 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 +4 -11
- data/lib/wx/doc/gen/header_ctrl_event.rb +1 -3
- data/lib/wx/doc/gen/help_controller.rb +3 -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 +7 -2
- data/lib/wx/doc/gen/html/html_help_controller.rb +8 -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 +5 -7
- data/lib/wx/doc/gen/html/html_printout.rb +1 -2
- data/lib/wx/doc/gen/html/html_window.rb +12 -6
- data/lib/wx/doc/gen/hyperlink_ctrl.rb +7 -7
- 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 +29 -17
- data/lib/wx/doc/gen/list_ctrl.rb +76 -29
- 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 +28 -7
- data/lib/wx/doc/gen/media_ctrl.rb +26 -18
- 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 +41 -19
- data/lib/wx/doc/gen/message_dialog.rb +7 -8
- data/lib/wx/doc/gen/mini_frame.rb +11 -5
- 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 +17 -9
- 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 +17 -8
- 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 +81 -20
- data/lib/wx/doc/gen/pg/property_grid_event.rb +31 -9
- data/lib/wx/doc/gen/pg/property_grid_interface.rb +214 -36
- data/lib/wx/doc/gen/pg/property_grid_manager.rb +40 -10
- 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 +13 -3
- 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 +1 -1
- data/lib/wx/doc/gen/prt/print_abort_dialog.rb +3 -0
- 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 +9 -10
- data/lib/wx/doc/gen/radio_button.rb +13 -9
- 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 +1 -1
- 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 +1 -2
- data/lib/wx/doc/gen/rearrange_list.rb +3 -4
- 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 +10 -7
- data/lib/wx/doc/gen/rtc/rich_text_event.rb +3 -4
- data/lib/wx/doc/gen/rtc/rich_text_file_handler.rb +2 -4
- data/lib/wx/doc/gen/rtc/rich_text_formatting_dialog.rb +2 -3
- 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 +2 -2
- data/lib/wx/doc/gen/rtc/rich_text_style_list_box.rb +5 -5
- data/lib/wx/doc/gen/rtc/rich_text_style_organiser_dialog.rb +1 -1
- data/lib/wx/doc/gen/rtc/rich_text_xml_handler.rb +2 -3
- data/lib/wx/doc/gen/rtc/symbol_picker_dialog.rb +1 -2
- data/lib/wx/doc/gen/sash_event.rb +9 -4
- data/lib/wx/doc/gen/sash_layout_window.rb +11 -4
- data/lib/wx/doc/gen/sash_window.rb +3 -4
- data/lib/wx/doc/gen/screen_dc.rb +0 -1
- data/lib/wx/doc/gen/scroll_bar.rb +19 -10
- data/lib/wx/doc/gen/scrolled_canvas.rb +32 -10
- data/lib/wx/doc/gen/scrolled_control.rb +32 -10
- data/lib/wx/doc/gen/scrolled_window.rb +32 -10
- data/lib/wx/doc/gen/search_ctrl.rb +8 -9
- 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 +27 -17
- data/lib/wx/doc/gen/spin_button.rb +15 -10
- 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 +76 -18
- data/lib/wx/doc/gen/static_bitmap.rb +10 -5
- data/lib/wx/doc/gen/static_box.rb +9 -7
- data/lib/wx/doc/gen/static_box_sizer.rb +0 -2
- data/lib/wx/doc/gen/static_line.rb +3 -4
- data/lib/wx/doc/gen/static_text.rb +5 -6
- data/lib/wx/doc/gen/status_bar.rb +19 -9
- data/lib/wx/doc/gen/stc/event_list.rb +212 -208
- data/lib/wx/doc/gen/stc/styled_text_ctrl.rb +39 -13
- 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 +90 -25
- 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 +5 -6
- 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 +5 -6
- data/lib/wx/doc/gen/tool_bar.rb +98 -25
- 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 +69 -23
- data/lib/wx/doc/gen/tree_ctrl.rb +40 -16
- 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 +6 -2
- data/lib/wx/doc/gen/v_scrolled_window.rb +6 -4
- 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 +195 -45
- 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 -47
- data/lib/wx/doc/window_disabler.rb +10 -6
- data/lib/wx/grid/grid.rb +27 -4
- 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 +2 -2
- 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/treectrl/treectrl.rb +1 -1
- data/tests/media/beep_lo.wav +0 -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 +16 -0
- data/tests/test_std_controls.rb +42 -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 +28 -3
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
|
data/lib/wx/doc/gen/list_box.rb
CHANGED
@@ -10,13 +10,13 @@ module Wx
|
|
10
10
|
# The strings are displayed in a scrolling box, with the selected string(s) marked in reverse video. A listbox can be single selection (if an item is selected, the previous selection is removed) or multiple selection (clicking an item toggles the item on or off independently of other selections).
|
11
11
|
# List box elements are numbered from zero and while the maximal number of elements is unlimited, it is usually better to use a virtual control, not requiring to add all the items to it at once, such as {Wx::DataViewCtrl} or {Wx::ListCtrl} with {Wx::LC_VIRTUAL} style, once more than a few hundreds items need to be displayed because this control is not optimized, neither from performance nor from user interface point of view, for large number of items.
|
12
12
|
# Notice that the list box doesn't support control characters other than TAB.
|
13
|
-
#
|
13
|
+
# ### Styles
|
14
14
|
#
|
15
15
|
# This class supports the following styles:
|
16
16
|
#
|
17
17
|
# - {Wx::LB_SINGLE}: Single-selection list.
|
18
18
|
#
|
19
|
-
# - {Wx::LB_MULTIPLE}: Multiple-selection list: the user can toggle multiple items on and off. This is the same as {Wx::LB_EXTENDED} in
|
19
|
+
# - {Wx::LB_MULTIPLE}: Multiple-selection list: the user can toggle multiple items on and off. This is the same as {Wx::LB_EXTENDED} in WXGTK2 port.
|
20
20
|
#
|
21
21
|
# - {Wx::LB_EXTENDED}: Extended-selection list: the user can extend the selection by using SHIFT or CTRL keys together with the cursor movement keys or the mouse.
|
22
22
|
#
|
@@ -26,25 +26,23 @@ module Wx
|
|
26
26
|
#
|
27
27
|
# - {Wx::LB_NEEDED_SB}: Only create a vertical scrollbar if needed.
|
28
28
|
#
|
29
|
-
# - {Wx::LB_NO_SB}: Don't create vertical scrollbar (
|
29
|
+
# - {Wx::LB_NO_SB}: Don't create vertical scrollbar (WXMSW and WXGTK only).
|
30
30
|
#
|
31
31
|
# - {Wx::LB_SORT}: The listbox contents are sorted in alphabetical order.
|
32
32
|
#
|
33
33
|
# Note that {Wx::LB_SINGLE}, {Wx::LB_MULTIPLE} and {Wx::LB_EXTENDED} styles are mutually exclusive and you can specify at most one of them (single selection is the default). See also Window Styles.
|
34
|
-
#
|
34
|
+
# ### Events emitted by this class
|
35
35
|
#
|
36
36
|
# The following event-handler methods redirect the events to member method or handler blocks for {Wx::CommandEvent} events.
|
37
37
|
# Event handler methods for events emitted by this class:
|
38
38
|
#
|
39
39
|
# - {Wx::EvtHandler#evt_listbox}(id, meth = nil, &block): Process a {Wx::EVT_LISTBOX} event, when an item on the list is selected or the selection changes.
|
40
40
|
#
|
41
|
-
# - {Wx::EvtHandler#evt_listbox_dclick}(id, meth = nil, &block): Process a {Wx::EVT_LISTBOX_DCLICK} event, when the listbox is double-clicked. On some platforms (notably
|
41
|
+
# - {Wx::EvtHandler#evt_listbox_dclick}(id, meth = nil, &block): Process a {Wx::EVT_LISTBOX_DCLICK} event, when the listbox is double-clicked. On some platforms (notably WXGTK2) pressing the enter key is handled as an equivalent of a double-click.
|
42
42
|
#
|
43
|
-
#
|
44
|
-
#
|
45
|
-
#
|
46
|
-
# </td><td> wxGTK Appearance
|
47
|
-
# </td><td> wxOSX Appearance
|
43
|
+
# Category: {Wx::Controls} <div class='appearance'><span class='appearance'>Appearance:</span><table><tr><td> WXMSW Appearance
|
44
|
+
# </td><td> WXGTK Appearance
|
45
|
+
# </td><td> WXOSX Appearance
|
48
46
|
# </td></tr></table></div>
|
49
47
|
# @see Wx::EditableListBox
|
50
48
|
# @see Wx::Choice
|
@@ -53,6 +51,7 @@ module Wx
|
|
53
51
|
# @see Wx::CommandEvent
|
54
52
|
#
|
55
53
|
#
|
54
|
+
# @wxrb_require USE_LISTBOX
|
56
55
|
class ListBox < ControlWithItems
|
57
56
|
|
58
57
|
# @overload create(parent, id, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, choices=nil, style=0, validator=Wx::DEFAULT_VALIDATOR, name=Wx::LIST_BOX_NAME_STR)
|
@@ -110,7 +109,11 @@ module Wx
|
|
110
109
|
def initialize(*args) end
|
111
110
|
|
112
111
|
# Deselects an item in the list box.
|
113
|
-
#
|
112
|
+
# <div class="wxrb-remark">
|
113
|
+
# <b>Remark:</b>
|
114
|
+
# <p>This applies to multiple selection listboxes only.
|
115
|
+
# </p>
|
116
|
+
# </div>>
|
114
117
|
# @param n [Integer] The zero-based item to deselect.
|
115
118
|
# @return [void]
|
116
119
|
def deselect(n) end
|
@@ -127,7 +130,11 @@ module Wx
|
|
127
130
|
# Returns the index of the selected item or {Wx::NOT_FOUND} if no item is selected.
|
128
131
|
# The position of the current selection.
|
129
132
|
#
|
130
|
-
#
|
133
|
+
# <div class="wxrb-remark">
|
134
|
+
# <b>Remark:</b>
|
135
|
+
# <p>This method can be used with single selection list boxes only, you must use {Wx::ListBox#get_selections} for the list boxes with {Wx::LB_MULTIPLE} style.
|
136
|
+
# </p>
|
137
|
+
# </div>>
|
131
138
|
# @see Wx::ListBox#set_selection
|
132
139
|
# @see Wx::ListBox#get_string_selection
|
133
140
|
# @return [Integer]
|
@@ -147,7 +154,11 @@ module Wx
|
|
147
154
|
# Fill an array of ints with the positions of the currently selected items.
|
148
155
|
# The number of selections.
|
149
156
|
#
|
150
|
-
#
|
157
|
+
# <div class="wxrb-remark">
|
158
|
+
# <b>Remark:</b>
|
159
|
+
# <p>Use this with a multiple selection listbox.
|
160
|
+
# </p>
|
161
|
+
# </div>>
|
151
162
|
# @see Wx::ControlWithItems::GetSelection
|
152
163
|
# @see Wx::ControlWithItems::GetStringSelection
|
153
164
|
# @see Wx::ControlWithItems::SetSelection
|
@@ -157,7 +168,7 @@ module Wx
|
|
157
168
|
|
158
169
|
# @overload hit_test(point)
|
159
170
|
# Returns the item located at point, or {Wx::NOT_FOUND} if there is no item located at point.
|
160
|
-
# It is currently implemented for
|
171
|
+
# It is currently implemented for WXMSW, WXOSX and WXGTK2 ports.
|
161
172
|
#
|
162
173
|
# Item located at point, or {Wx::NOT_FOUND} if unimplemented or the item does not exist.
|
163
174
|
# @param point [Array(Integer, Integer), Wx::Point] Point of item (in client coordinates) to obtain
|
@@ -200,7 +211,7 @@ module Wx
|
|
200
211
|
def ensure_visible(n) end
|
201
212
|
|
202
213
|
# Return the number of items that can fit vertically in the visible area of the listbox.
|
203
|
-
# Returns -1 if the number of items per page couldn't be determined. On
|
214
|
+
# Returns -1 if the number of items per page couldn't be determined. On WXGTK this method can only determine the number of items per page if there is at least one item in the listbox.
|
204
215
|
# @return [Integer]
|
205
216
|
def get_count_per_page; end
|
206
217
|
alias_method :count_per_page, :get_count_per_page
|
@@ -218,9 +229,10 @@ module Wx
|
|
218
229
|
#
|
219
230
|
# true if all specified tabs are set, false otherwise
|
220
231
|
#
|
221
|
-
# Availability: only available for the
|
222
|
-
# @param tabStops [
|
232
|
+
# Availability: only available for the WXMSW port.
|
233
|
+
# @param tabStops [Array<Integer>] If this argument is empty, tab stops are reset to their default value (every 32 dialog units). If it contains a single element, tab stops are set at each multiple of the given value. Otherwise tab stops are set at every element of the array, which must be in ascending order.
|
223
234
|
# @return [Boolean]
|
235
|
+
# @wxrb_require WXMSW
|
224
236
|
def msw_set_tab_stops(tabStops) end
|
225
237
|
|
226
238
|
# Returns the number of items in the control.
|