wxruby3 0.9.2-x64-mingw-ucrt → 0.9.3-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/INSTALL.md +35 -29
- data/README.md +24 -15
- data/ext/wxbase32u_gcc_custom.dll +0 -0
- data/ext/wxbase32u_net_gcc_custom.dll +0 -0
- data/ext/wxbase32u_xml_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_aui_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_core_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_gl_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_html_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_media_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_propgrid_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_qa_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_ribbon_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_richtext_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_stc_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_webview_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_xrc_gcc_custom.dll +0 -0
- data/lib/wx/core/bitmap_combobox.rb +17 -21
- data/lib/wx/core/combobox.rb +13 -3
- data/lib/wx/core/controlwithitems.rb +40 -130
- data/lib/wx/core/enum.rb +17 -1
- data/lib/wx/core/event.rb +6 -1
- data/lib/wx/core/events/evt_list.rb +5 -4
- data/lib/wx/core/evthandler.rb +8 -2
- data/lib/wx/core/generic_validator.rb +312 -0
- data/lib/wx/core/listbox.rb +2 -2
- data/lib/wx/core/log.rb +1 -1
- data/lib/wx/core/owner_drawn_combobox.rb +45 -0
- data/lib/wx/core/size.rb +4 -0
- data/lib/wx/core/sizer.rb +1 -2
- data/lib/wx/core/standard_paths.rb +22 -0
- data/lib/wx/core/text_entry.rb +4 -1
- data/lib/wx/core/validator.rb +70 -5
- data/lib/wx/core/window.rb +3 -7
- data/lib/wx/doc/art_locator.rb +1 -0
- data/lib/wx/doc/comboctrl.rb +18 -0
- data/lib/wx/doc/controlwithitems.rb +16 -0
- data/lib/wx/doc/date_picker_ctrl.rb +23 -0
- data/lib/wx/doc/editable_listbox.rb +44 -0
- data/lib/wx/doc/enum.rb +15 -0
- data/lib/wx/doc/event.rb +12 -0
- data/lib/wx/doc/extra/12_client_data.md +89 -0
- data/lib/wx/doc/extra/13_validators.md +139 -0
- data/lib/wx/doc/gdi_common.rb +4 -0
- data/lib/wx/doc/gen/about_dialog_info.rb +25 -0
- data/lib/wx/doc/gen/accelerator.rb +7 -1
- data/lib/wx/doc/gen/accessible.rb +13 -0
- data/lib/wx/doc/gen/activity_indicator.rb +7 -0
- data/lib/wx/doc/gen/animation.rb +12 -0
- data/lib/wx/doc/gen/animation_ctrl.rb +10 -0
- data/lib/wx/doc/gen/any_button.rb +17 -1
- data/lib/wx/doc/gen/app.rb +35 -1
- data/lib/wx/doc/gen/app_traits.rb +38 -5
- data/lib/wx/doc/gen/art_provider.rb +14 -0
- data/lib/wx/doc/gen/aui/aui_dock_art.rb +12 -0
- data/lib/wx/doc/gen/aui/aui_floating_frame.rb +1 -0
- data/lib/wx/doc/gen/aui/aui_manager.rb +24 -1
- data/lib/wx/doc/gen/aui/aui_manager_event.rb +9 -1
- data/lib/wx/doc/gen/aui/aui_mdi_child_frame.rb +3 -0
- data/lib/wx/doc/gen/aui/aui_mdi_client_window.rb +2 -0
- data/lib/wx/doc/gen/aui/aui_mdi_parent_frame.rb +3 -1
- data/lib/wx/doc/gen/aui/aui_notebook.rb +20 -2
- data/lib/wx/doc/gen/aui/aui_notebook_event.rb +2 -1
- data/lib/wx/doc/gen/aui/aui_pane_info.rb +30 -1
- data/lib/wx/doc/gen/aui/aui_tab_art.rb +6 -0
- data/lib/wx/doc/gen/aui/aui_tab_ctrl.rb +1 -0
- data/lib/wx/doc/gen/aui/aui_tool_bar.rb +11 -0
- data/lib/wx/doc/gen/aui/aui_tool_bar_art.rb +2 -0
- data/lib/wx/doc/gen/aui/aui_tool_bar_event.rb +2 -1
- data/lib/wx/doc/gen/aui/aui_tool_bar_item.rb +4 -0
- data/lib/wx/doc/gen/banner_window.rb +7 -0
- data/lib/wx/doc/gen/bitmap.rb +64 -3
- data/lib/wx/doc/gen/bitmap_button.rb +6 -1
- data/lib/wx/doc/gen/bitmap_combo_box.rb +9 -3
- data/lib/wx/doc/gen/book_ctrl_base.rb +17 -2
- data/lib/wx/doc/gen/book_ctrl_event.rb +3 -1
- data/lib/wx/doc/gen/box_sizer.rb +5 -0
- data/lib/wx/doc/gen/brush.rb +16 -1
- data/lib/wx/doc/gen/busy_info.rb +8 -0
- data/lib/wx/doc/gen/button.rb +11 -3
- data/lib/wx/doc/gen/calculate_layout_event.rb +4 -0
- data/lib/wx/doc/gen/calendar_ctrl.rb +22 -0
- data/lib/wx/doc/gen/calendar_date_attr.rb +1 -0
- data/lib/wx/doc/gen/calendar_event.rb +3 -1
- data/lib/wx/doc/gen/caret.rb +3 -0
- data/lib/wx/doc/gen/check_box.rb +10 -0
- data/lib/wx/doc/gen/check_list_box.rb +3 -0
- data/lib/wx/doc/gen/choice.rb +14 -2
- data/lib/wx/doc/gen/choicebook.rb +1 -0
- data/lib/wx/doc/gen/client_dc.rb +1 -0
- data/lib/wx/doc/gen/clipboard.rb +9 -0
- data/lib/wx/doc/gen/collapsible_pane.rb +3 -0
- data/lib/wx/doc/gen/collapsible_pane_event.rb +1 -0
- data/lib/wx/doc/gen/colour.rb +20 -0
- data/lib/wx/doc/gen/colour_dialog.rb +10 -0
- data/lib/wx/doc/gen/colour_picker_ctrl.rb +4 -0
- data/lib/wx/doc/gen/colour_picker_event.rb +1 -0
- data/lib/wx/doc/gen/combo_box.rb +20 -1
- data/lib/wx/doc/gen/combo_ctrl.rb +54 -295
- data/lib/wx/doc/gen/command_link_button.rb +8 -0
- data/lib/wx/doc/gen/context_help_button.rb +7 -1
- data/lib/wx/doc/gen/control.rb +12 -0
- data/lib/wx/doc/gen/control_with_items.rb +45 -9
- data/lib/wx/doc/gen/core.rb +2 -2
- data/lib/wx/doc/gen/cursor.rb +4 -0
- data/lib/wx/doc/gen/data_format.rb +1 -0
- data/lib/wx/doc/gen/data_object.rb +27 -5
- data/lib/wx/doc/gen/date_event.rb +2 -1
- data/lib/wx/doc/gen/date_picker_ctrl.rb +7 -1
- data/lib/wx/doc/gen/dc.rb +87 -3
- data/lib/wx/doc/gen/dial_up_event.rb +2 -0
- data/lib/wx/doc/gen/dial_up_manager.rb +12 -0
- data/lib/wx/doc/gen/dialog.rb +42 -3
- data/lib/wx/doc/gen/dir_dialog.rb +6 -1
- data/lib/wx/doc/gen/dir_filter_list_ctrl.rb +1 -0
- data/lib/wx/doc/gen/dir_picker_ctrl.rb +5 -0
- data/lib/wx/doc/gen/drag_drop.rb +20 -0
- data/lib/wx/doc/gen/drag_image.rb +7 -0
- data/lib/wx/doc/gen/editable_list_box.rb +5 -3
- data/lib/wx/doc/gen/event.rb +26 -11
- data/lib/wx/doc/gen/event_blocker.rb +2 -1
- data/lib/wx/doc/gen/event_filter.rb +3 -0
- data/lib/wx/doc/gen/event_list.rb +4 -4
- data/lib/wx/doc/gen/events.rb +165 -26
- data/lib/wx/doc/gen/evt_handler.rb +40 -2
- data/lib/wx/doc/gen/ext_help_controller.rb +9 -0
- data/lib/wx/doc/gen/file_ctrl.rb +11 -2
- data/lib/wx/doc/gen/file_ctrl_event.rb +5 -1
- data/lib/wx/doc/gen/file_dialog.rb +13 -0
- data/lib/wx/doc/gen/file_dialog_custom_control.rb +12 -0
- data/lib/wx/doc/gen/file_dialog_customize_hook.rb +9 -0
- data/lib/wx/doc/gen/file_dir_picker_event.rb +2 -1
- data/lib/wx/doc/gen/file_picker_ctrl.rb +4 -0
- data/lib/wx/doc/gen/file_system.rb +17 -1
- data/lib/wx/doc/gen/find_dialog_event.rb +2 -1
- data/lib/wx/doc/gen/find_replace_data.rb +1 -0
- data/lib/wx/doc/gen/find_replace_dialog.rb +3 -0
- data/lib/wx/doc/gen/flex_grid_sizer.rb +13 -0
- data/lib/wx/doc/gen/font.rb +75 -3
- data/lib/wx/doc/gen/font_data.rb +14 -0
- data/lib/wx/doc/gen/font_dialog.rb +6 -0
- data/lib/wx/doc/gen/font_picker_ctrl.rb +8 -0
- data/lib/wx/doc/gen/font_picker_event.rb +1 -0
- data/lib/wx/doc/gen/frame.rb +24 -7
- data/lib/wx/doc/gen/fs_file.rb +22 -0
- data/lib/wx/doc/gen/gauge.rb +8 -0
- data/lib/wx/doc/gen/gb_sizer_item.rb +5 -0
- data/lib/wx/doc/gen/gcdc.rb +2 -0
- data/lib/wx/doc/gen/gdi_common.rb +50 -0
- data/lib/wx/doc/gen/gdi_object.rb +1 -0
- data/lib/wx/doc/gen/generic_dir_ctrl.rb +7 -0
- data/lib/wx/doc/gen/graphics_context.rb +36 -7
- data/lib/wx/doc/gen/graphics_object.rb +24 -0
- data/lib/wx/doc/gen/grid/grid_cell_activatable_editor.rb +2 -0
- data/lib/wx/doc/gen/grid/grid_cell_attr.rb +14 -2
- data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_editor.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_renderer.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_cell_bool_editor.rb +2 -0
- data/lib/wx/doc/gen/grid/grid_cell_bool_renderer.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_cell_choice_editor.rb +2 -0
- data/lib/wx/doc/gen/grid/grid_cell_date_editor.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_cell_date_renderer.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_cell_date_time_renderer.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_cell_editor.rb +9 -0
- data/lib/wx/doc/gen/grid/grid_cell_enum_editor.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_cell_enum_renderer.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_cell_float_editor.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_cell_float_renderer.rb +2 -0
- data/lib/wx/doc/gen/grid/grid_cell_number_editor.rb +2 -0
- data/lib/wx/doc/gen/grid/grid_cell_number_renderer.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_cell_renderer.rb +6 -0
- data/lib/wx/doc/gen/grid/grid_cell_string_renderer.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_cell_text_editor.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_ctrl.rb +229 -7
- data/lib/wx/doc/gen/grid/grid_editor_created_event.rb +4 -1
- data/lib/wx/doc/gen/grid/grid_event.rb +4 -1
- data/lib/wx/doc/gen/grid/grid_range_select_event.rb +2 -1
- data/lib/wx/doc/gen/grid/grid_size_event.rb +2 -1
- data/lib/wx/doc/gen/grid/grid_string_table.rb +7 -0
- data/lib/wx/doc/gen/grid/grid_table_base.rb +27 -1
- data/lib/wx/doc/gen/grid/grid_table_message.rb +1 -0
- data/lib/wx/doc/gen/grid_bag_sizer.rb +24 -4
- data/lib/wx/doc/gen/grid_sizer.rb +11 -0
- data/lib/wx/doc/gen/gui_event_loop.rb +12 -0
- data/lib/wx/doc/gen/header_ctrl.rb +106 -0
- data/lib/wx/doc/gen/header_ctrl_event.rb +5 -1
- data/lib/wx/doc/gen/help_controller.rb +11 -0
- data/lib/wx/doc/gen/help_provider.rb +12 -3
- data/lib/wx/doc/gen/html/html_cell.rb +25 -0
- data/lib/wx/doc/gen/html/html_cell_event.rb +3 -1
- data/lib/wx/doc/gen/html/html_easy_printing.rb +13 -1
- data/lib/wx/doc/gen/html/html_help_controller.rb +18 -0
- data/lib/wx/doc/gen/html/html_help_data.rb +5 -0
- data/lib/wx/doc/gen/html/html_help_window.rb +8 -0
- data/lib/wx/doc/gen/html/html_link_event.rb +1 -0
- data/lib/wx/doc/gen/html/html_list_box.rb +49 -9
- data/lib/wx/doc/gen/html/html_printout.rb +7 -0
- data/lib/wx/doc/gen/html/html_window.rb +31 -0
- data/lib/wx/doc/gen/hyperlink_ctrl.rb +2 -1
- data/lib/wx/doc/gen/hyperlink_event.rb +1 -0
- data/lib/wx/doc/gen/icon.rb +19 -1
- data/lib/wx/doc/gen/icon_location.rb +1 -0
- data/lib/wx/doc/gen/image.rb +67 -10
- data/lib/wx/doc/gen/image_list.rb +12 -2
- data/lib/wx/doc/gen/info_bar.rb +12 -0
- data/lib/wx/doc/gen/keyboard_state.rb +11 -0
- data/lib/wx/doc/gen/list_box.rb +20 -3
- data/lib/wx/doc/gen/list_ctrl.rb +89 -0
- data/lib/wx/doc/gen/list_event.rb +11 -1
- data/lib/wx/doc/gen/listbook.rb +1 -0
- data/lib/wx/doc/gen/locale.rb +22 -0
- data/lib/wx/doc/gen/log.rb +42 -0
- data/lib/wx/doc/gen/mdi_client_window.rb +4 -1
- data/lib/wx/doc/gen/mdi_frame.rb +27 -4
- data/lib/wx/doc/gen/media_ctrl.rb +17 -0
- data/lib/wx/doc/gen/media_event.rb +2 -1
- data/lib/wx/doc/gen/memory_dc.rb +10 -0
- data/lib/wx/doc/gen/menu.rb +48 -7
- data/lib/wx/doc/gen/menu_bar.rb +32 -13
- data/lib/wx/doc/gen/menu_item.rb +26 -0
- data/lib/wx/doc/gen/message_dialog.rb +10 -0
- data/lib/wx/doc/gen/mini_frame.rb +5 -2
- data/lib/wx/doc/gen/mirror_dc.rb +1 -0
- data/lib/wx/doc/gen/mouse_state.rb +1 -0
- data/lib/wx/doc/gen/multi_choice_dialog.rb +3 -1
- data/lib/wx/doc/gen/non_owned_window.rb +3 -0
- data/lib/wx/doc/gen/notebook.rb +11 -1
- data/lib/wx/doc/gen/num_validator.rb +37 -0
- data/lib/wx/doc/gen/number_entry_dialog.rb +4 -0
- data/lib/wx/doc/gen/object.rb +3 -0
- data/lib/wx/doc/gen/owner_drawn_combo_box.rb +340 -0
- data/lib/wx/doc/gen/paint_dc.rb +1 -0
- data/lib/wx/doc/gen/palette.rb +5 -0
- data/lib/wx/doc/gen/panel.rb +10 -2
- data/lib/wx/doc/gen/pen.rb +30 -1
- data/lib/wx/doc/gen/pg/numeric_property_validator.rb +2 -1
- data/lib/wx/doc/gen/pg/pg_array_editor_dialog.rb +4 -1
- data/lib/wx/doc/gen/pg/pg_cell.rb +6 -1
- data/lib/wx/doc/gen/pg/pg_editor.rb +61 -15
- data/lib/wx/doc/gen/pg/pg_multi_button.rb +2 -0
- data/lib/wx/doc/gen/pg/pg_properties.rb +198 -81
- data/lib/wx/doc/gen/pg/pg_property.rb +129 -52
- data/lib/wx/doc/gen/pg/pg_validation_info.rb +2 -0
- data/lib/wx/doc/gen/pg/property_grid.rb +56 -14
- data/lib/wx/doc/gen/pg/property_grid_event.rb +16 -6
- data/lib/wx/doc/gen/pg/property_grid_interface.rb +98 -37
- data/lib/wx/doc/gen/pg/property_grid_manager.rb +29 -7
- data/lib/wx/doc/gen/pg/property_grid_page.rb +11 -4
- data/lib/wx/doc/gen/pg/property_grid_page_state.rb +7 -2
- data/lib/wx/doc/gen/picker_base.rb +11 -1
- data/lib/wx/doc/gen/platform_info.rb +31 -0
- data/lib/wx/doc/gen/popup_window.rb +5 -0
- data/lib/wx/doc/gen/progress_dialog.rb +4 -0
- data/lib/wx/doc/gen/property_sheet_dialog.rb +7 -1
- data/lib/wx/doc/gen/prt/page_setup_dialog.rb +2 -0
- data/lib/wx/doc/gen/prt/post_script_dc.rb +1 -0
- data/lib/wx/doc/gen/prt/preview_frame.rb +4 -0
- data/lib/wx/doc/gen/prt/print_abort_dialog.rb +1 -0
- data/lib/wx/doc/gen/prt/print_data.rb +27 -0
- data/lib/wx/doc/gen/prt/print_dialog.rb +4 -0
- data/lib/wx/doc/gen/prt/printer.rb +42 -5
- data/lib/wx/doc/gen/prt/printer_dc.rb +2 -0
- data/lib/wx/doc/gen/query_layout_info_event.rb +9 -0
- data/lib/wx/doc/gen/radio_box.rb +19 -0
- data/lib/wx/doc/gen/radio_button.rb +9 -0
- data/lib/wx/doc/gen/rbn/ribbon_art_provider.rb +63 -0
- data/lib/wx/doc/gen/rbn/ribbon_bar.rb +23 -0
- data/lib/wx/doc/gen/rbn/ribbon_bar_event.rb +2 -1
- data/lib/wx/doc/gen/rbn/ribbon_button_bar.rb +35 -9
- data/lib/wx/doc/gen/rbn/ribbon_button_bar_event.rb +2 -1
- data/lib/wx/doc/gen/rbn/ribbon_control.rb +10 -0
- data/lib/wx/doc/gen/rbn/ribbon_gallery.rb +17 -7
- data/lib/wx/doc/gen/rbn/ribbon_gallery_event.rb +2 -1
- data/lib/wx/doc/gen/rbn/ribbon_page.rb +12 -0
- data/lib/wx/doc/gen/rbn/ribbon_panel.rb +11 -0
- data/lib/wx/doc/gen/rbn/ribbon_panel_event.rb +2 -1
- data/lib/wx/doc/gen/rbn/ribbon_tool_bar.rb +25 -0
- data/lib/wx/doc/gen/rbn/ribbon_tool_bar_event.rb +2 -1
- data/lib/wx/doc/gen/rearrange_ctrl.rb +4 -0
- data/lib/wx/doc/gen/rearrange_list.rb +9 -0
- data/lib/wx/doc/gen/region.rb +42 -13
- data/lib/wx/doc/gen/region_iterator.rb +1 -0
- data/lib/wx/doc/gen/rtc/rich_text_box.rb +25 -8
- data/lib/wx/doc/gen/rtc/rich_text_buffer.rb +41 -4
- data/lib/wx/doc/gen/rtc/rich_text_buffer_data_object.rb +1 -0
- data/lib/wx/doc/gen/rtc/rich_text_composite_object.rb +23 -11
- data/lib/wx/doc/gen/rtc/rich_text_ctrl.rb +74 -0
- data/lib/wx/doc/gen/rtc/rich_text_event.rb +6 -1
- data/lib/wx/doc/gen/rtc/rich_text_file_handler.rb +8 -0
- data/lib/wx/doc/gen/rtc/rich_text_formatting_dialog.rb +6 -0
- data/lib/wx/doc/gen/rtc/rich_text_header_footer_data.rb +1 -0
- data/lib/wx/doc/gen/rtc/rich_text_html_handler.rb +4 -0
- data/lib/wx/doc/gen/rtc/rich_text_image.rb +7 -0
- data/lib/wx/doc/gen/rtc/rich_text_object.rb +64 -4
- data/lib/wx/doc/gen/rtc/rich_text_paragraph_layout_box.rb +51 -4
- data/lib/wx/doc/gen/rtc/rich_text_printing.rb +13 -0
- data/lib/wx/doc/gen/rtc/rich_text_style_list_box.rb +9 -4
- data/lib/wx/doc/gen/rtc/rich_text_style_organiser_dialog.rb +3 -0
- data/lib/wx/doc/gen/rtc/rich_text_xml_handler.rb +2 -0
- data/lib/wx/doc/gen/rtc/symbol_picker_dialog.rb +1 -0
- data/lib/wx/doc/gen/sash_event.rb +5 -1
- data/lib/wx/doc/gen/sash_layout_window.rb +10 -0
- data/lib/wx/doc/gen/sash_window.rb +3 -0
- data/lib/wx/doc/gen/screen_dc.rb +1 -0
- data/lib/wx/doc/gen/scroll_bar.rb +11 -2
- data/lib/wx/doc/gen/scrolled_canvas.rb +20 -4
- data/lib/wx/doc/gen/scrolled_control.rb +20 -4
- data/lib/wx/doc/gen/scrolled_window.rb +20 -4
- data/lib/wx/doc/gen/search_ctrl.rb +6 -0
- data/lib/wx/doc/gen/simplebook.rb +7 -0
- data/lib/wx/doc/gen/single_choice_dialog.rb +3 -1
- data/lib/wx/doc/gen/sizer.rb +79 -9
- data/lib/wx/doc/gen/sizer_item.rb +16 -2
- data/lib/wx/doc/gen/slider.rb +23 -0
- data/lib/wx/doc/gen/spin_button.rb +9 -0
- data/lib/wx/doc/gen/spin_ctrl.rb +11 -0
- data/lib/wx/doc/gen/spin_ctrl_double.rb +7 -0
- data/lib/wx/doc/gen/spin_double_event.rb +4 -1
- data/lib/wx/doc/gen/spin_event.rb +2 -1
- data/lib/wx/doc/gen/splash_screen.rb +2 -0
- data/lib/wx/doc/gen/splitter_event.rb +10 -1
- data/lib/wx/doc/gen/splitter_window.rb +38 -14
- data/lib/wx/doc/gen/static_bitmap.rb +99 -2
- data/lib/wx/doc/gen/static_box.rb +6 -0
- data/lib/wx/doc/gen/static_box_sizer.rb +3 -0
- data/lib/wx/doc/gen/static_line.rb +4 -0
- data/lib/wx/doc/gen/static_text.rb +5 -0
- data/lib/wx/doc/gen/status_bar.rb +17 -3
- data/lib/wx/doc/gen/stc/styled_text_ctrl.rb +174 -6
- data/lib/wx/doc/gen/stc/styled_text_event.rb +27 -1
- data/lib/wx/doc/gen/std_dialog_button_sizer.rb +7 -0
- data/lib/wx/doc/gen/svg_file_dc.rb +9 -0
- data/lib/wx/doc/gen/system_options.rb +8 -0
- data/lib/wx/doc/gen/system_settings.rb +7 -0
- data/lib/wx/doc/gen/task_bar_button.rb +12 -0
- data/lib/wx/doc/gen/task_bar_icon.rb +5 -0
- data/lib/wx/doc/gen/task_bar_icon_event.rb +2 -1
- data/lib/wx/doc/gen/text_attr.rb +27 -0
- data/lib/wx/doc/gen/text_ctrl.rb +27 -3
- data/lib/wx/doc/gen/text_entry.rb +43 -5
- data/lib/wx/doc/gen/text_entry_dialog.rb +12 -0
- data/lib/wx/doc/gen/text_validator.rb +16 -0
- data/lib/wx/doc/gen/time_picker_ctrl.rb +6 -0
- data/lib/wx/doc/gen/timer.rb +8 -0
- data/lib/wx/doc/gen/timer_event.rb +1 -0
- data/lib/wx/doc/gen/tip_provider.rb +5 -0
- data/lib/wx/doc/gen/toggle_button.rb +68 -0
- data/lib/wx/doc/gen/tool_bar.rb +57 -14
- data/lib/wx/doc/gen/tool_tip.rb +6 -0
- data/lib/wx/doc/gen/toolbook.rb +3 -0
- data/lib/wx/doc/gen/top_level_window.rb +34 -3
- data/lib/wx/doc/gen/tree_ctrl.rb +49 -0
- data/lib/wx/doc/gen/tree_event.rb +7 -1
- data/lib/wx/doc/gen/treebook.rb +9 -0
- data/lib/wx/doc/gen/ui_action_simulator.rb +4 -0
- data/lib/wx/doc/gen/utils.rb +55 -0
- data/lib/wx/doc/gen/v_list_box.rb +21 -0
- data/lib/wx/doc/gen/v_scrolled_window.rb +15 -0
- data/lib/wx/doc/gen/validator.rb +9 -13
- data/lib/wx/doc/gen/variant.rb +6 -0
- data/lib/wx/doc/gen/window.rb +260 -52
- data/lib/wx/doc/gen/window_dc.rb +2 -0
- data/lib/wx/doc/gen/window_disabler.rb +1 -0
- data/lib/wx/doc/gen/with_images.rb +7 -1
- data/lib/wx/doc/gen/wizard.rb +18 -0
- data/lib/wx/doc/gen/wizard_event.rb +3 -1
- data/lib/wx/doc/gen/wizard_page.rb +5 -0
- data/lib/wx/doc/gen/wizard_page_simple.rb +4 -0
- data/lib/wx/doc/gen/wrap_sizer.rb +5 -0
- data/lib/wx/doc/gen/xml_node.rb +14 -0
- data/lib/wx/doc/gen/xml_resource.rb +22 -0
- data/lib/wx/doc/generic_validator.rb +95 -0
- data/lib/wx/doc/html/simple_html_listbox.rb +22 -0
- data/lib/wx/doc/num_validator.rb +387 -0
- data/lib/wx/doc/owner_drawn_combobox.rb +96 -0
- data/lib/wx/doc/pg/numeric_property_validator.rb +33 -0
- data/lib/wx/doc/static_bitmap.rb +25 -0
- data/lib/wx/doc/text_validator.rb +10 -0
- data/lib/wx/doc/validator.rb +113 -0
- data/lib/wx/doc/window.rb +30 -0
- data/lib/wx/html/events/evt_list.rb +0 -10
- data/lib/wx/html/simple_html_listbox.rb +24 -91
- data/lib/wx/keyword_defs.rb +34 -2
- data/lib/wx/rbn/ribbon_gallery.rb +0 -21
- 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/mingw.rb +12 -0
- data/samples/aui/aui.rb +1237 -1233
- data/samples/calendar/calendar.rb +293 -289
- data/samples/controls/get_item_sample.rb +83 -79
- data/samples/controls/htlbox.rb +331 -327
- data/samples/dialogs/dialogs.rb +682 -694
- data/samples/dialogs/wizard.rb +52 -55
- data/samples/dragdrop/dragdrop.rb +146 -142
- data/samples/drawing/bitmap.rb +29 -26
- data/samples/drawing/bitmap_image.rb +84 -80
- data/samples/drawing/graphics_drawing.rb +209 -205
- data/samples/drawing/image_prt.rb +344 -340
- data/samples/drawing/maths_images.rb +18 -1
- data/samples/drawing/rmagic_bitmap_image.rb +88 -84
- data/samples/etc/caret.rb +306 -0
- data/samples/etc/miniframe.rb +65 -60
- data/samples/etc/sash.rb +109 -105
- data/samples/etc/scrollwin.rb +86 -80
- data/samples/etc/system_settings.rb +216 -209
- data/samples/event/activation.rb +72 -67
- data/samples/event/event.rb +160 -153
- data/samples/event/threaded.rb +8 -1
- data/samples/event/update_ui_event.rb +67 -60
- data/samples/grid/grid.rb +188 -181
- data/samples/grid/gridtablebase.rb +136 -129
- data/samples/html/html.rb +208 -204
- data/samples/mdi/mdi.rb +59 -54
- data/samples/minimal/minimal.rb +54 -51
- data/samples/minimal/nothing.rb +1 -0
- data/samples/printing/printing.rb +367 -377
- data/samples/printing/printing2.rb +203 -198
- data/samples/propgrid/propgrid.rb +2312 -2308
- data/samples/propgrid/propgrid_minimal.rb +57 -50
- data/samples/ribbon/ribbon.rb +780 -774
- data/samples/sampler/ext.rb +0 -33
- data/samples/sampler/sample.rb +4 -9
- data/samples/sampler.rb +1 -1
- data/samples/splash/splash.rb +118 -116
- data/samples/text/rich_textctrl.rb +207 -201
- data/samples/text/richtext.rb +1409 -1405
- data/samples/text/scintilla.rb +137 -128
- data/samples/text/textctrl.rb +89 -83
- data/samples/text/unicode.rb +175 -168
- data/samples/treectrl/treectrl.rb +1430 -1426
- data/samples/widgets/activityindicator.rb +95 -0
- data/samples/widgets/art/widgets/activityindicator.xpm +278 -0
- data/samples/widgets/art/widgets/bmpbtn.xpm +37 -0
- data/samples/widgets/art/widgets/bmpcombobox.xpm +54 -0
- data/samples/widgets/art/widgets/button.xpm +54 -0
- data/samples/widgets/art/widgets/checkbox.xpm +54 -0
- data/samples/{bigdemo/icons → widgets/art/widgets}/choice.xpm +1 -1
- data/samples/widgets/art/widgets/choicebk.xpm +54 -0
- data/samples/widgets/art/widgets/clrpicker.xpm +193 -0
- data/samples/widgets/art/widgets/combobox.xpm +54 -0
- data/samples/widgets/art/widgets/datepick.xpm +200 -0
- data/samples/widgets/art/widgets/dirctrl.xpm +54 -0
- data/samples/widgets/art/widgets/dirpicker.xpm +213 -0
- data/samples/widgets/art/widgets/filepicker.xpm +214 -0
- data/samples/widgets/art/widgets/fontpicker.xpm +185 -0
- data/samples/widgets/art/widgets/gauge.xpm +54 -0
- data/samples/widgets/art/widgets/header.xpm +54 -0
- data/samples/widgets/art/widgets/hyperlnk.xpm +54 -0
- data/samples/widgets/art/widgets/listbook.xpm +54 -0
- data/samples/widgets/art/widgets/listbox.xpm +54 -0
- data/samples/widgets/art/widgets/native.xpm +81 -0
- data/samples/widgets/art/widgets/notebook.xpm +54 -0
- data/samples/widgets/art/widgets/odcombobox.xpm +54 -0
- data/samples/widgets/art/widgets/radiobox.xpm +54 -0
- data/samples/widgets/art/widgets/scrolbar.xpm +54 -0
- data/samples/widgets/art/widgets/slider.xpm +54 -0
- data/samples/widgets/art/widgets/spinbtn.xpm +40 -0
- data/samples/widgets/art/widgets/statbmp.xpm +40 -0
- data/samples/widgets/art/widgets/statbox.xpm +54 -0
- data/samples/widgets/art/widgets/stattext.xpm +54 -0
- data/samples/widgets/art/widgets/text.xpm +54 -0
- data/samples/widgets/art/widgets/timepick.xpm +207 -0
- data/samples/widgets/art/widgets/toggle.xpm +54 -0
- data/samples/widgets/art/widgets/toucan.png +0 -0
- data/samples/widgets/bmpcombobox.rb +651 -0
- data/samples/widgets/button.rb +462 -0
- data/samples/widgets/checkbox.rb +211 -0
- data/samples/widgets/choice.rb +287 -0
- data/samples/widgets/clrpicker.rb +156 -0
- data/samples/widgets/combobox.rb +516 -0
- data/samples/widgets/datepick.rb +215 -0
- data/samples/widgets/dirctrl.rb +265 -0
- data/samples/widgets/dirpicker.rb +158 -0
- data/samples/widgets/editlbox.rb +122 -0
- data/samples/widgets/filectrl.rb +216 -0
- data/samples/widgets/filepicker.rb +214 -0
- data/samples/widgets/fontpicker.rb +135 -0
- data/samples/widgets/gauge.rb +311 -0
- data/samples/widgets/headerctrl.rb +236 -0
- data/samples/widgets/hyperlink.rb +203 -0
- data/samples/widgets/itemcontainer.rb +185 -0
- data/samples/widgets/listbox.rb +473 -0
- data/samples/widgets/notebook.rb +488 -0
- data/samples/widgets/odcombobox.rb +608 -0
- data/samples/widgets/radiobox.rb +328 -0
- data/samples/widgets/searchctrl.rb +159 -0
- data/samples/widgets/slider.rb +594 -0
- data/samples/widgets/spinbtn.rb +443 -0
- data/samples/widgets/statbmp.rb +130 -0
- data/samples/widgets/static.rb +436 -0
- data/samples/widgets/textctrl.rb +700 -0
- data/samples/widgets/timepick.rb +148 -0
- data/samples/widgets/tn_widgets.png +0 -0
- data/samples/widgets/toggle.rb +385 -0
- data/samples/widgets/widgets.rb +1233 -0
- data/samples/xrc/custom_xrc_sample.rb +47 -41
- data/samples/xrc/xrc_sample.rb +53 -47
- data/tests/test_event_handling.rb +52 -34
- data/tests/test_events.rb +7 -0
- data/tests/test_item_data.rb +24 -0
- data/tests/test_sizer.rb +44 -1
- data/tests/test_validators.rb +805 -0
- metadata +87 -137
- data/lib/wx/core/choice.rb +0 -14
- data/lib/wx/core/combo_ctrl.rb +0 -110
- data/samples/bigdemo/About.rbw +0 -39
- data/samples/bigdemo/ColorPanel.rbw +0 -23
- data/samples/bigdemo/GridSimple.rbw +0 -78
- data/samples/bigdemo/MDIDemo.rbw +0 -57
- data/samples/bigdemo/PopupMenu.rbw +0 -146
- data/samples/bigdemo/ShapedWindow.rbw +0 -128
- data/samples/bigdemo/Sizers.rbw +0 -541
- data/samples/bigdemo/bigdemo.rb +0 -817
- data/samples/bigdemo/demoTemplate.rbw +0 -33
- data/samples/bigdemo/helpfile.htb +0 -0
- data/samples/bigdemo/icons/Test 015.jpg +0 -0
- data/samples/bigdemo/icons/Test 015.png +0 -0
- data/samples/bigdemo/icons/choice.bmp +0 -0
- data/samples/bigdemo/icons/combo.bmp +0 -0
- data/samples/bigdemo/icons/combo.xpm +0 -27
- data/samples/bigdemo/icons/copy.xpm +0 -25
- data/samples/bigdemo/icons/cut.xpm +0 -24
- data/samples/bigdemo/icons/gauge.bmp +0 -0
- data/samples/bigdemo/icons/gauge.xpm +0 -27
- data/samples/bigdemo/icons/help.xpm +0 -25
- data/samples/bigdemo/icons/list.bmp +0 -0
- data/samples/bigdemo/icons/list.xpm +0 -27
- data/samples/bigdemo/icons/mondrian.ico +0 -0
- data/samples/bigdemo/icons/mondrian.xpm +0 -44
- data/samples/bigdemo/icons/new.xpm +0 -24
- data/samples/bigdemo/icons/ogl.ico +0 -0
- data/samples/bigdemo/icons/ogl.xpm +0 -45
- data/samples/bigdemo/icons/open.xpm +0 -26
- data/samples/bigdemo/icons/paste.bmp +0 -0
- data/samples/bigdemo/icons/paste.xpm +0 -38
- data/samples/bigdemo/icons/pointy.png +0 -0
- data/samples/bigdemo/icons/preview.xpm +0 -26
- data/samples/bigdemo/icons/print.xpm +0 -26
- data/samples/bigdemo/icons/radio.bmp +0 -0
- data/samples/bigdemo/icons/radio.xpm +0 -27
- data/samples/bigdemo/icons/robert.xpm +0 -415
- data/samples/bigdemo/icons/sashtest.ico +0 -0
- data/samples/bigdemo/icons/save.xpm +0 -25
- data/samples/bigdemo/icons/smiles.bmp +0 -0
- data/samples/bigdemo/icons/smiles.xpm +0 -39
- data/samples/bigdemo/icons/smiley.ico +0 -0
- data/samples/bigdemo/icons/smiley.xpm +0 -42
- data/samples/bigdemo/icons/stattext.xpm +0 -24
- data/samples/bigdemo/icons/test2.bmp +0 -0
- data/samples/bigdemo/icons/test2.png +0 -0
- data/samples/bigdemo/icons/test2.xpm +0 -79
- data/samples/bigdemo/icons/text.bmp +0 -0
- data/samples/bigdemo/icons/text.xpm +0 -27
- data/samples/bigdemo/icons/tog1.bmp +0 -0
- data/samples/bigdemo/icons/tog1.xpm +0 -38
- data/samples/bigdemo/icons/tog2.bmp +0 -0
- data/samples/bigdemo/icons/tog2.xpm +0 -38
- data/samples/bigdemo/icons/wxruby-128x128.png +0 -0
- data/samples/bigdemo/icons/wxwin.ico +0 -0
- data/samples/bigdemo/icons/wxwin16x16.png +0 -0
- data/samples/bigdemo/icons/wxwin16x16.xpm +0 -25
- data/samples/bigdemo/icons/wxwin32x32.png +0 -0
- data/samples/bigdemo/icons/wxwin48x48.png +0 -0
- data/samples/bigdemo/run.rb +0 -98
- data/samples/bigdemo/tips.txt +0 -7
- data/samples/bigdemo/utils.rb +0 -20
- data/samples/bigdemo/wxArtProvider.rbw +0 -282
- data/samples/bigdemo/wxBitmapButton.rbw +0 -65
- data/samples/bigdemo/wxButton.rbw +0 -64
- data/samples/bigdemo/wxCalendarCtrl.rbw +0 -59
- data/samples/bigdemo/wxCheckBox.rbw +0 -50
- data/samples/bigdemo/wxCheckListBox.rbw +0 -65
- data/samples/bigdemo/wxChoice.rbw +0 -47
- data/samples/bigdemo/wxChoicebook.rbw +0 -78
- data/samples/bigdemo/wxColourDialog.rbw +0 -33
- data/samples/bigdemo/wxComboBox.rbw +0 -77
- data/samples/bigdemo/wxCursor.rbw +0 -136
- data/samples/bigdemo/wxDialog.rbw +0 -74
- data/samples/bigdemo/wxDirDialog.rbw +0 -29
- data/samples/bigdemo/wxDragImage.rbw +0 -70
- data/samples/bigdemo/wxFileDialog.rbw +0 -37
- data/samples/bigdemo/wxFileDialog_Save.rbw +0 -35
- data/samples/bigdemo/wxFindReplaceDialog.rbw +0 -82
- data/samples/bigdemo/wxFontDialog.rbw +0 -200
- data/samples/bigdemo/wxFrame.rbw +0 -53
- data/samples/bigdemo/wxGauge.rbw +0 -65
- data/samples/bigdemo/wxGenericDirCtrl.rbw +0 -74
- data/samples/bigdemo/wxGrid.rbw +0 -66
- data/samples/bigdemo/wxHtmlHelpController.rbw +0 -52
- data/samples/bigdemo/wxListBox.rbw +0 -140
- data/samples/bigdemo/wxListCtrl_virtual.rbw +0 -112
- data/samples/bigdemo/wxMDIWindows.rbw +0 -50
- data/samples/bigdemo/wxMenu.rbw +0 -247
- data/samples/bigdemo/wxMessageDialog.rbw +0 -27
- data/samples/bigdemo/wxMiniFrame.rbw +0 -70
- data/samples/bigdemo/wxMultipleChoiceDialog.rbw +0 -29
- data/samples/bigdemo/wxNotebook.rbw +0 -136
- data/samples/bigdemo/wxProgressDialog.rbw +0 -43
- data/samples/bigdemo/wxRadioBox.rbw +0 -72
- data/samples/bigdemo/wxRadioButton.rbw +0 -125
- data/samples/bigdemo/wxSashWindow.rbw +0 -141
- data/samples/bigdemo/wxScrolledMessageDialog.rbw +0 -57
- data/samples/bigdemo/wxScrolledWindow.rbw +0 -199
- data/samples/bigdemo/wxSingleChoiceDialog.rbw +0 -33
- data/samples/bigdemo/wxSlider.rbw +0 -42
- data/samples/bigdemo/wxSpinButton.rbw +0 -50
- data/samples/bigdemo/wxSpinCtrl.rbw +0 -51
- data/samples/bigdemo/wxSplitterWindow.rbw +0 -63
- data/samples/bigdemo/wxStaticBitmap.rbw +0 -47
- data/samples/bigdemo/wxStaticText.rbw +0 -55
- data/samples/bigdemo/wxStatusBar.rbw +0 -126
- data/samples/bigdemo/wxTextCtrl.rbw +0 -149
- data/samples/bigdemo/wxTextEntryDialog.rbw +0 -31
- data/samples/bigdemo/wxToggleButton.rbw +0 -49
- data/samples/bigdemo/wxToolBar.rbw +0 -131
- data/samples/bigdemo/wxTreeCtrl.rbw +0 -191
- data/samples/caret/caret.rb +0 -298
- data/samples/caret/mondrian.xpm +0 -44
- data/samples/controls/books.rb +0 -189
- data/samples/controls/choice.xpm +0 -27
- data/samples/controls/combo.xpm +0 -27
- data/samples/controls/controls.rb +0 -1099
- data/samples/controls/gauge.xpm +0 -27
- data/samples/controls/list.xpm +0 -27
- data/samples/controls/mondrian.ico +0 -0
- data/samples/controls/mondrian.xpm +0 -44
- data/samples/controls/radio.xpm +0 -27
- data/samples/controls/stattext.xpm +0 -24
- data/samples/controls/test2.bmp +0 -0
- data/samples/controls/text.xpm +0 -27
- data/samples/controls/tn_books.png +0 -0
- data/samples/controls/tn_controls.png +0 -0
- data/samples/etc/choice.rb +0 -87
- data/samples/etc/tn_choice.png +0 -0
- data/samples/text/mondrian.ico +0 -0
- data/samples/text/mondrian.xpm +0 -44
- /data/samples/{caret → etc}/tn_caret.png +0 -0
data/lib/wx/doc/gen/sizer.rb
CHANGED
@@ -27,6 +27,7 @@ module Wx
|
|
27
27
|
end # FlexSizerGrowMode
|
28
28
|
|
29
29
|
# {Wx::Sizer} is the abstract base class used for laying out subwindows in a window.
|
30
|
+
#
|
30
31
|
# You cannot use {Wx::Sizer} directly; instead, you will have to use one of the sizer classes derived from it. Currently there are {Wx::BoxSizer}, {Wx::StaticBoxSizer}, {Wx::GridSizer}, {Wx::FlexGridSizer}, {Wx::WrapSizer} and {Wx::GridBagSizer}.
|
31
32
|
# The layout algorithm used by sizers in wxWidgets is closely related to layout in other GUI toolkits, such as Java's AWT, the GTK toolkit or the Qt toolkit. It is based upon the idea of the individual subwindows reporting their minimal required size and their ability to get stretched if the size of the parent window has changed.
|
32
33
|
# This will most often mean that the programmer does not set the original size of a dialog in the beginning, rather the dialog will be assigned a sizer and this sizer will be queried about the recommended size. The sizer in turn will query its children, which can be normal windows, empty space or other sizers, so that a hierarchy of sizers can be constructed. Note that {Wx::Sizer} does not derive from {Wx::Window} and thus does not interfere with tab ordering and requires very little resources compared to a real window on screen.
|
@@ -89,6 +90,7 @@ module Wx
|
|
89
90
|
class Sizer < Object
|
90
91
|
|
91
92
|
# Returns the list of the items in this sizer.
|
93
|
+
#
|
92
94
|
# The elements of type-safe {Wx::List} {Wx::SizerItemList} are pointers to objects of type {Wx::SizerItem}.
|
93
95
|
# @return [Wx::SizerItemList]
|
94
96
|
def get_children; end
|
@@ -96,6 +98,7 @@ module Wx
|
|
96
98
|
|
97
99
|
# @overload set_item_min_size(window, width, height)
|
98
100
|
# Set an item's minimum size by window, sizer, or position.
|
101
|
+
#
|
99
102
|
# This function enables an application to set the size of an item after initial creation.
|
100
103
|
# The window or sizer will be found recursively in the sizer's descendants.
|
101
104
|
#
|
@@ -107,6 +110,7 @@ module Wx
|
|
107
110
|
# @return [Boolean]
|
108
111
|
# @overload set_item_min_size(window, size)
|
109
112
|
# Set an item's minimum size by window, sizer, or position.
|
113
|
+
#
|
110
114
|
# This function enables an application to set the size of an item after initial creation.
|
111
115
|
# The window or sizer will be found recursively in the sizer's descendants.
|
112
116
|
#
|
@@ -117,6 +121,7 @@ module Wx
|
|
117
121
|
# @return [Boolean]
|
118
122
|
# @overload set_item_min_size(sizer, width, height)
|
119
123
|
# Set an item's minimum size by window, sizer, or position.
|
124
|
+
#
|
120
125
|
# This function enables an application to set the size of an item after initial creation.
|
121
126
|
# The window or sizer will be found recursively in the sizer's descendants.
|
122
127
|
#
|
@@ -128,6 +133,7 @@ module Wx
|
|
128
133
|
# @return [Boolean]
|
129
134
|
# @overload set_item_min_size(sizer, size)
|
130
135
|
# Set an item's minimum size by window, sizer, or position.
|
136
|
+
#
|
131
137
|
# This function enables an application to set the size of an item after initial creation.
|
132
138
|
# The window or sizer will be found recursively in the sizer's descendants.
|
133
139
|
#
|
@@ -138,6 +144,7 @@ module Wx
|
|
138
144
|
# @return [Boolean]
|
139
145
|
# @overload set_item_min_size(index, width, height)
|
140
146
|
# Set an item's minimum size by window, sizer, or position.
|
147
|
+
#
|
141
148
|
# This function enables an application to set the size of an item after initial creation.
|
142
149
|
# The window or sizer will be found recursively in the sizer's descendants.
|
143
150
|
#
|
@@ -149,6 +156,7 @@ module Wx
|
|
149
156
|
# @return [Boolean]
|
150
157
|
# @overload set_item_min_size(index, size)
|
151
158
|
# Set an item's minimum size by window, sizer, or position.
|
159
|
+
#
|
152
160
|
# This function enables an application to set the size of an item after initial creation.
|
153
161
|
# The window or sizer will be found recursively in the sizer's descendants.
|
154
162
|
#
|
@@ -160,42 +168,48 @@ module Wx
|
|
160
168
|
def set_item_min_size(*args) end
|
161
169
|
|
162
170
|
# The constructor.
|
171
|
+
#
|
163
172
|
# Note that {Wx::Sizer} is an abstract base class and may not be instantiated.
|
164
173
|
# @return [Wx::Sizer]
|
165
174
|
def initialize; end
|
166
175
|
|
167
176
|
# @overload add(window, flags)
|
168
177
|
# Appends a child to the sizer.
|
178
|
+
#
|
169
179
|
# {Wx::Sizer} itself is an abstract class, but the parameters are equivalent in the derived classes that you will instantiate to use it so they are described here:
|
170
180
|
# @param window [Wx::Window] The window to be added to the sizer. Its initial size (either set explicitly by the user or calculated internally when using {Wx::DEFAULT_SIZE}) is interpreted as the minimal and in many cases also the initial size.
|
171
181
|
# @param flags [Wx::SizerFlags] A {Wx::SizerFlags} object that enables you to specify most of the above parameters more conveniently.
|
172
182
|
# @return [Wx::SizerItem]
|
173
183
|
# @overload add(window, proportion=0, flag=0, border=0, userData=nil)
|
174
184
|
# Appends a child to the sizer.
|
185
|
+
#
|
175
186
|
# {Wx::Sizer} itself is an abstract class, but the parameters are equivalent in the derived classes that you will instantiate to use it so they are described here:
|
176
187
|
# @param window [Wx::Window] The window to be added to the sizer. Its initial size (either set explicitly by the user or calculated internally when using {Wx::DEFAULT_SIZE}) is interpreted as the minimal and in many cases also the initial size.
|
177
188
|
# @param proportion [Integer] Although the meaning of this parameter is undefined in {Wx::Sizer}, it is used in {Wx::BoxSizer} to indicate if a child of a sizer can change its size in the main orientation of the {Wx::BoxSizer} - where 0 stands for not changeable and a value of more than zero is interpreted relative to the value of other children of the same {Wx::BoxSizer}. For example, you might have a horizontal {Wx::BoxSizer} with three children, two of which are supposed to change their size with the sizer. Then the two stretchable windows would get a value of 1 each to make them grow and shrink equally with the sizer's horizontal dimension.
|
178
189
|
# @param flag [Integer] OR-combination of flags affecting sizer's behaviour. See wxSizer flags list for details.
|
179
190
|
# @param border [Integer] Determines the border width, if the flag parameter is set to include any border flag.
|
180
|
-
# @param userData [
|
191
|
+
# @param userData [Object] Allows an extra object to be attached to the sizer item, for use in derived classes when sizing information is more complex than the proportion and flag will allow for.
|
181
192
|
# @return [Wx::SizerItem]
|
182
193
|
# @overload add(sizer, flags)
|
183
194
|
# Appends a child to the sizer.
|
195
|
+
#
|
184
196
|
# {Wx::Sizer} itself is an abstract class, but the parameters are equivalent in the derived classes that you will instantiate to use it so they are described here:
|
185
197
|
# @param sizer [Wx::Sizer] The (child-)sizer to be added to the sizer. This allows placing a child sizer in a sizer and thus to create hierarchies of sizers (typically a vertical box as the top sizer and several horizontal boxes on the level beneath).
|
186
198
|
# @param flags [Wx::SizerFlags] A {Wx::SizerFlags} object that enables you to specify most of the above parameters more conveniently.
|
187
199
|
# @return [Wx::SizerItem]
|
188
200
|
# @overload add(sizer, proportion=0, flag=0, border=0, userData=nil)
|
189
201
|
# Appends a child to the sizer.
|
202
|
+
#
|
190
203
|
# {Wx::Sizer} itself is an abstract class, but the parameters are equivalent in the derived classes that you will instantiate to use it so they are described here:
|
191
204
|
# @param sizer [Wx::Sizer] The (child-)sizer to be added to the sizer. This allows placing a child sizer in a sizer and thus to create hierarchies of sizers (typically a vertical box as the top sizer and several horizontal boxes on the level beneath).
|
192
205
|
# @param proportion [Integer] Although the meaning of this parameter is undefined in {Wx::Sizer}, it is used in {Wx::BoxSizer} to indicate if a child of a sizer can change its size in the main orientation of the {Wx::BoxSizer} - where 0 stands for not changeable and a value of more than zero is interpreted relative to the value of other children of the same {Wx::BoxSizer}. For example, you might have a horizontal {Wx::BoxSizer} with three children, two of which are supposed to change their size with the sizer. Then the two stretchable windows would get a value of 1 each to make them grow and shrink equally with the sizer's horizontal dimension.
|
193
206
|
# @param flag [Integer] OR-combination of flags affecting sizer's behaviour. See wxSizer flags list for details.
|
194
207
|
# @param border [Integer] Determines the border width, if the flag parameter is set to include any border flag.
|
195
|
-
# @param userData [
|
208
|
+
# @param userData [Object] Allows an extra object to be attached to the sizer item, for use in derived classes when sizing information is more complex than the proportion and flag will allow for.
|
196
209
|
# @return [Wx::SizerItem]
|
197
210
|
# @overload add(width, height, proportion=0, flag=0, border=0, userData=nil)
|
198
211
|
# Appends a spacer child to the sizer.
|
212
|
+
#
|
199
213
|
# {Wx::Sizer} itself is an abstract class, but the parameters are equivalent in the derived classes that you will instantiate to use it so they are described here.
|
200
214
|
# width and height specify the dimension of a spacer to be added to the sizer. Adding spacers to sizers gives more flexibility in the design of dialogs; imagine for example a horizontal box with two buttons at the bottom of a dialog: you might want to insert a space between the two buttons and make that space stretchable using the proportion flag and the result will be that the left button will be aligned with the left side of the dialog and the right button with the right side - the space in between will shrink and grow with the dialog.
|
201
215
|
# @param width [Integer] Width of the spacer.
|
@@ -203,7 +217,7 @@ module Wx
|
|
203
217
|
# @param proportion [Integer] Although the meaning of this parameter is undefined in {Wx::Sizer}, it is used in {Wx::BoxSizer} to indicate if a child of a sizer can change its size in the main orientation of the {Wx::BoxSizer} - where 0 stands for not changeable and a value of more than zero is interpreted relative to the value of other children of the same {Wx::BoxSizer}. For example, you might have a horizontal {Wx::BoxSizer} with three children, two of which are supposed to change their size with the sizer. Then the two stretchable windows would get a value of 1 each to make them grow and shrink equally with the sizer's horizontal dimension.
|
204
218
|
# @param flag [Integer] OR-combination of flags affecting sizer's behaviour. See wxSizer flags list for details.
|
205
219
|
# @param border [Integer] Determines the border width, if the flag parameter is set to include any border flag.
|
206
|
-
# @param userData [
|
220
|
+
# @param userData [Object] Allows an extra object to be attached to the sizer item, for use in derived classes when sizing information is more complex than the proportion and flag will allow for.
|
207
221
|
# @return [Wx::SizerItem]
|
208
222
|
# @overload add(width, height, flags)
|
209
223
|
# Appends a spacer child to the sizer.
|
@@ -214,6 +228,7 @@ module Wx
|
|
214
228
|
def add(*args) end
|
215
229
|
|
216
230
|
# This base function adds non-stretchable space to both the horizontal and vertical orientation of the sizer.
|
231
|
+
#
|
217
232
|
# More readable way of calling:
|
218
233
|
# ```ruby
|
219
234
|
# Wx::Sizer::add(size, size, 0)
|
@@ -224,6 +239,7 @@ module Wx
|
|
224
239
|
def add_spacer(size) end
|
225
240
|
|
226
241
|
# Adds stretchable space to the sizer.
|
242
|
+
#
|
227
243
|
# More readable way of calling:
|
228
244
|
# ```ruby
|
229
245
|
# Wx::Sizer::add(0, 0, prop)
|
@@ -233,11 +249,13 @@ module Wx
|
|
233
249
|
def add_stretch_spacer(prop=1) end
|
234
250
|
|
235
251
|
# This method is abstract and has to be overwritten by any derived class.
|
252
|
+
#
|
236
253
|
# Here, the sizer will do the actual calculation of its children's minimal sizes.
|
237
254
|
# @return [Wx::Size]
|
238
255
|
def calc_min; end
|
239
256
|
|
240
257
|
# Detaches all children from the sizer.
|
258
|
+
#
|
241
259
|
# If delete_windows is true then child windows will also be deleted.
|
242
260
|
# Notice that child sizers are always deleted, as a general consequence of the principle that sizers own their sizer children, but don't own their window children (because they are already owned by their parent windows).
|
243
261
|
# @param delete_windows [Boolean]
|
@@ -245,6 +263,7 @@ module Wx
|
|
245
263
|
def clear(delete_windows=false) end
|
246
264
|
|
247
265
|
# Computes client area size for window so that it matches the sizer's minimal size.
|
266
|
+
#
|
248
267
|
# Unlike {Wx::Sizer#get_min_size}, this method accounts for other constraints imposed on window, namely display's size (returned size will never be too large for the display) and maximum window size if previously set by {Wx::Window#set_max_size}.
|
249
268
|
# The returned value is suitable for passing to {Wx::Window#set_client_size} or {Wx::Window#set_min_client_size}.
|
250
269
|
# @see Wx::Sizer#compute_fitting_window_size
|
@@ -254,6 +273,7 @@ module Wx
|
|
254
273
|
def compute_fitting_client_size(window) end
|
255
274
|
|
256
275
|
# Like {Wx::Sizer#compute_fitting_client_size}, but converts the result into window size.
|
276
|
+
#
|
257
277
|
# The returned value is suitable for passing to {Wx::Window#set_size} or {Wx::Window#set_min_size}.
|
258
278
|
# @see Wx::Sizer#compute_fitting_client_size
|
259
279
|
# @see Wx::Sizer#fit
|
@@ -263,6 +283,7 @@ module Wx
|
|
263
283
|
|
264
284
|
# @overload detach(window)
|
265
285
|
# Detach the child window from the sizer without destroying it.
|
286
|
+
#
|
266
287
|
# This method does not cause any layout or resizing to take place, call {Wx::Sizer#layout} to update the layout "on screen" after detaching a child from the sizer.
|
267
288
|
# Returns true if the child item was found and detached, false otherwise.
|
268
289
|
# @see Wx::Sizer#remove
|
@@ -270,6 +291,7 @@ module Wx
|
|
270
291
|
# @return [Boolean]
|
271
292
|
# @overload detach(sizer)
|
272
293
|
# Detach the child sizer from the sizer without destroying it.
|
294
|
+
#
|
273
295
|
# This method does not cause any layout or resizing to take place, call {Wx::Sizer#layout} to update the layout "on screen" after detaching a child from the sizer.
|
274
296
|
# Returns true if the child item was found and detached, false otherwise.
|
275
297
|
# @see Wx::Sizer#remove
|
@@ -277,6 +299,7 @@ module Wx
|
|
277
299
|
# @return [Boolean]
|
278
300
|
# @overload detach(index)
|
279
301
|
# Detach an item at position index from the sizer without destroying it.
|
302
|
+
#
|
280
303
|
# This method does not cause any layout or resizing to take place, call {Wx::Sizer#layout} to update the layout "on screen" after detaching a child from the sizer. Returns true if the child item was found and detached, false otherwise.
|
281
304
|
# @see Wx::Sizer#remove
|
282
305
|
# @param index [Integer]
|
@@ -284,6 +307,7 @@ module Wx
|
|
284
307
|
def detach(*args) end
|
285
308
|
|
286
309
|
# Tell the sizer to resize the window so that its client area matches the sizer's minimal size ({Wx::Sizer#compute_fitting_client_size} is called to determine it).
|
310
|
+
#
|
287
311
|
# This is commonly done in the constructor of the window itself, see sample in the description of {Wx::BoxSizer}.
|
288
312
|
# The new window size.
|
289
313
|
# @see Wx::Sizer#compute_fitting_client_size
|
@@ -293,6 +317,7 @@ module Wx
|
|
293
317
|
def fit(window) end
|
294
318
|
|
295
319
|
# Tell the sizer to resize the virtual size of the window to match the sizer's minimal size.
|
320
|
+
#
|
296
321
|
# This will not alter the on screen size of the window, but may cause the addition/removal/alteration of scrollbars required to view the virtual area in windows which manage it.
|
297
322
|
# @see Wx::Scrolled#set_scrollbars
|
298
323
|
# @see Wx::Sizer#set_virtual_size_hints
|
@@ -301,6 +326,7 @@ module Wx
|
|
301
326
|
def fit_inside(window) end
|
302
327
|
|
303
328
|
# Inform sizer about the first direction that has been decided (by parent item).
|
329
|
+
#
|
304
330
|
# Returns true if it made use of the information (and recalculated min size).
|
305
331
|
# @param direction [Integer]
|
306
332
|
# @param size [Integer]
|
@@ -320,6 +346,7 @@ module Wx
|
|
320
346
|
alias_method :containing_window=, :set_containing_window
|
321
347
|
|
322
348
|
# Returns the number of items in the sizer.
|
349
|
+
#
|
323
350
|
# If you just need to test whether the sizer is empty or not you can also use the {Wx::Sizer#is_empty} function.
|
324
351
|
# @return [Integer]
|
325
352
|
def get_item_count; end
|
@@ -327,6 +354,7 @@ module Wx
|
|
327
354
|
|
328
355
|
# @overload get_item(window, recursive=false)
|
329
356
|
# Finds the {Wx::SizerItem} which holds the given window.
|
357
|
+
#
|
330
358
|
# Use parameter recursive to search in subsizers too.
|
331
359
|
# Pointer to the item or NULL if there is no item with the window.
|
332
360
|
# @param window [Wx::Window]
|
@@ -334,6 +362,7 @@ module Wx
|
|
334
362
|
# @return [Wx::SizerItem]
|
335
363
|
# @overload get_item(sizer, recursive=false)
|
336
364
|
# Finds the {Wx::SizerItem} which holds the given sizer.
|
365
|
+
#
|
337
366
|
# Use parameter recursive to search in subsizers too.
|
338
367
|
# Pointer to the item or NULL if the given sizer is not in the sizer.
|
339
368
|
# @param sizer [Wx::Sizer]
|
@@ -341,6 +370,7 @@ module Wx
|
|
341
370
|
# @return [Wx::SizerItem]
|
342
371
|
# @overload get_item(index)
|
343
372
|
# Finds the {Wx::SizerItem} which is located in the sizer at position index.
|
373
|
+
#
|
344
374
|
# Pointer to the item or NULL if there is no item at that index.
|
345
375
|
# @param index [Integer]
|
346
376
|
# @return [Wx::SizerItem]
|
@@ -348,6 +378,7 @@ module Wx
|
|
348
378
|
alias_method :item, :get_item
|
349
379
|
|
350
380
|
# Finds the item in the sizer which has the given id.
|
381
|
+
#
|
351
382
|
# This id is not the window id but the id of the {Wx::SizerItem} itself. This is mainly useful for retrieving the sizers created from XRC resources. Use parameter recursive to search in subsizers too.
|
352
383
|
# Pointer to item or NULL if no item has that id.
|
353
384
|
# @param id [Integer]
|
@@ -357,6 +388,7 @@ module Wx
|
|
357
388
|
alias_method :item_by_id, :get_item_by_id
|
358
389
|
|
359
390
|
# Returns the minimal size of the sizer.
|
391
|
+
#
|
360
392
|
# This is either the combined minimal size of all the children and their borders or the minimal size set by {Wx::Sizer#set_min_size}, depending on which is bigger. Note that the returned value is client size, not window size. In particular, if you use the value to set toplevel window's minimal or actual size, use {Wx::Window#set_min_client_size} or {Wx::Window#set_client_size}, not {Wx::Window#set_min_size} or {Wx::Window#set_size}.
|
361
393
|
# @return [Wx::Size]
|
362
394
|
def get_min_size; end
|
@@ -374,6 +406,7 @@ module Wx
|
|
374
406
|
|
375
407
|
# @overload hide(window, recursive=false)
|
376
408
|
# Hides the child window.
|
409
|
+
#
|
377
410
|
# To make a sizer item disappear, use {Wx::Sizer#hide} followed by {Wx::Sizer#layout}.
|
378
411
|
# Use parameter recursive to hide elements found in subsizers. Returns true if the child item was found, false otherwise.
|
379
412
|
# @see Wx::Sizer#is_shown
|
@@ -383,6 +416,7 @@ module Wx
|
|
383
416
|
# @return [Boolean]
|
384
417
|
# @overload hide(sizer, recursive=false)
|
385
418
|
# Hides the child sizer.
|
419
|
+
#
|
386
420
|
# To make a sizer item disappear, use {Wx::Sizer#hide} followed by {Wx::Sizer#layout}.
|
387
421
|
# Use parameter recursive to hide elements found in subsizers. Returns true if the child item was found, false otherwise.
|
388
422
|
# @see Wx::Sizer#is_shown
|
@@ -392,6 +426,7 @@ module Wx
|
|
392
426
|
# @return [Boolean]
|
393
427
|
# @overload hide(index)
|
394
428
|
# Hides the item at position index.
|
429
|
+
#
|
395
430
|
# To make a sizer item disappear, use {Wx::Sizer#hide} followed by {Wx::Sizer#layout}.
|
396
431
|
# Use parameter recursive to hide elements found in subsizers. Returns true if the child item was found, false otherwise.
|
397
432
|
# @see Wx::Sizer#is_shown
|
@@ -402,6 +437,7 @@ module Wx
|
|
402
437
|
|
403
438
|
# @overload insert(index, window, flags)
|
404
439
|
# Insert a child into the sizer before any existing item at index.
|
440
|
+
#
|
405
441
|
# See {Wx::Sizer#add} for the meaning of the other parameters.
|
406
442
|
# @param index [Integer]
|
407
443
|
# @param window [Wx::Window]
|
@@ -409,16 +445,18 @@ module Wx
|
|
409
445
|
# @return [Wx::SizerItem]
|
410
446
|
# @overload insert(index, window, proportion=0, flag=0, border=0, userData=nil)
|
411
447
|
# Insert a child into the sizer before any existing item at index.
|
448
|
+
#
|
412
449
|
# See {Wx::Sizer#add} for the meaning of the other parameters.
|
413
450
|
# @param index [Integer]
|
414
451
|
# @param window [Wx::Window]
|
415
452
|
# @param proportion [Integer]
|
416
453
|
# @param flag [Integer]
|
417
454
|
# @param border [Integer]
|
418
|
-
# @param userData [
|
455
|
+
# @param userData [Object]
|
419
456
|
# @return [Wx::SizerItem]
|
420
457
|
# @overload insert(index, sizer, flags)
|
421
458
|
# Insert a child into the sizer before any existing item at index.
|
459
|
+
#
|
422
460
|
# See {Wx::Sizer#add} for the meaning of the other parameters.
|
423
461
|
# @param index [Integer]
|
424
462
|
# @param sizer [Wx::Sizer]
|
@@ -426,16 +464,18 @@ module Wx
|
|
426
464
|
# @return [Wx::SizerItem]
|
427
465
|
# @overload insert(index, sizer, proportion=0, flag=0, border=0, userData=nil)
|
428
466
|
# Insert a child into the sizer before any existing item at index.
|
467
|
+
#
|
429
468
|
# See {Wx::Sizer#add} for the meaning of the other parameters.
|
430
469
|
# @param index [Integer]
|
431
470
|
# @param sizer [Wx::Sizer]
|
432
471
|
# @param proportion [Integer]
|
433
472
|
# @param flag [Integer]
|
434
473
|
# @param border [Integer]
|
435
|
-
# @param userData [
|
474
|
+
# @param userData [Object]
|
436
475
|
# @return [Wx::SizerItem]
|
437
476
|
# @overload insert(index, width, height, proportion=0, flag=0, border=0, userData=nil)
|
438
477
|
# Insert a child into the sizer before any existing item at index.
|
478
|
+
#
|
439
479
|
# See {Wx::Sizer#add} for the meaning of the other parameters.
|
440
480
|
# @param index [Integer]
|
441
481
|
# @param width [Integer]
|
@@ -443,10 +483,11 @@ module Wx
|
|
443
483
|
# @param proportion [Integer]
|
444
484
|
# @param flag [Integer]
|
445
485
|
# @param border [Integer]
|
446
|
-
# @param userData [
|
486
|
+
# @param userData [Object]
|
447
487
|
# @return [Wx::SizerItem]
|
448
488
|
# @overload insert(index, width, height, flags)
|
449
489
|
# Insert a child into the sizer before any existing item at index.
|
490
|
+
#
|
450
491
|
# See {Wx::Sizer#add} for the meaning of the other parameters.
|
451
492
|
# @param index [Integer]
|
452
493
|
# @param width [Integer]
|
@@ -456,6 +497,7 @@ module Wx
|
|
456
497
|
def insert(*args) end
|
457
498
|
|
458
499
|
# Inserts non-stretchable space to the sizer.
|
500
|
+
#
|
459
501
|
# More readable way of calling {Wx::Sizer#insert(index,size,size)}.
|
460
502
|
# @param index [Integer]
|
461
503
|
# @param size [Integer]
|
@@ -463,6 +505,7 @@ module Wx
|
|
463
505
|
def insert_spacer(index, size) end
|
464
506
|
|
465
507
|
# Inserts stretchable space to the sizer.
|
508
|
+
#
|
466
509
|
# More readable way of calling {Wx::Sizer#insert(0,0,prop)}.
|
467
510
|
# @param index [Integer]
|
468
511
|
# @param prop [Integer]
|
@@ -471,6 +514,7 @@ module Wx
|
|
471
514
|
|
472
515
|
# Return true if the sizer has no elements.
|
473
516
|
#
|
517
|
+
#
|
474
518
|
# @see Wx::Sizer#get_item_count
|
475
519
|
# @return [Boolean]
|
476
520
|
def is_empty; end
|
@@ -491,7 +535,7 @@ module Wx
|
|
491
535
|
# @param proportion [Integer]
|
492
536
|
# @param flag [Integer]
|
493
537
|
# @param border [Integer]
|
494
|
-
# @param userData [
|
538
|
+
# @param userData [Object]
|
495
539
|
# @return [Wx::SizerItem]
|
496
540
|
# @overload prepend(sizer, flags)
|
497
541
|
# Same as {Wx::Sizer#add}, but prepends the items to the beginning of the list of items (windows, subsizers or spaces) owned by this sizer.
|
@@ -504,7 +548,7 @@ module Wx
|
|
504
548
|
# @param proportion [Integer]
|
505
549
|
# @param flag [Integer]
|
506
550
|
# @param border [Integer]
|
507
|
-
# @param userData [
|
551
|
+
# @param userData [Object]
|
508
552
|
# @return [Wx::SizerItem]
|
509
553
|
# @overload prepend(width, height, proportion=0, flag=0, border=0, userData=nil)
|
510
554
|
# Same as {Wx::Sizer#add}, but prepends the items to the beginning of the list of items (windows, subsizers or spaces) owned by this sizer.
|
@@ -513,7 +557,7 @@ module Wx
|
|
513
557
|
# @param proportion [Integer]
|
514
558
|
# @param flag [Integer]
|
515
559
|
# @param border [Integer]
|
516
|
-
# @param userData [
|
560
|
+
# @param userData [Object]
|
517
561
|
# @return [Wx::SizerItem]
|
518
562
|
# @overload prepend(width, height, flags)
|
519
563
|
# Same as {Wx::Sizer#add}, but prepends the items to the beginning of the list of items (windows, subsizers or spaces) owned by this sizer.
|
@@ -524,18 +568,21 @@ module Wx
|
|
524
568
|
def prepend(*args) end
|
525
569
|
|
526
570
|
# Prepends non-stretchable space to the sizer.
|
571
|
+
#
|
527
572
|
# More readable way of calling {Wx::Sizer#prepend(size,size,0)}.
|
528
573
|
# @param size [Integer]
|
529
574
|
# @return [Wx::SizerItem]
|
530
575
|
def prepend_spacer(size) end
|
531
576
|
|
532
577
|
# Prepends stretchable space to the sizer.
|
578
|
+
#
|
533
579
|
# More readable way of calling {Wx::Sizer#prepend(0,0,prop)}.
|
534
580
|
# @param prop [Integer]
|
535
581
|
# @return [Wx::SizerItem]
|
536
582
|
def prepend_stretch_spacer(prop=1) end
|
537
583
|
|
538
584
|
# Method which must be overridden in the derived sizer classes.
|
585
|
+
#
|
539
586
|
# The implementation should reposition the children using the current total size available to the sizer (m_size) and the size computed by the last call to {Wx::Sizer#calc_min}.
|
540
587
|
# Note that you should never call this method directly, call {Wx::Sizer#layout} instead if you need to manually update the sizer elements positions. This method is only called by wxWidgets itself.
|
541
588
|
# @param minSize [Array(Integer, Integer), Wx::Size]
|
@@ -544,6 +591,7 @@ module Wx
|
|
544
591
|
|
545
592
|
# @overload remove(sizer)
|
546
593
|
# Removes a sizer child from the sizer and destroys it.
|
594
|
+
#
|
547
595
|
# <div class="wxrb-note">
|
548
596
|
# <b>Note:</b>
|
549
597
|
# <p>This method does not cause any layout or resizing to take place, call {Wx::Sizer#layout} to update the layout "on screen" after removing a child from the sizer.
|
@@ -555,6 +603,7 @@ module Wx
|
|
555
603
|
# @return [Boolean]
|
556
604
|
# @overload remove(index)
|
557
605
|
# Removes a child from the sizer and destroys it if it is a sizer or a spacer, but not if it is a window (because windows are owned by their parent window, not the sizer).
|
606
|
+
#
|
558
607
|
# <div class="wxrb-note">
|
559
608
|
# <b>Note:</b>
|
560
609
|
# <p>This method does not cause any layout or resizing to take place, call {Wx::Sizer#layout} to update the layout "on screen" after removing a child from the sizer.
|
@@ -568,6 +617,7 @@ module Wx
|
|
568
617
|
|
569
618
|
# @overload replace(oldwin, newwin, recursive=false)
|
570
619
|
# Detaches the given oldwin from the sizer and replaces it with the given newwin.
|
620
|
+
#
|
571
621
|
# The detached child window is <b>not</b> deleted (because windows are owned by their parent window, not the sizer).
|
572
622
|
# Use parameter recursive to search the given element recursively in subsizers.
|
573
623
|
# This method does not cause any layout or resizing to take place, call {Wx::Sizer#layout} to update the layout "on screen" after replacing a child from the sizer.
|
@@ -578,6 +628,7 @@ module Wx
|
|
578
628
|
# @return [Boolean]
|
579
629
|
# @overload replace(oldsz, newsz, recursive=false)
|
580
630
|
# Detaches the given oldsz from the sizer and replaces it with the given newsz.
|
631
|
+
#
|
581
632
|
# The detached child sizer is deleted.
|
582
633
|
# Use parameter recursive to search the given element recursively in subsizers.
|
583
634
|
# This method does not cause any layout or resizing to take place, call {Wx::Sizer#layout} to update the layout "on screen" after replacing a child from the sizer.
|
@@ -588,6 +639,7 @@ module Wx
|
|
588
639
|
# @return [Boolean]
|
589
640
|
# @overload replace(index, newitem)
|
590
641
|
# Detaches the given item at position index from the sizer and replaces it with the given {Wx::SizerItem} newitem.
|
642
|
+
#
|
591
643
|
# The detached child is deleted <b>only</b> if it is a sizer or a spacer (but not if it is a {Wx::Window} because windows are owned by their parent window, not the sizer).
|
592
644
|
# This method does not cause any layout or resizing to take place, call {Wx::Sizer#layout} to update the layout "on screen" after replacing a child from the sizer.
|
593
645
|
# Returns true if the child item was found and removed, false otherwise.
|
@@ -612,6 +664,7 @@ module Wx
|
|
612
664
|
|
613
665
|
# @overload set_min_size(size)
|
614
666
|
# Call this to give the sizer a minimal size.
|
667
|
+
#
|
615
668
|
# Normally, the sizer will calculate its minimal size based purely on how much space its children need. After calling this method {Wx::Sizer#get_min_size} will return either the minimal size as requested by its children or the minimal size set here, depending on which is bigger.
|
616
669
|
# @param size [Array(Integer, Integer), Wx::Size]
|
617
670
|
# @return [void]
|
@@ -624,6 +677,7 @@ module Wx
|
|
624
677
|
alias_method :min_size=, :set_min_size
|
625
678
|
|
626
679
|
# This method first calls {Wx::Sizer#fit} and then {Wx::TopLevelWindow#set_size_hints} on the window passed to it.
|
680
|
+
#
|
627
681
|
# This function is only when window is actually a {Wx::TopLevelWindow} such as a {Wx::Frame} or a {Wx::Dialog}, since SetSizeHints only has any effect in these classes. It does nothing in normal windows or controls.
|
628
682
|
# Note that window does not need to be the window using this sizer and it is, in fact, common to call this function on the sizer associated with the panel covering the client area of a frame passing it the frame pointer, as this has the desired effect of adjusting the frame size to the size fitting the panel, e.g.:
|
629
683
|
# ```ruby
|
@@ -650,6 +704,7 @@ module Wx
|
|
650
704
|
|
651
705
|
# @overload show(window, show=true, recursive=false)
|
652
706
|
# Shows or hides the window.
|
707
|
+
#
|
653
708
|
# To make a sizer item disappear or reappear, use {Wx::Sizer#show} followed by {Wx::Sizer#layout}.
|
654
709
|
# Use parameter recursive to show or hide elements found in subsizers.
|
655
710
|
# Returns true if the child item was found, false otherwise.
|
@@ -661,6 +716,7 @@ module Wx
|
|
661
716
|
# @return [Boolean]
|
662
717
|
# @overload show(sizer, show=true, recursive=false)
|
663
718
|
# Shows or hides sizer.
|
719
|
+
#
|
664
720
|
# To make a sizer item disappear or reappear, use {Wx::Sizer#show} followed by {Wx::Sizer#layout}.
|
665
721
|
# Use parameter recursive to show or hide elements found in subsizers.
|
666
722
|
# Returns true if the child item was found, false otherwise.
|
@@ -672,6 +728,7 @@ module Wx
|
|
672
728
|
# @return [Boolean]
|
673
729
|
# @overload show(index, show=true)
|
674
730
|
# Shows the item at index.
|
731
|
+
#
|
675
732
|
# To make a sizer item disappear or reappear, use {Wx::Sizer#show} followed by {Wx::Sizer#layout}.
|
676
733
|
# Returns true if the child item was found, false otherwise.
|
677
734
|
# @see Wx::Sizer#hide
|
@@ -689,6 +746,7 @@ module Wx
|
|
689
746
|
end # Sizer
|
690
747
|
|
691
748
|
# Container for sizer items flags providing readable names for them.
|
749
|
+
#
|
692
750
|
# Normally, when you add an item to a sizer via {Wx::Sizer#add}, you have to specify a lot of flags and parameters which can be unwieldy. This is where {Wx::SizerFlags} comes in: it allows you to specify all parameters using the named methods instead. For example, instead of
|
693
751
|
#
|
694
752
|
# ```ruby
|
@@ -727,6 +785,7 @@ module Wx
|
|
727
785
|
def initialize(proportion=0) end
|
728
786
|
|
729
787
|
# Sets the alignment of this {Wx::SizerFlags} to align.
|
788
|
+
#
|
730
789
|
# This method replaces the previously set alignment with the specified one.
|
731
790
|
# @see Wx::SizerFlags#top
|
732
791
|
# @see Wx::SizerFlags#left
|
@@ -739,6 +798,7 @@ module Wx
|
|
739
798
|
|
740
799
|
# @overload border(direction, borderinpixels)
|
741
800
|
# Sets the {Wx::SizerFlags} to have a border of a number of pixels specified by borderinpixels with the directions specified by direction.
|
801
|
+
#
|
742
802
|
# Prefer to use the overload below or {Wx::SizerFlags#double_border} or {Wx::SizerFlags#triple_border} versions instead of hard-coding the border value in pixels to avoid too small borders on devices with high DPI displays.
|
743
803
|
# @param direction [Integer]
|
744
804
|
# @param borderinpixels [Integer]
|
@@ -750,6 +810,7 @@ module Wx
|
|
750
810
|
def border(*args) end
|
751
811
|
|
752
812
|
# Aligns the object to the bottom, similar for <code>Align(wxALIGN_BOTTOM)</code>.
|
813
|
+
#
|
753
814
|
# Unlike {Wx::SizerFlags#align}, this method doesn't change the horizontal alignment of the item.
|
754
815
|
# @return [Wx::SizerFlags]
|
755
816
|
def bottom; end
|
@@ -771,6 +832,7 @@ module Wx
|
|
771
832
|
def center_vertical; end
|
772
833
|
|
773
834
|
# Center an item only in horizontal direction.
|
835
|
+
#
|
774
836
|
# This is mostly useful for 2D sizers as for the 1D ones it is shorter to just use {Wx::SizerFlags#centre} as the alignment is only used in one direction with them anyhow. For 2D sizers, centering an item in one direction is quite different from centering it in both directions however.
|
775
837
|
# Note that, unlike {Wx::SizerFlags#align}, this method doesn't change the vertical alignment.
|
776
838
|
# @see Wx::SizerFlags#centre_vertical
|
@@ -778,6 +840,7 @@ module Wx
|
|
778
840
|
def centre_horizontal; end
|
779
841
|
|
780
842
|
# Center an item only in vertical direction.
|
843
|
+
#
|
781
844
|
# The remarks in {Wx::SizerFlags#centre_horizontal} documentation also apply to this function.
|
782
845
|
# Note that, unlike {Wx::SizerFlags#align}, this method doesn't change the horizontal alignment.
|
783
846
|
# @return [Wx::SizerFlags]
|
@@ -801,11 +864,13 @@ module Wx
|
|
801
864
|
def fixed_min_size; end
|
802
865
|
|
803
866
|
# Set the {Wx::SizerFlagBits::RESERVE_SPACE_EVEN_IF_HIDDEN} flag.
|
867
|
+
#
|
804
868
|
# Normally {Wx::Sizers} don't allocate space for hidden windows or other items. This flag overrides this behaviour so that sufficient space is allocated for the window even if it isn't visible. This makes it possible to dynamically show and hide controls without resizing parent dialog, for example.
|
805
869
|
# @return [Wx::SizerFlags]
|
806
870
|
def reserve_space_even_if_hidden; end
|
807
871
|
|
808
872
|
# Aligns the object to the left, similar for <code>Align(wxALIGN_LEFT)</code>.
|
873
|
+
#
|
809
874
|
# Unlike {Wx::SizerFlags#align}, this method doesn't change the vertical alignment of the item.
|
810
875
|
# @return [Wx::SizerFlags]
|
811
876
|
def left; end
|
@@ -816,6 +881,7 @@ module Wx
|
|
816
881
|
def proportion(proportion) end
|
817
882
|
|
818
883
|
# Aligns the object to the right, similar for <code>Align(wxALIGN_RIGHT)</code>.
|
884
|
+
#
|
819
885
|
# Unlike {Wx::SizerFlags#align}, this method doesn't change the vertical alignment of the item.
|
820
886
|
# @return [Wx::SizerFlags]
|
821
887
|
def right; end
|
@@ -825,6 +891,7 @@ module Wx
|
|
825
891
|
def shaped; end
|
826
892
|
|
827
893
|
# Aligns the object to the top, similar for <code>Align(wxALIGN_TOP)</code>.
|
894
|
+
#
|
828
895
|
# Unlike {Wx::SizerFlags#align}, this method doesn't change the horizontal alignment of the item.
|
829
896
|
# @return [Wx::SizerFlags]
|
830
897
|
def top; end
|
@@ -835,6 +902,7 @@ module Wx
|
|
835
902
|
def triple_border(direction=Wx::Direction::ALL) end
|
836
903
|
|
837
904
|
# Globally disable checks for sizer flag consistency in debug builds.
|
905
|
+
#
|
838
906
|
# By default, sizer classes such as {Wx::BoxSizer} and {Wx::FlexGridSizer} assert when passed invalid flags, even though doing this usually doesn't result in any catastrophic consequences and the invalid flags are simply ignored later. Due to this, and the fact that these checks were only added in wxWidgets 3.1, existing code may run into multiple asserts warning about incorrect sizer flags use. Using this function provides a temporary solution for avoiding such asserts when upgrading to wxWidgets 3.1 from a previous version and will prevent such checks from being done.
|
839
907
|
# Please do note that correcting the code by removing the invalid flags remains a much better solution as these asserts may be very helpful to understand why some code using sizer flags doesn't work as expected, so using this function, especially permanently, rather than a temporary workaround, is not recommended.
|
840
908
|
# Notice that the same effect as calling this function can be achieved by setting the environment variable WXSUPPRESS_SIZER_FLAGS_CHECK to any value.
|
@@ -842,12 +910,14 @@ module Wx
|
|
842
910
|
def self.disable_consistency_checks; end
|
843
911
|
|
844
912
|
# Returns the border used by default in {Wx::SizerFlags#border} method.
|
913
|
+
#
|
845
914
|
# This value is scaled appropriately for the current DPI on the systems where physical pixel values are used for the control positions and sizes, i.e. not with WXGTK or WXOSX.
|
846
915
|
# @see Wx::SizerFlags.get_default_border_fractional
|
847
916
|
# @return [Integer]
|
848
917
|
def self.get_default_border; end
|
849
918
|
|
850
919
|
# Returns the border used by default, with fractional precision.
|
920
|
+
#
|
851
921
|
# For example when the border is scaled to a non-integer DPI.
|
852
922
|
# @see Wx::SizerFlags.get_default_border
|
853
923
|
# @return [Float]
|