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
@@ -59,7 +59,7 @@ module Wx
|
|
59
59
|
EVT_WIZARD_BEFORE_PAGE_CHANGED = 10015
|
60
60
|
|
61
61
|
# {Wx::WizardEvent} class represents an event generated by the {Wx::Wizard}: this event is first sent to the page itself and, if not processed there, goes up the window hierarchy as usual.
|
62
|
-
#
|
62
|
+
# ### Events using this class
|
63
63
|
#
|
64
64
|
# The following event-handler methods redirect the events to member method or handler blocks for {Wx::WizardEvent} events.
|
65
65
|
# Event handler methods:
|
@@ -78,18 +78,17 @@ module Wx
|
|
78
78
|
#
|
79
79
|
# - {Wx::EvtHandler#evt_wizard_finished}(id, meth = nil, &block): The wizard finished button was pressed.
|
80
80
|
#
|
81
|
-
# ===
|
82
|
-
#
|
83
81
|
# Category: {Wx::Events}
|
84
82
|
# @see Wx::Wizard
|
85
83
|
# @see Wizard Sample
|
86
84
|
#
|
87
85
|
#
|
86
|
+
# @wxrb_require USE_WIZARDDLG
|
88
87
|
class WizardEvent < NotifyEvent
|
89
88
|
|
90
89
|
# Constructor.
|
91
90
|
# It is not normally used by the user code as the objects of this type are constructed by {Wx::Wizard}.
|
92
|
-
# @param type [Wx::
|
91
|
+
# @param type [Wx::Slider::EventType]
|
93
92
|
# @param id [Integer]
|
94
93
|
# @param direction [Boolean]
|
95
94
|
# @param page [Wx::WizardPage]
|
@@ -10,16 +10,16 @@ module Wx
|
|
10
10
|
# Except for this extra knowledge, {Wx::WizardPage} is just a panel, so the controls may be placed directly on it in the usual way.
|
11
11
|
# This class allows the programmer to decide the order of pages in the wizard dynamically (during run-time) and so provides maximal flexibility. Usually, however, the order of pages is known in advance in which case {Wx::WizardPageSimple} class is enough and it is simpler to use.
|
12
12
|
#
|
13
|
-
#
|
13
|
+
# ## Virtual functions to override
|
14
14
|
#
|
15
15
|
# To use this class, you must override {Wx::WizardPage#get_prev} and {Wx::WizardPage#get_next} pure virtual functions (or you may use {Wx::WizardPageSimple} instead). {Wx::WizardPage#get_bitmap} can also be overridden, but this should be very rarely needed.
|
16
|
-
# ===
|
17
16
|
#
|
18
17
|
# Category: Miscellaneous Windows
|
19
18
|
# @see Wx::Wizard
|
20
19
|
# @see Wizard Sample
|
21
20
|
#
|
22
21
|
#
|
22
|
+
# @wxrb_require USE_WIZARDDLG
|
23
23
|
class WizardPage < Panel
|
24
24
|
|
25
25
|
# Default constructor.
|
@@ -8,13 +8,13 @@ module Wx
|
|
8
8
|
|
9
9
|
# {Wx::WizardPageSimple} is the simplest possible {Wx::WizardPage} implementation: it just returns the pointers given to its constructor from {Wx::WizardPage#get_next} and {Wx::WizardPage#get_prev} functions.
|
10
10
|
# This makes it very easy to use the objects of this class in the wizards where the pages order is known statically - on the other hand, if this is not the case you must derive your own class from {Wx::WizardPage} instead.
|
11
|
-
# ===
|
12
11
|
#
|
13
12
|
# Category: Miscellaneous Windows
|
14
13
|
# @see Wx::Wizard
|
15
14
|
# @see Wizard Sample
|
16
15
|
#
|
17
16
|
#
|
17
|
+
# @wxrb_require USE_WIZARDDLG
|
18
18
|
class WizardPageSimple < WizardPage
|
19
19
|
|
20
20
|
# @overload initialize()
|
@@ -21,7 +21,6 @@ module Wx
|
|
21
21
|
# A wrap sizer lays out its items in a single line, like a box sizer as long as there is space available in that direction.
|
22
22
|
# Once all available space in the primary direction has been used, a new line is added and items are added there.
|
23
23
|
# So a wrap sizer has a primary orientation for adding items, and adds lines as needed in the secondary direction.
|
24
|
-
# ===
|
25
24
|
#
|
26
25
|
# Category: Window Layout
|
27
26
|
# @see Wx::BoxSizer
|
data/lib/wx/doc/gen/xml_node.rb
CHANGED
@@ -13,6 +13,7 @@ module Wx
|
|
13
13
|
#
|
14
14
|
#
|
15
15
|
#
|
16
|
+
# @wxrb_require USE_XML
|
16
17
|
class XmlNodeType < Wx::Enum
|
17
18
|
|
18
19
|
#
|
@@ -73,6 +74,7 @@ module Wx
|
|
73
74
|
#
|
74
75
|
#
|
75
76
|
#
|
77
|
+
# @wxrb_require USE_XML
|
76
78
|
class XmlDocumentLoadFlag < Wx::Enum
|
77
79
|
|
78
80
|
#
|
@@ -94,9 +96,12 @@ module Wx
|
|
94
96
|
# A {Wx::XmlNodeType::XML_PI_NODE} represents a Processing Instruction (PI) node with the name parameter set as the target and the contents parameter set as the instructions. Note that whilst the PI instructions are often in the form of pseudo-attributes, these do not use the node's attribute member. It is the user's responsibility to code and decode the PI instruction text.
|
95
97
|
# The {Wx::XmlNodeType::XML_DOCUMENT_TYPE_NODE} is not implemented at this time. Instead, you should get and set the DOCTYPE values using the {Wx::XmlDocument} class.
|
96
98
|
# If {Wx::Setup::USE_UNICODE} is 0, all strings are encoded in the encoding given to Wx::XmlDocument::Load (default is UTF-8).
|
97
|
-
# Once a {Wx::XmlNode} has been added to a {Wx::XmlDocument} it becomes owned by the document and this has two implications. Firstly, the {Wx::XmlDocument} takes responsibility for deleting the node so the user should not delete it; and secondly, a {Wx::XmlNode} must always be created on the heap and never on the stack.
|
98
99
|
#
|
99
|
-
#
|
100
|
+
# <div class="wxrb-note">
|
101
|
+
# <b>Note:</b>
|
102
|
+
# <p>Once a {Wx::XmlNode} has been added to a {Wx::XmlDocument} it becomes owned by the document and this has two implications. Firstly, the {Wx::XmlDocument} takes responsibility for deleting the node so the user should not delete it; and secondly, a {Wx::XmlNode} must always be created on the heap and never on the stack.
|
103
|
+
# </p>
|
104
|
+
# </div>
|
100
105
|
#
|
101
106
|
# Category: {Wx::XML}
|
102
107
|
# @see Wx::XmlDocument
|
@@ -106,6 +111,7 @@ module Wx
|
|
106
111
|
#
|
107
112
|
#
|
108
113
|
# @note This class is <b>untracked</b> and should not be derived from nor instances extended!
|
114
|
+
# @wxrb_require USE_XML
|
109
115
|
class XmlNode < ::Object
|
110
116
|
|
111
117
|
# @overload initialize(type, name, content=(''), lineNo=-1)
|
@@ -130,7 +136,12 @@ module Wx
|
|
130
136
|
|
131
137
|
# Adds node child as the last child of this node.
|
132
138
|
# Once added, the XML tree takes ownership of this object and there is no need to delete it.
|
133
|
-
#
|
139
|
+
#
|
140
|
+
# <div class="wxrb-note">
|
141
|
+
# <b>Note:</b>
|
142
|
+
# <p>Note that this function works in O(n) time where n is the number of existing children. Consequently, adding large number of child nodes using this method can be expensive, because it has O(n^2) time complexity in number of nodes to be added. Use {Wx::XmlNode#insert_child_after} to populate XML tree in linear time.
|
143
|
+
# </p>
|
144
|
+
# </div>
|
134
145
|
# @see Wx::XmlNode#insert_child
|
135
146
|
# @see Wx::XmlNode#insert_child_after
|
136
147
|
# @param child [Wx::XmlNode]
|
@@ -232,7 +243,11 @@ module Wx
|
|
232
243
|
# Once inserted, the XML tree takes ownership of the new child and there is no need to delete it.
|
233
244
|
# true if followingNode has been found and the child node has been inserted.
|
234
245
|
#
|
235
|
-
#
|
246
|
+
# <div class="wxrb-note">
|
247
|
+
# <b>Note:</b>
|
248
|
+
# <p>For historical reasons, followingNode may be NULL. In that case, then child is prepended to the list of children and becomes the first child of this node, i.e. it behaves identically to using the first children (as returned by {Wx::XmlNode#get_children}) for followingNode).
|
249
|
+
# </p>
|
250
|
+
# </div>
|
236
251
|
# @see Wx::XmlNode#add_child
|
237
252
|
# @see Wx::XmlNode#insert_child_after
|
238
253
|
# @param child [Wx::XmlNode]
|
@@ -10,6 +10,7 @@ module Wx
|
|
10
10
|
#
|
11
11
|
#
|
12
12
|
#
|
13
|
+
# @wxrb_require USE_XRC
|
13
14
|
class XmlResourceFlags < Wx::Enum
|
14
15
|
|
15
16
|
# Translatable strings will be translated via {_}.
|
@@ -34,13 +35,12 @@ module Wx
|
|
34
35
|
# The class holds XML resources from one or more .xml files, binary files or zip archive files.
|
35
36
|
# Note that this is a singleton class and you'll never allocate/deallocate it. Just use the static {Wx::XmlResource.get} getter.
|
36
37
|
#
|
37
|
-
# ===
|
38
|
-
#
|
39
38
|
# Category: XML Based Resource System (XRC)
|
40
39
|
# @see XML Based Resource System (XRC)
|
41
40
|
# @see XRC File Format
|
42
41
|
#
|
43
42
|
#
|
43
|
+
# @wxrb_require USE_XRC
|
44
44
|
class XmlResource < Object
|
45
45
|
|
46
46
|
# @overload initialize(filemask, flags=Wx::XmlResourceFlags::XRC_USE_LOCALE, domain=(''))
|
@@ -110,9 +110,17 @@ module Wx
|
|
110
110
|
# end
|
111
111
|
# ```
|
112
112
|
#
|
113
|
-
#
|
113
|
+
# <div class="wxrb-note">
|
114
|
+
# <b>Note:</b>
|
115
|
+
# <p>If {Wx::Setup::USE_FILESYSTEM} is enabled, this method understands {Wx::FileSystem} URLs.
|
116
|
+
# </p>
|
117
|
+
# </div>
|
114
118
|
#
|
115
|
-
#
|
119
|
+
# <div class="wxrb-note">
|
120
|
+
# <b>Note:</b>
|
121
|
+
# <p>If you are sure that the argument is name of single XRC file (rather than an URL or a wildcard), use {Wx::XmlResource#load_file} instead.
|
122
|
+
# </p>
|
123
|
+
# </div>
|
116
124
|
# @see Wx::XmlResource#load_file
|
117
125
|
# @see Wx::XmlResource#load_all_files
|
118
126
|
# @param filemask [String]
|
@@ -293,7 +301,12 @@ module Wx
|
|
293
301
|
# If an unknown str_id is requested (i.e. other than {Wx::ID_XXX} or integer), a new record is created which associates the given string with a number.
|
294
302
|
# If value_if_not_found is {Wx::StandardID::ID_NONE}, the number is obtained via {new_id}. Otherwise value_if_not_found is used.
|
295
303
|
# Macro <code>XRCID(name)</code> is provided for convenient use in event tables.
|
296
|
-
#
|
304
|
+
#
|
305
|
+
# <div class="wxrb-note">
|
306
|
+
# <b>Note:</b>
|
307
|
+
# <p>IDs returned by XRCID() cannot be used with the <code>EVT_*_RANGE</code> macros, because the order in which they are assigned to symbolic name values is not guaranteed.
|
308
|
+
# </p>
|
309
|
+
# </div>
|
297
310
|
# @param str_id [String]
|
298
311
|
# @param value_if_not_found [Integer]
|
299
312
|
# @return [Integer]
|
@@ -35,6 +35,7 @@ module Wx
|
|
35
35
|
# @see Printing Under Unix (GTK+)
|
36
36
|
# @param printerDC [Wx::PrinterDC]
|
37
37
|
# @return [Wx::GraphicsContext]
|
38
|
+
# @wxrb_require USE_PRINTING_ARCHITECTURE,WXMSW|WXOSX|USE_GTKPRINT
|
38
39
|
# @overload self.draw_on(image)
|
39
40
|
# Creates a {Wx::GraphicsContext} associated with a {Wx::Image} and passes that object to the given block.
|
40
41
|
# Deletes the gc object after the block returns.
|
data/lib/wx/doc/grid/grid.rb
CHANGED
@@ -23,9 +23,30 @@ module Wx::GRID
|
|
23
23
|
|
24
24
|
# Iterates all selected blocks passing each corresponding Wx::GRID::GridBlockCoords to the given block
|
25
25
|
# or returns an enumerator if no block given.
|
26
|
+
# Notice that the blocks returned by this method are not ordered in any particular way and may overlap.
|
27
|
+
# For grids using rows or columns-only selection modes, #each_selected_row_block or #each_selected_col_block
|
28
|
+
# can be more convenient, as they return ordered and non-overlapping blocks.
|
26
29
|
# @yieldparam [Wx::GRID::GridBlockCoords] selected_block
|
27
30
|
# @return [Object,Enumerator] result of last block execution or an Enumerator if no block given
|
28
|
-
def
|
31
|
+
def each_selected_block; end
|
32
|
+
|
33
|
+
# Iterates an ordered range of non-overlapping selected rows passing each corresponding Wx::GRID::GridBlockCoords
|
34
|
+
# to the given block or returns an enumerator if no block given.
|
35
|
+
#
|
36
|
+
# For the grids using GridSelectRows selection mode, iterates (possibly none) the coordinates of non-overlapping
|
37
|
+
# selected row blocks in the natural order, i.e. from smallest to the biggest row indices.
|
38
|
+
# @yieldparam [Wx::GRID::GridBlockCoords] selected_block
|
39
|
+
# @return [Object,Enumerator] result of last block execution or an Enumerator if no block given
|
40
|
+
def each_selected_row_block; end
|
41
|
+
|
42
|
+
# Iterates an ordered range of non-overlapping selected columns passing each corresponding Wx::GRID::GridBlockCoords
|
43
|
+
# to the given block or returns an enumerator if no block given.
|
44
|
+
#
|
45
|
+
# For the grids using GridSelectColumn selection mode, iterates (possibly none) the coordinates of non-overlapping
|
46
|
+
# selected column blocks in the natural order, i.e. from smallest to the biggest column indices.
|
47
|
+
# @yieldparam [Wx::GRID::GridBlockCoords] selected_block
|
48
|
+
# @return [Object,Enumerator] result of last block execution or an Enumerator if no block given
|
49
|
+
def each_selected_col_block; end
|
29
50
|
|
30
51
|
end
|
31
52
|
|
@@ -5,16 +5,20 @@
|
|
5
5
|
# :startdoc:
|
6
6
|
|
7
7
|
|
8
|
-
|
8
|
+
module Wx
|
9
9
|
|
10
|
-
|
11
|
-
def get_frame_parameters; end
|
10
|
+
class HelpController
|
12
11
|
|
13
|
-
|
12
|
+
# @return [void] Only does something for Wx::HTML::HtmlHelpController
|
13
|
+
def get_frame_parameters; end
|
14
|
+
|
15
|
+
end
|
16
|
+
|
17
|
+
class ExtHelpController
|
14
18
|
|
15
|
-
|
19
|
+
# @return [void] Only does something for Wx::HTML::HtmlHelpController
|
20
|
+
def get_frame_parameters; end
|
16
21
|
|
17
|
-
|
18
|
-
def get_frame_parameters; end
|
22
|
+
end
|
19
23
|
|
20
24
|
end
|
@@ -5,10 +5,18 @@
|
|
5
5
|
# :startdoc:
|
6
6
|
|
7
7
|
|
8
|
-
|
8
|
+
module Wx
|
9
9
|
|
10
|
-
|
11
|
-
|
12
|
-
|
10
|
+
module HTML
|
11
|
+
|
12
|
+
class HelpController
|
13
|
+
|
14
|
+
# Returns the latest frame size and position settings and whether a new frame is drawn with each invocation.
|
15
|
+
# @return [Array(Wx::Frame,Wx::Size,Wx::Point,Boolean)] latest frame settings
|
16
|
+
def get_frame_parameters; end
|
17
|
+
|
18
|
+
end
|
19
|
+
|
20
|
+
end
|
13
21
|
|
14
22
|
end
|
data/lib/wx/doc/list_ctrl.rb
CHANGED
@@ -5,34 +5,38 @@
|
|
5
5
|
# :startdoc:
|
6
6
|
|
7
7
|
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
8
|
+
module Wx
|
9
|
+
|
10
|
+
class ListCtrl
|
11
|
+
|
12
|
+
include Enumerable
|
13
|
+
|
14
|
+
# Iterates all items in the list control passing each item (id) to the given block.
|
15
|
+
# @yieldparam [Integer] item
|
16
|
+
# @return [Object] result of last block iteration
|
17
|
+
def each(&block) end
|
18
|
+
|
19
|
+
# Iterates all selected items in the list control (like #get_next_item(item, Wx::LIST_NEXT_ALL, Wx::LIST_STATE_SELECTED))
|
20
|
+
# passing each item (id) to the given block.
|
21
|
+
# @yieldparam [Integer] item
|
22
|
+
# @return [Object] result of last block iteration
|
23
|
+
def each_selected(&block) end
|
24
|
+
|
25
|
+
# Returns array of selected items.
|
26
|
+
# @return [Array<Integer>] selected items
|
27
|
+
def get_selections; end
|
28
|
+
|
29
|
+
# Call this function to sort the items in the list control.
|
30
|
+
# The sorting method will call the given block repeatedly to compare two items from the list
|
31
|
+
# passing the <b>item data</b> for each item as well as the `data` argument given to the #sort_items method.
|
32
|
+
# The block should return 0 if the items are equal, negative value if the first item is less than the second
|
33
|
+
# one and positive value if the first one is greater than the second one.
|
34
|
+
# @param [Object] data user data to pass on to the sorting block
|
35
|
+
# @yieldparam [Object] item_data1 data for first item
|
36
|
+
# @yieldparam [Object] item_data2 data for second item
|
37
|
+
# @yieldparam [Object] data propagated data argument
|
38
|
+
def sort_items(data = nil, &block) end
|
39
|
+
|
40
|
+
end
|
37
41
|
|
38
42
|
end
|
data/lib/wx/doc/menu.rb
ADDED
@@ -0,0 +1,20 @@
|
|
1
|
+
# :stopdoc:
|
2
|
+
# Copyright (c) 2023 M.J.N. Corino, The Netherlands
|
3
|
+
#
|
4
|
+
# This software is released under the MIT license.
|
5
|
+
# :startdoc:
|
6
|
+
|
7
|
+
|
8
|
+
module Wx
|
9
|
+
|
10
|
+
class Menu
|
11
|
+
|
12
|
+
# Yield each menu item to the given block.
|
13
|
+
# Returns an Enumerator if no block given.
|
14
|
+
# @yieldparam [Wx::MenuItem] item the menu item yielded
|
15
|
+
# @return [Object,Enumerator] last result of block or Enumerator if no block given.
|
16
|
+
def each_item; end
|
17
|
+
|
18
|
+
end
|
19
|
+
|
20
|
+
end
|
@@ -0,0 +1,21 @@
|
|
1
|
+
# :stopdoc:
|
2
|
+
# Copyright (c) 2023 M.J.N. Corino, The Netherlands
|
3
|
+
#
|
4
|
+
# This software is released under the MIT license.
|
5
|
+
# :startdoc:
|
6
|
+
|
7
|
+
|
8
|
+
module Wx
|
9
|
+
|
10
|
+
class Notebook
|
11
|
+
|
12
|
+
# Iterate each notebook page.
|
13
|
+
# Passes each page to the given block.
|
14
|
+
# Returns an Enumerator if no block given.
|
15
|
+
# @yieldparam [Wx::Window] page notebook page
|
16
|
+
# @return [Object,Enumerator] last result of block or Enumerator if no block given.
|
17
|
+
def each_page; end
|
18
|
+
|
19
|
+
end
|
20
|
+
|
21
|
+
end
|
data/lib/wx/doc/pg/events.rb
CHANGED
@@ -5,17 +5,21 @@
|
|
5
5
|
# :startdoc:
|
6
6
|
|
7
7
|
|
8
|
-
|
8
|
+
module Wx
|
9
9
|
|
10
|
-
|
10
|
+
class EvtHandler
|
11
11
|
|
12
|
-
|
13
|
-
# Processes a {Wx::PG::EVT_PG_PAGE_CHANGED} event.
|
14
|
-
# @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
|
15
|
-
# @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
|
16
|
-
# @yieldparam [Wx::PG::PropertyGridEvent] event the event to handle
|
17
|
-
def evt_pg_page_changed(id, meth = nil, &block) end
|
12
|
+
# @!group PG Event handler methods
|
18
13
|
|
19
|
-
|
14
|
+
# Respond to {Wx::PG::EVT_PG_PAGE_CHANGED} event, generated when selected property page has been changed by the user.
|
15
|
+
# Processes a {Wx::PG::EVT_PG_PAGE_CHANGED} event.
|
16
|
+
# @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
|
17
|
+
# @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
|
18
|
+
# @yieldparam [Wx::PG::PropertyGridEvent] event the event to handle
|
19
|
+
def evt_pg_page_changed(id, meth = nil, &block) end
|
20
|
+
|
21
|
+
# @!endgroup
|
22
|
+
|
23
|
+
end
|
20
24
|
|
21
25
|
end
|
@@ -22,4 +22,22 @@ module Wx::PG
|
|
22
22
|
|
23
23
|
end
|
24
24
|
|
25
|
+
class PGChoices
|
26
|
+
|
27
|
+
# Iterate each label.
|
28
|
+
# Passes each label string to the given block.
|
29
|
+
# Returns an Enumerator if no block given.
|
30
|
+
# @yieldparam [String] label label string
|
31
|
+
# @return [Object,Enumerator] last result of block or Enumerator if no block given.
|
32
|
+
def each_label; end
|
33
|
+
|
34
|
+
# Iterate each choice entry.
|
35
|
+
# Passes each choice entry to the given block.
|
36
|
+
# Returns an Enumerator if no block given.
|
37
|
+
# @yieldparam [Wx::PG::ChoiceEntry] entry choice entry
|
38
|
+
# @return [Object,Enumerator] last result of block or Enumerator if no block given.
|
39
|
+
def each_entry; end
|
40
|
+
|
41
|
+
end
|
42
|
+
|
25
43
|
end
|
@@ -5,39 +5,43 @@
|
|
5
5
|
# :startdoc:
|
6
6
|
|
7
7
|
|
8
|
-
|
8
|
+
module Wx
|
9
9
|
|
10
|
-
|
11
|
-
#
|
12
|
-
# Returns <code>false</code> if the "Cancel" button has been pressed, <code>true</code> if neither "Cancel" nor
|
13
|
-
# "Skip" has been pressed and <code>:skipped</code> if "Skip" has been pressed.
|
14
|
-
#
|
15
|
-
# If false is returned, the application can either immediately destroy the dialog or ask the user for the confirmation
|
16
|
-
# and if the abort is not confirmed the dialog may be resumed with #resume method.
|
17
|
-
#
|
18
|
-
# If value is the maximum value for the dialog, the behaviour of the function depends on whether Wx::PD_AUTO_HIDE was
|
19
|
-
# used when the dialog was created. If it was, the dialog is hidden and the function returns immediately. If it was
|
20
|
-
# not, the dialog becomes a modal dialog and waits for the user to dismiss it, meaning that this function does not
|
21
|
-
# return until this happens.
|
22
|
-
#
|
23
|
-
# Notice that if newmsg is longer than the currently shown message, the dialog will be automatically made wider to
|
24
|
-
# account for it. However if the new message is shorter than the previous one, the dialog doesn't shrink back to
|
25
|
-
# avoid constant resizes if the message is changed often. To do this and fit the dialog to its current contents you
|
26
|
-
# may call fit explicitly. An alternative would be to keep the number of lines of text constant in order to avoid
|
27
|
-
# jarring dialog size changes. You may also want to make the initial message, specified when creating the dialog,
|
28
|
-
# wide enough to avoid having to resize the dialog later, e.g. by appending a long string of unbreakable spaces
|
29
|
-
# (wxString(L'\u00a0', 100)) to it.
|
30
|
-
# @param [Integer] value The new value of the progress meter. It should be less than or equal to the maximum value given to the constructor.
|
31
|
-
# @param [String] newmsg The new messages for the progress dialog text, if it is empty (which is the default) the message is not changed.
|
32
|
-
# @return [Boolean,:skipped]
|
33
|
-
def update(value, newmsg = '') end
|
10
|
+
class ProgressDialog
|
34
11
|
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
12
|
+
# Updates the dialog, setting the progress bar to the new value and updating the message if new one is specified.
|
13
|
+
#
|
14
|
+
# Returns <code>false</code> if the "Cancel" button has been pressed, <code>true</code> if neither "Cancel" nor
|
15
|
+
# "Skip" has been pressed and <code>:skipped</code> if "Skip" has been pressed.
|
16
|
+
#
|
17
|
+
# If false is returned, the application can either immediately destroy the dialog or ask the user for the confirmation
|
18
|
+
# and if the abort is not confirmed the dialog may be resumed with #resume method.
|
19
|
+
#
|
20
|
+
# If value is the maximum value for the dialog, the behaviour of the function depends on whether Wx::PD_AUTO_HIDE was
|
21
|
+
# used when the dialog was created. If it was, the dialog is hidden and the function returns immediately. If it was
|
22
|
+
# not, the dialog becomes a modal dialog and waits for the user to dismiss it, meaning that this function does not
|
23
|
+
# return until this happens.
|
24
|
+
#
|
25
|
+
# Notice that if newmsg is longer than the currently shown message, the dialog will be automatically made wider to
|
26
|
+
# account for it. However if the new message is shorter than the previous one, the dialog doesn't shrink back to
|
27
|
+
# avoid constant resizes if the message is changed often. To do this and fit the dialog to its current contents you
|
28
|
+
# may call fit explicitly. An alternative would be to keep the number of lines of text constant in order to avoid
|
29
|
+
# jarring dialog size changes. You may also want to make the initial message, specified when creating the dialog,
|
30
|
+
# wide enough to avoid having to resize the dialog later, e.g. by appending a long string of unbreakable spaces
|
31
|
+
# (wxString(L'\u00a0', 100)) to it.
|
32
|
+
# @param [Integer] value The new value of the progress meter. It should be less than or equal to the maximum value given to the constructor.
|
33
|
+
# @param [String] newmsg The new messages for the progress dialog text, if it is empty (which is the default) the message is not changed.
|
34
|
+
# @return [Boolean,:skipped]
|
35
|
+
def update(value, newmsg = '') end
|
36
|
+
|
37
|
+
# Like #update but makes the gauge control run in indeterminate mode.
|
38
|
+
#
|
39
|
+
# In indeterminate mode the remaining and the estimated time labels (if present) are set to "Unknown" or to newmsg
|
40
|
+
# (if it's non-empty). Each call to this function moves the progress bar a bit to indicate that some progress was done.
|
41
|
+
# @param [String] newmsg
|
42
|
+
# @return [Boolean,:skipped]
|
43
|
+
def pulse(newmsg = '') end
|
44
|
+
|
45
|
+
end
|
42
46
|
|
43
47
|
end
|
@@ -5,17 +5,25 @@
|
|
5
5
|
# :startdoc:
|
6
6
|
|
7
7
|
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
8
|
+
module Wx
|
9
|
+
|
10
|
+
module PRT
|
11
|
+
|
12
|
+
class PageSetupDialog
|
13
|
+
|
14
|
+
# Returns (a copy of) the page setup data of the dialog.
|
15
|
+
# @return [Wx::PRT::PageSetupDialogData] page setup data copy
|
16
|
+
def get_page_setup_data; end
|
17
|
+
alias :page_setup_data :get_page_setup_data
|
18
|
+
|
19
|
+
# Updates the page setup data for the dialog.
|
20
|
+
# @param [Wx::PRT::PageSetupDialogData] setup_data the page setup data to update the dialog with
|
21
|
+
# @return [void]
|
22
|
+
def set_page_setup_data(setup_data); end
|
23
|
+
alias :page_setup_data= :set_page_setup_data
|
24
|
+
|
25
|
+
end
|
26
|
+
|
27
|
+
end
|
20
28
|
|
21
29
|
end
|
@@ -5,11 +5,19 @@
|
|
5
5
|
# :startdoc:
|
6
6
|
|
7
7
|
|
8
|
-
|
8
|
+
module Wx
|
9
9
|
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
10
|
+
module PRT
|
11
|
+
|
12
|
+
class PrintDialogData
|
13
|
+
|
14
|
+
# Returns (a copy of) the print data.
|
15
|
+
# @return [Wx::PRT::PrintData] print data copy
|
16
|
+
def get_print_data; end
|
17
|
+
alias :print_data :get_print_data
|
18
|
+
|
19
|
+
end
|
20
|
+
|
21
|
+
end
|
14
22
|
|
15
23
|
end
|