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
@@ -9,7 +9,6 @@ module Wx
|
|
9
9
|
# A class that can handle events from the windowing system.
|
10
10
|
# {Wx::Window} is (and therefore all window classes are) derived from this class.
|
11
11
|
# When events are received, {Wx::EvtHandler} invokes the method listed in the event table using itself as the object. When using multiple inheritance <b>it is imperative that the {Wx::EvtHandler}(-derived) class is the first class inherited</b> such that the this pointer for the overall object will be identical to the this pointer of the {Wx::EvtHandler} portion.
|
12
|
-
# ===
|
13
12
|
#
|
14
13
|
# Category: {Wx::Events}
|
15
14
|
# @see How Events are Processed
|
@@ -94,7 +93,11 @@ module Wx
|
|
94
93
|
alias_method :previous_handler, :get_previous_handler
|
95
94
|
|
96
95
|
# Enables or disables the event handler.
|
97
|
-
#
|
96
|
+
# <div class="wxrb-remark">
|
97
|
+
# <b>Remark:</b>
|
98
|
+
# <p>You can use this function to avoid having to remove the event handler from the chain, for example when implementing a dialog editor and changing from edit to test mode.
|
99
|
+
# </p>
|
100
|
+
# </div>>
|
98
101
|
# @see Wx::EvtHandler#get_evt_handler_enabled
|
99
102
|
# @param enabled [Boolean] true if the event handler is to be enabled, false if it is to be disabled.
|
100
103
|
# @return [void]
|
@@ -102,11 +105,16 @@ module Wx
|
|
102
105
|
alias_method :evt_handler_enabled=, :set_evt_handler_enabled
|
103
106
|
|
104
107
|
# Sets the pointer to the next handler.
|
105
|
-
#
|
108
|
+
# <div class="wxrb-remark">
|
109
|
+
# <b>Remark:</b>
|
110
|
+
# <p>See {Wx::EvtHandler#process_event} for more info about how the chains of event handlers are internally used. Also remember that {Wx::EvtHandler} uses double-linked lists and thus if you use this function, you should also call {Wx::EvtHandler#set_previous_handler} on the argument passed to this function:
|
106
111
|
# ```ruby
|
107
112
|
# handlerA.set_next_handler(handlerB)
|
108
113
|
# handlerB.set_previous_handler(handlerA)
|
109
114
|
# ```
|
115
|
+
#
|
116
|
+
# </p>
|
117
|
+
# </div>>
|
110
118
|
# @see How Events are Processed
|
111
119
|
# @param handler [Wx::EvtHandler] The event handler to be set as the next handler. Cannot be NULL.
|
112
120
|
# @return [void]
|
@@ -11,12 +11,12 @@ module Wx
|
|
11
11
|
# The map file contains two or three fields per line: numeric_id relative_URL [; comment/documentation]
|
12
12
|
# The numeric_id is the id used to look up the entry in {Wx::ExtHelpController#display_section}/DisplayBlock(). The relative_URL is a filename of an html file, relative to the help directory. The optional comment/documentation field (after a ';') is used for keyword searches, so some meaningful text here does not hurt. If the documentation itself contains a ';', only the part before that will be displayed in the listbox, but all of it used for search.
|
13
13
|
# Lines starting with ';' will be ignored.
|
14
|
-
# ===
|
15
14
|
#
|
16
15
|
# Category: {Wx::HELP}
|
17
16
|
# @see Wx::HelpController
|
18
17
|
#
|
19
18
|
#
|
19
|
+
# @wxrb_require USE_HELP
|
20
20
|
class ExtHelpController < Object
|
21
21
|
|
22
22
|
# @param parentWindow [Wx::Window]
|
data/lib/wx/doc/gen/file_ctrl.rb
CHANGED
@@ -44,7 +44,7 @@ module Wx
|
|
44
44
|
# This control allows the user to select a file.
|
45
45
|
# Two implementations of this class exist, one for Gtk and another generic one for all the other ports.
|
46
46
|
# This class is only available if {Wx::Setup::USE_FILECTRL} is set to 1.
|
47
|
-
#
|
47
|
+
# ### Styles
|
48
48
|
#
|
49
49
|
# This class supports the following styles:
|
50
50
|
#
|
@@ -58,7 +58,7 @@ module Wx
|
|
58
58
|
#
|
59
59
|
# - {Wx::FC_NOSHOWHIDDEN}: Hides the "Show Hidden Files" checkbox (Generic only)
|
60
60
|
#
|
61
|
-
#
|
61
|
+
# ### Events emitted by this class
|
62
62
|
#
|
63
63
|
# The following event-handler methods redirect the events to member method or handler blocks for {Wx::FileCtrlEvent} events.
|
64
64
|
# Event handler methods for events emitted by this class:
|
@@ -71,16 +71,15 @@ module Wx
|
|
71
71
|
#
|
72
72
|
# - {Wx::EvtHandler#evt_filectrl_filterchanged}(id, meth = nil, &block): The current file filter of the file control has been changed.
|
73
73
|
#
|
74
|
-
#
|
75
|
-
#
|
76
|
-
#
|
77
|
-
# </td><td> wxGTK Appearance
|
78
|
-
# </td><td> wxOSX Appearance
|
74
|
+
# Category: {Wx::Controls} <div class='appearance'><span class='appearance'>Appearance:</span><table><tr><td> WXMSW Appearance
|
75
|
+
# </td><td> WXGTK Appearance
|
76
|
+
# </td><td> WXOSX Appearance
|
79
77
|
# </td></tr></table></div>
|
80
|
-
# Implementations: native under
|
78
|
+
# Implementations: native under WXGTK port; a generic implementation is used elsewhere.
|
81
79
|
# @see Wx::GenericDirCtrl
|
82
80
|
#
|
83
81
|
#
|
82
|
+
# @wxrb_require USE_FILECTRL
|
84
83
|
class FileCtrl < Control
|
85
84
|
|
86
85
|
# @overload initialize()
|
@@ -127,7 +126,12 @@ module Wx
|
|
127
126
|
|
128
127
|
# Fills the array filenames with the filenames only of selected items.
|
129
128
|
# This function should only be used with the controls having the {Wx::FC_MULTIPLE} style, use {Wx::FileCtrl#get_filename} for the others.
|
130
|
-
#
|
129
|
+
#
|
130
|
+
# <div class="wxrb-remark">
|
131
|
+
# <b>Remark:</b>
|
132
|
+
# <p>filenames is emptied first.
|
133
|
+
# </p>
|
134
|
+
# </div>>
|
131
135
|
# @return [Array<String>]
|
132
136
|
def get_filenames; end
|
133
137
|
alias_method :filenames, :get_filenames
|
@@ -145,7 +149,12 @@ module Wx
|
|
145
149
|
|
146
150
|
# Fills the array paths with the full paths of the files chosen.
|
147
151
|
# This function should be used with the controls having the {Wx::FC_MULTIPLE} style, use {Wx::FileCtrl#get_path} otherwise.
|
148
|
-
#
|
152
|
+
#
|
153
|
+
# <div class="wxrb-remark">
|
154
|
+
# <b>Remark:</b>
|
155
|
+
# <p>paths is emptied first.
|
156
|
+
# </p>
|
157
|
+
# </div>>
|
149
158
|
# @return [Array<String>]
|
150
159
|
def get_paths; end
|
151
160
|
alias_method :paths, :get_paths
|
@@ -7,7 +7,7 @@
|
|
7
7
|
module Wx
|
8
8
|
|
9
9
|
# A file control event holds information about events associated with {Wx::FileCtrl} objects.
|
10
|
-
#
|
10
|
+
# ### Events using this class
|
11
11
|
#
|
12
12
|
# The following event-handler methods redirect the events to member method or handler blocks for {Wx::FileCtrlEvent} events.
|
13
13
|
# Event handler methods:
|
@@ -20,14 +20,13 @@ module Wx
|
|
20
20
|
#
|
21
21
|
# - {Wx::EvtHandler#evt_filectrl_filterchanged}(id, meth = nil, &block): The current file filter of the file control has been changed
|
22
22
|
#
|
23
|
-
# ===
|
24
|
-
#
|
25
23
|
# Category: {Wx::Events}
|
26
24
|
#
|
25
|
+
# @wxrb_require USE_FILECTRL
|
27
26
|
class FileCtrlEvent < CommandEvent
|
28
27
|
|
29
28
|
# Constructor.
|
30
|
-
# @param type [Wx::
|
29
|
+
# @param type [Wx::Slider::EventType]
|
31
30
|
# @param evtObject [Wx::Object]
|
32
31
|
# @param id [Integer]
|
33
32
|
# @return [Wx::FileCtrlEvent]
|
@@ -106,7 +106,7 @@ module Wx
|
|
106
106
|
# end
|
107
107
|
# ```
|
108
108
|
#
|
109
|
-
#
|
109
|
+
# ## Wildcard Filters
|
110
110
|
#
|
111
111
|
# All implementations of the {Wx::FileDialog} provide a wildcard filter. Typing a filename containing wildcards (*, ?) in the filename text item, and clicking on Ok, will result in only those files matching the pattern being displayed. The wildcard may be a specification for multiple types of file with a description for each, such as:
|
112
112
|
# ```
|
@@ -119,14 +119,19 @@ module Wx
|
|
119
119
|
# ```
|
120
120
|
# But in contrast to Windows and Unix, where the file type choice filters only the selected files, on Mac macOS even in this case the dialog shows all files matching all file types. The files which does not match the currently selected file type are greyed out and are not selectable.
|
121
121
|
#
|
122
|
-
#
|
122
|
+
# ## Dialog Customization
|
123
123
|
#
|
124
124
|
# Uniquely among the other standard dialogs, {Wx::FileDialog} can be customized by adding extra controls to it. Moreover, there are two ways to do it: the first one is to define a callback function and use {Wx::FileDialog#set_extra_control_creator} to tell the dialog to call it, while the second one requires defining a class inheriting from {Wx::FileDialogCustomizeHook} and implementing its virtual functions, notably {Wx::FileDialogCustomizeHook#add_custom_controls} where the extra controls have to be created, and finally calling {Wx::FileDialog#set_customize_hook} with this custom hook object.
|
125
|
-
# The first approach is somewhat simpler and more flexible, as it allows to create any kind of custom controls, but is not supported by the "new style" (where "new" means used since Windows Vista, i.e. circa 2007) file dialogs under MSW. Because of this, calling {Wx::FileDialog#set_extra_control_creator} in
|
125
|
+
# The first approach is somewhat simpler and more flexible, as it allows to create any kind of custom controls, but is not supported by the "new style" (where "new" means used since Windows Vista, i.e. circa 2007) file dialogs under MSW. Because of this, calling {Wx::FileDialog#set_extra_control_creator} in WXMSW forces the use of old style (Windows XP) dialogs, that may look out of place. The second approach is implemented by the MSW dialogs natively and doesn't suffer from this limitation, so its use is recommended, especially if the few simple control types supported by it (see {Wx::FileDialogCustomize} for more information about the supported controls) are sufficient for your needs.
|
126
126
|
# Both of the approaches to the dialog customization are demonstrated in the Dialogs Sample, please check it for more details.
|
127
|
-
# New style file dialogs can only be used in wxMSW when the apartment, COM threading model is used. This is the case by default, but if the application initializes COM on its own using multi-threaded model, old style dialogs are used, at least when they must have a parent, as the new style dialog doesn't support this threading model.
|
128
127
|
#
|
129
|
-
#
|
128
|
+
# <div class="wxrb-note">
|
129
|
+
# <b>Note:</b>
|
130
|
+
# <p>New style file dialogs can only be used in WXMSW when the apartment, COM threading model is used. This is the case by default, but if the application initializes COM on its own using multi-threaded model, old style dialogs are used, at least when they must have a parent, as the new style dialog doesn't support this threading model.
|
131
|
+
# </p>
|
132
|
+
# </div>
|
133
|
+
#
|
134
|
+
# ### Styles
|
130
135
|
#
|
131
136
|
# This class supports the following styles:
|
132
137
|
#
|
@@ -136,9 +141,9 @@ module Wx
|
|
136
141
|
#
|
137
142
|
# - {Wx::FD_SAVE}: This is a save dialog; usually this means that the default button's label of the dialog is "Save". Cannot be combined with {Wx::FD_OPEN}.
|
138
143
|
#
|
139
|
-
# - {Wx::FD_OVERWRITE_PROMPT}: For save dialog only: prompt for a confirmation if a file will be overwritten. This style is always enabled on
|
144
|
+
# - {Wx::FD_OVERWRITE_PROMPT}: For save dialog only: prompt for a confirmation if a file will be overwritten. This style is always enabled on WXOSX and cannot be disabled.
|
140
145
|
#
|
141
|
-
# - {Wx::FD_NO_FOLLOW}: Directs the dialog to return the path and file name of the selected shortcut file, not its target as it does by default. Currently this flag is only implemented in
|
146
|
+
# - {Wx::FD_NO_FOLLOW}: Directs the dialog to return the path and file name of the selected shortcut file, not its target as it does by default. Currently this flag is only implemented in WXMSW and WXOSX (where it prevents aliases from being resolved). The non-dereferenced link path is always returned, even without this flag, under Unix and so using it there doesn't do anything. This flag was added in wxWidgets 3.1.0.
|
142
147
|
#
|
143
148
|
# - {Wx::FD_FILE_MUST_EXIST}: For open dialog only: the user may only select files that actually exist. Notice that under macOS the file dialog with {Wx::FD_OPEN} style always behaves as if this style was specified, because it is impossible to choose a file that doesn't exist from a standard macOS file dialog.
|
144
149
|
#
|
@@ -146,17 +151,16 @@ module Wx
|
|
146
151
|
#
|
147
152
|
# - {Wx::FD_CHANGE_DIR}: Change the current working directory (when the dialog is dismissed) to the directory where the file(s) chosen by the user are.
|
148
153
|
#
|
149
|
-
# - {Wx::FD_PREVIEW}: Show the preview of the selected files (currently only supported by
|
154
|
+
# - {Wx::FD_PREVIEW}: Show the preview of the selected files (currently only supported by WXGTK).
|
150
155
|
#
|
151
156
|
# - {Wx::FD_SHOW_HIDDEN}: Show hidden files. This flag was added in wxWidgets 3.1.3
|
152
157
|
#
|
153
|
-
# ===
|
154
|
-
#
|
155
158
|
# Category: Common Dialogs
|
156
159
|
# @see wxFileDialog Overview
|
157
160
|
# @see file_selector
|
158
161
|
#
|
159
162
|
#
|
163
|
+
# @wxrb_require USE_FILEDLG
|
160
164
|
class FileDialog < Dialog
|
161
165
|
|
162
166
|
# Constructor.
|
@@ -209,7 +213,11 @@ module Wx
|
|
209
213
|
alias_method :extra_control, :get_extra_control
|
210
214
|
|
211
215
|
# Returns the default filename.
|
212
|
-
#
|
216
|
+
# <div class="wxrb-note">
|
217
|
+
# <b>Note:</b>
|
218
|
+
# <p>This function can't be used with dialogs which have the {Wx::FD_MULTIPLE} style, use {Wx::FileDialog#get_filenames} instead.
|
219
|
+
# </p>
|
220
|
+
# </div>
|
213
221
|
# @return [String]
|
214
222
|
def get_filename; end
|
215
223
|
alias_method :filename, :get_filename
|
@@ -234,7 +242,11 @@ module Wx
|
|
234
242
|
alias_method :message, :get_message
|
235
243
|
|
236
244
|
# Returns the full path (directory and filename) of the selected file.
|
237
|
-
#
|
245
|
+
# <div class="wxrb-note">
|
246
|
+
# <b>Note:</b>
|
247
|
+
# <p>This function can't be used with dialogs which have the {Wx::FD_MULTIPLE} style, use {Wx::FileDialog#get_paths} instead.
|
248
|
+
# </p>
|
249
|
+
# </div>
|
238
250
|
# @return [String]
|
239
251
|
def get_path; end
|
240
252
|
alias_method :path, :get_path
|
@@ -252,7 +264,12 @@ module Wx
|
|
252
264
|
|
253
265
|
# Set the hook to be used for customizing the dialog contents.
|
254
266
|
# This function can be called before calling {Wx::FileDialog#show_modal} to specify that the dialog contents should be customized using the provided hook. See {Wx::FileDialogCustomizeHook} documentation and Dialogs Sample for the examples of using it.
|
255
|
-
#
|
267
|
+
#
|
268
|
+
# <div class="wxrb-note">
|
269
|
+
# <b>Note:</b>
|
270
|
+
# <p>In order to define a custom hook object, <code>Wx::/filedlgcustomize.h</code> must be included in addition to the usual <code>Wx::/filedlg.h</code> header.
|
271
|
+
# </p>
|
272
|
+
# </div>
|
256
273
|
#
|
257
274
|
# true if the hook was successfully set or false if customizing the file dialog is not supported by the current platform.
|
258
275
|
# @param customizeHook [Wx::FileDialogCustomizeHook] The hook object that will be used by the dialog. This object must remain valid at least until {Wx::FileDialog#show_modal} returns.
|
@@ -267,7 +284,7 @@ module Wx
|
|
267
284
|
alias_method :directory=, :set_directory
|
268
285
|
|
269
286
|
# Sets the default filename.
|
270
|
-
# In
|
287
|
+
# In WXGTK this will have little effect unless a default directory has previously been set.
|
271
288
|
# @param setfilename [String]
|
272
289
|
# @return [void]
|
273
290
|
def set_filename(setfilename) end
|
@@ -11,6 +11,7 @@ module Wx
|
|
11
11
|
# Also, similarly to the normal windows, objects of this and derived classes belong to wxWidgets and must not be deleted by the application code.
|
12
12
|
# Unlike windows, custom controls cannot be created directly, but can only be returned from {Wx::FileDialogCustomize} functions that are specifically provided for creating them.
|
13
13
|
#
|
14
|
+
# @wxrb_require USE_FILEDLG
|
14
15
|
class FileDialogCustomControl < EvtHandler
|
15
16
|
|
16
17
|
# Show or hide this control.
|
@@ -40,6 +41,7 @@ module Wx
|
|
40
41
|
# It is possible to bind to {Wx::EVT_BUTTON} events on this object, which will be generated when the button is clicked.
|
41
42
|
# See {Wx::FileDialogCustomControl} for more information.
|
42
43
|
#
|
44
|
+
# @wxrb_require USE_FILEDLG
|
43
45
|
class FileDialogButton < FileDialogCustomControl
|
44
46
|
|
45
47
|
end # FileDialogButton
|
@@ -49,6 +51,7 @@ module Wx
|
|
49
51
|
# It is possible to bind to {Wx::EVT_CHECKBOX} events on this object, which will be generated when the checkbox is clicked.
|
50
52
|
# See {Wx::FileDialogCustomControl} for more information.
|
51
53
|
#
|
54
|
+
# @wxrb_require USE_FILEDLG
|
52
55
|
class FileDialogCheckBox < FileDialogCustomControl
|
53
56
|
|
54
57
|
# Return true if the checkbox is checked.
|
@@ -69,6 +72,7 @@ module Wx
|
|
69
72
|
# It is possible to bind to {Wx::EVT_RADIOBUTTON} events on this object, which will be generated when the radio button is selected.
|
70
73
|
# See {Wx::FileDialogCustomControl} for more information.
|
71
74
|
#
|
75
|
+
# @wxrb_require USE_FILEDLG
|
72
76
|
class FileDialogRadioButton < FileDialogCustomControl
|
73
77
|
|
74
78
|
# Return true if the radio button is selected.
|
@@ -90,6 +94,7 @@ module Wx
|
|
90
94
|
# It is possible to bind to {Wx::EVT_CHOICE} events on this object, which will be generated when the selection in the combobox changes.
|
91
95
|
# See {Wx::FileDialogCustomControl} for more information.
|
92
96
|
#
|
97
|
+
# @wxrb_require USE_FILEDLG
|
93
98
|
class FileDialogChoice < FileDialogCustomControl
|
94
99
|
|
95
100
|
# Return the index of the selected item, possibly {Wx::NOT_FOUND}.
|
@@ -111,6 +116,7 @@ module Wx
|
|
111
116
|
# Objects of this class don't generate any events currently.
|
112
117
|
# See {Wx::FileDialogCustomControl} for more information.
|
113
118
|
#
|
119
|
+
# @wxrb_require USE_FILEDLG
|
114
120
|
class FileDialogTextCtrl < FileDialogCustomControl
|
115
121
|
|
116
122
|
# Get the current value entered into the control.
|
@@ -131,6 +137,7 @@ module Wx
|
|
131
137
|
# Objects of this class don't generate any events.
|
132
138
|
# See {Wx::FileDialogCustomControl} for more information.
|
133
139
|
#
|
140
|
+
# @wxrb_require USE_FILEDLG
|
134
141
|
class FileDialogStaticText < FileDialogCustomControl
|
135
142
|
|
136
143
|
# Set the text shown in the label.
|
@@ -72,14 +72,13 @@ module Wx
|
|
72
72
|
# }
|
73
73
|
# ```
|
74
74
|
#
|
75
|
-
# ===
|
76
|
-
#
|
77
75
|
# Category: Common Dialogs
|
78
76
|
# @see Wx::FileDialog
|
79
77
|
#
|
80
78
|
#
|
81
79
|
#
|
82
80
|
# @note This class is <b>untracked</b> and should not be derived from nor instances extended!
|
81
|
+
# @wxrb_require USE_FILEDLG
|
83
82
|
class FileDialogCustomizeHook < ::Object
|
84
83
|
|
85
84
|
# Must be overridden to add custom controls to the dialog using the provided customizer object.
|
@@ -108,12 +107,12 @@ module Wx
|
|
108
107
|
# Used with {Wx::FileDialogCustomizeHook} to add custom controls to {Wx::FileDialog}.
|
109
108
|
# An object of this class is passed to {Wx::FileDialogCustomizeHook#add_custom_controls} to allow it to actually add controls to the dialog.
|
110
109
|
# The pointers returned by the functions of this class belong to wxWidgets and should not be deleted by the application, just as {Wx::Window}-derived objects (even if these controls do not inherit from {Wx::Window}). These pointers become invalid when {Wx::FileDialog#show_modal} returns, and the dialog containing them is destroyed, and the latest point at which they can be still used is when {Wx::FileDialogCustomizeHook#transfer_data_from_custom_controls} is called.
|
111
|
-
# ===
|
112
110
|
#
|
113
111
|
# Category: Common Dialogs
|
114
112
|
# @see Wx::FileDialog
|
115
113
|
#
|
116
114
|
#
|
115
|
+
# @wxrb_require USE_FILEDLG
|
117
116
|
class FileDialogCustomize < ::Object
|
118
117
|
|
119
118
|
# Add a button with the specified label.
|
@@ -54,7 +54,7 @@ module Wx
|
|
54
54
|
EVT_DIRPICKER_CHANGED = 10172
|
55
55
|
|
56
56
|
# This event class is used for the events generated by {Wx::FilePickerCtrl} and by {Wx::DirPickerCtrl}.
|
57
|
-
#
|
57
|
+
# ### Events using this class
|
58
58
|
#
|
59
59
|
# The following event-handler methods redirect the events to member method or handler blocks for {Wx::FileDirPickerEvent} events.
|
60
60
|
# Event handler methods:
|
@@ -63,20 +63,19 @@ module Wx
|
|
63
63
|
#
|
64
64
|
# - {Wx::EvtHandler#evt_dirpicker_changed}(id, meth = nil, &block): Generated whenever the selected directory changes.
|
65
65
|
#
|
66
|
-
# ===
|
67
|
-
#
|
68
66
|
# Category: {Wx::Events}
|
69
67
|
# @see Wx::FilePickerCtrl
|
70
68
|
# @see Wx::DirPickerCtrl
|
71
69
|
#
|
72
70
|
#
|
71
|
+
# @wxrb_require USE_DIRDLG&USE_DIRPICKERCTRL|USE_FILEDLG&USE_FILEPICKERCTRL
|
73
72
|
class FileDirPickerEvent < CommandEvent
|
74
73
|
|
75
74
|
# @overload initialize()
|
76
75
|
# @return [Wx::FileDirPickerEvent]
|
77
76
|
# @overload initialize(type, generator, id, path)
|
78
77
|
# The constructor is not normally used by the user code.
|
79
|
-
# @param type [Wx::
|
78
|
+
# @param type [Wx::Slider::EventType]
|
80
79
|
# @param generator [Wx::Object]
|
81
80
|
# @param id [Integer]
|
82
81
|
# @param path [String]
|
@@ -8,11 +8,11 @@ module Wx
|
|
8
8
|
|
9
9
|
# This control allows the user to select a file.
|
10
10
|
# The generic implementation is a button which brings up a {Wx::FileDialog} when clicked. Native implementation may differ but this is usually a (small) widget which give access to the file-chooser dialog. It is only available if {Wx::Setup::USE_FILEPICKERCTRL} is set to 1 (the default).
|
11
|
-
#
|
11
|
+
# ### Styles
|
12
12
|
#
|
13
13
|
# This class supports the following styles:
|
14
14
|
#
|
15
|
-
# - {Wx::FLP_DEFAULT_STYLE}: The default style: includes {Wx::FLP_OPEN} | {Wx::FLP_FILE_MUST_EXIST} and, under
|
15
|
+
# - {Wx::FLP_DEFAULT_STYLE}: The default style: includes {Wx::FLP_OPEN} | {Wx::FLP_FILE_MUST_EXIST} and, under WXMSW and WXOSX, {Wx::FLP_USE_TEXTCTRL}.
|
16
16
|
#
|
17
17
|
# - {Wx::FLP_USE_TEXTCTRL}: Creates a text control to the left of the picker button which is completely managed by the {Wx::FilePickerCtrl} and which can be used by the user to specify a path (see SetPath). The text control is automatically synchronized with button's value. Use functions defined in {Wx::PickerBase} to modify the text control.
|
18
18
|
#
|
@@ -28,23 +28,22 @@ module Wx
|
|
28
28
|
#
|
29
29
|
# - {Wx::FLP_SMALL}: Use smaller version of the control with a small "..." button instead of the normal "Browse" one. This flag is new since wxWidgets 2.9.3.
|
30
30
|
#
|
31
|
-
#
|
31
|
+
# ### Events emitted by this class
|
32
32
|
#
|
33
33
|
# The following event-handler methods redirect the events to member method or handler blocks for {Wx::FileDirPickerEvent} events.
|
34
34
|
# Event handler methods for events emitted by this class:
|
35
35
|
#
|
36
36
|
# - {Wx::EvtHandler#evt_filepicker_changed}(id, meth = nil, &block): The user changed the file selected in the control either using the button or using text control (see {Wx::FLP_USE_TEXTCTRL}; note that in this case the event is fired only if the user's input is valid, e.g. an existing file path if {Wx::FLP_FILE_MUST_EXIST} was given).
|
37
37
|
#
|
38
|
-
#
|
39
|
-
#
|
40
|
-
#
|
41
|
-
# </td><td> wxGTK Appearance
|
42
|
-
# </td><td> wxOSX Appearance
|
38
|
+
# Category: Picker Controls <div class='appearance'><span class='appearance'>Appearance:</span><table><tr><td> WXMSW Appearance
|
39
|
+
# </td><td> WXGTK Appearance
|
40
|
+
# </td><td> WXOSX Appearance
|
43
41
|
# </td></tr></table></div>
|
44
42
|
# @see Wx::FileDialog
|
45
43
|
# @see Wx::FileDirPickerEvent
|
46
44
|
#
|
47
45
|
#
|
46
|
+
# @wxrb_require USE_FILEDLG,USE_FILEPICKERCTRL
|
48
47
|
class FilePickerCtrl < PickerBase
|
49
48
|
|
50
49
|
# @overload initialize()
|
@@ -103,7 +102,7 @@ module Wx
|
|
103
102
|
alias_method :initial_directory=, :set_initial_directory
|
104
103
|
|
105
104
|
# Sets the absolute path of the currently selected file.
|
106
|
-
# If the control uses {Wx::FLP_FILE_MUST_EXIST} and does not use {Wx::FLP_USE_TEXTCTRL} style, the filename must be a name of an existing file and will be simply ignored by the native
|
105
|
+
# If the control uses {Wx::FLP_FILE_MUST_EXIST} and does not use {Wx::FLP_USE_TEXTCTRL} style, the filename must be a name of an existing file and will be simply ignored by the native WXGTK implementation if this is not the case (the generic implementation used under the other platforms accepts even invalid file names currently, but this is subject to change in the future, don't rely on being able to use non-existent paths with it).
|
107
106
|
# @param filename [String]
|
108
107
|
# @return [void]
|
109
108
|
def set_path(filename) end
|
@@ -9,7 +9,6 @@ module Wx
|
|
9
9
|
# This class provides an interface for opening files on different file systems.
|
10
10
|
# It can handle absolute and/or local filenames.
|
11
11
|
# It uses a system of handlers (see {Wx::FileSystemHandler}) to provide access to user-defined virtual file systems.
|
12
|
-
# ===
|
13
12
|
#
|
14
13
|
# Category: Virtual File System
|
15
14
|
# @see Wx::FileSystemHandler
|
@@ -19,6 +18,7 @@ module Wx
|
|
19
18
|
#
|
20
19
|
#
|
21
20
|
# @note This class is <b>untracked</b> and should not be derived from nor instances extended!
|
21
|
+
# @wxrb_require USE_FILESYSTEM
|
22
22
|
class FileSystem < Object
|
23
23
|
|
24
24
|
# Constructor.
|
@@ -58,11 +58,18 @@ module Wx
|
|
58
58
|
# Please have a look at overview (see {Wx::FileSystem}) if you don't know how locations are constructed.
|
59
59
|
# Also consult the list of available handlers.
|
60
60
|
# Note that the handlers are shared by all instances of {Wx::FileSystem}.
|
61
|
-
# {Wx::HTML} library provides handlers for local files and HTTP or FTP protocol.
|
62
61
|
#
|
63
|
-
#
|
62
|
+
# <div class="wxrb-remark">
|
63
|
+
# <b>Remark:</b>
|
64
|
+
# <p>{Wx::HTML} library provides handlers for local files and HTTP or FTP protocol.
|
65
|
+
# </p>
|
66
|
+
# </div>>
|
64
67
|
#
|
65
|
-
#
|
68
|
+
# <div class="wxrb-note">
|
69
|
+
# <b>Note:</b>
|
70
|
+
# <p>The location parameter passed to {Wx::FileSystemHandler#open_file} or {Wx::FileSystemHandler#can_open} methods is always an absolute path. You don't need to check the FS's current path.
|
71
|
+
# </p>
|
72
|
+
# </div>
|
66
73
|
#
|
67
74
|
# Category: Virtual File System
|
68
75
|
# @see Wx::FileSystem
|
@@ -70,6 +77,7 @@ module Wx
|
|
70
77
|
# @see wxFileSystem Overview
|
71
78
|
#
|
72
79
|
#
|
80
|
+
# @wxrb_require USE_FILESYSTEM
|
73
81
|
class FileSystemHandler < Object
|
74
82
|
|
75
83
|
# Constructor.
|
@@ -127,6 +135,7 @@ module Wx
|
|
127
135
|
# A file system handler for accessing files inside of archives.
|
128
136
|
#
|
129
137
|
#
|
138
|
+
# @wxrb_require USE_FILESYSTEM
|
130
139
|
class ArchiveFSHandler < FileSystemHandler
|
131
140
|
|
132
141
|
# @return [Wx::ArchiveFSHandler]
|
@@ -143,9 +152,9 @@ module Wx
|
|
143
152
|
# Example:
|
144
153
|
#
|
145
154
|
# ```
|
146
|
-
#
|
147
|
-
#
|
148
|
-
#
|
155
|
+
# \#ifndef __WXMSW__
|
156
|
+
# \#include "logo.xpm"
|
157
|
+
# \#endif
|
149
158
|
#
|
150
159
|
# void MyFrame::OnAbout(wxCommandEvent&)
|
151
160
|
# {
|
@@ -158,12 +167,12 @@ module Wx
|
|
158
167
|
# wxDialog dlg(this, -1, wxString(_("About")));
|
159
168
|
# wxBoxSizer *topsizer;
|
160
169
|
# topsizer = new wxBoxSizer(wxVERTICAL);
|
161
|
-
#
|
170
|
+
# \#ifdef USE_WEBVIEW
|
162
171
|
# wxWebView* browser = wxWebView::New(&dlg, wxID_ANY, wxWebViewDefaultURLStr,
|
163
172
|
# wxDefaultPosition, wxSize(380, 160));
|
164
173
|
# browser->RegisterHandler(wxSharedPtr<wxWebViewHandler>(new wxWebViewFSHandler("memory")));
|
165
174
|
# browser->LoadURL("memory:about.htm");
|
166
|
-
#
|
175
|
+
# \#else // Use wxHtml
|
167
176
|
# wxHtmlWindow *browser;
|
168
177
|
# browser = new wxHtmlWindow(&dlg, -1, wxDefaultPosition,
|
169
178
|
# wxSize(380, 160), wxHW_SCROLLBAR_NEVER);
|
@@ -171,7 +180,7 @@ module Wx
|
|
171
180
|
# browser->LoadPage("memory:about.htm");
|
172
181
|
# browser->SetSize(browser->GetInternalRepresentation()->GetWidth(),
|
173
182
|
# browser->GetInternalRepresentation()->GetHeight());
|
174
|
-
#
|
183
|
+
# \#endif
|
175
184
|
# topsizer->Add(browser, 1, wxALL, 10);
|
176
185
|
# topsizer->Add(new wxStaticLine(&dlg, -1), 0, wxEXPAND | wxLEFT | wxRIGHT, 10);
|
177
186
|
# topsizer->Add(new wxButton(&dlg, wxID_OK, "Ok"),
|
@@ -187,19 +196,23 @@ module Wx
|
|
187
196
|
# }
|
188
197
|
# ```
|
189
198
|
#
|
190
|
-
# ===
|
191
|
-
#
|
192
199
|
# Category: Virtual File System
|
193
200
|
# @see Wx::MemoryFSHandler.add_file_with_mime_type
|
194
201
|
#
|
195
202
|
#
|
203
|
+
# @wxrb_require USE_FILESYSTEM
|
196
204
|
class MemoryFSHandler < FileSystemHandler
|
197
205
|
|
198
206
|
# @overload self.add_file(filename, image, type)
|
199
207
|
# Adds a file to the list of the files stored in memory.
|
200
208
|
# Stored data (bitmap, text or raw data) will be copied into private memory stream and available under name <code>"memory:"</code> + filename.
|
201
209
|
# When using the overload taking {Wx::String} data, if the string contains only Latin-1 characters (which includes strings created using Wx::String#from8bit_data), its data is used as is. Otherwise, the UTF-8 representation of the string is stored as the data associated with the given filename.
|
202
|
-
#
|
210
|
+
#
|
211
|
+
# <div class="wxrb-note">
|
212
|
+
# <b>Note:</b>
|
213
|
+
# <p>you must use a type value (aka image format) that wxWidgets can save (e.g. JPG, PNG, see {Wx::Image} documentation)!
|
214
|
+
# </p>
|
215
|
+
# </div>
|
203
216
|
# @see Wx::MemoryFSHandler.add_file_with_mime_type
|
204
217
|
# @param filename [String]
|
205
218
|
# @param image [Wx::Image]
|
@@ -209,7 +222,12 @@ module Wx
|
|
209
222
|
# Adds a file to the list of the files stored in memory.
|
210
223
|
# Stored data (bitmap, text or raw data) will be copied into private memory stream and available under name <code>"memory:"</code> + filename.
|
211
224
|
# When using the overload taking {Wx::String} data, if the string contains only Latin-1 characters (which includes strings created using Wx::String#from8bit_data), its data is used as is. Otherwise, the UTF-8 representation of the string is stored as the data associated with the given filename.
|
212
|
-
#
|
225
|
+
#
|
226
|
+
# <div class="wxrb-note">
|
227
|
+
# <b>Note:</b>
|
228
|
+
# <p>you must use a type value (aka image format) that wxWidgets can save (e.g. JPG, PNG, see {Wx::Image} documentation)!
|
229
|
+
# </p>
|
230
|
+
# </div>
|
213
231
|
# @see Wx::MemoryFSHandler.add_file_with_mime_type
|
214
232
|
# @param filename [String]
|
215
233
|
# @param bitmap [Wx::Bitmap]
|
@@ -219,7 +237,12 @@ module Wx
|
|
219
237
|
# Adds a file to the list of the files stored in memory.
|
220
238
|
# Stored data (bitmap, text or raw data) will be copied into private memory stream and available under name <code>"memory:"</code> + filename.
|
221
239
|
# When using the overload taking {Wx::String} data, if the string contains only Latin-1 characters (which includes strings created using Wx::String#from8bit_data), its data is used as is. Otherwise, the UTF-8 representation of the string is stored as the data associated with the given filename.
|
222
|
-
#
|
240
|
+
#
|
241
|
+
# <div class="wxrb-note">
|
242
|
+
# <b>Note:</b>
|
243
|
+
# <p>you must use a type value (aka image format) that wxWidgets can save (e.g. JPG, PNG, see {Wx::Image} documentation)!
|
244
|
+
# </p>
|
245
|
+
# </div>
|
223
246
|
# @see Wx::MemoryFSHandler.add_file_with_mime_type
|
224
247
|
# @param filename [String]
|
225
248
|
# @param textdata [String]
|
@@ -10,6 +10,7 @@ module Wx
|
|
10
10
|
#
|
11
11
|
#
|
12
12
|
#
|
13
|
+
# @wxrb_require USE_FINDREPLDLG
|
13
14
|
class FindReplaceFlags < Wx::Enum
|
14
15
|
|
15
16
|
# downward search/replace selected (otherwise - upwards)
|
@@ -30,6 +31,7 @@ module Wx
|
|
30
31
|
#
|
31
32
|
#
|
32
33
|
#
|
34
|
+
# @wxrb_require USE_FINDREPLDLG
|
33
35
|
class FindReplaceDialogStyles < Wx::Enum
|
34
36
|
|
35
37
|
# replace dialog (otherwise find dialog)
|
@@ -71,7 +73,7 @@ module Wx
|
|
71
73
|
EVT_FIND_CLOSE = 10181
|
72
74
|
|
73
75
|
# {Wx::FindReplaceDialog} events.
|
74
|
-
#
|
76
|
+
# ### Events using this class
|
75
77
|
#
|
76
78
|
# The following event-handler methods redirect the events to member method or handler blocks for {Wx::FindDialogEvent} events.
|
77
79
|
# Event handler methods:
|
@@ -86,14 +88,13 @@ module Wx
|
|
86
88
|
#
|
87
89
|
# - {Wx::EvtHandler#evt_find_close}(id, meth = nil, &block): The dialog is being destroyed, any pointers to it cannot be used any longer.
|
88
90
|
#
|
89
|
-
# ===
|
90
|
-
#
|
91
91
|
# Category: {Wx::Events}
|
92
92
|
#
|
93
|
+
# @wxrb_require USE_FINDREPLDLG
|
93
94
|
class FindDialogEvent < CommandEvent
|
94
95
|
|
95
96
|
# Constructor used by wxWidgets only.
|
96
|
-
# @param commandType [Wx::
|
97
|
+
# @param commandType [Wx::Slider::EventType]
|
97
98
|
# @param id [Integer]
|
98
99
|
# @return [Wx::FindDialogEvent]
|
99
100
|
def initialize(commandType=Wx::EVT_NULL, id=0) end
|
@@ -9,10 +9,10 @@ module Wx
|
|
9
9
|
# {Wx::FindReplaceData} holds the data for {Wx::FindReplaceDialog}.
|
10
10
|
# It is used to initialize the dialog with the default values and will keep the last values from the dialog when it is closed. It is also updated each time a {Wx::FindDialogEvent} is generated so instead of using the {Wx::FindDialogEvent} methods you can also directly query this object.
|
11
11
|
# Note that all <code>SetXXX()</code> methods may only be called before showing the dialog and calling them has no effect later.
|
12
|
-
# ===
|
13
12
|
#
|
14
13
|
# Category: Common Dialogs, Data Structures
|
15
14
|
#
|
15
|
+
# @wxrb_require USE_FINDREPLDLG
|
16
16
|
class FindReplaceData < Object
|
17
17
|
|
18
18
|
# Constructor initializes the flags to default value (0).
|
@@ -9,10 +9,10 @@ module Wx
|
|
9
9
|
# {Wx::FindReplaceDialog} is a standard modeless dialog which is used to allow the user to search for some text (and possibly replace it with something else).
|
10
10
|
# The actual searching is supposed to be done in the owner window which is the parent of this dialog. Note that it means that unlike for the other standard dialogs this one <b>must</b> have a parent window. Also note that there is no way to use this dialog in a modal way; it is always, by design and implementation, modeless.
|
11
11
|
# Please see the Dialogs Sample sample for an example of using it.
|
12
|
-
# ===
|
13
12
|
#
|
14
13
|
# Category: Common Dialogs
|
15
14
|
#
|
15
|
+
# @wxrb_require USE_FINDREPLDLG
|
16
16
|
class FindReplaceDialog < Dialog
|
17
17
|
|
18
18
|
# After using default constructor {Wx::FindReplaceDialog#create} must be called.
|
@@ -8,7 +8,6 @@ module Wx
|
|
8
8
|
|
9
9
|
# A flex grid sizer is a sizer which lays out its children in a two-dimensional table with all table fields in one row having the same height and all fields in one column having the same width, but all rows or all columns are not necessarily the same height or width as in the {Wx::GridSizer}.
|
10
10
|
# Since wxWidgets 2.5.0, {Wx::FlexGridSizer} can also size items equally in one direction but unequally ("flexibly") in the other. If the sizer is only flexible in one direction (this can be changed using {Wx::FlexGridSizer#set_flexible_direction}), it needs to be decided how the sizer should grow in the other ("non-flexible") direction in order to fill the available space. The {Wx::FlexGridSizer#set_non_flexible_grow_mode} method serves this purpose.
|
11
|
-
# ===
|
12
11
|
#
|
13
12
|
# Category: Window Layout
|
14
13
|
# @see Wx::Sizer
|