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
@@ -7,8 +7,6 @@
|
|
7
7
|
module Wx::GRID
|
8
8
|
|
9
9
|
# This class may be used to format floating point data in a cell.
|
10
|
-
# ===
|
11
|
-
#
|
12
10
|
# Category: Grid Related Classes
|
13
11
|
# @see Wx::GRID::GridCellRenderer
|
14
12
|
# @see Wx::GRID::GridCellAutoWrapStringRenderer
|
@@ -21,6 +19,7 @@ module Wx::GRID
|
|
21
19
|
#
|
22
20
|
#
|
23
21
|
# @note This class is <b>untracked</b> and should not be derived from nor instances extended!
|
22
|
+
# @wxrb_require USE_GRID
|
24
23
|
class GridCellFloatRenderer < GridCellStringRenderer
|
25
24
|
|
26
25
|
# Float cell renderer ctor.
|
@@ -7,8 +7,6 @@
|
|
7
7
|
module Wx::GRID
|
8
8
|
|
9
9
|
# Grid cell editor for numeric integer data.
|
10
|
-
# ===
|
11
|
-
#
|
12
10
|
# Category: Grid Related Classes
|
13
11
|
# @see Wx::GRID::GridCellEditor
|
14
12
|
# @see Wx::GRID::GridCellAutoWrapStringEditor
|
@@ -22,6 +20,7 @@ module Wx::GRID
|
|
22
20
|
#
|
23
21
|
#
|
24
22
|
# @note This class is <b>untracked</b> and should not be derived from nor instances extended!
|
23
|
+
# @wxrb_require USE_GRID
|
25
24
|
class GridCellNumberEditor < GridCellTextEditor
|
26
25
|
|
27
26
|
# Allows you to specify the range for acceptable data.
|
@@ -7,8 +7,6 @@
|
|
7
7
|
module Wx::GRID
|
8
8
|
|
9
9
|
# This class may be used to format integer data in a cell.
|
10
|
-
# ===
|
11
|
-
#
|
12
10
|
# Category: Grid Related Classes
|
13
11
|
# @see Wx::GRID::GridCellRenderer
|
14
12
|
# @see Wx::GRID::GridCellAutoWrapStringRenderer
|
@@ -21,6 +19,7 @@ module Wx::GRID
|
|
21
19
|
#
|
22
20
|
#
|
23
21
|
# @note This class is <b>untracked</b> and should not be derived from nor instances extended!
|
22
|
+
# @wxrb_require USE_GRID
|
24
23
|
class GridCellNumberRenderer < GridCellStringRenderer
|
25
24
|
|
26
25
|
# Default constructor.
|
@@ -8,7 +8,6 @@ module Wx::GRID
|
|
8
8
|
|
9
9
|
# This class is responsible for actually drawing the cell in the grid.
|
10
10
|
# You may pass it to the {Wx::GRID::GridCellAttr} (below) to change the format of one given cell or to {Wx::GRID::Grid#set_default_renderer} to change the view of all cells. This is an abstract class, and you will normally use one of the predefined derived classes or derive your own class from it.
|
11
|
-
# ===
|
12
11
|
#
|
13
12
|
# Category: Grid Related Classes
|
14
13
|
# @see Wx::GRID::GridCellAutoWrapStringRenderer
|
@@ -22,6 +21,7 @@ module Wx::GRID
|
|
22
21
|
#
|
23
22
|
#
|
24
23
|
# @note This class is <b>untracked</b> and should not be derived from nor instances extended!
|
24
|
+
# @wxrb_require USE_GRID
|
25
25
|
class GridCellRenderer < ::Object
|
26
26
|
|
27
27
|
# @return [Wx::GRID::GridCellRenderer]
|
@@ -7,8 +7,6 @@
|
|
7
7
|
module Wx::GRID
|
8
8
|
|
9
9
|
# This class may be used to format string data in a cell; it is the default for string cells.
|
10
|
-
# ===
|
11
|
-
#
|
12
10
|
# Category: Grid Related Classes
|
13
11
|
# @see Wx::GRID::GridCellRenderer
|
14
12
|
# @see Wx::GRID::GridCellAutoWrapStringRenderer
|
@@ -21,6 +19,7 @@ module Wx::GRID
|
|
21
19
|
#
|
22
20
|
#
|
23
21
|
# @note This class is <b>untracked</b> and should not be derived from nor instances extended!
|
22
|
+
# @wxrb_require USE_GRID
|
24
23
|
class GridCellStringRenderer < GridCellRenderer
|
25
24
|
|
26
25
|
# Default constructor.
|
@@ -7,8 +7,6 @@
|
|
7
7
|
module Wx::GRID
|
8
8
|
|
9
9
|
# Grid cell editor for string/text data.
|
10
|
-
# ===
|
11
|
-
#
|
12
10
|
# Category: Grid Related Classes
|
13
11
|
# @see Wx::GRID::GridCellEditor
|
14
12
|
# @see Wx::GRID::GridCellAutoWrapStringEditor
|
@@ -22,6 +20,7 @@ module Wx::GRID
|
|
22
20
|
#
|
23
21
|
#
|
24
22
|
# @note This class is <b>untracked</b> and should not be derived from nor instances extended!
|
23
|
+
# @wxrb_require USE_GRID
|
25
24
|
class GridCellTextEditor < GridCellEditor
|
26
25
|
|
27
26
|
# Text cell editor constructor.
|
@@ -13,6 +13,7 @@ module Wx::GRID
|
|
13
13
|
#
|
14
14
|
#
|
15
15
|
#
|
16
|
+
# @wxrb_require USE_GRID
|
16
17
|
class GridCellFloatFormat < Wx::Enum
|
17
18
|
|
18
19
|
# Decimal floating point (f).
|
@@ -41,6 +42,7 @@ module Wx::GRID
|
|
41
42
|
#
|
42
43
|
#
|
43
44
|
#
|
45
|
+
# @wxrb_require USE_GRID
|
44
46
|
class GridTableRequest < Wx::Enum
|
45
47
|
|
46
48
|
# New rows have been inserted into the table.
|
@@ -73,6 +75,7 @@ module Wx::GRID
|
|
73
75
|
#
|
74
76
|
#
|
75
77
|
#
|
78
|
+
# @wxrb_require USE_GRID
|
76
79
|
class GridRenderStyle < Wx::Enum
|
77
80
|
|
78
81
|
# Draw grid row header labels.
|
@@ -224,19 +227,20 @@ module Wx::GRID
|
|
224
227
|
# - {Wx::GRID::GridCellDateEditor}
|
225
228
|
#
|
226
229
|
# Please see {Wx::GRID::GridEvent}, {Wx::GRID::GridSizeEvent}, {Wx::GRID::GridRangeSelectEvent}, and {Wx::GRID::GridEditorCreatedEvent} for the documentation of all event types you can use with {Wx::GRID::Grid}.
|
227
|
-
# ===
|
228
230
|
#
|
229
231
|
# Category: Grid Related Classes
|
230
232
|
# @see wxGrid Overview
|
231
233
|
# @see Wx::GridUpdateLocker
|
232
234
|
#
|
233
235
|
#
|
236
|
+
# @wxrb_require USE_GRID
|
234
237
|
class Grid < ScrolledCanvas
|
235
238
|
|
236
239
|
# Different selection modes supported by the grid.
|
237
240
|
#
|
238
241
|
#
|
239
242
|
#
|
243
|
+
# @wxrb_require USE_GRID
|
240
244
|
class GridSelectionModes < Wx::Enum
|
241
245
|
|
242
246
|
# The default selection mode allowing selection of the individual cells as well as of the entire rows and columns.
|
@@ -265,6 +269,7 @@ module Wx::GRID
|
|
265
269
|
#
|
266
270
|
#
|
267
271
|
#
|
272
|
+
# @wxrb_require USE_GRID
|
268
273
|
class CellSpan < Wx::Enum
|
269
274
|
|
270
275
|
# This cell is inside a span covered by another cell.
|
@@ -288,6 +293,7 @@ module Wx::GRID
|
|
288
293
|
# @see Wx::GRID::EVT_GRID_TABBING
|
289
294
|
#
|
290
295
|
#
|
296
|
+
# @wxrb_require USE_GRID
|
291
297
|
class TabBehaviour < Wx::Enum
|
292
298
|
|
293
299
|
# Do nothing, this is default.
|
@@ -308,7 +314,7 @@ module Wx::GRID
|
|
308
314
|
# Default constructor.
|
309
315
|
# You must call {Wx::GRID::Grid#create} to really create the grid window and also call {Wx::GRID::Grid#create_grid} or {Wx::GRID::Grid#set_table} or {Wx::GRID::Grid#assign_table} to initialize its contents.
|
310
316
|
# @return [Wx::GRID::Grid]
|
311
|
-
# @overload initialize(parent, id, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::WANTS_CHARS, name=Wx::
|
317
|
+
# @overload initialize(parent, id, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::WANTS_CHARS, name=Wx::GRID_NAME_STR)
|
312
318
|
# Constructor creating the grid window.
|
313
319
|
# You must call either {Wx::GRID::Grid#create_grid} or {Wx::GRID::Grid#set_table} or {Wx::GRID::Grid#assign_table} to initialize the grid contents before using it.
|
314
320
|
# @param parent [Wx::Window]
|
@@ -329,7 +335,7 @@ module Wx::GRID
|
|
329
335
|
# @param style [Integer]
|
330
336
|
# @param name [String]
|
331
337
|
# @return [Boolean]
|
332
|
-
def create(parent, id, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::WANTS_CHARS, name=Wx::
|
338
|
+
def create(parent, id, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::WANTS_CHARS, name=Wx::GRID_NAME_STR) end
|
333
339
|
|
334
340
|
# Creates a grid with the specified initial number of rows and columns.
|
335
341
|
# Call this directly after the grid constructor. When you use this function {Wx::GRID::Grid} will create and manage a simple table of string values for you. All of the grid data will be stored in memory.
|
@@ -1640,20 +1646,34 @@ module Wx::GRID
|
|
1640
1646
|
# @return [void]
|
1641
1647
|
def deselect_cell(row, col) end
|
1642
1648
|
|
1649
|
+
# Returns a range of grid selection blocks.
|
1650
|
+
# The returned range can be iterated over, e.g. with C++11 range-for loop:
|
1651
|
+
# ```
|
1652
|
+
# for ( const auto block: grid->GetSelectedBlocks() ) {
|
1653
|
+
# if ( block.Intersects(myBlock) )
|
1654
|
+
# break;
|
1655
|
+
# }
|
1656
|
+
# ```
|
1657
|
+
#
|
1658
|
+
# Notice that the blocks returned by this method are not ordered in any particular way and may overlap. For grids using rows or columns-only selection modes, {Wx::GRID::Grid#get_selected_row_blocks} or {Wx::GRID::Grid#get_selected_col_blocks} can be more convenient, as they return ordered and non-overlapping blocks.
|
1659
|
+
# @return [Array<Wx::GRID::GridBlockCoords>]
|
1660
|
+
def get_selected_blocks; end
|
1661
|
+
alias_method :selected_blocks, :get_selected_blocks
|
1662
|
+
|
1643
1663
|
# Returns an ordered range of non-overlapping selected rows.
|
1644
1664
|
# For the grids using {Wx::GRID::Grid::GridSelectionModes::GridSelectRows} selection mode, returns the possibly empty vector containing the coordinates of non-overlapping selected row blocks in the natural order, i.e. from smallest to the biggest row indices.
|
1645
1665
|
# To see the difference between this method and {Wx::GRID::Grid#get_selected_blocks}, consider the case when the user selects rows 2..4 in the grid and then also selects (using Ctrl/Shift keys) the rows 1..3. Iterating over the result of {Wx::GRID::Grid#get_selected_blocks} would yield two blocks directly corresponding to the users selection, while this method returns a vector with a single element corresponding to the rows 1..4.
|
1646
1666
|
# This method returns empty vector for the other selection modes.
|
1647
1667
|
# @see Wx::GRID::Grid#get_selected_blocks
|
1648
1668
|
# @see Wx::GRID::Grid#get_selected_col_blocks
|
1649
|
-
# @return [Array<Wx::GRID::GridBlockCoords]
|
1669
|
+
# @return [Array<Wx::GRID::GridBlockCoords>]
|
1650
1670
|
def get_selected_row_blocks; end
|
1651
1671
|
alias_method :selected_row_blocks, :get_selected_row_blocks
|
1652
1672
|
|
1653
1673
|
# Returns an ordered range of non-overlapping selected columns.
|
1654
1674
|
# This method is symmetric to {Wx::GRID::Grid#get_selected_row_blocks}, but is useful only in {Wx::GRID::Grid::GridSelectionModes::GridSelectColumns} selection mode.
|
1655
1675
|
# @see Wx::GRID::Grid#get_selected_blocks
|
1656
|
-
# @return [Array<Wx::GRID::GridBlockCoords]
|
1676
|
+
# @return [Array<Wx::GRID::GridBlockCoords>]
|
1657
1677
|
def get_selected_col_blocks; end
|
1658
1678
|
alias_method :selected_col_blocks, :get_selected_col_blocks
|
1659
1679
|
|
@@ -2395,6 +2415,7 @@ module Wx::GRID
|
|
2395
2415
|
#
|
2396
2416
|
#
|
2397
2417
|
# @note This class is <b>untracked</b> and should not be derived from nor instances extended!
|
2418
|
+
# @wxrb_require USE_GRID
|
2398
2419
|
class GridBlockCoords < ::Object
|
2399
2420
|
|
2400
2421
|
# @overload initialize()
|
@@ -2511,6 +2532,7 @@ module Wx::GRID
|
|
2511
2532
|
#
|
2512
2533
|
#
|
2513
2534
|
# @note This class is <b>untracked</b> and should not be derived from nor instances extended!
|
2535
|
+
# @wxrb_require USE_GRID
|
2514
2536
|
class GridBlockDiffResult < ::Object
|
2515
2537
|
|
2516
2538
|
end # GridBlockDiffResult
|
@@ -2518,12 +2540,12 @@ module Wx::GRID
|
|
2518
2540
|
# {Wx::GRID::GridSizesInfo} stores information about sizes of all {Wx::GRID::Grid} rows or columns.
|
2519
2541
|
# It assumes that most of the rows or columns (which are both called elements here as the difference between them doesn't matter at this class level) have the default size and so stores it separately. And it uses a {Wx::HashMap} to store the sizes of all elements which have the non-default size.
|
2520
2542
|
# This structure is particularly useful for serializing the sizes of all {Wx::GRID::Grid} elements at once.
|
2521
|
-
# ===
|
2522
2543
|
#
|
2523
2544
|
# Category: Grid Related Classes
|
2524
2545
|
#
|
2525
2546
|
#
|
2526
2547
|
# @note This class is <b>untracked</b> and should not be derived from nor instances extended!
|
2548
|
+
# @wxrb_require USE_GRID
|
2527
2549
|
class GridSizesInfo < ::Object
|
2528
2550
|
|
2529
2551
|
# Default size.
|
@@ -2584,12 +2606,12 @@ module Wx::GRID
|
|
2584
2606
|
# ```
|
2585
2607
|
#
|
2586
2608
|
# Objects of this class are created using static functions instead of constructors for better readability and can't be changed after creating them except by using the assignment operator.
|
2587
|
-
# ===
|
2588
2609
|
#
|
2589
2610
|
# Category: Grid Related Classes
|
2590
2611
|
#
|
2591
2612
|
#
|
2592
2613
|
# @note This class is <b>untracked</b> and should not be derived from nor instances extended!
|
2614
|
+
# @wxrb_require USE_GRID
|
2593
2615
|
class GridFitMode < ::Object
|
2594
2616
|
|
2595
2617
|
# Default constructor creates an object not specifying any behaviour.
|
@@ -7,7 +7,7 @@
|
|
7
7
|
module Wx::GRID
|
8
8
|
|
9
9
|
#
|
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::GRID::GridEditorCreatedEvent} events.
|
13
13
|
# Event handler methods:
|
@@ -16,10 +16,9 @@ module Wx::GRID
|
|
16
16
|
#
|
17
17
|
# - {Wx::EvtHandler#evt_grid_cmd_editor_created}(id, meth = nil, &block): The editor for a cell was created; variant taking a window identifier. Processes a {Wx::GRID::EVT_GRID_EDITOR_CREATED} event type.
|
18
18
|
#
|
19
|
-
# ===
|
20
|
-
#
|
21
19
|
# Category: Grid Related Classes, {Wx::Events}
|
22
20
|
#
|
21
|
+
# @wxrb_require USE_GRID
|
23
22
|
class GridEditorCreatedEvent < CommandEvent
|
24
23
|
|
25
24
|
# @overload initialize()
|
@@ -28,7 +27,7 @@ module Wx::GRID
|
|
28
27
|
# @overload initialize(id, type, obj, row, col, ctrl)
|
29
28
|
# Constructor for initializing all event attributes.
|
30
29
|
# @param id [Integer]
|
31
|
-
# @param type [Wx::
|
30
|
+
# @param type [Wx::Slider::EventType]
|
32
31
|
# @param obj [Wx::Object]
|
33
32
|
# @param row [Integer]
|
34
33
|
# @param col [Integer]
|
@@ -8,7 +8,7 @@ module Wx::GRID
|
|
8
8
|
|
9
9
|
# This event class contains information about various grid events.
|
10
10
|
# Notice that all grid event table macros are available in two versions: EVT_GRID_XXX and EVT_GRID_CMD_XXX. The only difference between the two is that the former doesn't allow to specify the grid window identifier and so takes a single parameter, the event handler, but is not suitable if there is more than one grid control in the window where the event table is used (as it would catch the events from all the grids). The version with CMD takes the id as first argument and the event handler as the second one and so can be used with multiple grids as well. Otherwise there are no difference between the two and only the versions without the id are documented below for brevity.
|
11
|
-
#
|
11
|
+
# ### Events using this class
|
12
12
|
#
|
13
13
|
# The following event-handler methods redirect the events to member method or handler blocks for {Wx::GRID::GridEvent} events.
|
14
14
|
# Event handler methods:
|
@@ -47,10 +47,9 @@ module Wx::GRID
|
|
47
47
|
#
|
48
48
|
# - {Wx::EvtHandler#evt_grid_tabbing}(meth = nil, &block): This event is generated when the user presses TAB or Shift-TAB in the grid. It can be used to customize the simple default TAB handling logic, e.g. to go to the next non-empty cell instead of just the next cell. See also {Wx::GRID::Grid#set_tab_behaviour}. This event is new since wxWidgets 2.9.5.
|
49
49
|
#
|
50
|
-
# ===
|
51
|
-
#
|
52
50
|
# Category: Grid Related Classes, {Wx::Events}
|
53
51
|
#
|
52
|
+
# @wxrb_require USE_GRID
|
54
53
|
class GridEvent < NotifyEvent
|
55
54
|
|
56
55
|
# @overload initialize()
|
@@ -59,7 +58,7 @@ module Wx::GRID
|
|
59
58
|
# @overload initialize(id, type, obj, row=-1, col=-1, x=-1, y=-1, sel=true, kbd=(Wx::KeyboardState.new()))
|
60
59
|
# Constructor for initializing all event attributes.
|
61
60
|
# @param id [Integer]
|
62
|
-
# @param type [Wx::
|
61
|
+
# @param type [Wx::Slider::EventType]
|
63
62
|
# @param obj [Wx::Object]
|
64
63
|
# @param row [Integer]
|
65
64
|
# @param col [Integer]
|
@@ -10,7 +10,7 @@ module Wx::GRID
|
|
10
10
|
# When the user uses the mouse for selection, one or more SELECTING events are generated first, with SELECTED event generated at the end, when selection is final. This allows the application to handle either the SELECTING events if it needs to update its state in real-time, as the selection changes, or just the final SELECTED event, if updating its state on every selection change would be too time-consuming.
|
11
11
|
# Note that if the user performs the selection from keyboard, SELECTING events are not generated at all, so SELECTED event still must be handled.
|
12
12
|
# Finally, contrary to most of the other events with the name ending in "ing", SELECTING event can not be vetoed.
|
13
|
-
#
|
13
|
+
# ### Events using this class
|
14
14
|
#
|
15
15
|
# The following event-handler methods redirect the events to member method or handler blocks for {Wx::GRID::GridRangeSelectEvent} events.
|
16
16
|
# Event handler methods:
|
@@ -23,10 +23,9 @@ module Wx::GRID
|
|
23
23
|
#
|
24
24
|
# - {Wx::EvtHandler#evt_grid_cmd_range_selected}(id, meth = nil, &block): The user selected a group of contiguous cells; variant taking a window identifier. Processes a {Wx::GRID::EVT_GRID_RANGE_SELECTED} event type. This event is available in wxWidgets 3.1.5 and later only and was called {Wx::EVT_GRID_CMD_RANGE_SELECT} in the previous versions.
|
25
25
|
#
|
26
|
-
# ===
|
27
|
-
#
|
28
26
|
# Category: Grid Related Classes, {Wx::Events}
|
29
27
|
#
|
28
|
+
# @wxrb_require USE_GRID
|
30
29
|
class GridRangeSelectEvent < NotifyEvent
|
31
30
|
|
32
31
|
# @overload initialize()
|
@@ -35,7 +34,7 @@ module Wx::GRID
|
|
35
34
|
# @overload initialize(id, type, obj, topLeft, bottomRight, sel=true, kbd=(Wx::KeyboardState.new()))
|
36
35
|
# Constructor for initializing all event attributes.
|
37
36
|
# @param id [Integer]
|
38
|
-
# @param type [Wx::
|
37
|
+
# @param type [Wx::Slider::EventType]
|
39
38
|
# @param obj [Wx::Object]
|
40
39
|
# @param topLeft [Array(Integer, Integer)]
|
41
40
|
# @param bottomRight [Array(Integer, Integer)]
|
@@ -7,7 +7,7 @@
|
|
7
7
|
module Wx::GRID
|
8
8
|
|
9
9
|
# This event class contains information about a row/column resize event.
|
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::GRID::GridSizeEvent} events.
|
13
13
|
# Event handler methods:
|
@@ -24,10 +24,9 @@ module Wx::GRID
|
|
24
24
|
#
|
25
25
|
# - {Wx::EvtHandler#evt_grid_row_size}(meth = nil, &block): Same as EVT_GRID_CMD_ROW_SIZE() but uses {Wx::StandardID::ID_ANY} id.
|
26
26
|
#
|
27
|
-
# ===
|
28
|
-
#
|
29
27
|
# Category: Grid Related Classes, {Wx::Events}
|
30
28
|
#
|
29
|
+
# @wxrb_require USE_GRID
|
31
30
|
class GridSizeEvent < NotifyEvent
|
32
31
|
|
33
32
|
# @overload initialize()
|
@@ -36,7 +35,7 @@ module Wx::GRID
|
|
36
35
|
# @overload initialize(id, type, obj, rowOrCol=-1, x=-1, y=-1, kbd=(Wx::KeyboardState.new()))
|
37
36
|
# Constructor for initializing all event attributes.
|
38
37
|
# @param id [Integer]
|
39
|
-
# @param type [Wx::
|
38
|
+
# @param type [Wx::Slider::EventType]
|
40
39
|
# @param obj [Wx::Object]
|
41
40
|
# @param rowOrCol [Integer]
|
42
41
|
# @param x [Integer]
|
@@ -9,6 +9,7 @@ module Wx::GRID
|
|
9
9
|
# Simplest type of data table for a grid for small tables of strings that are stored in memory.
|
10
10
|
# The number of rows and columns in the table can be specified initially but may also be changed later dynamically.
|
11
11
|
#
|
12
|
+
# @wxrb_require USE_GRID
|
12
13
|
class GridStringTable < GridTableBase
|
13
14
|
|
14
15
|
# @overload initialize()
|
@@ -10,12 +10,11 @@ module Wx::GRID
|
|
10
10
|
# A grid table is responsible for storing the grid data and, indirectly, grid cell attributes. The data can be stored in the way most convenient for the application but has to be provided in string form to {Wx::GRID::Grid}. It is also possible to provide cells values in other formats if appropriate, e.g. as numbers.
|
11
11
|
# This base class is not quite abstract as it implements a trivial strategy for storing the attributes by forwarding it to {Wx::GridCellAttrProvider} and also provides stubs for some other functions. However it does have a number of pure virtual methods which must be implemented in the derived classes.
|
12
12
|
#
|
13
|
-
# ===
|
14
|
-
#
|
15
13
|
# Category: Grid Related Classes
|
16
14
|
# @see Wx::GRID::GridStringTable
|
17
15
|
#
|
18
16
|
#
|
17
|
+
# @wxrb_require USE_GRID
|
19
18
|
class GridTableBase < Object
|
20
19
|
|
21
20
|
# May be overridden to implement testing for empty cells.
|
@@ -11,8 +11,6 @@ module Wx
|
|
11
11
|
DEFAULT_SPAN = nil
|
12
12
|
|
13
13
|
# A {Wx::Sizer} that can lay out items in a virtual grid like a {Wx::FlexGridSizer} but in this case explicit positioning of the items is allowed using {Wx::GBPosition}, and items can optionally span more than one row and/or column using {Wx::GBSpan}.
|
14
|
-
# ===
|
15
|
-
#
|
16
14
|
# Category: Window Layout
|
17
15
|
#
|
18
16
|
class GridBagSizer < FlexGridSizer
|
@@ -203,8 +201,6 @@ module Wx
|
|
203
201
|
end # GridBagSizer
|
204
202
|
|
205
203
|
# This class is used to hold the row and column spanning attributes of items in a {Wx::GridBagSizer}.
|
206
|
-
# ===
|
207
|
-
#
|
208
204
|
# Category: Window Layout
|
209
205
|
#
|
210
206
|
#
|
@@ -251,8 +247,6 @@ module Wx
|
|
251
247
|
end # GBSpan
|
252
248
|
|
253
249
|
# This class represents the position of an item in a virtual grid of rows and columns managed by a {Wx::GridBagSizer}.
|
254
|
-
# ===
|
255
|
-
#
|
256
250
|
# Category: Window Layout
|
257
251
|
#
|
258
252
|
#
|
@@ -8,7 +8,6 @@ module Wx
|
|
8
8
|
|
9
9
|
# A grid sizer is a sizer which lays out its children in a two-dimensional table with all table fields having the same size, i.e.
|
10
10
|
# the width of each field is the width of the widest child, the height of each field is the height of the tallest child.
|
11
|
-
# ===
|
12
11
|
#
|
13
12
|
# Category: Window Layout
|
14
13
|
# @see Wx::Sizer
|
@@ -7,8 +7,6 @@
|
|
7
7
|
module Wx
|
8
8
|
|
9
9
|
# A generic implementation of the GUI event loop.
|
10
|
-
# ===
|
11
|
-
#
|
12
10
|
# Category: Application and Process Management
|
13
11
|
#
|
14
12
|
#
|
@@ -19,7 +17,7 @@ module Wx
|
|
19
17
|
def initialize; end
|
20
18
|
|
21
19
|
# Start the event loop, return the exit code when it is finished.
|
22
|
-
# Logically, this method calls {Wx::GUIEventLoop#dispatch} in a loop until it returns false and also takes care of generating idle events during each loop iteration. However not all implementations of this class really implement it like this (e.g.
|
20
|
+
# Logically, this method calls {Wx::GUIEventLoop#dispatch} in a loop until it returns false and also takes care of generating idle events during each loop iteration. However not all implementations of this class really implement it like this (e.g. WXGTK does not) so you shouldn't rely on {Wx::GUIEventLoop#dispatch} being called from inside this function.
|
23
21
|
# The argument passed to {Wx::GUIEventLoop#exit} which terminated this event loop.
|
24
22
|
# @return [Integer]
|
25
23
|
def run; end
|
@@ -107,7 +105,7 @@ module Wx
|
|
107
105
|
# Works like {Wx::GUIEventLoop#yield} with onlyIfNeeded == true, except that it allows the caller to specify a mask of the {Wx::EventCategory} values which indicates which events should be processed and which should instead be "delayed" (i.e.
|
108
106
|
# processed by the main loop later).
|
109
107
|
# Note that this is a safer alternative to {Wx::GUIEventLoop#yield} since it ensures that only the events you're interested to will be processed; i.e. this method helps to avoid unwanted reentrancies.
|
110
|
-
# Note that currently only
|
108
|
+
# Note that currently only WXMSW and WXGTK do support selective yield of native events coming from the underlying GUI toolkit. wxWidgets events posted using {Wx::EvtHandler#add_pending_event} or {Wx::EvtHandler#queue_event} are instead selectively processed by all ports.
|
111
109
|
# @see Wx::Event#get_event_category
|
112
110
|
# @param eventsToProcess [Integer]
|
113
111
|
# @return [Boolean]
|
@@ -16,14 +16,14 @@ module Wx
|
|
16
16
|
# Notice that this control itself doesn't do anything other than displaying the column headers. In particular column reordering and sorting must still be supported by the associated control displaying the real data under the header. Also remember to call {Wx::HeaderCtrl#scroll_window} method of the control if the associated data display window has a horizontal scrollbar, otherwise the headers wouldn't align with the data when the window is scrolled.
|
17
17
|
# This control is implemented using the native header control under MSW systems and a generic implementation elsewhere.
|
18
18
|
#
|
19
|
-
#
|
19
|
+
# ## Future Improvements
|
20
20
|
#
|
21
21
|
# Some features are supported by the native MSW control and so could be easily implemented in this version of {Wx::HeaderCtrl} but need to be implemented in the generic version as well to be really useful. Please let us know if you need or, better, plan to work on implementing, any of them:
|
22
22
|
#
|
23
23
|
# - Displaying bitmaps instead of or together with the text
|
24
24
|
# - Custom drawn headers
|
25
25
|
# - Filters associated with a column.
|
26
|
-
#
|
26
|
+
# ### Styles
|
27
27
|
#
|
28
28
|
# This class supports the following styles:
|
29
29
|
#
|
@@ -31,11 +31,11 @@ module Wx
|
|
31
31
|
#
|
32
32
|
# - {Wx::HD_ALLOW_HIDE}: If this style is specified, the control shows a popup menu allowing the user to change the columns visibility on right mouse click. Notice that the program can always hide or show the columns, this style only affects the users capability to do it.
|
33
33
|
#
|
34
|
-
# - {Wx::HD_BITMAP_ON_RIGHT}: The column image, if any, will be shown on the right side if this style is used. Note that this style is only implemented in
|
34
|
+
# - {Wx::HD_BITMAP_ON_RIGHT}: The column image, if any, will be shown on the right side if this style is used. Note that this style is only implemented in WXMSW currently and doesn't do anything under the other platforms. It is available since wxWidgets 3.1.1.
|
35
35
|
#
|
36
36
|
# - {Wx::HD_DEFAULT_STYLE}: Symbolic name for the default control style, currently equal to {Wx::HD_ALLOW_REORDER}.
|
37
37
|
#
|
38
|
-
#
|
38
|
+
# ### Events emitted by this class
|
39
39
|
#
|
40
40
|
# The following event-handler methods redirect the events to member method or handler blocks for {Wx::HeaderCtrlEvent} events.
|
41
41
|
# Event handler methods for events emitted by this class:
|
@@ -66,8 +66,6 @@ module Wx
|
|
66
66
|
#
|
67
67
|
# - {Wx::EvtHandler#evt_header_dragging_cancelled}(id, meth = nil, &block): The resizing or reordering operation currently in progress was cancelled. This can happen if the user pressed Esc key while dragging the mouse or the mouse capture was lost for some other reason. You only need to handle this event if your application entered into some modal mode when resizing or reordering began, in which case it should handle this event in addition to the matching end resizing or reordering ones.
|
68
68
|
#
|
69
|
-
# ===
|
70
|
-
#
|
71
69
|
# Category: {Wx::Controls}
|
72
70
|
# @see Wx::GRID::Grid
|
73
71
|
# @see Wx::ListCtrl
|
@@ -80,7 +78,7 @@ module Wx
|
|
80
78
|
# Default constructor not creating the underlying window.
|
81
79
|
# You must use {Wx::HeaderCtrl#create} after creating the object using this constructor.
|
82
80
|
# @return [Wx::HeaderCtrl]
|
83
|
-
# @overload initialize(parent, winid=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::HD_DEFAULT_STYLE, name=Wx::
|
81
|
+
# @overload initialize(parent, winid=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::HD_DEFAULT_STYLE, name=Wx::HEADER_CTRL_NAME_STR)
|
84
82
|
# Constructor creating the window.
|
85
83
|
# Please see {Wx::HeaderCtrl#create} for the parameters documentation.
|
86
84
|
# @param parent [Wx::Window]
|
@@ -104,7 +102,7 @@ module Wx
|
|
104
102
|
# if this is undesirable.
|
105
103
|
# @param name [String] The name of the control.
|
106
104
|
# @return [Boolean]
|
107
|
-
def create(parent, winid=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::HD_DEFAULT_STYLE, name=Wx::
|
105
|
+
def create(parent, winid=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::HD_DEFAULT_STYLE, name=Wx::HEADER_CTRL_NAME_STR) end
|
108
106
|
|
109
107
|
# Set the number of columns in the control.
|
110
108
|
# The control will use {Wx::HeaderCtrl#get_column} to get information about all the new columns and refresh itself, i.e. this method also has the same effect as calling {Wx::HeaderCtrl#update_column} for all columns but it should only be used if the number of columns really changed.
|
@@ -303,7 +301,6 @@ module Wx
|
|
303
301
|
# Represents a column header in controls displaying tabular data such as {Wx::DataViewCtrl} or {Wx::GRID::Grid}.
|
304
302
|
# Notice that this is an abstract base class which is implemented (usually using the information stored in the associated control) by the different controls using {Wx::HeaderCtrl}. As the control only needs to retrieve the information about the column, this class defines only the methods for accessing the various column properties but not for changing them as the setters might not be needed at all, e.g. if the column attributes can only be changed via the methods of the main associated control (this is the case for {Wx::GRID::Grid} for example). If you do want to allow changing them directly using the column itself, you should inherit from {Wx::SettableHeaderColumn} instead of this class.
|
305
303
|
# Finally, if you don't already store the column information at all anywhere, you should use the concrete {Wx::HeaderColumnSimple} class and {Wx::HeaderCtrlSimple}.
|
306
|
-
# ===
|
307
304
|
#
|
308
305
|
# Category: {Wx::Controls}
|
309
306
|
#
|
@@ -403,7 +400,6 @@ module Wx
|
|
403
400
|
|
404
401
|
# {Wx::HeaderCtrlSimple} is a concrete header control which can be used directly, without inheriting from it as you need to do when using {Wx::HeaderCtrl} itself.
|
405
402
|
# When using it, you need to use simple {Wx::HeaderCtrlSimple#append_column}, {Wx::HeaderCtrlSimple#insert_column} and {Wx::HeaderCtrlSimple#delete_column} methods instead of setting the number of columns with {Wx::HeaderCtrlSimple#set_column_count} and returning the information about them from the overridden {Wx::HeaderCtrlSimple#get_column}.
|
406
|
-
# ===
|
407
403
|
#
|
408
404
|
# Category: {Wx::Controls}
|
409
405
|
# @see Wx::HeaderCtrl
|
@@ -415,7 +411,7 @@ module Wx
|
|
415
411
|
# Default constructor not creating the underlying window.
|
416
412
|
# You must use {Wx::HeaderCtrlSimple#create} after creating the object using this constructor.
|
417
413
|
# @return [Wx::HeaderCtrlSimple]
|
418
|
-
# @overload initialize(parent, winid=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::HD_DEFAULT_STYLE, name=Wx::
|
414
|
+
# @overload initialize(parent, winid=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::HD_DEFAULT_STYLE, name=Wx::HEADER_CTRL_NAME_STR)
|
419
415
|
# Constructor creating the window.
|
420
416
|
# Please see the base class {Wx::HeaderCtrl#create} method for the parameters description.
|
421
417
|
# @param parent [Wx::Window]
|
@@ -496,7 +492,6 @@ module Wx
|
|
496
492
|
|
497
493
|
# Adds methods to set the column attributes to {Wx::HeaderColumn}.
|
498
494
|
# This class adds setters for the column attributes defined by {Wx::HeaderColumn}. It is still an abstract base class and needs to be implemented before using it with {Wx::HeaderCtrl}.
|
499
|
-
# ===
|
500
495
|
#
|
501
496
|
# Category: {Wx::Controls}
|
502
497
|
#
|
@@ -636,8 +631,6 @@ module Wx
|
|
636
631
|
# header->AppendColumn(col);
|
637
632
|
# ```
|
638
633
|
#
|
639
|
-
# ===
|
640
|
-
#
|
641
634
|
# Category: {Wx::Controls}
|
642
635
|
#
|
643
636
|
#
|
@@ -75,8 +75,6 @@ module Wx
|
|
75
75
|
EVT_HEADER_DRAGGING_CANCELLED = 10169
|
76
76
|
|
77
77
|
# Event class representing the events generated by {Wx::HeaderCtrl}.
|
78
|
-
# ===
|
79
|
-
#
|
80
78
|
# Category: {Wx::Events}
|
81
79
|
# @see Wx::HeaderCtrl
|
82
80
|
#
|
@@ -84,7 +82,7 @@ module Wx
|
|
84
82
|
class HeaderCtrlEvent < NotifyEvent
|
85
83
|
|
86
84
|
# @overload initialize(commandType=Wx::EVT_NULL, winid=0)
|
87
|
-
# @param commandType [Wx::
|
85
|
+
# @param commandType [Wx::Slider::EventType]
|
88
86
|
# @param winid [Integer]
|
89
87
|
# @return [Wx::HeaderCtrlEvent]
|
90
88
|
# @overload initialize(event)
|