wxruby3 0.9.0-x64-mingw-ucrt → 0.9.2-x64-mingw-ucrt
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.yardopts +1 -0
- data/ext/wxbase32u_gcc_custom.dll +0 -0
- data/ext/wxbase32u_net_gcc_custom.dll +0 -0
- data/ext/wxbase32u_xml_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_aui_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_core_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_gl_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_html_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_media_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_propgrid_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_qa_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_ribbon_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_richtext_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_stc_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_webview_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_xrc_gcc_custom.dll +0 -0
- data/lib/wx/aui/aui_tab_ctrl.rb +18 -0
- data/lib/wx/aui/auinotebook.rb +6 -2
- data/lib/wx/aui/require.rb +1 -0
- data/lib/wx/core/app.rb +2 -2
- data/lib/wx/core/collapsible_pane.rb +1 -1
- data/lib/wx/core/const.rb +83 -0
- data/lib/wx/core/controlwithitems.rb +8 -6
- data/lib/wx/core/events/evt_list.rb +24 -0
- data/lib/wx/core/menu.rb +10 -0
- data/lib/wx/core/notebook.rb +6 -2
- data/lib/wx/core/sizer.rb +11 -0
- data/lib/wx/core/task_bar_button.rb +19 -0
- data/lib/wx/core/textctrl.rb +11 -1
- data/lib/wx/core/{treectrl.rb → tree_ctrl.rb} +31 -12
- data/lib/wx/core/window.rb +10 -0
- data/lib/wx/doc/app.rb +48 -38
- data/lib/wx/doc/art_locator.rb +47 -43
- data/lib/wx/doc/aui/auimanager.rb +16 -8
- data/lib/wx/doc/aui/auinotebook.rb +20 -5
- data/lib/wx/doc/clipboard.rb +11 -7
- data/lib/wx/doc/colour_dialog.rb +14 -10
- data/lib/wx/doc/const.rb +66 -66
- data/lib/wx/doc/controlwithitems.rb +17 -7
- data/lib/wx/doc/data_object.rb +2 -2
- data/lib/wx/doc/event.rb +0 -6
- data/lib/wx/doc/evthandler.rb +113 -108
- data/lib/wx/doc/font.rb +1 -0
- data/lib/wx/doc/functions.rb +9 -9
- data/lib/wx/doc/gc_dc.rb +6 -1
- data/lib/wx/doc/gen/about_dialog_info.rb +1 -2
- data/lib/wx/doc/gen/accelerator.rb +14 -5
- data/lib/wx/doc/gen/accessible.rb +35 -47
- data/lib/wx/doc/gen/activity_indicator.rb +6 -7
- data/lib/wx/doc/gen/animation.rb +7 -3
- data/lib/wx/doc/gen/animation_ctrl.rb +8 -9
- data/lib/wx/doc/gen/any_button.rb +6 -1
- data/lib/wx/doc/gen/app.rb +7 -5
- data/lib/wx/doc/gen/app_traits.rb +27 -10
- data/lib/wx/doc/gen/art_provider.rb +20 -8
- data/lib/wx/doc/gen/aui/aui_dock_art.rb +6 -3
- data/lib/wx/doc/gen/aui/aui_floating_frame.rb +1 -0
- data/lib/wx/doc/gen/aui/aui_manager.rb +11 -7
- data/lib/wx/doc/gen/aui/aui_manager_event.rb +3 -4
- data/lib/wx/doc/gen/aui/aui_mdi_child_frame.rb +3 -2
- data/lib/wx/doc/gen/aui/aui_mdi_client_window.rb +1 -0
- data/lib/wx/doc/gen/aui/aui_mdi_parent_frame.rb +8 -3
- data/lib/wx/doc/gen/aui/aui_notebook.rb +14 -8
- data/lib/wx/doc/gen/aui/aui_notebook_event.rb +4 -4
- data/lib/wx/doc/gen/aui/aui_pane_info.rb +9 -2
- data/lib/wx/doc/gen/aui/aui_tab_art.rb +3 -3
- data/lib/wx/doc/gen/aui/aui_tab_ctrl.rb +2 -2
- data/lib/wx/doc/gen/aui/aui_tool_bar.rb +9 -6
- data/lib/wx/doc/gen/aui/aui_tool_bar_art.rb +2 -2
- data/lib/wx/doc/gen/aui/aui_tool_bar_event.rb +5 -8
- data/lib/wx/doc/gen/aui/aui_tool_bar_item.rb +1 -1
- data/lib/wx/doc/gen/aui/event_list.rb +164 -160
- data/lib/wx/doc/gen/banner_window.rb +3 -3
- data/lib/wx/doc/gen/bitmap.rb +34 -17
- data/lib/wx/doc/gen/bitmap_button.rb +13 -10
- data/lib/wx/doc/gen/bitmap_combo_box.rb +16 -12
- data/lib/wx/doc/gen/book_ctrl_base.rb +16 -4
- data/lib/wx/doc/gen/book_ctrl_event.rb +7 -3
- data/lib/wx/doc/gen/box_sizer.rb +0 -1
- data/lib/wx/doc/gen/brush.rb +5 -2
- data/lib/wx/doc/gen/busy_info.rb +2 -2
- data/lib/wx/doc/gen/button.rb +25 -13
- data/lib/wx/doc/gen/calculate_layout_event.rb +1 -3
- data/lib/wx/doc/gen/calendar_ctrl.rb +18 -15
- data/lib/wx/doc/gen/calendar_date_attr.rb +1 -1
- data/lib/wx/doc/gen/calendar_event.rb +4 -3
- data/lib/wx/doc/gen/caret.rb +0 -1
- data/lib/wx/doc/gen/check_box.rb +9 -9
- data/lib/wx/doc/gen/check_list_box.rb +8 -9
- data/lib/wx/doc/gen/choice.rb +18 -11
- data/lib/wx/doc/gen/choicebook.rb +6 -7
- data/lib/wx/doc/gen/client_dc.rb +5 -2
- data/lib/wx/doc/gen/clipboard.rb +7 -3
- data/lib/wx/doc/gen/collapsible_pane.rb +8 -9
- data/lib/wx/doc/gen/collapsible_pane_event.rb +2 -3
- data/lib/wx/doc/gen/colour.rb +8 -4
- data/lib/wx/doc/gen/colour_dialog.rb +6 -8
- data/lib/wx/doc/gen/colour_picker_ctrl.rb +11 -12
- data/lib/wx/doc/gen/colour_picker_event.rb +4 -5
- data/lib/wx/doc/gen/combo_box.rb +20 -17
- data/lib/wx/doc/gen/combo_ctrl.rb +100 -37
- data/lib/wx/doc/gen/command_link_button.rb +6 -7
- data/lib/wx/doc/gen/context_help_button.rb +7 -3
- data/lib/wx/doc/gen/control.rb +12 -10
- data/lib/wx/doc/gen/control_with_items.rb +0 -1
- data/lib/wx/doc/gen/core.rb +4 -4
- data/lib/wx/doc/gen/cursor.rb +6 -8
- data/lib/wx/doc/gen/data_format.rb +6 -1
- data/lib/wx/doc/gen/data_object.rb +16 -14
- data/lib/wx/doc/gen/date_event.rb +2 -2
- data/lib/wx/doc/gen/date_picker_ctrl.rb +14 -10
- data/lib/wx/doc/gen/dc.rb +155 -37
- data/lib/wx/doc/gen/defs.rb +54 -54
- data/lib/wx/doc/gen/dial_up_event.rb +41 -0
- data/lib/wx/doc/gen/dial_up_manager.rb +137 -0
- data/lib/wx/doc/gen/dialog.rb +35 -15
- data/lib/wx/doc/gen/dir_dialog.rb +17 -5
- data/lib/wx/doc/gen/dir_filter_list_ctrl.rb +1 -0
- data/lib/wx/doc/gen/dir_picker_ctrl.rb +11 -12
- data/lib/wx/doc/gen/drag_drop.rb +11 -10
- data/lib/wx/doc/gen/drag_image.rb +6 -2
- data/lib/wx/doc/gen/editable_list_box.rb +4 -4
- data/lib/wx/doc/gen/event.rb +42 -20
- data/lib/wx/doc/gen/event_blocker.rb +1 -3
- data/lib/wx/doc/gen/event_list.rb +1656 -1624
- data/lib/wx/doc/gen/events.rb +170 -181
- data/lib/wx/doc/gen/evt_handler.rb +11 -3
- data/lib/wx/doc/gen/ext_help_controller.rb +1 -1
- data/lib/wx/doc/gen/file_ctrl.rb +209 -0
- data/lib/wx/doc/gen/file_ctrl_event.rb +79 -0
- data/lib/wx/doc/gen/file_dialog.rb +32 -15
- data/lib/wx/doc/gen/file_dialog_custom_control.rb +7 -0
- data/lib/wx/doc/gen/file_dialog_customize_hook.rb +2 -3
- data/lib/wx/doc/gen/file_dir_picker_event.rb +3 -4
- data/lib/wx/doc/gen/file_picker_ctrl.rb +10 -11
- data/lib/wx/doc/gen/file_system.rb +38 -15
- data/lib/wx/doc/gen/find_dialog_event.rb +5 -4
- data/lib/wx/doc/gen/find_replace_data.rb +1 -1
- data/lib/wx/doc/gen/find_replace_dialog.rb +1 -1
- data/lib/wx/doc/gen/flex_grid_sizer.rb +0 -1
- data/lib/wx/doc/gen/font.rb +31 -20
- data/lib/wx/doc/gen/font_data.rb +3 -4
- data/lib/wx/doc/gen/font_dialog.rb +1 -2
- data/lib/wx/doc/gen/font_picker_ctrl.rb +8 -9
- data/lib/wx/doc/gen/font_picker_event.rb +2 -3
- data/lib/wx/doc/gen/frame.rb +60 -19
- data/lib/wx/doc/gen/fs_file.rb +17 -10
- data/lib/wx/doc/gen/gauge.rb +13 -10
- data/lib/wx/doc/gen/gb_sizer_item.rb +0 -1
- data/lib/wx/doc/gen/gcdc.rb +1 -2
- data/lib/wx/doc/gen/gdi_common.rb +30 -11
- data/lib/wx/doc/gen/gdi_object.rb +0 -1
- data/lib/wx/doc/gen/generic_dir_ctrl.rb +8 -9
- data/lib/wx/doc/gen/graphics_context.rb +59 -12
- data/lib/wx/doc/gen/graphics_object.rb +11 -6
- data/lib/wx/doc/gen/grid/event_list.rb +168 -164
- data/lib/wx/doc/gen/grid/grid_cell_activatable_editor.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_cell_attr.rb +2 -1
- data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_editor.rb +1 -2
- data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_renderer.rb +1 -1
- data/lib/wx/doc/gen/grid/grid_cell_bool_editor.rb +1 -2
- data/lib/wx/doc/gen/grid/grid_cell_bool_renderer.rb +1 -2
- data/lib/wx/doc/gen/grid/grid_cell_choice_editor.rb +1 -2
- data/lib/wx/doc/gen/grid/grid_cell_date_editor.rb +1 -1
- data/lib/wx/doc/gen/grid/grid_cell_date_renderer.rb +1 -1
- data/lib/wx/doc/gen/grid/grid_cell_date_time_renderer.rb +2 -2
- data/lib/wx/doc/gen/grid/grid_cell_editor.rb +1 -1
- data/lib/wx/doc/gen/grid/grid_cell_enum_editor.rb +1 -1
- data/lib/wx/doc/gen/grid/grid_cell_enum_renderer.rb +1 -1
- data/lib/wx/doc/gen/grid/grid_cell_float_editor.rb +1 -2
- data/lib/wx/doc/gen/grid/grid_cell_float_renderer.rb +1 -2
- data/lib/wx/doc/gen/grid/grid_cell_number_editor.rb +1 -2
- data/lib/wx/doc/gen/grid/grid_cell_number_renderer.rb +1 -2
- data/lib/wx/doc/gen/grid/grid_cell_renderer.rb +1 -1
- data/lib/wx/doc/gen/grid/grid_cell_string_renderer.rb +1 -2
- data/lib/wx/doc/gen/grid/grid_cell_text_editor.rb +1 -2
- data/lib/wx/doc/gen/grid/grid_ctrl.rb +29 -7
- data/lib/wx/doc/gen/grid/grid_editor_created_event.rb +3 -4
- data/lib/wx/doc/gen/grid/grid_event.rb +3 -4
- data/lib/wx/doc/gen/grid/grid_range_select_event.rb +3 -4
- data/lib/wx/doc/gen/grid/grid_size_event.rb +3 -4
- data/lib/wx/doc/gen/grid/grid_string_table.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_table_base.rb +1 -2
- data/lib/wx/doc/gen/grid/grid_table_message.rb +1 -0
- data/lib/wx/doc/gen/grid_bag_sizer.rb +0 -6
- data/lib/wx/doc/gen/grid_sizer.rb +0 -1
- data/lib/wx/doc/gen/gui_event_loop.rb +2 -4
- data/lib/wx/doc/gen/header_ctrl.rb +7 -14
- data/lib/wx/doc/gen/header_ctrl_event.rb +1 -3
- data/lib/wx/doc/gen/help_controller.rb +42 -3
- data/lib/wx/doc/gen/help_provider.rb +12 -3
- data/lib/wx/doc/gen/html/event_list.rb +41 -37
- data/lib/wx/doc/gen/html/html_cell.rb +23 -6
- data/lib/wx/doc/gen/html/html_cell_event.rb +3 -4
- data/lib/wx/doc/gen/html/html_easy_printing.rb +8 -3
- data/lib/wx/doc/gen/html/html_help_controller.rb +47 -2
- data/lib/wx/doc/gen/html/html_help_data.rb +3 -1
- data/lib/wx/doc/gen/html/html_help_window.rb +1 -1
- data/lib/wx/doc/gen/html/html_link_event.rb +2 -3
- data/lib/wx/doc/gen/html/html_list_box.rb +10 -12
- data/lib/wx/doc/gen/html/html_printout.rb +1 -2
- data/lib/wx/doc/gen/html/html_window.rb +13 -7
- data/lib/wx/doc/gen/hyperlink_ctrl.rb +9 -9
- data/lib/wx/doc/gen/hyperlink_event.rb +2 -3
- data/lib/wx/doc/gen/icon.rb +5 -29
- data/lib/wx/doc/gen/icon_location.rb +0 -1
- data/lib/wx/doc/gen/image.rb +83 -17
- data/lib/wx/doc/gen/image_list.rb +15 -6
- data/lib/wx/doc/gen/info_bar.rb +2 -2
- data/lib/wx/doc/gen/keyboard_state.rb +0 -1
- data/lib/wx/doc/gen/list_box.rb +33 -21
- data/lib/wx/doc/gen/list_ctrl.rb +79 -32
- data/lib/wx/doc/gen/list_event.rb +3 -4
- data/lib/wx/doc/gen/listbook.rb +6 -7
- data/lib/wx/doc/gen/locale.rb +46 -4
- data/lib/wx/doc/gen/log.rb +16 -12
- data/lib/wx/doc/gen/mdi_client_window.rb +8 -2
- data/lib/wx/doc/gen/mdi_frame.rb +32 -11
- data/lib/wx/doc/gen/media_ctrl.rb +28 -20
- data/lib/wx/doc/gen/media_event.rb +5 -4
- data/lib/wx/doc/gen/memory_dc.rb +6 -6
- data/lib/wx/doc/gen/menu.rb +37 -23
- data/lib/wx/doc/gen/menu_bar.rb +52 -12
- data/lib/wx/doc/gen/menu_item.rb +117 -95
- data/lib/wx/doc/gen/message_dialog.rb +7 -8
- data/lib/wx/doc/gen/mini_frame.rb +13 -7
- data/lib/wx/doc/gen/mirror_dc.rb +0 -2
- data/lib/wx/doc/gen/mouse_state.rb +0 -1
- data/lib/wx/doc/gen/multi_choice_dialog.rb +7 -4
- data/lib/wx/doc/gen/non_owned_window.rb +1 -1
- data/lib/wx/doc/gen/notebook.rb +19 -11
- data/lib/wx/doc/gen/number_entry_dialog.rb +1 -1
- data/lib/wx/doc/gen/object.rb +0 -1
- data/lib/wx/doc/gen/paint_dc.rb +0 -1
- data/lib/wx/doc/gen/palette.rb +0 -1
- data/lib/wx/doc/gen/panel.rb +19 -10
- data/lib/wx/doc/gen/pen.rb +17 -8
- data/lib/wx/doc/gen/pg/event_list.rb +97 -93
- data/lib/wx/doc/gen/pg/numeric_property_validator.rb +2 -0
- data/lib/wx/doc/gen/pg/pg_array_editor_dialog.rb +9 -1
- data/lib/wx/doc/gen/pg/pg_cell.rb +8 -5
- data/lib/wx/doc/gen/pg/pg_editor.rb +115 -16
- data/lib/wx/doc/gen/pg/pg_multi_button.rb +1 -2
- data/lib/wx/doc/gen/pg/pg_properties.rb +515 -83
- data/lib/wx/doc/gen/pg/pg_property.rb +296 -69
- data/lib/wx/doc/gen/pg/pg_validation_info.rb +9 -4
- data/lib/wx/doc/gen/pg/property_grid.rb +83 -22
- data/lib/wx/doc/gen/pg/property_grid_event.rb +31 -9
- data/lib/wx/doc/gen/pg/property_grid_interface.rb +212 -34
- data/lib/wx/doc/gen/pg/property_grid_manager.rb +42 -12
- data/lib/wx/doc/gen/pg/property_grid_page.rb +26 -8
- data/lib/wx/doc/gen/pg/property_grid_page_state.rb +13 -4
- data/lib/wx/doc/gen/picker_base.rb +12 -5
- data/lib/wx/doc/gen/platform_info.rb +4 -9
- data/lib/wx/doc/gen/popup_window.rb +2 -5
- data/lib/wx/doc/gen/progress_dialog.rb +1 -0
- data/lib/wx/doc/gen/property_sheet_dialog.rb +15 -5
- data/lib/wx/doc/gen/prt/event_list.rb +8 -4
- data/lib/wx/doc/gen/prt/page_setup_dialog.rb +1 -1
- data/lib/wx/doc/gen/prt/post_script_dc.rb +2 -2
- data/lib/wx/doc/gen/prt/preview_frame.rb +2 -2
- data/lib/wx/doc/gen/prt/print_abort_dialog.rb +4 -1
- data/lib/wx/doc/gen/prt/print_data.rb +4 -3
- data/lib/wx/doc/gen/prt/print_dialog.rb +1 -1
- data/lib/wx/doc/gen/prt/printer.rb +50 -11
- data/lib/wx/doc/gen/prt/printer_dc.rb +1 -1
- data/lib/wx/doc/gen/query_layout_info_event.rb +1 -3
- data/lib/wx/doc/gen/radio_box.rb +13 -14
- data/lib/wx/doc/gen/radio_button.rb +15 -11
- data/lib/wx/doc/gen/rbn/event_list.rb +127 -123
- data/lib/wx/doc/gen/rbn/ribbon_art_provider.rb +19 -3
- data/lib/wx/doc/gen/rbn/ribbon_bar.rb +3 -4
- data/lib/wx/doc/gen/rbn/ribbon_bar_event.rb +2 -2
- data/lib/wx/doc/gen/rbn/ribbon_button_bar.rb +18 -6
- data/lib/wx/doc/gen/rbn/ribbon_button_bar_event.rb +2 -2
- data/lib/wx/doc/gen/rbn/ribbon_control.rb +2 -2
- data/lib/wx/doc/gen/rbn/ribbon_gallery.rb +4 -4
- data/lib/wx/doc/gen/rbn/ribbon_gallery_event.rb +2 -3
- data/lib/wx/doc/gen/rbn/ribbon_page.rb +1 -2
- data/lib/wx/doc/gen/rbn/ribbon_panel.rb +5 -4
- data/lib/wx/doc/gen/rbn/ribbon_panel_event.rb +2 -3
- data/lib/wx/doc/gen/rbn/ribbon_tool_bar.rb +2 -3
- data/lib/wx/doc/gen/rbn/ribbon_tool_bar_event.rb +2 -1
- data/lib/wx/doc/gen/rearrange_ctrl.rb +3 -4
- data/lib/wx/doc/gen/rearrange_list.rb +5 -6
- data/lib/wx/doc/gen/region.rb +75 -17
- data/lib/wx/doc/gen/region_iterator.rb +0 -1
- data/lib/wx/doc/gen/rtc/event_list.rb +116 -112
- data/lib/wx/doc/gen/rtc/rich_text_box.rb +3 -2
- data/lib/wx/doc/gen/rtc/rich_text_buffer.rb +6 -9
- data/lib/wx/doc/gen/rtc/rich_text_buffer_data_object.rb +1 -2
- data/lib/wx/doc/gen/rtc/rich_text_composite_object.rb +3 -6
- data/lib/wx/doc/gen/rtc/rich_text_ctrl.rb +12 -9
- data/lib/wx/doc/gen/rtc/rich_text_event.rb +3 -4
- data/lib/wx/doc/gen/rtc/rich_text_file_handler.rb +3 -5
- data/lib/wx/doc/gen/rtc/rich_text_formatting_dialog.rb +4 -5
- data/lib/wx/doc/gen/rtc/rich_text_header_footer_data.rb +3 -2
- data/lib/wx/doc/gen/rtc/rich_text_html_handler.rb +2 -3
- data/lib/wx/doc/gen/rtc/rich_text_image.rb +2 -4
- data/lib/wx/doc/gen/rtc/rich_text_object.rb +28 -23
- data/lib/wx/doc/gen/rtc/rich_text_paragraph_layout_box.rb +7 -11
- data/lib/wx/doc/gen/rtc/rich_text_printing.rb +3 -3
- data/lib/wx/doc/gen/rtc/rich_text_style_list_box.rb +14 -14
- data/lib/wx/doc/gen/rtc/rich_text_style_organiser_dialog.rb +3 -3
- data/lib/wx/doc/gen/rtc/rich_text_xml_handler.rb +3 -4
- data/lib/wx/doc/gen/rtc/symbol_picker_dialog.rb +3 -4
- data/lib/wx/doc/gen/sash_event.rb +12 -4
- data/lib/wx/doc/gen/sash_layout_window.rb +13 -6
- data/lib/wx/doc/gen/sash_window.rb +4 -5
- data/lib/wx/doc/gen/screen_dc.rb +0 -1
- data/lib/wx/doc/gen/scroll_bar.rb +21 -12
- data/lib/wx/doc/gen/scrolled_canvas.rb +34 -12
- data/lib/wx/doc/gen/scrolled_control.rb +34 -12
- data/lib/wx/doc/gen/scrolled_window.rb +34 -12
- data/lib/wx/doc/gen/search_ctrl.rb +10 -11
- data/lib/wx/doc/gen/simplebook.rb +1 -1
- data/lib/wx/doc/gen/single_choice_dialog.rb +7 -4
- data/lib/wx/doc/gen/sizer.rb +12 -7
- data/lib/wx/doc/gen/sizer_item.rb +5 -2
- data/lib/wx/doc/gen/slider.rb +29 -19
- data/lib/wx/doc/gen/spin_button.rb +16 -11
- data/lib/wx/doc/gen/spin_ctrl.rb +24 -9
- data/lib/wx/doc/gen/spin_ctrl_double.rb +6 -7
- data/lib/wx/doc/gen/spin_double_event.rb +3 -4
- data/lib/wx/doc/gen/spin_event.rb +3 -3
- data/lib/wx/doc/gen/splash_screen.rb +1 -2
- data/lib/wx/doc/gen/splitter_event.rb +3 -4
- data/lib/wx/doc/gen/splitter_window.rb +78 -20
- data/lib/wx/doc/gen/static_bitmap.rb +12 -7
- data/lib/wx/doc/gen/static_box.rb +13 -11
- data/lib/wx/doc/gen/static_box_sizer.rb +0 -2
- data/lib/wx/doc/gen/static_line.rb +5 -6
- data/lib/wx/doc/gen/static_text.rb +7 -8
- data/lib/wx/doc/gen/status_bar.rb +21 -11
- data/lib/wx/doc/gen/stc/event_list.rb +212 -208
- data/lib/wx/doc/gen/stc/styled_text_ctrl.rb +41 -15
- data/lib/wx/doc/gen/stc/styled_text_event.rb +5 -6
- data/lib/wx/doc/gen/std_dialog_button_sizer.rb +0 -1
- data/lib/wx/doc/gen/svg_file_dc.rb +7 -8
- data/lib/wx/doc/gen/system_options.rb +6 -6
- data/lib/wx/doc/gen/system_settings.rb +2 -3
- data/lib/wx/doc/gen/task_bar_button.rb +312 -0
- data/lib/wx/doc/gen/task_bar_icon.rb +21 -8
- data/lib/wx/doc/gen/task_bar_icon_event.rb +4 -3
- data/lib/wx/doc/gen/text_attr.rb +20 -5
- data/lib/wx/doc/gen/text_ctrl.rb +92 -27
- data/lib/wx/doc/gen/text_entry.rb +31 -11
- data/lib/wx/doc/gen/text_entry_dialog.rb +2 -2
- data/lib/wx/doc/gen/text_validator.rb +43 -10
- data/lib/wx/doc/gen/time_picker_ctrl.rb +7 -8
- data/lib/wx/doc/gen/timer.rb +6 -2
- data/lib/wx/doc/gen/timer_event.rb +1 -2
- data/lib/wx/doc/gen/tip_provider.rb +1 -1
- data/lib/wx/doc/gen/toggle_button.rb +7 -8
- data/lib/wx/doc/gen/tool_bar.rb +99 -26
- data/lib/wx/doc/gen/tool_tip.rb +35 -5
- data/lib/wx/doc/gen/toolbook.rb +3 -4
- data/lib/wx/doc/gen/top_level_window.rb +71 -25
- data/lib/wx/doc/gen/tree_ctrl.rb +42 -18
- data/lib/wx/doc/gen/tree_event.rb +3 -4
- data/lib/wx/doc/gen/treebook.rb +7 -4
- data/lib/wx/doc/gen/ui_action_simulator.rb +6 -2
- data/lib/wx/doc/gen/utils.rb +39 -7
- data/lib/wx/doc/gen/v_list_box.rb +8 -4
- data/lib/wx/doc/gen/v_scrolled_window.rb +8 -6
- data/lib/wx/doc/gen/validator.rb +1 -1
- data/lib/wx/doc/gen/variant.rb +1 -0
- data/lib/wx/doc/gen/window.rb +200 -50
- data/lib/wx/doc/gen/window_dc.rb +0 -1
- data/lib/wx/doc/gen/window_disabler.rb +5 -2
- data/lib/wx/doc/gen/with_images.rb +6 -1
- data/lib/wx/doc/gen/wizard.rb +4 -4
- data/lib/wx/doc/gen/wizard_event.rb +3 -4
- data/lib/wx/doc/gen/wizard_page.rb +2 -2
- data/lib/wx/doc/gen/wizard_page_simple.rb +1 -1
- data/lib/wx/doc/gen/wrap_sizer.rb +0 -1
- data/lib/wx/doc/gen/xml_node.rb +19 -4
- data/lib/wx/doc/gen/xml_resource.rb +18 -5
- data/lib/wx/doc/graphics_context.rb +1 -0
- data/lib/wx/doc/grid/grid.rb +22 -1
- data/lib/wx/doc/help_controller.rb +11 -7
- data/lib/wx/doc/html/html_help_controller.rb +12 -4
- data/lib/wx/doc/list_ctrl.rb +33 -29
- data/lib/wx/doc/menu.rb +20 -0
- data/lib/wx/doc/notebook.rb +21 -0
- data/lib/wx/doc/pg/events.rb +13 -9
- data/lib/wx/doc/pg/pg_property.rb +18 -0
- data/lib/wx/doc/progress_dialog.rb +36 -32
- data/lib/wx/doc/prt/page_setup_dialog.rb +20 -12
- data/lib/wx/doc/prt/print_data.rb +13 -5
- data/lib/wx/doc/prt/print_dialog.rb +31 -23
- data/lib/wx/doc/prt/printer.rb +20 -12
- data/lib/wx/doc/radio_box.rb +19 -15
- data/lib/wx/doc/rbn/ribbon_bar.rb +13 -5
- data/lib/wx/doc/rbn/ribbon_button_bar.rb +13 -5
- data/lib/wx/doc/rbn/ribbon_gallery.rb +13 -5
- data/lib/wx/doc/rbn/ribbon_tool_bar.rb +13 -5
- data/lib/wx/doc/region_iterator.rb +32 -28
- data/lib/wx/doc/rtc/rich_text_composite_object.rb +24 -0
- data/lib/wx/doc/rtc/rich_text_ctrl.rb +24 -0
- data/lib/wx/doc/rtc/rich_text_paragraph.rb +24 -0
- data/lib/wx/doc/rtc/richtext_buffer.rb +27 -19
- data/lib/wx/doc/rtc/richtext_printing.rb +17 -9
- data/lib/wx/doc/rtc/richtext_style_sheet.rb +17 -9
- data/lib/wx/doc/sizer.rb +20 -0
- data/lib/wx/doc/stc/styled_text_ctrl.rb +24 -0
- data/lib/wx/doc/stream.rb +39 -35
- data/lib/wx/doc/system_settings.rb +30 -26
- data/lib/wx/doc/text_validator.rb +12 -8
- data/lib/wx/doc/textctrl.rb +16 -0
- data/lib/wx/doc/tree_ctrl.rb +95 -0
- data/lib/wx/doc/treebook.rb +9 -5
- data/lib/wx/doc/v_list_box.rb +9 -5
- data/lib/wx/doc/variant.rb +164 -160
- data/lib/wx/doc/window.rb +57 -42
- data/lib/wx/doc/window_disabler.rb +10 -6
- data/lib/wx/grid/grid.rb +27 -4
- data/lib/wx/keyword_defs.rb +43 -6
- data/lib/wx/pg/pg_property.rb +22 -0
- data/lib/wx/rtc/require.rb +3 -0
- data/lib/wx/rtc/rich_text_composite_object.rb +25 -0
- data/lib/wx/rtc/rich_text_ctrl.rb +25 -0
- data/lib/wx/rtc/rich_text_paragraph.rb +25 -0
- data/lib/wx/stc/require.rb +1 -0
- data/lib/wx/stc/styled_text_ctrl.rb +25 -0
- data/lib/wx/version.rb +1 -1
- data/lib/wxruby_aui.so +0 -0
- data/lib/wxruby_core.so +0 -0
- data/lib/wxruby_grid.so +0 -0
- data/lib/wxruby_html.so +0 -0
- data/lib/wxruby_pg.so +0 -0
- data/lib/wxruby_prt.so +0 -0
- data/lib/wxruby_rbn.so +0 -0
- data/lib/wxruby_rtc.so +0 -0
- data/lib/wxruby_stc.so +0 -0
- data/rakelib/lib/config/linux.rb +0 -3
- data/rakelib/lib/config/macosx.rb +1 -1
- data/rakelib/lib/config/mingw.rb +1 -1
- data/rakelib/lib/config/unixish.rb +1 -1
- data/rakelib/lib/config.rb +14 -4
- data/rakelib/yard/templates/default/fulldoc/html/css/wxruby3.css +74 -2
- data/rakelib/yard/templates/default/fulldoc/html/full_list.erb +38 -0
- data/rakelib/yard/templates/default/fulldoc/html/setup.rb +39 -0
- data/rakelib/yard/templates/default/tags/html/wxrb_require.erb +10 -0
- data/rakelib/yard/templates/default/tags/setup.rb +16 -0
- data/rakelib/yard/yard-custom-templates.rb +3 -0
- data/samples/text/richtext.rb +0 -30
- data/samples/treectrl/treectrl.rb +1 -1
- data/tests/media/beep_lo.wav +0 -0
- data/tests/test_app_exit_exception.rb +36 -0
- data/tests/test_app_init_exception.rb +20 -0
- data/tests/test_book_controls.rb +29 -0
- data/tests/test_exceptions.rb +41 -0
- data/tests/test_list_ctrl.rb +1 -1
- data/tests/test_media_ctrl.rb +38 -0
- data/tests/test_menu.rb +69 -0
- data/tests/test_pg.rb +27 -0
- data/tests/test_richtext.rb +45 -0
- data/tests/test_sizer.rb +59 -0
- data/tests/test_std_controls.rb +78 -1
- data/tests/test_styled_text_ctrl.rb +46 -0
- data/tests/test_tree_ctrl.rb +138 -0
- data/tests/test_window.rb +12 -0
- data/tests/testapp_noframe.rb +1 -1
- metadata +38 -3
@@ -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]
|
@@ -0,0 +1,209 @@
|
|
1
|
+
# :stopdoc:
|
2
|
+
# This file is automatically generated by the WXRuby3 documentation
|
3
|
+
# generator. Do not alter this file.
|
4
|
+
# :startdoc:
|
5
|
+
|
6
|
+
|
7
|
+
module Wx
|
8
|
+
|
9
|
+
#
|
10
|
+
FC_DEFAULT_STYLE = 1
|
11
|
+
|
12
|
+
#
|
13
|
+
#
|
14
|
+
FC_OPEN = 1
|
15
|
+
|
16
|
+
#
|
17
|
+
#
|
18
|
+
FC_SAVE = 2
|
19
|
+
|
20
|
+
#
|
21
|
+
#
|
22
|
+
FC_MULTIPLE = 4
|
23
|
+
|
24
|
+
#
|
25
|
+
#
|
26
|
+
FC_NOSHOWHIDDEN = 8
|
27
|
+
|
28
|
+
#
|
29
|
+
#
|
30
|
+
EVT_FILECTRL_SELECTIONCHANGED = 10173
|
31
|
+
|
32
|
+
#
|
33
|
+
#
|
34
|
+
EVT_FILECTRL_FILEACTIVATED = 10174
|
35
|
+
|
36
|
+
#
|
37
|
+
#
|
38
|
+
EVT_FILECTRL_FOLDERCHANGED = 10175
|
39
|
+
|
40
|
+
#
|
41
|
+
#
|
42
|
+
EVT_FILECTRL_FILTERCHANGED = 10176
|
43
|
+
|
44
|
+
# This control allows the user to select a file.
|
45
|
+
# Two implementations of this class exist, one for Gtk and another generic one for all the other ports.
|
46
|
+
# This class is only available if {Wx::Setup::USE_FILECTRL} is set to 1.
|
47
|
+
# ### Styles
|
48
|
+
#
|
49
|
+
# This class supports the following styles:
|
50
|
+
#
|
51
|
+
# - {Wx::FC_DEFAULT_STYLE}: The default style: {Wx::FC_OPEN}
|
52
|
+
#
|
53
|
+
# - {Wx::FC_OPEN}: Creates an file control suitable for opening files. Cannot be combined with {Wx::FC_SAVE}.
|
54
|
+
#
|
55
|
+
# - {Wx::FC_SAVE}: Creates an file control suitable for saving files. Cannot be combined with {Wx::FC_OPEN}.
|
56
|
+
#
|
57
|
+
# - {Wx::FC_MULTIPLE}: For open control only, Allows selecting multiple files. Cannot be combined with {Wx::FC_SAVE}
|
58
|
+
#
|
59
|
+
# - {Wx::FC_NOSHOWHIDDEN}: Hides the "Show Hidden Files" checkbox (Generic only)
|
60
|
+
#
|
61
|
+
# ### Events emitted by this class
|
62
|
+
#
|
63
|
+
# The following event-handler methods redirect the events to member method or handler blocks for {Wx::FileCtrlEvent} events.
|
64
|
+
# Event handler methods for events emitted by this class:
|
65
|
+
#
|
66
|
+
# - {Wx::EvtHandler#evt_filectrl_fileactivated}(id, meth = nil, &block): The user activated a file(by double-clicking or pressing Enter)
|
67
|
+
#
|
68
|
+
# - {Wx::EvtHandler#evt_filectrl_selectionchanged}(id, meth = nil, &block): The user changed the current selection(by selecting or deselecting a file)
|
69
|
+
#
|
70
|
+
# - {Wx::EvtHandler#evt_filectrl_folderchanged}(id, meth = nil, &block): The current folder of the file control has been changed
|
71
|
+
#
|
72
|
+
# - {Wx::EvtHandler#evt_filectrl_filterchanged}(id, meth = nil, &block): The current file filter of the file control has been changed.
|
73
|
+
#
|
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
|
77
|
+
# </td></tr></table></div>
|
78
|
+
# Implementations: native under WXGTK port; a generic implementation is used elsewhere.
|
79
|
+
# @see Wx::GenericDirCtrl
|
80
|
+
#
|
81
|
+
#
|
82
|
+
# @wxrb_require USE_FILECTRL
|
83
|
+
class FileCtrl < Control
|
84
|
+
|
85
|
+
# @overload initialize()
|
86
|
+
# @return [Wx::FileCtrl]
|
87
|
+
# @overload initialize(parent, id, defaultDirectory=(''), defaultFilename=(''), wildCard=Wx::FILE_SELECTOR_DEFAULT_WILDCARD_STR, style=Wx::FC_DEFAULT_STYLE, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, name=Wx::FILE_CTRL_NAME_STR)
|
88
|
+
# Constructs the window.
|
89
|
+
# @param parent [Wx::Window] Parent window, must not be non-NULL.
|
90
|
+
# @param id [Integer] The identifier for the control.
|
91
|
+
# @param defaultDirectory [String] The initial directory shown in the control. Must be a valid path to a directory or the empty string. In case it is the empty string, the current working directory is used.
|
92
|
+
# @param defaultFilename [String] The default filename, or the empty string.
|
93
|
+
# @param wildCard [String] A wildcard specifying which files can be selected, such as "*.*" or "BMP files (*.bmp)|*.bmp|GIF files (*.gif)|*.gif".
|
94
|
+
# @param style [Integer] The window style, see {Wx::FC_}* flags.
|
95
|
+
# @param pos [Array(Integer, Integer), Wx::Point] Initial position.
|
96
|
+
# @param size [Array(Integer, Integer), Wx::Size] Initial size.
|
97
|
+
# @param name [String] Control name.
|
98
|
+
# @return [Wx::FileCtrl]
|
99
|
+
def initialize(*args) end
|
100
|
+
|
101
|
+
# Create function for two-step construction.
|
102
|
+
# See {Wx::FileCtrl#initialize} for details.
|
103
|
+
# true if the control was successfully created or false if creation failed.
|
104
|
+
# @param parent [Wx::Window]
|
105
|
+
# @param id [Integer]
|
106
|
+
# @param defaultDirectory [String]
|
107
|
+
# @param defaultFilename [String]
|
108
|
+
# @param wildCard [String]
|
109
|
+
# @param style [Integer]
|
110
|
+
# @param pos [Array(Integer, Integer), Wx::Point]
|
111
|
+
# @param size [Array(Integer, Integer), Wx::Size]
|
112
|
+
# @param name [String]
|
113
|
+
# @return [Boolean]
|
114
|
+
def create(parent, id, defaultDirectory=(''), defaultFilename=(''), wildCard=Wx::FILE_SELECTOR_DEFAULT_WILDCARD_STR, style=Wx::FC_DEFAULT_STYLE, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, name=Wx::FILE_CTRL_NAME_STR) end
|
115
|
+
|
116
|
+
# Returns the current directory of the file control (i.e. the directory shown by it).
|
117
|
+
# @return [String]
|
118
|
+
def get_directory; end
|
119
|
+
alias_method :directory, :get_directory
|
120
|
+
|
121
|
+
# Returns the currently selected filename.
|
122
|
+
# For the controls having the {Wx::FC_MULTIPLE} style, use {Wx::FileCtrl#get_filenames} instead.
|
123
|
+
# @return [String]
|
124
|
+
def get_filename; end
|
125
|
+
alias_method :filename, :get_filename
|
126
|
+
|
127
|
+
# Fills the array filenames with the filenames only of selected items.
|
128
|
+
# This function should only be used with the controls having the {Wx::FC_MULTIPLE} style, use {Wx::FileCtrl#get_filename} for the others.
|
129
|
+
#
|
130
|
+
# <div class="wxrb-remark">
|
131
|
+
# <b>Remark:</b>
|
132
|
+
# <p>filenames is emptied first.
|
133
|
+
# </p>
|
134
|
+
# </div>>
|
135
|
+
# @return [Array<String>]
|
136
|
+
def get_filenames; end
|
137
|
+
alias_method :filenames, :get_filenames
|
138
|
+
|
139
|
+
# Returns the zero-based index of the currently selected filter.
|
140
|
+
# @return [Integer]
|
141
|
+
def get_filter_index; end
|
142
|
+
alias_method :filter_index, :get_filter_index
|
143
|
+
|
144
|
+
# Returns the full path (directory and filename) of the currently selected file.
|
145
|
+
# For the controls having the {Wx::FC_MULTIPLE} style, use {Wx::FileCtrl#get_paths} instead.
|
146
|
+
# @return [String]
|
147
|
+
def get_path; end
|
148
|
+
alias_method :path, :get_path
|
149
|
+
|
150
|
+
# Fills the array paths with the full paths of the files chosen.
|
151
|
+
# This function should be used with the controls having the {Wx::FC_MULTIPLE} style, use {Wx::FileCtrl#get_path} otherwise.
|
152
|
+
#
|
153
|
+
# <div class="wxrb-remark">
|
154
|
+
# <b>Remark:</b>
|
155
|
+
# <p>paths is emptied first.
|
156
|
+
# </p>
|
157
|
+
# </div>>
|
158
|
+
# @return [Array<String>]
|
159
|
+
def get_paths; end
|
160
|
+
alias_method :paths, :get_paths
|
161
|
+
|
162
|
+
# Returns the current wildcard.
|
163
|
+
# @return [String]
|
164
|
+
def get_wildcard; end
|
165
|
+
alias_method :wildcard, :get_wildcard
|
166
|
+
|
167
|
+
# Sets(changes) the current directory displayed in the control.
|
168
|
+
# Returns true on success, false otherwise.
|
169
|
+
# @param directory [String]
|
170
|
+
# @return [Boolean]
|
171
|
+
def set_directory(directory) end
|
172
|
+
alias_method :directory=, :set_directory
|
173
|
+
|
174
|
+
# Selects a certain file.
|
175
|
+
# Returns true on success, false otherwise
|
176
|
+
# @param filename [String]
|
177
|
+
# @return [Boolean]
|
178
|
+
def set_filename(filename) end
|
179
|
+
alias_method :filename=, :set_filename
|
180
|
+
|
181
|
+
# Changes to a certain directory and selects a certain file.
|
182
|
+
# If path includes the directory part, it must exist, otherwise false is returned and nothing else is done.
|
183
|
+
# Returns true on success, false otherwise
|
184
|
+
# @param path [String]
|
185
|
+
# @return [Boolean]
|
186
|
+
def set_path(path) end
|
187
|
+
alias_method :path=, :set_path
|
188
|
+
|
189
|
+
# Sets the current filter index, starting from zero.
|
190
|
+
# @param filterIndex [Integer]
|
191
|
+
# @return [void]
|
192
|
+
def set_filter_index(filterIndex) end
|
193
|
+
alias_method :filter_index=, :set_filter_index
|
194
|
+
|
195
|
+
# Sets the wildcard, which can contain multiple file types, for example: "BMP files (*.bmp)|*.bmp|GIF files (*.gif)|*.gif".
|
196
|
+
# @param wildCard [String]
|
197
|
+
# @return [void]
|
198
|
+
def set_wildcard(wildCard) end
|
199
|
+
alias_method :wildcard=, :set_wildcard
|
200
|
+
|
201
|
+
# Sets whether hidden files and folders are shown or not.
|
202
|
+
# @param show [Boolean]
|
203
|
+
# @return [void]
|
204
|
+
def show_hidden(show) end
|
205
|
+
|
206
|
+
end # FileCtrl
|
207
|
+
|
208
|
+
|
209
|
+
end
|
@@ -0,0 +1,79 @@
|
|
1
|
+
# :stopdoc:
|
2
|
+
# This file is automatically generated by the WXRuby3 documentation
|
3
|
+
# generator. Do not alter this file.
|
4
|
+
# :startdoc:
|
5
|
+
|
6
|
+
|
7
|
+
module Wx
|
8
|
+
|
9
|
+
# A file control event holds information about events associated with {Wx::FileCtrl} objects.
|
10
|
+
# ### Events using this class
|
11
|
+
#
|
12
|
+
# The following event-handler methods redirect the events to member method or handler blocks for {Wx::FileCtrlEvent} events.
|
13
|
+
# Event handler methods:
|
14
|
+
#
|
15
|
+
# - {Wx::EvtHandler#evt_filectrl_fileactivated}(id, meth = nil, &block): The user activated a file(by double-clicking or pressing Enter)
|
16
|
+
#
|
17
|
+
# - {Wx::EvtHandler#evt_filectrl_selectionchanged}(id, meth = nil, &block): The user changed the current selection(by selecting or deselecting a file)
|
18
|
+
#
|
19
|
+
# - {Wx::EvtHandler#evt_filectrl_folderchanged}(id, meth = nil, &block): The current folder of the file control has been changed
|
20
|
+
#
|
21
|
+
# - {Wx::EvtHandler#evt_filectrl_filterchanged}(id, meth = nil, &block): The current file filter of the file control has been changed
|
22
|
+
#
|
23
|
+
# Category: {Wx::Events}
|
24
|
+
#
|
25
|
+
# @wxrb_require USE_FILECTRL
|
26
|
+
class FileCtrlEvent < CommandEvent
|
27
|
+
|
28
|
+
# Constructor.
|
29
|
+
# @param type [Wx::Slider::EventType]
|
30
|
+
# @param evtObject [Wx::Object]
|
31
|
+
# @param id [Integer]
|
32
|
+
# @return [Wx::FileCtrlEvent]
|
33
|
+
def initialize(type, evtObject, id) end
|
34
|
+
|
35
|
+
# Returns the current directory.
|
36
|
+
# In case of a <b>EVT_FILECTRL_FOLDERCHANGED</b>, this method returns the new directory.
|
37
|
+
# @return [String]
|
38
|
+
def get_directory; end
|
39
|
+
alias_method :directory, :get_directory
|
40
|
+
|
41
|
+
# Returns the file selected (assuming it is only one file).
|
42
|
+
# @return [String]
|
43
|
+
def get_file; end
|
44
|
+
alias_method :file, :get_file
|
45
|
+
|
46
|
+
# Returns the files selected.
|
47
|
+
# In case of a <b>EVT_FILECTRL_SELECTIONCHANGED</b>, this method returns the files selected after the event.
|
48
|
+
# @return [Array<String>]
|
49
|
+
def get_files; end
|
50
|
+
alias_method :files, :get_files
|
51
|
+
|
52
|
+
# Returns the current file filter index.
|
53
|
+
# For a <b>EVT_FILECTRL_FILTERCHANGED</b> event, this method returns the new file filter index.
|
54
|
+
# @return [Integer]
|
55
|
+
def get_filter_index; end
|
56
|
+
alias_method :filter_index, :get_filter_index
|
57
|
+
|
58
|
+
# Sets the files changed by this event.
|
59
|
+
# @param files [Array<String>]
|
60
|
+
# @return [void]
|
61
|
+
def set_files(files) end
|
62
|
+
alias_method :files=, :set_files
|
63
|
+
|
64
|
+
# Sets the directory of this event.
|
65
|
+
# @param directory [String]
|
66
|
+
# @return [void]
|
67
|
+
def set_directory(directory) end
|
68
|
+
alias_method :directory=, :set_directory
|
69
|
+
|
70
|
+
# Sets the filter index changed by this event.
|
71
|
+
# @param index [Integer]
|
72
|
+
# @return [void]
|
73
|
+
def set_filter_index(index) end
|
74
|
+
alias_method :filter_index=, :set_filter_index
|
75
|
+
|
76
|
+
end # FileCtrlEvent
|
77
|
+
|
78
|
+
|
79
|
+
end
|
@@ -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.
|
@@ -171,7 +175,7 @@ module Wx
|
|
171
175
|
# @param size [Array(Integer, Integer), Wx::Size] Dialog size. Not implemented.
|
172
176
|
# @param name [String] Dialog name. Not implemented.
|
173
177
|
# @return [Wx::FileDialog]
|
174
|
-
def initialize(parent, message=Wx::
|
178
|
+
def initialize(parent, message=Wx::FILE_SELECTOR_PROMPT_STR, defaultDir=(''), defaultFile=(''), wildcard=Wx::FILE_SELECTOR_DEFAULT_WILDCARD_STR, style=Wx::FD_DEFAULT_STYLE, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, name=Wx::FILE_DIALOG_NAME_STR) end
|
175
179
|
|
176
180
|
# Returns the path of the file currently selected in dialog.
|
177
181
|
# Notice that this file is not necessarily going to be accepted by the user, so calling this function mostly makes sense from an update UI event handler of a custom file dialog extra control to update its state depending on the currently selected file.
|
@@ -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,28 +28,27 @@ 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()
|
51
50
|
# @return [Wx::FilePickerCtrl]
|
52
|
-
# @overload initialize(parent, id, path=(''), message=Wx::
|
51
|
+
# @overload initialize(parent, id, path=(''), message=Wx::FILE_SELECTOR_PROMPT_STR, wildcard=Wx::FILE_SELECTOR_DEFAULT_WILDCARD_STR, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::FLP_DEFAULT_STYLE, validator=Wx::DEFAULT_VALIDATOR, name=Wx::FILE_PICKER_CTRL_NAME_STR)
|
53
52
|
# Initializes the object and calls {Wx::FilePickerCtrl#create} with all the parameters.
|
54
53
|
# @param parent [Wx::Window]
|
55
54
|
# @param id [Integer]
|
@@ -77,7 +76,7 @@ module Wx
|
|
77
76
|
# @param validator [Wx::Validator] Validator which can be used for additional data checks.
|
78
77
|
# @param name [String] Control name.
|
79
78
|
# @return [Boolean]
|
80
|
-
def create(parent, id, path=(''), message=Wx::
|
79
|
+
def create(parent, id, path=(''), message=Wx::FILE_SELECTOR_PROMPT_STR, wildcard=Wx::FILE_SELECTOR_DEFAULT_WILDCARD_STR, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::FLP_DEFAULT_STYLE, validator=Wx::DEFAULT_VALIDATOR, name=Wx::FILE_PICKER_CTRL_NAME_STR) end
|
81
80
|
|
82
81
|
# Similar to {Wx::FilePickerCtrl#get_path} but returns the path of the currently selected file as a {Wx::FileName} object.
|
83
82
|
# @return [String]
|
@@ -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
|