wxruby3 0.9.2-x64-mingw-ucrt → 0.9.3-x64-mingw-ucrt
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/INSTALL.md +35 -29
- data/README.md +24 -15
- data/ext/wxbase32u_gcc_custom.dll +0 -0
- data/ext/wxbase32u_net_gcc_custom.dll +0 -0
- data/ext/wxbase32u_xml_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_aui_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_core_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_gl_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_html_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_media_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_propgrid_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_qa_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_ribbon_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_richtext_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_stc_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_webview_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_xrc_gcc_custom.dll +0 -0
- data/lib/wx/core/bitmap_combobox.rb +17 -21
- data/lib/wx/core/combobox.rb +13 -3
- data/lib/wx/core/controlwithitems.rb +40 -130
- data/lib/wx/core/enum.rb +17 -1
- data/lib/wx/core/event.rb +6 -1
- data/lib/wx/core/events/evt_list.rb +5 -4
- data/lib/wx/core/evthandler.rb +8 -2
- data/lib/wx/core/generic_validator.rb +312 -0
- data/lib/wx/core/listbox.rb +2 -2
- data/lib/wx/core/log.rb +1 -1
- data/lib/wx/core/owner_drawn_combobox.rb +45 -0
- data/lib/wx/core/size.rb +4 -0
- data/lib/wx/core/sizer.rb +1 -2
- data/lib/wx/core/standard_paths.rb +22 -0
- data/lib/wx/core/text_entry.rb +4 -1
- data/lib/wx/core/validator.rb +70 -5
- data/lib/wx/core/window.rb +3 -7
- data/lib/wx/doc/art_locator.rb +1 -0
- data/lib/wx/doc/comboctrl.rb +18 -0
- data/lib/wx/doc/controlwithitems.rb +16 -0
- data/lib/wx/doc/date_picker_ctrl.rb +23 -0
- data/lib/wx/doc/editable_listbox.rb +44 -0
- data/lib/wx/doc/enum.rb +15 -0
- data/lib/wx/doc/event.rb +12 -0
- data/lib/wx/doc/extra/12_client_data.md +89 -0
- data/lib/wx/doc/extra/13_validators.md +139 -0
- data/lib/wx/doc/gdi_common.rb +4 -0
- data/lib/wx/doc/gen/about_dialog_info.rb +25 -0
- data/lib/wx/doc/gen/accelerator.rb +7 -1
- data/lib/wx/doc/gen/accessible.rb +13 -0
- data/lib/wx/doc/gen/activity_indicator.rb +7 -0
- data/lib/wx/doc/gen/animation.rb +12 -0
- data/lib/wx/doc/gen/animation_ctrl.rb +10 -0
- data/lib/wx/doc/gen/any_button.rb +17 -1
- data/lib/wx/doc/gen/app.rb +35 -1
- data/lib/wx/doc/gen/app_traits.rb +38 -5
- data/lib/wx/doc/gen/art_provider.rb +14 -0
- data/lib/wx/doc/gen/aui/aui_dock_art.rb +12 -0
- data/lib/wx/doc/gen/aui/aui_floating_frame.rb +1 -0
- data/lib/wx/doc/gen/aui/aui_manager.rb +24 -1
- data/lib/wx/doc/gen/aui/aui_manager_event.rb +9 -1
- data/lib/wx/doc/gen/aui/aui_mdi_child_frame.rb +3 -0
- data/lib/wx/doc/gen/aui/aui_mdi_client_window.rb +2 -0
- data/lib/wx/doc/gen/aui/aui_mdi_parent_frame.rb +3 -1
- data/lib/wx/doc/gen/aui/aui_notebook.rb +20 -2
- data/lib/wx/doc/gen/aui/aui_notebook_event.rb +2 -1
- data/lib/wx/doc/gen/aui/aui_pane_info.rb +30 -1
- data/lib/wx/doc/gen/aui/aui_tab_art.rb +6 -0
- data/lib/wx/doc/gen/aui/aui_tab_ctrl.rb +1 -0
- data/lib/wx/doc/gen/aui/aui_tool_bar.rb +11 -0
- data/lib/wx/doc/gen/aui/aui_tool_bar_art.rb +2 -0
- data/lib/wx/doc/gen/aui/aui_tool_bar_event.rb +2 -1
- data/lib/wx/doc/gen/aui/aui_tool_bar_item.rb +4 -0
- data/lib/wx/doc/gen/banner_window.rb +7 -0
- data/lib/wx/doc/gen/bitmap.rb +64 -3
- data/lib/wx/doc/gen/bitmap_button.rb +6 -1
- data/lib/wx/doc/gen/bitmap_combo_box.rb +9 -3
- data/lib/wx/doc/gen/book_ctrl_base.rb +17 -2
- data/lib/wx/doc/gen/book_ctrl_event.rb +3 -1
- data/lib/wx/doc/gen/box_sizer.rb +5 -0
- data/lib/wx/doc/gen/brush.rb +16 -1
- data/lib/wx/doc/gen/busy_info.rb +8 -0
- data/lib/wx/doc/gen/button.rb +11 -3
- data/lib/wx/doc/gen/calculate_layout_event.rb +4 -0
- data/lib/wx/doc/gen/calendar_ctrl.rb +22 -0
- data/lib/wx/doc/gen/calendar_date_attr.rb +1 -0
- data/lib/wx/doc/gen/calendar_event.rb +3 -1
- data/lib/wx/doc/gen/caret.rb +3 -0
- data/lib/wx/doc/gen/check_box.rb +10 -0
- data/lib/wx/doc/gen/check_list_box.rb +3 -0
- data/lib/wx/doc/gen/choice.rb +14 -2
- data/lib/wx/doc/gen/choicebook.rb +1 -0
- data/lib/wx/doc/gen/client_dc.rb +1 -0
- data/lib/wx/doc/gen/clipboard.rb +9 -0
- data/lib/wx/doc/gen/collapsible_pane.rb +3 -0
- data/lib/wx/doc/gen/collapsible_pane_event.rb +1 -0
- data/lib/wx/doc/gen/colour.rb +20 -0
- data/lib/wx/doc/gen/colour_dialog.rb +10 -0
- data/lib/wx/doc/gen/colour_picker_ctrl.rb +4 -0
- data/lib/wx/doc/gen/colour_picker_event.rb +1 -0
- data/lib/wx/doc/gen/combo_box.rb +20 -1
- data/lib/wx/doc/gen/combo_ctrl.rb +54 -295
- data/lib/wx/doc/gen/command_link_button.rb +8 -0
- data/lib/wx/doc/gen/context_help_button.rb +7 -1
- data/lib/wx/doc/gen/control.rb +12 -0
- data/lib/wx/doc/gen/control_with_items.rb +45 -9
- data/lib/wx/doc/gen/core.rb +2 -2
- data/lib/wx/doc/gen/cursor.rb +4 -0
- data/lib/wx/doc/gen/data_format.rb +1 -0
- data/lib/wx/doc/gen/data_object.rb +27 -5
- data/lib/wx/doc/gen/date_event.rb +2 -1
- data/lib/wx/doc/gen/date_picker_ctrl.rb +7 -1
- data/lib/wx/doc/gen/dc.rb +87 -3
- data/lib/wx/doc/gen/dial_up_event.rb +2 -0
- data/lib/wx/doc/gen/dial_up_manager.rb +12 -0
- data/lib/wx/doc/gen/dialog.rb +42 -3
- data/lib/wx/doc/gen/dir_dialog.rb +6 -1
- data/lib/wx/doc/gen/dir_filter_list_ctrl.rb +1 -0
- data/lib/wx/doc/gen/dir_picker_ctrl.rb +5 -0
- data/lib/wx/doc/gen/drag_drop.rb +20 -0
- data/lib/wx/doc/gen/drag_image.rb +7 -0
- data/lib/wx/doc/gen/editable_list_box.rb +5 -3
- data/lib/wx/doc/gen/event.rb +26 -11
- data/lib/wx/doc/gen/event_blocker.rb +2 -1
- data/lib/wx/doc/gen/event_filter.rb +3 -0
- data/lib/wx/doc/gen/event_list.rb +4 -4
- data/lib/wx/doc/gen/events.rb +165 -26
- data/lib/wx/doc/gen/evt_handler.rb +40 -2
- data/lib/wx/doc/gen/ext_help_controller.rb +9 -0
- data/lib/wx/doc/gen/file_ctrl.rb +11 -2
- data/lib/wx/doc/gen/file_ctrl_event.rb +5 -1
- data/lib/wx/doc/gen/file_dialog.rb +13 -0
- data/lib/wx/doc/gen/file_dialog_custom_control.rb +12 -0
- data/lib/wx/doc/gen/file_dialog_customize_hook.rb +9 -0
- data/lib/wx/doc/gen/file_dir_picker_event.rb +2 -1
- data/lib/wx/doc/gen/file_picker_ctrl.rb +4 -0
- data/lib/wx/doc/gen/file_system.rb +17 -1
- data/lib/wx/doc/gen/find_dialog_event.rb +2 -1
- data/lib/wx/doc/gen/find_replace_data.rb +1 -0
- data/lib/wx/doc/gen/find_replace_dialog.rb +3 -0
- data/lib/wx/doc/gen/flex_grid_sizer.rb +13 -0
- data/lib/wx/doc/gen/font.rb +75 -3
- data/lib/wx/doc/gen/font_data.rb +14 -0
- data/lib/wx/doc/gen/font_dialog.rb +6 -0
- data/lib/wx/doc/gen/font_picker_ctrl.rb +8 -0
- data/lib/wx/doc/gen/font_picker_event.rb +1 -0
- data/lib/wx/doc/gen/frame.rb +24 -7
- data/lib/wx/doc/gen/fs_file.rb +22 -0
- data/lib/wx/doc/gen/gauge.rb +8 -0
- data/lib/wx/doc/gen/gb_sizer_item.rb +5 -0
- data/lib/wx/doc/gen/gcdc.rb +2 -0
- data/lib/wx/doc/gen/gdi_common.rb +50 -0
- data/lib/wx/doc/gen/gdi_object.rb +1 -0
- data/lib/wx/doc/gen/generic_dir_ctrl.rb +7 -0
- data/lib/wx/doc/gen/graphics_context.rb +36 -7
- data/lib/wx/doc/gen/graphics_object.rb +24 -0
- data/lib/wx/doc/gen/grid/grid_cell_activatable_editor.rb +2 -0
- data/lib/wx/doc/gen/grid/grid_cell_attr.rb +14 -2
- data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_editor.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_renderer.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_cell_bool_editor.rb +2 -0
- data/lib/wx/doc/gen/grid/grid_cell_bool_renderer.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_cell_choice_editor.rb +2 -0
- data/lib/wx/doc/gen/grid/grid_cell_date_editor.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_cell_date_renderer.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_cell_date_time_renderer.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_cell_editor.rb +9 -0
- data/lib/wx/doc/gen/grid/grid_cell_enum_editor.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_cell_enum_renderer.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_cell_float_editor.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_cell_float_renderer.rb +2 -0
- data/lib/wx/doc/gen/grid/grid_cell_number_editor.rb +2 -0
- data/lib/wx/doc/gen/grid/grid_cell_number_renderer.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_cell_renderer.rb +6 -0
- data/lib/wx/doc/gen/grid/grid_cell_string_renderer.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_cell_text_editor.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_ctrl.rb +229 -7
- data/lib/wx/doc/gen/grid/grid_editor_created_event.rb +4 -1
- data/lib/wx/doc/gen/grid/grid_event.rb +4 -1
- data/lib/wx/doc/gen/grid/grid_range_select_event.rb +2 -1
- data/lib/wx/doc/gen/grid/grid_size_event.rb +2 -1
- data/lib/wx/doc/gen/grid/grid_string_table.rb +7 -0
- data/lib/wx/doc/gen/grid/grid_table_base.rb +27 -1
- data/lib/wx/doc/gen/grid/grid_table_message.rb +1 -0
- data/lib/wx/doc/gen/grid_bag_sizer.rb +24 -4
- data/lib/wx/doc/gen/grid_sizer.rb +11 -0
- data/lib/wx/doc/gen/gui_event_loop.rb +12 -0
- data/lib/wx/doc/gen/header_ctrl.rb +106 -0
- data/lib/wx/doc/gen/header_ctrl_event.rb +5 -1
- data/lib/wx/doc/gen/help_controller.rb +11 -0
- data/lib/wx/doc/gen/help_provider.rb +12 -3
- data/lib/wx/doc/gen/html/html_cell.rb +25 -0
- data/lib/wx/doc/gen/html/html_cell_event.rb +3 -1
- data/lib/wx/doc/gen/html/html_easy_printing.rb +13 -1
- data/lib/wx/doc/gen/html/html_help_controller.rb +18 -0
- data/lib/wx/doc/gen/html/html_help_data.rb +5 -0
- data/lib/wx/doc/gen/html/html_help_window.rb +8 -0
- data/lib/wx/doc/gen/html/html_link_event.rb +1 -0
- data/lib/wx/doc/gen/html/html_list_box.rb +49 -9
- data/lib/wx/doc/gen/html/html_printout.rb +7 -0
- data/lib/wx/doc/gen/html/html_window.rb +31 -0
- data/lib/wx/doc/gen/hyperlink_ctrl.rb +2 -1
- data/lib/wx/doc/gen/hyperlink_event.rb +1 -0
- data/lib/wx/doc/gen/icon.rb +19 -1
- data/lib/wx/doc/gen/icon_location.rb +1 -0
- data/lib/wx/doc/gen/image.rb +67 -10
- data/lib/wx/doc/gen/image_list.rb +12 -2
- data/lib/wx/doc/gen/info_bar.rb +12 -0
- data/lib/wx/doc/gen/keyboard_state.rb +11 -0
- data/lib/wx/doc/gen/list_box.rb +20 -3
- data/lib/wx/doc/gen/list_ctrl.rb +89 -0
- data/lib/wx/doc/gen/list_event.rb +11 -1
- data/lib/wx/doc/gen/listbook.rb +1 -0
- data/lib/wx/doc/gen/locale.rb +22 -0
- data/lib/wx/doc/gen/log.rb +42 -0
- data/lib/wx/doc/gen/mdi_client_window.rb +4 -1
- data/lib/wx/doc/gen/mdi_frame.rb +27 -4
- data/lib/wx/doc/gen/media_ctrl.rb +17 -0
- data/lib/wx/doc/gen/media_event.rb +2 -1
- data/lib/wx/doc/gen/memory_dc.rb +10 -0
- data/lib/wx/doc/gen/menu.rb +48 -7
- data/lib/wx/doc/gen/menu_bar.rb +32 -13
- data/lib/wx/doc/gen/menu_item.rb +26 -0
- data/lib/wx/doc/gen/message_dialog.rb +10 -0
- data/lib/wx/doc/gen/mini_frame.rb +5 -2
- data/lib/wx/doc/gen/mirror_dc.rb +1 -0
- data/lib/wx/doc/gen/mouse_state.rb +1 -0
- data/lib/wx/doc/gen/multi_choice_dialog.rb +3 -1
- data/lib/wx/doc/gen/non_owned_window.rb +3 -0
- data/lib/wx/doc/gen/notebook.rb +11 -1
- data/lib/wx/doc/gen/num_validator.rb +37 -0
- data/lib/wx/doc/gen/number_entry_dialog.rb +4 -0
- data/lib/wx/doc/gen/object.rb +3 -0
- data/lib/wx/doc/gen/owner_drawn_combo_box.rb +340 -0
- data/lib/wx/doc/gen/paint_dc.rb +1 -0
- data/lib/wx/doc/gen/palette.rb +5 -0
- data/lib/wx/doc/gen/panel.rb +10 -2
- data/lib/wx/doc/gen/pen.rb +30 -1
- data/lib/wx/doc/gen/pg/numeric_property_validator.rb +2 -1
- data/lib/wx/doc/gen/pg/pg_array_editor_dialog.rb +4 -1
- data/lib/wx/doc/gen/pg/pg_cell.rb +6 -1
- data/lib/wx/doc/gen/pg/pg_editor.rb +61 -15
- data/lib/wx/doc/gen/pg/pg_multi_button.rb +2 -0
- data/lib/wx/doc/gen/pg/pg_properties.rb +198 -81
- data/lib/wx/doc/gen/pg/pg_property.rb +129 -52
- data/lib/wx/doc/gen/pg/pg_validation_info.rb +2 -0
- data/lib/wx/doc/gen/pg/property_grid.rb +56 -14
- data/lib/wx/doc/gen/pg/property_grid_event.rb +16 -6
- data/lib/wx/doc/gen/pg/property_grid_interface.rb +98 -37
- data/lib/wx/doc/gen/pg/property_grid_manager.rb +29 -7
- data/lib/wx/doc/gen/pg/property_grid_page.rb +11 -4
- data/lib/wx/doc/gen/pg/property_grid_page_state.rb +7 -2
- data/lib/wx/doc/gen/picker_base.rb +11 -1
- data/lib/wx/doc/gen/platform_info.rb +31 -0
- data/lib/wx/doc/gen/popup_window.rb +5 -0
- data/lib/wx/doc/gen/progress_dialog.rb +4 -0
- data/lib/wx/doc/gen/property_sheet_dialog.rb +7 -1
- data/lib/wx/doc/gen/prt/page_setup_dialog.rb +2 -0
- data/lib/wx/doc/gen/prt/post_script_dc.rb +1 -0
- data/lib/wx/doc/gen/prt/preview_frame.rb +4 -0
- data/lib/wx/doc/gen/prt/print_abort_dialog.rb +1 -0
- data/lib/wx/doc/gen/prt/print_data.rb +27 -0
- data/lib/wx/doc/gen/prt/print_dialog.rb +4 -0
- data/lib/wx/doc/gen/prt/printer.rb +42 -5
- data/lib/wx/doc/gen/prt/printer_dc.rb +2 -0
- data/lib/wx/doc/gen/query_layout_info_event.rb +9 -0
- data/lib/wx/doc/gen/radio_box.rb +19 -0
- data/lib/wx/doc/gen/radio_button.rb +9 -0
- data/lib/wx/doc/gen/rbn/ribbon_art_provider.rb +63 -0
- data/lib/wx/doc/gen/rbn/ribbon_bar.rb +23 -0
- data/lib/wx/doc/gen/rbn/ribbon_bar_event.rb +2 -1
- data/lib/wx/doc/gen/rbn/ribbon_button_bar.rb +35 -9
- data/lib/wx/doc/gen/rbn/ribbon_button_bar_event.rb +2 -1
- data/lib/wx/doc/gen/rbn/ribbon_control.rb +10 -0
- data/lib/wx/doc/gen/rbn/ribbon_gallery.rb +17 -7
- data/lib/wx/doc/gen/rbn/ribbon_gallery_event.rb +2 -1
- data/lib/wx/doc/gen/rbn/ribbon_page.rb +12 -0
- data/lib/wx/doc/gen/rbn/ribbon_panel.rb +11 -0
- data/lib/wx/doc/gen/rbn/ribbon_panel_event.rb +2 -1
- data/lib/wx/doc/gen/rbn/ribbon_tool_bar.rb +25 -0
- data/lib/wx/doc/gen/rbn/ribbon_tool_bar_event.rb +2 -1
- data/lib/wx/doc/gen/rearrange_ctrl.rb +4 -0
- data/lib/wx/doc/gen/rearrange_list.rb +9 -0
- data/lib/wx/doc/gen/region.rb +42 -13
- data/lib/wx/doc/gen/region_iterator.rb +1 -0
- data/lib/wx/doc/gen/rtc/rich_text_box.rb +25 -8
- data/lib/wx/doc/gen/rtc/rich_text_buffer.rb +41 -4
- data/lib/wx/doc/gen/rtc/rich_text_buffer_data_object.rb +1 -0
- data/lib/wx/doc/gen/rtc/rich_text_composite_object.rb +23 -11
- data/lib/wx/doc/gen/rtc/rich_text_ctrl.rb +74 -0
- data/lib/wx/doc/gen/rtc/rich_text_event.rb +6 -1
- data/lib/wx/doc/gen/rtc/rich_text_file_handler.rb +8 -0
- data/lib/wx/doc/gen/rtc/rich_text_formatting_dialog.rb +6 -0
- data/lib/wx/doc/gen/rtc/rich_text_header_footer_data.rb +1 -0
- data/lib/wx/doc/gen/rtc/rich_text_html_handler.rb +4 -0
- data/lib/wx/doc/gen/rtc/rich_text_image.rb +7 -0
- data/lib/wx/doc/gen/rtc/rich_text_object.rb +64 -4
- data/lib/wx/doc/gen/rtc/rich_text_paragraph_layout_box.rb +51 -4
- data/lib/wx/doc/gen/rtc/rich_text_printing.rb +13 -0
- data/lib/wx/doc/gen/rtc/rich_text_style_list_box.rb +9 -4
- data/lib/wx/doc/gen/rtc/rich_text_style_organiser_dialog.rb +3 -0
- data/lib/wx/doc/gen/rtc/rich_text_xml_handler.rb +2 -0
- data/lib/wx/doc/gen/rtc/symbol_picker_dialog.rb +1 -0
- data/lib/wx/doc/gen/sash_event.rb +5 -1
- data/lib/wx/doc/gen/sash_layout_window.rb +10 -0
- data/lib/wx/doc/gen/sash_window.rb +3 -0
- data/lib/wx/doc/gen/screen_dc.rb +1 -0
- data/lib/wx/doc/gen/scroll_bar.rb +11 -2
- data/lib/wx/doc/gen/scrolled_canvas.rb +20 -4
- data/lib/wx/doc/gen/scrolled_control.rb +20 -4
- data/lib/wx/doc/gen/scrolled_window.rb +20 -4
- data/lib/wx/doc/gen/search_ctrl.rb +6 -0
- data/lib/wx/doc/gen/simplebook.rb +7 -0
- data/lib/wx/doc/gen/single_choice_dialog.rb +3 -1
- data/lib/wx/doc/gen/sizer.rb +79 -9
- data/lib/wx/doc/gen/sizer_item.rb +16 -2
- data/lib/wx/doc/gen/slider.rb +23 -0
- data/lib/wx/doc/gen/spin_button.rb +9 -0
- data/lib/wx/doc/gen/spin_ctrl.rb +11 -0
- data/lib/wx/doc/gen/spin_ctrl_double.rb +7 -0
- data/lib/wx/doc/gen/spin_double_event.rb +4 -1
- data/lib/wx/doc/gen/spin_event.rb +2 -1
- data/lib/wx/doc/gen/splash_screen.rb +2 -0
- data/lib/wx/doc/gen/splitter_event.rb +10 -1
- data/lib/wx/doc/gen/splitter_window.rb +38 -14
- data/lib/wx/doc/gen/static_bitmap.rb +99 -2
- data/lib/wx/doc/gen/static_box.rb +6 -0
- data/lib/wx/doc/gen/static_box_sizer.rb +3 -0
- data/lib/wx/doc/gen/static_line.rb +4 -0
- data/lib/wx/doc/gen/static_text.rb +5 -0
- data/lib/wx/doc/gen/status_bar.rb +17 -3
- data/lib/wx/doc/gen/stc/styled_text_ctrl.rb +174 -6
- data/lib/wx/doc/gen/stc/styled_text_event.rb +27 -1
- data/lib/wx/doc/gen/std_dialog_button_sizer.rb +7 -0
- data/lib/wx/doc/gen/svg_file_dc.rb +9 -0
- data/lib/wx/doc/gen/system_options.rb +8 -0
- data/lib/wx/doc/gen/system_settings.rb +7 -0
- data/lib/wx/doc/gen/task_bar_button.rb +12 -0
- data/lib/wx/doc/gen/task_bar_icon.rb +5 -0
- data/lib/wx/doc/gen/task_bar_icon_event.rb +2 -1
- data/lib/wx/doc/gen/text_attr.rb +27 -0
- data/lib/wx/doc/gen/text_ctrl.rb +27 -3
- data/lib/wx/doc/gen/text_entry.rb +43 -5
- data/lib/wx/doc/gen/text_entry_dialog.rb +12 -0
- data/lib/wx/doc/gen/text_validator.rb +16 -0
- data/lib/wx/doc/gen/time_picker_ctrl.rb +6 -0
- data/lib/wx/doc/gen/timer.rb +8 -0
- data/lib/wx/doc/gen/timer_event.rb +1 -0
- data/lib/wx/doc/gen/tip_provider.rb +5 -0
- data/lib/wx/doc/gen/toggle_button.rb +68 -0
- data/lib/wx/doc/gen/tool_bar.rb +57 -14
- data/lib/wx/doc/gen/tool_tip.rb +6 -0
- data/lib/wx/doc/gen/toolbook.rb +3 -0
- data/lib/wx/doc/gen/top_level_window.rb +34 -3
- data/lib/wx/doc/gen/tree_ctrl.rb +49 -0
- data/lib/wx/doc/gen/tree_event.rb +7 -1
- data/lib/wx/doc/gen/treebook.rb +9 -0
- data/lib/wx/doc/gen/ui_action_simulator.rb +4 -0
- data/lib/wx/doc/gen/utils.rb +55 -0
- data/lib/wx/doc/gen/v_list_box.rb +21 -0
- data/lib/wx/doc/gen/v_scrolled_window.rb +15 -0
- data/lib/wx/doc/gen/validator.rb +9 -13
- data/lib/wx/doc/gen/variant.rb +6 -0
- data/lib/wx/doc/gen/window.rb +260 -52
- data/lib/wx/doc/gen/window_dc.rb +2 -0
- data/lib/wx/doc/gen/window_disabler.rb +1 -0
- data/lib/wx/doc/gen/with_images.rb +7 -1
- data/lib/wx/doc/gen/wizard.rb +18 -0
- data/lib/wx/doc/gen/wizard_event.rb +3 -1
- data/lib/wx/doc/gen/wizard_page.rb +5 -0
- data/lib/wx/doc/gen/wizard_page_simple.rb +4 -0
- data/lib/wx/doc/gen/wrap_sizer.rb +5 -0
- data/lib/wx/doc/gen/xml_node.rb +14 -0
- data/lib/wx/doc/gen/xml_resource.rb +22 -0
- data/lib/wx/doc/generic_validator.rb +95 -0
- data/lib/wx/doc/html/simple_html_listbox.rb +22 -0
- data/lib/wx/doc/num_validator.rb +387 -0
- data/lib/wx/doc/owner_drawn_combobox.rb +96 -0
- data/lib/wx/doc/pg/numeric_property_validator.rb +33 -0
- data/lib/wx/doc/static_bitmap.rb +25 -0
- data/lib/wx/doc/text_validator.rb +10 -0
- data/lib/wx/doc/validator.rb +113 -0
- data/lib/wx/doc/window.rb +30 -0
- data/lib/wx/html/events/evt_list.rb +0 -10
- data/lib/wx/html/simple_html_listbox.rb +24 -91
- data/lib/wx/keyword_defs.rb +34 -2
- data/lib/wx/rbn/ribbon_gallery.rb +0 -21
- data/lib/wx/version.rb +1 -1
- data/lib/wxruby_aui.so +0 -0
- data/lib/wxruby_core.so +0 -0
- data/lib/wxruby_grid.so +0 -0
- data/lib/wxruby_html.so +0 -0
- data/lib/wxruby_pg.so +0 -0
- data/lib/wxruby_prt.so +0 -0
- data/lib/wxruby_rbn.so +0 -0
- data/lib/wxruby_rtc.so +0 -0
- data/lib/wxruby_stc.so +0 -0
- data/rakelib/lib/config/mingw.rb +12 -0
- data/samples/aui/aui.rb +1237 -1233
- data/samples/calendar/calendar.rb +293 -289
- data/samples/controls/get_item_sample.rb +83 -79
- data/samples/controls/htlbox.rb +331 -327
- data/samples/dialogs/dialogs.rb +682 -694
- data/samples/dialogs/wizard.rb +52 -55
- data/samples/dragdrop/dragdrop.rb +146 -142
- data/samples/drawing/bitmap.rb +29 -26
- data/samples/drawing/bitmap_image.rb +84 -80
- data/samples/drawing/graphics_drawing.rb +209 -205
- data/samples/drawing/image_prt.rb +344 -340
- data/samples/drawing/maths_images.rb +18 -1
- data/samples/drawing/rmagic_bitmap_image.rb +88 -84
- data/samples/etc/caret.rb +306 -0
- data/samples/etc/miniframe.rb +65 -60
- data/samples/etc/sash.rb +109 -105
- data/samples/etc/scrollwin.rb +86 -80
- data/samples/etc/system_settings.rb +216 -209
- data/samples/event/activation.rb +72 -67
- data/samples/event/event.rb +160 -153
- data/samples/event/threaded.rb +8 -1
- data/samples/event/update_ui_event.rb +67 -60
- data/samples/grid/grid.rb +188 -181
- data/samples/grid/gridtablebase.rb +136 -129
- data/samples/html/html.rb +208 -204
- data/samples/mdi/mdi.rb +59 -54
- data/samples/minimal/minimal.rb +54 -51
- data/samples/minimal/nothing.rb +1 -0
- data/samples/printing/printing.rb +367 -377
- data/samples/printing/printing2.rb +203 -198
- data/samples/propgrid/propgrid.rb +2312 -2308
- data/samples/propgrid/propgrid_minimal.rb +57 -50
- data/samples/ribbon/ribbon.rb +780 -774
- data/samples/sampler/ext.rb +0 -33
- data/samples/sampler/sample.rb +4 -9
- data/samples/sampler.rb +1 -1
- data/samples/splash/splash.rb +118 -116
- data/samples/text/rich_textctrl.rb +207 -201
- data/samples/text/richtext.rb +1409 -1405
- data/samples/text/scintilla.rb +137 -128
- data/samples/text/textctrl.rb +89 -83
- data/samples/text/unicode.rb +175 -168
- data/samples/treectrl/treectrl.rb +1430 -1426
- data/samples/widgets/activityindicator.rb +95 -0
- data/samples/widgets/art/widgets/activityindicator.xpm +278 -0
- data/samples/widgets/art/widgets/bmpbtn.xpm +37 -0
- data/samples/widgets/art/widgets/bmpcombobox.xpm +54 -0
- data/samples/widgets/art/widgets/button.xpm +54 -0
- data/samples/widgets/art/widgets/checkbox.xpm +54 -0
- data/samples/{bigdemo/icons → widgets/art/widgets}/choice.xpm +1 -1
- data/samples/widgets/art/widgets/choicebk.xpm +54 -0
- data/samples/widgets/art/widgets/clrpicker.xpm +193 -0
- data/samples/widgets/art/widgets/combobox.xpm +54 -0
- data/samples/widgets/art/widgets/datepick.xpm +200 -0
- data/samples/widgets/art/widgets/dirctrl.xpm +54 -0
- data/samples/widgets/art/widgets/dirpicker.xpm +213 -0
- data/samples/widgets/art/widgets/filepicker.xpm +214 -0
- data/samples/widgets/art/widgets/fontpicker.xpm +185 -0
- data/samples/widgets/art/widgets/gauge.xpm +54 -0
- data/samples/widgets/art/widgets/header.xpm +54 -0
- data/samples/widgets/art/widgets/hyperlnk.xpm +54 -0
- data/samples/widgets/art/widgets/listbook.xpm +54 -0
- data/samples/widgets/art/widgets/listbox.xpm +54 -0
- data/samples/widgets/art/widgets/native.xpm +81 -0
- data/samples/widgets/art/widgets/notebook.xpm +54 -0
- data/samples/widgets/art/widgets/odcombobox.xpm +54 -0
- data/samples/widgets/art/widgets/radiobox.xpm +54 -0
- data/samples/widgets/art/widgets/scrolbar.xpm +54 -0
- data/samples/widgets/art/widgets/slider.xpm +54 -0
- data/samples/widgets/art/widgets/spinbtn.xpm +40 -0
- data/samples/widgets/art/widgets/statbmp.xpm +40 -0
- data/samples/widgets/art/widgets/statbox.xpm +54 -0
- data/samples/widgets/art/widgets/stattext.xpm +54 -0
- data/samples/widgets/art/widgets/text.xpm +54 -0
- data/samples/widgets/art/widgets/timepick.xpm +207 -0
- data/samples/widgets/art/widgets/toggle.xpm +54 -0
- data/samples/widgets/art/widgets/toucan.png +0 -0
- data/samples/widgets/bmpcombobox.rb +651 -0
- data/samples/widgets/button.rb +462 -0
- data/samples/widgets/checkbox.rb +211 -0
- data/samples/widgets/choice.rb +287 -0
- data/samples/widgets/clrpicker.rb +156 -0
- data/samples/widgets/combobox.rb +516 -0
- data/samples/widgets/datepick.rb +215 -0
- data/samples/widgets/dirctrl.rb +265 -0
- data/samples/widgets/dirpicker.rb +158 -0
- data/samples/widgets/editlbox.rb +122 -0
- data/samples/widgets/filectrl.rb +216 -0
- data/samples/widgets/filepicker.rb +214 -0
- data/samples/widgets/fontpicker.rb +135 -0
- data/samples/widgets/gauge.rb +311 -0
- data/samples/widgets/headerctrl.rb +236 -0
- data/samples/widgets/hyperlink.rb +203 -0
- data/samples/widgets/itemcontainer.rb +185 -0
- data/samples/widgets/listbox.rb +473 -0
- data/samples/widgets/notebook.rb +488 -0
- data/samples/widgets/odcombobox.rb +608 -0
- data/samples/widgets/radiobox.rb +328 -0
- data/samples/widgets/searchctrl.rb +159 -0
- data/samples/widgets/slider.rb +594 -0
- data/samples/widgets/spinbtn.rb +443 -0
- data/samples/widgets/statbmp.rb +130 -0
- data/samples/widgets/static.rb +436 -0
- data/samples/widgets/textctrl.rb +700 -0
- data/samples/widgets/timepick.rb +148 -0
- data/samples/widgets/tn_widgets.png +0 -0
- data/samples/widgets/toggle.rb +385 -0
- data/samples/widgets/widgets.rb +1233 -0
- data/samples/xrc/custom_xrc_sample.rb +47 -41
- data/samples/xrc/xrc_sample.rb +53 -47
- data/tests/test_event_handling.rb +52 -34
- data/tests/test_events.rb +7 -0
- data/tests/test_item_data.rb +24 -0
- data/tests/test_sizer.rb +44 -1
- data/tests/test_validators.rb +805 -0
- metadata +87 -137
- data/lib/wx/core/choice.rb +0 -14
- data/lib/wx/core/combo_ctrl.rb +0 -110
- data/samples/bigdemo/About.rbw +0 -39
- data/samples/bigdemo/ColorPanel.rbw +0 -23
- data/samples/bigdemo/GridSimple.rbw +0 -78
- data/samples/bigdemo/MDIDemo.rbw +0 -57
- data/samples/bigdemo/PopupMenu.rbw +0 -146
- data/samples/bigdemo/ShapedWindow.rbw +0 -128
- data/samples/bigdemo/Sizers.rbw +0 -541
- data/samples/bigdemo/bigdemo.rb +0 -817
- data/samples/bigdemo/demoTemplate.rbw +0 -33
- data/samples/bigdemo/helpfile.htb +0 -0
- data/samples/bigdemo/icons/Test 015.jpg +0 -0
- data/samples/bigdemo/icons/Test 015.png +0 -0
- data/samples/bigdemo/icons/choice.bmp +0 -0
- data/samples/bigdemo/icons/combo.bmp +0 -0
- data/samples/bigdemo/icons/combo.xpm +0 -27
- data/samples/bigdemo/icons/copy.xpm +0 -25
- data/samples/bigdemo/icons/cut.xpm +0 -24
- data/samples/bigdemo/icons/gauge.bmp +0 -0
- data/samples/bigdemo/icons/gauge.xpm +0 -27
- data/samples/bigdemo/icons/help.xpm +0 -25
- data/samples/bigdemo/icons/list.bmp +0 -0
- data/samples/bigdemo/icons/list.xpm +0 -27
- data/samples/bigdemo/icons/mondrian.ico +0 -0
- data/samples/bigdemo/icons/mondrian.xpm +0 -44
- data/samples/bigdemo/icons/new.xpm +0 -24
- data/samples/bigdemo/icons/ogl.ico +0 -0
- data/samples/bigdemo/icons/ogl.xpm +0 -45
- data/samples/bigdemo/icons/open.xpm +0 -26
- data/samples/bigdemo/icons/paste.bmp +0 -0
- data/samples/bigdemo/icons/paste.xpm +0 -38
- data/samples/bigdemo/icons/pointy.png +0 -0
- data/samples/bigdemo/icons/preview.xpm +0 -26
- data/samples/bigdemo/icons/print.xpm +0 -26
- data/samples/bigdemo/icons/radio.bmp +0 -0
- data/samples/bigdemo/icons/radio.xpm +0 -27
- data/samples/bigdemo/icons/robert.xpm +0 -415
- data/samples/bigdemo/icons/sashtest.ico +0 -0
- data/samples/bigdemo/icons/save.xpm +0 -25
- data/samples/bigdemo/icons/smiles.bmp +0 -0
- data/samples/bigdemo/icons/smiles.xpm +0 -39
- data/samples/bigdemo/icons/smiley.ico +0 -0
- data/samples/bigdemo/icons/smiley.xpm +0 -42
- data/samples/bigdemo/icons/stattext.xpm +0 -24
- data/samples/bigdemo/icons/test2.bmp +0 -0
- data/samples/bigdemo/icons/test2.png +0 -0
- data/samples/bigdemo/icons/test2.xpm +0 -79
- data/samples/bigdemo/icons/text.bmp +0 -0
- data/samples/bigdemo/icons/text.xpm +0 -27
- data/samples/bigdemo/icons/tog1.bmp +0 -0
- data/samples/bigdemo/icons/tog1.xpm +0 -38
- data/samples/bigdemo/icons/tog2.bmp +0 -0
- data/samples/bigdemo/icons/tog2.xpm +0 -38
- data/samples/bigdemo/icons/wxruby-128x128.png +0 -0
- data/samples/bigdemo/icons/wxwin.ico +0 -0
- data/samples/bigdemo/icons/wxwin16x16.png +0 -0
- data/samples/bigdemo/icons/wxwin16x16.xpm +0 -25
- data/samples/bigdemo/icons/wxwin32x32.png +0 -0
- data/samples/bigdemo/icons/wxwin48x48.png +0 -0
- data/samples/bigdemo/run.rb +0 -98
- data/samples/bigdemo/tips.txt +0 -7
- data/samples/bigdemo/utils.rb +0 -20
- data/samples/bigdemo/wxArtProvider.rbw +0 -282
- data/samples/bigdemo/wxBitmapButton.rbw +0 -65
- data/samples/bigdemo/wxButton.rbw +0 -64
- data/samples/bigdemo/wxCalendarCtrl.rbw +0 -59
- data/samples/bigdemo/wxCheckBox.rbw +0 -50
- data/samples/bigdemo/wxCheckListBox.rbw +0 -65
- data/samples/bigdemo/wxChoice.rbw +0 -47
- data/samples/bigdemo/wxChoicebook.rbw +0 -78
- data/samples/bigdemo/wxColourDialog.rbw +0 -33
- data/samples/bigdemo/wxComboBox.rbw +0 -77
- data/samples/bigdemo/wxCursor.rbw +0 -136
- data/samples/bigdemo/wxDialog.rbw +0 -74
- data/samples/bigdemo/wxDirDialog.rbw +0 -29
- data/samples/bigdemo/wxDragImage.rbw +0 -70
- data/samples/bigdemo/wxFileDialog.rbw +0 -37
- data/samples/bigdemo/wxFileDialog_Save.rbw +0 -35
- data/samples/bigdemo/wxFindReplaceDialog.rbw +0 -82
- data/samples/bigdemo/wxFontDialog.rbw +0 -200
- data/samples/bigdemo/wxFrame.rbw +0 -53
- data/samples/bigdemo/wxGauge.rbw +0 -65
- data/samples/bigdemo/wxGenericDirCtrl.rbw +0 -74
- data/samples/bigdemo/wxGrid.rbw +0 -66
- data/samples/bigdemo/wxHtmlHelpController.rbw +0 -52
- data/samples/bigdemo/wxListBox.rbw +0 -140
- data/samples/bigdemo/wxListCtrl_virtual.rbw +0 -112
- data/samples/bigdemo/wxMDIWindows.rbw +0 -50
- data/samples/bigdemo/wxMenu.rbw +0 -247
- data/samples/bigdemo/wxMessageDialog.rbw +0 -27
- data/samples/bigdemo/wxMiniFrame.rbw +0 -70
- data/samples/bigdemo/wxMultipleChoiceDialog.rbw +0 -29
- data/samples/bigdemo/wxNotebook.rbw +0 -136
- data/samples/bigdemo/wxProgressDialog.rbw +0 -43
- data/samples/bigdemo/wxRadioBox.rbw +0 -72
- data/samples/bigdemo/wxRadioButton.rbw +0 -125
- data/samples/bigdemo/wxSashWindow.rbw +0 -141
- data/samples/bigdemo/wxScrolledMessageDialog.rbw +0 -57
- data/samples/bigdemo/wxScrolledWindow.rbw +0 -199
- data/samples/bigdemo/wxSingleChoiceDialog.rbw +0 -33
- data/samples/bigdemo/wxSlider.rbw +0 -42
- data/samples/bigdemo/wxSpinButton.rbw +0 -50
- data/samples/bigdemo/wxSpinCtrl.rbw +0 -51
- data/samples/bigdemo/wxSplitterWindow.rbw +0 -63
- data/samples/bigdemo/wxStaticBitmap.rbw +0 -47
- data/samples/bigdemo/wxStaticText.rbw +0 -55
- data/samples/bigdemo/wxStatusBar.rbw +0 -126
- data/samples/bigdemo/wxTextCtrl.rbw +0 -149
- data/samples/bigdemo/wxTextEntryDialog.rbw +0 -31
- data/samples/bigdemo/wxToggleButton.rbw +0 -49
- data/samples/bigdemo/wxToolBar.rbw +0 -131
- data/samples/bigdemo/wxTreeCtrl.rbw +0 -191
- data/samples/caret/caret.rb +0 -298
- data/samples/caret/mondrian.xpm +0 -44
- data/samples/controls/books.rb +0 -189
- data/samples/controls/choice.xpm +0 -27
- data/samples/controls/combo.xpm +0 -27
- data/samples/controls/controls.rb +0 -1099
- data/samples/controls/gauge.xpm +0 -27
- data/samples/controls/list.xpm +0 -27
- data/samples/controls/mondrian.ico +0 -0
- data/samples/controls/mondrian.xpm +0 -44
- data/samples/controls/radio.xpm +0 -27
- data/samples/controls/stattext.xpm +0 -24
- data/samples/controls/test2.bmp +0 -0
- data/samples/controls/text.xpm +0 -27
- data/samples/controls/tn_books.png +0 -0
- data/samples/controls/tn_controls.png +0 -0
- data/samples/etc/choice.rb +0 -87
- data/samples/etc/tn_choice.png +0 -0
- data/samples/text/mondrian.ico +0 -0
- data/samples/text/mondrian.xpm +0 -44
- /data/samples/{caret → etc}/tn_caret.png +0 -0
@@ -58,6 +58,7 @@ module Wx
|
|
58
58
|
FULLSCREEN_ALL = 31
|
59
59
|
|
60
60
|
# {Wx::TopLevelWindow} is a common base class for {Wx::Dialog} and {Wx::Frame}.
|
61
|
+
#
|
61
62
|
# It is an abstract base class meaning that you never work with objects of this class directly, but all of its methods are also applicable for the two classes above.
|
62
63
|
# Note that the instances of {Wx::TopLevelWindow} are managed by wxWidgets in the internal top level window list.
|
63
64
|
# ### Events emitted by this class
|
@@ -111,6 +112,7 @@ module Wx
|
|
111
112
|
|
112
113
|
# Returns true if the platform supports making the window translucent.
|
113
114
|
#
|
115
|
+
#
|
114
116
|
# @see Wx::TopLevelWindow#set_transparent
|
115
117
|
# @return [Boolean]
|
116
118
|
def can_set_transparent; end
|
@@ -123,18 +125,21 @@ module Wx
|
|
123
125
|
|
124
126
|
# Centres the window on screen.
|
125
127
|
#
|
128
|
+
#
|
126
129
|
# @see Wx::Window#centre_on_parent
|
127
130
|
# @param direction [Integer] Specifies the direction for the centering. May be {Wx::Orientation::HORIZONTAL}, {Wx::Orientation::VERTICAL} or {Wx::Orientation::BOTH}.
|
128
131
|
# @return [void]
|
129
132
|
def centre_on_screen(direction=Wx::Orientation::BOTH) end
|
130
133
|
|
131
134
|
# Enables or disables the Close button (most often in the right upper corner of a dialog) and the Close entry of the system menu (most often in the left upper corner of the dialog).
|
135
|
+
#
|
132
136
|
# Returns true if operation was successful. This may be wrong on X11 (including GTK+) where the window manager may not support this operation and there is no way to find out.
|
133
137
|
# @param enable [Boolean]
|
134
138
|
# @return [Boolean]
|
135
139
|
def enable_close_button(enable=true) end
|
136
140
|
|
137
141
|
# Enables or disables the Maximize button (in the right or left upper corner of a frame or dialog).
|
142
|
+
#
|
138
143
|
# Currently only implemented for WXMSW and WXOSX.
|
139
144
|
# The window style must contain {Wx::MAXIMIZE_BOX}.
|
140
145
|
# Returns true if operation was successful. Note that a successful operation does not change the window style flags.
|
@@ -143,6 +148,7 @@ module Wx
|
|
143
148
|
def enable_maximize_button(enable=true) end
|
144
149
|
|
145
150
|
# Enables or disables the Minimize button (in the right or left upper corner of a frame or dialog).
|
151
|
+
#
|
146
152
|
# Currently only implemented for WXMSW and WXOSX.
|
147
153
|
# The window style must contain {Wx::MINIMIZE_BOX}.
|
148
154
|
# Note that in WXMSW a successful operation will change the window style flags.
|
@@ -152,12 +158,14 @@ module Wx
|
|
152
158
|
def enable_minimize_button(enable=true) end
|
153
159
|
|
154
160
|
# Returns a pointer to the button which is the default for this window, or NULL.
|
161
|
+
#
|
155
162
|
# The default button is the one activated by pressing the Enter key.
|
156
163
|
# @return [Wx::Window]
|
157
164
|
def get_default_item; end
|
158
165
|
alias_method :default_item, :get_default_item
|
159
166
|
|
160
167
|
# Returns the standard icon of the window.
|
168
|
+
#
|
161
169
|
# The icon will be invalid if it hadn't been previously set by {Wx::TopLevelWindow#set_icon}.
|
162
170
|
# @see Wx::TopLevelWindow#get_icons
|
163
171
|
# @return [Wx::Icon]
|
@@ -165,6 +173,7 @@ module Wx
|
|
165
173
|
alias_method :icon, :get_icon
|
166
174
|
|
167
175
|
# Returns all icons associated with the window, there will be none of them if neither {Wx::TopLevelWindow#set_icon} nor {Wx::TopLevelWindow#set_icons} had been called before.
|
176
|
+
#
|
168
177
|
# Use {Wx::TopLevelWindow#get_icon} to get the main icon of the window.
|
169
178
|
# @see Wx::IconBundle
|
170
179
|
# @return [Wx::IconBundle]
|
@@ -173,12 +182,14 @@ module Wx
|
|
173
182
|
|
174
183
|
# Gets a string containing the window title.
|
175
184
|
#
|
185
|
+
#
|
176
186
|
# @see Wx::TopLevelWindow#set_title
|
177
187
|
# @return [String]
|
178
188
|
def get_title; end
|
179
189
|
alias_method :title, :get_title
|
180
190
|
|
181
191
|
# Iconizes or restores the window.
|
192
|
+
#
|
182
193
|
# Note that in WXGTK the change to the window state is not immediate, i.e. {Wx::TopLevelWindow#is_iconized} will typically return false right after a call to {Wx::TopLevelWindow#iconize} and its return value will only change after the control flow returns to the event loop and the notification about the window being really iconized is received.
|
183
194
|
# @see Wx::TopLevelWindow#is_iconized
|
184
195
|
# @see Wx::TopLevelWindow#restore
|
@@ -199,6 +210,7 @@ module Wx
|
|
199
210
|
|
200
211
|
# Returns true if the window is in fullscreen mode.
|
201
212
|
#
|
213
|
+
#
|
202
214
|
# @see Wx::TopLevelWindow#show_full_screen
|
203
215
|
# @return [Boolean]
|
204
216
|
def is_full_screen; end
|
@@ -215,6 +227,7 @@ module Wx
|
|
215
227
|
alias_method :maximized?, :is_maximized
|
216
228
|
|
217
229
|
# Lays out the children using the window sizer or resizes the only child of the window to cover its entire area.
|
230
|
+
#
|
218
231
|
# This class overrides the base class {Wx::TopLevelWindow#layout} method to check if this window contains exactly one child which is commonly the case, with {Wx::Panel} being often created as the only child of {Wx::TopLevelWindow} and, if this is the case, resizes this child window to cover the entire client area.
|
219
232
|
# Note that if you associate a sizer with this window, the sizer takes precedence and the only-child-resizing is only used as fallback.
|
220
233
|
# false if nothing was done because the window has neither a sizer nor a single child, true otherwise.
|
@@ -222,6 +235,7 @@ module Wx
|
|
222
235
|
def layout; end
|
223
236
|
|
224
237
|
# Maximizes or restores the window.
|
238
|
+
#
|
225
239
|
# Note that, just as with {Wx::TopLevelWindow#iconize}, the change to the window state is not immediate in at least WXGTK port.
|
226
240
|
# @see Wx::TopLevelWindow#restore
|
227
241
|
# @see Wx::TopLevelWindow#iconize
|
@@ -230,6 +244,7 @@ module Wx
|
|
230
244
|
def maximize(maximize=true) end
|
231
245
|
|
232
246
|
# MSW-specific function for accessing the system menu.
|
247
|
+
#
|
233
248
|
# Returns a {Wx::Menu} pointer representing the system menu of the window under MSW. The returned {Wx::Menu} may be used, if non-NULL, to add extra items to the system menu. The usual {Wx::EVT_MENU} events (that can be processed using EVT_MENU event table macro) will then be generated for them. All the other {Wx::Menu} methods may be used as well but notice that they won't allow you to access any standard system menu items (e.g. they can't be deleted or modified in any way currently).
|
234
249
|
# Notice that because of the native system limitations the identifiers of the items added to the system menu must be multiples of 16, otherwise no events will be generated for them.
|
235
250
|
# The returned pointer must not be deleted, it is owned by the window and will be only deleted when the window itself is destroyed.
|
@@ -243,6 +258,7 @@ module Wx
|
|
243
258
|
def msw_get_system_menu; end
|
244
259
|
|
245
260
|
# Use a system-dependent way to attract users attention to the window when it is in background.
|
261
|
+
#
|
246
262
|
# flags may have the value of either {Wx::USER_ATTENTION_INFO} (default) or {Wx::USER_ATTENTION_ERROR} which results in a more drastic action. When in doubt, use the default value.
|
247
263
|
#
|
248
264
|
# <div class="wxrb-note">
|
@@ -257,6 +273,7 @@ module Wx
|
|
257
273
|
def request_user_attention(flags=Wx::USER_ATTENTION_INFO) end
|
258
274
|
|
259
275
|
# Restore a previously iconized or maximized window to its normal state.
|
276
|
+
#
|
260
277
|
# In WXGTK this method currently doesn't return the maximized window to its normal state and you must use {Wx::TopLevelWindow#maximize} with false argument explicitly for this. In the other ports, it both unmaximizes the maximized windows and uniconizes the iconized ones.
|
261
278
|
# @see Wx::TopLevelWindow#iconize
|
262
279
|
# @see Wx::TopLevelWindow#maximize
|
@@ -265,6 +282,7 @@ module Wx
|
|
265
282
|
|
266
283
|
# Changes the default item for the panel, usually win is a button.
|
267
284
|
#
|
285
|
+
#
|
268
286
|
# @see Wx::TopLevelWindow#get_default_item
|
269
287
|
# @param win [Wx::Window]
|
270
288
|
# @return [Wx::Window]
|
@@ -281,11 +299,12 @@ module Wx
|
|
281
299
|
alias_method :tmp_default_item, :get_tmp_default_item
|
282
300
|
|
283
301
|
# Sets the icon for this window.
|
302
|
+
#
|
284
303
|
# <div class="wxrb-remark">
|
285
304
|
# <b>Remark:</b>
|
286
305
|
# <p>The window takes a 'copy' of icon, but since it uses reference counting, the copy is very quick. It is safe to delete icon after calling this function.
|
287
306
|
# </p>
|
288
|
-
# </div
|
307
|
+
# </div>
|
289
308
|
#
|
290
309
|
# <div class="wxrb-note">
|
291
310
|
# <b>Note:</b>
|
@@ -300,6 +319,7 @@ module Wx
|
|
300
319
|
alias_method :icon=, :set_icon
|
301
320
|
|
302
321
|
# Sets several icons of different sizes for this window: this allows using different icons for different situations (e.g.
|
322
|
+
#
|
303
323
|
# task switching bar, taskbar, window title bar) instead of scaling, with possibly bad looking results, the only icon set by {Wx::TopLevelWindow#set_icon}.
|
304
324
|
#
|
305
325
|
# <div class="wxrb-note">
|
@@ -327,13 +347,14 @@ module Wx
|
|
327
347
|
|
328
348
|
# @overload set_size_hints(minW, minH, maxW=-1, maxH=-1, incW=-1, incH=-1)
|
329
349
|
# Allows specification of minimum and maximum window sizes, and window size increments.
|
350
|
+
#
|
330
351
|
# If a pair of values is not set (or set to -1), no constraints will be used.
|
331
352
|
#
|
332
353
|
# <div class="wxrb-remark">
|
333
354
|
# <b>Remark:</b>
|
334
355
|
# <p>Notice that this function not only prevents the user from resizing the window outside the given bounds but it also prevents the program itself from doing it using {Wx::Window#set_size}.
|
335
356
|
# </p>
|
336
|
-
# </div
|
357
|
+
# </div>
|
337
358
|
# @param minW [Integer] The minimum width.
|
338
359
|
# @param minH [Integer] The minimum height.
|
339
360
|
# @param maxW [Integer] The maximum width.
|
@@ -343,13 +364,14 @@ module Wx
|
|
343
364
|
# @return [void]
|
344
365
|
# @overload set_size_hints(minSize, maxSize=Wx::DEFAULT_SIZE, incSize=Wx::DEFAULT_SIZE)
|
345
366
|
# Allows specification of minimum and maximum window sizes, and window size increments.
|
367
|
+
#
|
346
368
|
# If a pair of values is not set (or set to -1), no constraints will be used.
|
347
369
|
#
|
348
370
|
# <div class="wxrb-remark">
|
349
371
|
# <b>Remark:</b>
|
350
372
|
# <p>Notice that this function not only prevents the user from resizing the window outside the given bounds but it also prevents the program itself from doing it using {Wx::Window#set_size}.
|
351
373
|
# </p>
|
352
|
-
# </div
|
374
|
+
# </div>
|
353
375
|
# @param minSize [Array(Integer, Integer), Wx::Size] The minimum size of the window.
|
354
376
|
# @param maxSize [Array(Integer, Integer), Wx::Size] The maximum size of the window.
|
355
377
|
# @param incSize [Array(Integer, Integer), Wx::Size] Increment size (only taken into account under X11-based ports such as WXGTK/{Wx::Motif}/WXX11).
|
@@ -359,6 +381,7 @@ module Wx
|
|
359
381
|
|
360
382
|
# Sets the window title.
|
361
383
|
#
|
384
|
+
#
|
362
385
|
# @see Wx::TopLevelWindow#get_title
|
363
386
|
# @param title [String] The window title.
|
364
387
|
# @return [void]
|
@@ -366,6 +389,7 @@ module Wx
|
|
366
389
|
alias_method :title=, :set_title
|
367
390
|
|
368
391
|
# If the platform supports it will set the window to be translucent.
|
392
|
+
#
|
369
393
|
# Note that in WXGTK this function must be called before the window is shown the first time it's called (but it can be called again after showing the window too).
|
370
394
|
# See the shaped sample for an example of using this function.
|
371
395
|
# @param alpha [Integer] Determines how opaque or transparent the window will be, if the platform supports the operation. A value of 0 sets the window to be fully transparent, and a value of 255 sets the window to be fully opaque.
|
@@ -374,11 +398,13 @@ module Wx
|
|
374
398
|
alias_method :transparent=, :set_transparent
|
375
399
|
|
376
400
|
# This virtual function is not meant to be called directly but can be overridden to return false (it returns true by default) to allow the application to close even if this, presumably not very important, window is still opened.
|
401
|
+
#
|
377
402
|
# By default, the application stays alive as long as there are any open top level windows.
|
378
403
|
# @return [Boolean]
|
379
404
|
def should_prevent_app_exit; end
|
380
405
|
|
381
406
|
# Sets the file name represented by this {Wx::TopLevelWindow}.
|
407
|
+
#
|
382
408
|
# Under macOS, this file name is used to set the "proxy icon", which appears in the window title bar near its title, corresponding to this file name. Under other platforms it currently doesn't do anything but it is harmless to call it now and it might be implemented to do something useful in the future so you're encouraged to use it for any window representing a file-based document.
|
383
409
|
# @param filename [String]
|
384
410
|
# @return [void]
|
@@ -386,11 +412,13 @@ module Wx
|
|
386
412
|
alias_method :represented_filename=, :set_represented_filename
|
387
413
|
|
388
414
|
# Show the {Wx::TopLevelWindow}, but do not give it keyboard focus.
|
415
|
+
#
|
389
416
|
# This can be used for pop up or notification windows that should not steal the current focus.
|
390
417
|
# @return [void]
|
391
418
|
def show_without_activating; end
|
392
419
|
|
393
420
|
# Depending on the value of show parameter the window is either shown full screen or restored to its normal state.
|
421
|
+
#
|
394
422
|
# style is a bit list containing some or all of the following values, which indicate what elements of the window to hide in full-screen mode:
|
395
423
|
#
|
396
424
|
# - {Wx::FULLSCREEN_NOMENUBAR}
|
@@ -416,12 +444,14 @@ module Wx
|
|
416
444
|
|
417
445
|
# Get the current content protection of the window.
|
418
446
|
#
|
447
|
+
#
|
419
448
|
# @see Wx::TopLevelWindow#set_content_protection
|
420
449
|
# @return [Wx::ContentProtection]
|
421
450
|
def get_content_protection; end
|
422
451
|
alias_method :content_protection, :get_content_protection
|
423
452
|
|
424
453
|
# Set content protection for the window.
|
454
|
+
#
|
425
455
|
# When content protection is enabled contents of this window will not be included in screen captures.
|
426
456
|
# Obviously this can't provide absolute security as there might be workarounds and tools that bypass this protection. Additionally a screen could always be photographed.
|
427
457
|
# true if the content protection was changed, false if running under an unsupported OS.
|
@@ -441,6 +471,7 @@ module Wx
|
|
441
471
|
alias_method :content_protection=, :set_content_protection
|
442
472
|
|
443
473
|
# Get the default size for a new top level window.
|
474
|
+
#
|
444
475
|
# This is used internally by wxWidgets on some platforms to determine the default size for a window created using {Wx::DEFAULT_SIZE} so it is not necessary to use it when creating a {Wx::TopLevelWindow}, however it may be useful if a rough estimation of the window size is needed for some other reason.
|
445
476
|
# @return [Wx::Size]
|
446
477
|
def self.get_default_size; end
|
data/lib/wx/doc/gen/tree_ctrl.rb
CHANGED
@@ -230,6 +230,7 @@ module Wx
|
|
230
230
|
EVT_TREE_ITEM_MENU = 10124
|
231
231
|
|
232
232
|
# A tree control presents information as a hierarchy, with items that may be expanded to show further items.
|
233
|
+
#
|
233
234
|
# Items in a tree control are referenced by {Wx::TreeItemId} handles, which may be tested for validity by calling {Wx::TreeItemId#is_ok}.
|
234
235
|
# A similar control with a fully native implementation for GTK+ and macOS as well is {Wx::DataViewTreeCtrl}.
|
235
236
|
#
|
@@ -347,6 +348,7 @@ module Wx
|
|
347
348
|
# @overload initialize(parent, id=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::TR_DEFAULT_STYLE, validator=Wx::DEFAULT_VALIDATOR, name=Wx::TREE_CTRL_NAME_STR)
|
348
349
|
# Constructor, creating and showing a tree control.
|
349
350
|
#
|
351
|
+
#
|
350
352
|
# @see Wx::TreeCtrl#create
|
351
353
|
# @see Wx::Validator
|
352
354
|
# @param parent [Wx::Window] Parent window. Must not be NULL.
|
@@ -360,6 +362,7 @@ module Wx
|
|
360
362
|
def initialize(*args) end
|
361
363
|
|
362
364
|
# Adds the root node to the tree, returning the new item.
|
365
|
+
#
|
363
366
|
# The image and selImage parameters are an index within the normal image list specifying the image to use for unselected and selected items, respectively. If image > -1 and selImage is -1, the same image is used for both selected and unselected items.
|
364
367
|
# @param text [String]
|
365
368
|
# @param image [Integer]
|
@@ -369,6 +372,7 @@ module Wx
|
|
369
372
|
def add_root(text, image=-1, selImage=-1, data=nil) end
|
370
373
|
|
371
374
|
# Appends an item to the end of the branch identified by parent, return a new item id.
|
375
|
+
#
|
372
376
|
# The image and selImage parameters are an index within the normal image list specifying the image to use for unselected and selected items, respectively. If image > -1 and selImage is -1, the same image is used for both selected and unselected items.
|
373
377
|
# @param parent [Wx::TreeItemId]
|
374
378
|
# @param text [String]
|
@@ -385,12 +389,14 @@ module Wx
|
|
385
389
|
|
386
390
|
# Collapses the root item.
|
387
391
|
#
|
392
|
+
#
|
388
393
|
# @see Wx::TreeCtrl#expand_all
|
389
394
|
# @return [void]
|
390
395
|
def collapse_all; end
|
391
396
|
|
392
397
|
# Collapses this item and all of its children, recursively.
|
393
398
|
#
|
399
|
+
#
|
394
400
|
# @see Wx::TreeCtrl#expand_all_children
|
395
401
|
# @param item [Wx::TreeItemId]
|
396
402
|
# @return [void]
|
@@ -402,6 +408,7 @@ module Wx
|
|
402
408
|
def collapse_and_reset(item) end
|
403
409
|
|
404
410
|
# Creates the tree control.
|
411
|
+
#
|
405
412
|
# See {Wx::TreeCtrl#initialize} for further details.
|
406
413
|
# @param parent [Wx::Window]
|
407
414
|
# @param id [Integer]
|
@@ -414,6 +421,7 @@ module Wx
|
|
414
421
|
def create(parent, id=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::TR_DEFAULT_STYLE, validator=Wx::DEFAULT_VALIDATOR, name=Wx::TREE_CTRL_NAME_STR) end
|
415
422
|
|
416
423
|
# Deletes the specified item.
|
424
|
+
#
|
417
425
|
# A EVT_TREE_DELETE_ITEM event will be generated.
|
418
426
|
# This function may cause a subsequent call to {Wx::TreeCtrl#get_next_child} to fail.
|
419
427
|
# @param item [Wx::TreeItemId]
|
@@ -421,11 +429,13 @@ module Wx
|
|
421
429
|
def delete(item) end
|
422
430
|
|
423
431
|
# Deletes all items in the control.
|
432
|
+
#
|
424
433
|
# This function generates {Wx::EVT_TREE_DELETE_ITEM} events for each item being deleted, including the root one if it is shown, i.e. unless {Wx::TR_HIDE_ROOT} style is used.
|
425
434
|
# @return [void]
|
426
435
|
def delete_all_items; end
|
427
436
|
|
428
437
|
# Deletes all children of the given item (but not the item itself).
|
438
|
+
#
|
429
439
|
# A {Wx::EVT_TREE_DELETE_ITEM} event will be generated for every item being deleted.
|
430
440
|
# If you have called {Wx::TreeCtrl#set_item_has_children}, you may need to call it again since {Wx::TreeCtrl#delete_children} does not automatically clear the setting.
|
431
441
|
# @param item [Wx::TreeItemId]
|
@@ -433,12 +443,14 @@ module Wx
|
|
433
443
|
def delete_children(item) end
|
434
444
|
|
435
445
|
# Enable or disable a beep if there is no match for the currently entered text when searching for the item from keyboard.
|
446
|
+
#
|
436
447
|
# The default is to not beep in this case except in WXMSW where the beep is always generated by the native control and cannot be disabled, i.e. calls to this function do nothing there.
|
437
448
|
# @param on [Boolean]
|
438
449
|
# @return [void]
|
439
450
|
def enable_bell_on_no_match(on=true) end
|
440
451
|
|
441
452
|
# Ends label editing.
|
453
|
+
#
|
442
454
|
# If cancelEdit is true, the edit will be cancelled.
|
443
455
|
#
|
444
456
|
# <div class="wxrb-note">
|
@@ -453,6 +465,7 @@ module Wx
|
|
453
465
|
def end_edit_label(item, discardChanges=false) end
|
454
466
|
|
455
467
|
# Scrolls and/or expands items to ensure that the given item is visible.
|
468
|
+
#
|
456
469
|
# This method can be used, and will work, even while the window is frozen (see {Wx::Window#freeze}).
|
457
470
|
# @param item [Wx::TreeItemId]
|
458
471
|
# @return [void]
|
@@ -473,6 +486,7 @@ module Wx
|
|
473
486
|
def expand_all_children(item) end
|
474
487
|
|
475
488
|
# Retrieves the rectangle bounding the item.
|
489
|
+
#
|
476
490
|
# If textOnly is true, only the rectangle around the item's label will be returned, otherwise the item's image is also taken into account.
|
477
491
|
# The return value is true if the rectangle was successfully retrieved or <code></code> false if it was not (in this case rect is not changed) for example, if the item is currently invisible.
|
478
492
|
# Notice that the rectangle coordinates are logical, not physical ones. So, for example, the x coordinate may be negative if the tree has a horizontal scrollbar and its position is not 0.
|
@@ -484,6 +498,7 @@ module Wx
|
|
484
498
|
alias_method :bounding_rect, :get_bounding_rect
|
485
499
|
|
486
500
|
# Returns the number of items in the branch.
|
501
|
+
#
|
487
502
|
# If recursively is true, returns the total number of descendants, otherwise only one level of children is counted.
|
488
503
|
# @param item [Wx::TreeItemId]
|
489
504
|
# @param recursively [Boolean]
|
@@ -497,6 +512,7 @@ module Wx
|
|
497
512
|
alias_method :count, :get_count
|
498
513
|
|
499
514
|
# Returns the edit control being currently used to edit a label.
|
515
|
+
#
|
500
516
|
# Returns NULL if no label is being edited.
|
501
517
|
#
|
502
518
|
# <div class="wxrb-note">
|
@@ -514,6 +530,7 @@ module Wx
|
|
514
530
|
alias_method :first_visible_item, :get_first_visible_item
|
515
531
|
|
516
532
|
# Returns the item last clicked or otherwise selected.
|
533
|
+
#
|
517
534
|
# Unlike {Wx::TreeCtrl#get_selection}, it can be used whether or not the control has the {Wx::TR_MULTIPLE} style.
|
518
535
|
# @return [Wx::TreeItemId]
|
519
536
|
def get_focused_item; end
|
@@ -535,6 +552,7 @@ module Wx
|
|
535
552
|
alias_method :indent, :get_indent
|
536
553
|
|
537
554
|
# Returns the current tree control spacing.
|
555
|
+
#
|
538
556
|
# This is the number of horizontal pixels between the buttons and the state images.
|
539
557
|
# @return [Integer]
|
540
558
|
def get_spacing; end
|
@@ -547,6 +565,7 @@ module Wx
|
|
547
565
|
alias_method :item_background_colour, :get_item_background_colour
|
548
566
|
|
549
567
|
# Returns the tree item data associated with the item.
|
568
|
+
#
|
550
569
|
# - GetPlData(item): returns the Perl data associated with the Wx::TreeItemData. It is just the same as tree->GetItemData(item)->GetData().
|
551
570
|
# @see Wx::TreeItemData
|
552
571
|
# @param item [Wx::TreeItemId]
|
@@ -555,6 +574,7 @@ module Wx
|
|
555
574
|
alias_method :item_data, :get_item_data
|
556
575
|
|
557
576
|
# Returns the font of the item label.
|
577
|
+
#
|
558
578
|
# If the font hadn't been explicitly set for the specified item with {Wx::TreeCtrl#set_item_font}, returns an invalid {Wx::NULL_FONT} font. {Wx::TreeCtrl#get_font} can be used to retrieve the global tree control font used for the items without any specific font.
|
559
579
|
# @param item [Wx::TreeItemId]
|
560
580
|
# @return [Wx::Font]
|
@@ -562,6 +582,7 @@ module Wx
|
|
562
582
|
alias_method :item_font, :get_item_font
|
563
583
|
|
564
584
|
# Gets the specified item image.
|
585
|
+
#
|
565
586
|
# The value of which may be:
|
566
587
|
#
|
567
588
|
# - {Wx::TreeItemIcon::TreeItemIcon_Normal}: to get the normal item image.
|
@@ -600,6 +621,7 @@ module Wx
|
|
600
621
|
|
601
622
|
# Returns the last child of the item (or an invalid tree item if this item has no children).
|
602
623
|
#
|
624
|
+
#
|
603
625
|
# @see Wx::TreeCtrl#get_first_child
|
604
626
|
# @see Wx::TreeCtrl#get_next_sibling
|
605
627
|
# @see Wx::TreeCtrl#get_last_child
|
@@ -609,6 +631,7 @@ module Wx
|
|
609
631
|
alias_method :last_child, :get_last_child
|
610
632
|
|
611
633
|
# Returns the next sibling of the specified item; call {Wx::TreeCtrl#get_prev_sibling} for the previous sibling.
|
634
|
+
#
|
612
635
|
# Returns an invalid tree item if there are no further siblings.
|
613
636
|
# @see Wx::TreeCtrl#get_prev_sibling
|
614
637
|
# @param item [Wx::TreeItemId]
|
@@ -617,6 +640,7 @@ module Wx
|
|
617
640
|
alias_method :next_sibling, :get_next_sibling
|
618
641
|
|
619
642
|
# Returns the next visible item or an invalid item if this item is the last visible one.
|
643
|
+
#
|
620
644
|
# <div class="wxrb-note">
|
621
645
|
# <b>Note:</b>
|
622
646
|
# <p>The item itself must be visible.
|
@@ -628,6 +652,7 @@ module Wx
|
|
628
652
|
alias_method :next_visible, :get_next_visible
|
629
653
|
|
630
654
|
# Returns the previous sibling of the specified item; call {Wx::TreeCtrl#get_next_sibling} for the next sibling.
|
655
|
+
#
|
631
656
|
# Returns an invalid tree item if there are no further children.
|
632
657
|
# @see Wx::TreeCtrl#get_next_sibling
|
633
658
|
# @param item [Wx::TreeItemId]
|
@@ -636,6 +661,7 @@ module Wx
|
|
636
661
|
alias_method :prev_sibling, :get_prev_sibling
|
637
662
|
|
638
663
|
# Returns the previous visible item or an invalid item if this item is the first visible one.
|
664
|
+
#
|
639
665
|
# <div class="wxrb-note">
|
640
666
|
# <b>Note:</b>
|
641
667
|
# <p>The item itself must be visible.
|
@@ -647,6 +673,7 @@ module Wx
|
|
647
673
|
alias_method :prev_visible, :get_prev_visible
|
648
674
|
|
649
675
|
# Returns true if the control will use a quick calculation for the best size, looking only at the first and last items.
|
676
|
+
#
|
650
677
|
# The default is false.
|
651
678
|
# @see Wx::TreeCtrl#set_quick_best_size
|
652
679
|
# @return [Boolean]
|
@@ -659,6 +686,7 @@ module Wx
|
|
659
686
|
alias_method :root_item, :get_root_item
|
660
687
|
|
661
688
|
# Returns the selection, or an invalid item if there is no selection.
|
689
|
+
#
|
662
690
|
# This function only works with the controls without {Wx::TR_MULTIPLE} style, use {Wx::TreeCtrl#get_selections} for the controls which do have this style or, if a single item is wanted, use {Wx::TreeCtrl#get_focused_item}.
|
663
691
|
# @return [Wx::TreeItemId]
|
664
692
|
def get_selection; end
|
@@ -670,6 +698,7 @@ module Wx
|
|
670
698
|
alias_method :state_image_list, :get_state_image_list
|
671
699
|
|
672
700
|
# Calculates which (if any) item is under the given point, returning the tree item id at this point plus extra information flags.
|
701
|
+
#
|
673
702
|
# flags is a bitlist of the following:
|
674
703
|
#
|
675
704
|
# - {Wx::TREE_HITTEST_ABOVE}: Above the client area.
|
@@ -688,6 +717,7 @@ module Wx
|
|
688
717
|
def hit_test(point) end
|
689
718
|
|
690
719
|
# Inserts an item after a given one (previous).
|
720
|
+
#
|
691
721
|
# The image and selImage parameters are an index within the normal image list specifying the image to use for unselected and selected items, respectively. If image > -1 and selImage is -1, the same image is used for both selected and unselected items.
|
692
722
|
# @param parent [Wx::TreeItemId]
|
693
723
|
# @param previous [Wx::TreeItemId]
|
@@ -700,6 +730,7 @@ module Wx
|
|
700
730
|
|
701
731
|
# Returns true if the given item is in bold state.
|
702
732
|
#
|
733
|
+
#
|
703
734
|
# @see Wx::TreeCtrl#set_item_bold
|
704
735
|
# @param item [Wx::TreeItemId]
|
705
736
|
# @return [Boolean]
|
@@ -735,6 +766,7 @@ module Wx
|
|
735
766
|
def item_has_children(item) end
|
736
767
|
|
737
768
|
# Override this function in the derived class to change the sort order of the items in the tree control.
|
769
|
+
#
|
738
770
|
# The function should return a negative, zero or positive value if the first item is less than, equal to or greater than the second one.
|
739
771
|
# Please note that you <b>must</b> use {Wx::RTTI} macros {declare_dynamic_class} and {implement_dynamic_class} if you override this function because otherwise the base class considers that it is not overridden and uses the default comparison, i.e. sorts the items alphabetically, which allows it optimize away the calls to the virtual function completely.
|
740
772
|
# @see Wx::TreeCtrl#sort_children
|
@@ -744,6 +776,7 @@ module Wx
|
|
744
776
|
def on_compare_items(item1, item2) end
|
745
777
|
|
746
778
|
# Appends an item as the first child of parent, return a new item id.
|
779
|
+
#
|
747
780
|
# The image and selImage parameters are an index within the normal image list specifying the image to use for unselected and selected items, respectively. If image > -1 and selImage is -1, the same image is used for both selected and unselected items.
|
748
781
|
# @param parent [Wx::TreeItemId]
|
749
782
|
# @param text [String]
|
@@ -754,6 +787,7 @@ module Wx
|
|
754
787
|
def prepend_item(parent, text, image=-1, selImage=-1, data=nil) end
|
755
788
|
|
756
789
|
# Scrolls the specified item into view.
|
790
|
+
#
|
757
791
|
# Note that this method doesn't work while the window is frozen (See {Wx::Window#freeze}), at least under MSW.
|
758
792
|
# @see Wx::TreeCtrl#ensure_visible
|
759
793
|
# @param item [Wx::TreeItemId]
|
@@ -761,6 +795,7 @@ module Wx
|
|
761
795
|
def scroll_to(item) end
|
762
796
|
|
763
797
|
# Selects the given item.
|
798
|
+
#
|
764
799
|
# In multiple selection controls, can be also used to deselect a currently selected item if the value of select is false.
|
765
800
|
# Notice that calling this method will generate {Wx::EVT_TREE_SEL_CHANGING} and {Wx::EVT_TREE_SEL_CHANGED} events and that the change could be vetoed by the former event handler.
|
766
801
|
# @param item [Wx::TreeItemId]
|
@@ -775,6 +810,7 @@ module Wx
|
|
775
810
|
alias_method :indent=, :set_indent
|
776
811
|
|
777
812
|
# Sets the spacing for the tree control.
|
813
|
+
#
|
778
814
|
# Spacing is the number of horizontal pixels between the buttons and the state images. This has no effect under WXMSW.
|
779
815
|
# @param spacing [Integer]
|
780
816
|
# @return [void]
|
@@ -789,6 +825,7 @@ module Wx
|
|
789
825
|
|
790
826
|
# Makes item appear in bold font if bold parameter is true or resets it to the normal state.
|
791
827
|
#
|
828
|
+
#
|
792
829
|
# @see Wx::TreeCtrl#is_bold
|
793
830
|
# @param item [Wx::TreeItemId]
|
794
831
|
# @param bold [Boolean]
|
@@ -797,6 +834,7 @@ module Wx
|
|
797
834
|
alias_method :item_bold=, :set_item_bold
|
798
835
|
|
799
836
|
# Sets the item client data.
|
837
|
+
#
|
800
838
|
# Notice that the client data previously associated with the item (if any) is not freed by this function and so calling this function multiple times for the same item will result in memory leaks unless you delete the old item data pointer yourself.
|
801
839
|
# @param item [Wx::TreeItemId]
|
802
840
|
# @param data [Object]
|
@@ -811,6 +849,7 @@ module Wx
|
|
811
849
|
alias_method :item_drop_highlight=, :set_item_drop_highlight
|
812
850
|
|
813
851
|
# Sets the item's font.
|
852
|
+
#
|
814
853
|
# All items in the tree should have the same height to avoid text clipping, so the fonts height should be the same for all of them, although font attributes may vary.
|
815
854
|
# @see Wx::TreeCtrl#set_item_bold
|
816
855
|
# @param item [Wx::TreeItemId]
|
@@ -819,6 +858,7 @@ module Wx
|
|
819
858
|
def set_item_font(item, font) end
|
820
859
|
|
821
860
|
# Force appearance of the button next to the item.
|
861
|
+
#
|
822
862
|
# This is useful to allow the user to expand the items which don't have any children now, but instead adding them only when needed, thus minimizing memory usage and loading time.
|
823
863
|
# @param item [Wx::TreeItemId]
|
824
864
|
# @param hasChildren [Boolean]
|
@@ -827,6 +867,7 @@ module Wx
|
|
827
867
|
alias_method :item_has_children=, :set_item_has_children
|
828
868
|
|
829
869
|
# Sets the specified item's image.
|
870
|
+
#
|
830
871
|
# See {Wx::TreeCtrl#get_item_image} for the description of the which parameter.
|
831
872
|
# @param item [Wx::TreeItemId]
|
832
873
|
# @param image [Integer]
|
@@ -835,6 +876,7 @@ module Wx
|
|
835
876
|
def set_item_image(item, image, which=Wx::TreeItemIcon::TreeItemIcon_Normal) end
|
836
877
|
|
837
878
|
# Sets the specified item state.
|
879
|
+
#
|
838
880
|
# The value of state may be an index into the state image list, or one of the special values:
|
839
881
|
#
|
840
882
|
# - {Wx::TREE_ITEMSTATE_NONE}: to disable the item state (the state image will be not displayed).
|
@@ -858,6 +900,7 @@ module Wx
|
|
858
900
|
def set_item_text_colour(item, col) end
|
859
901
|
|
860
902
|
# If true is passed, specifies that the control will use a quick calculation for the best size, looking only at the first and last items.
|
903
|
+
#
|
861
904
|
# Otherwise, it will look at all items. The default is false.
|
862
905
|
# @see Wx::TreeCtrl#get_quick_best_size
|
863
906
|
# @param quickBestSize [Boolean]
|
@@ -866,6 +909,7 @@ module Wx
|
|
866
909
|
alias_method :quick_best_size=, :set_quick_best_size
|
867
910
|
|
868
911
|
# Sets the state image list (from which application-defined state images are taken).
|
912
|
+
#
|
869
913
|
# Image list assigned with this method will <b>not</b> be deleted by {Wx::TreeCtrl}'s destructor, you must delete it yourself.
|
870
914
|
# @see Wx::TreeCtrl#assign_state_image_list.
|
871
915
|
# @param imageList [Wx::ImageList]
|
@@ -874,6 +918,7 @@ module Wx
|
|
874
918
|
alias_method :state_image_list=, :set_state_image_list
|
875
919
|
|
876
920
|
# Sets the mode flags associated with the display of the tree control.
|
921
|
+
#
|
877
922
|
# The new mode takes effect immediately.
|
878
923
|
#
|
879
924
|
# <div class="wxrb-note">
|
@@ -887,6 +932,7 @@ module Wx
|
|
887
932
|
alias_method :window_style=, :set_window_style
|
888
933
|
|
889
934
|
# Sorts the children of the given item using {Wx::TreeCtrl#on_compare_items}.
|
935
|
+
#
|
890
936
|
# You should override that method to change the sort order (the default is ascending case-sensitive alphabetical order).
|
891
937
|
# @see Wx::TreeItemData
|
892
938
|
# @see Wx::TreeCtrl#on_compare_items
|
@@ -900,6 +946,7 @@ module Wx
|
|
900
946
|
def toggle(item) end
|
901
947
|
|
902
948
|
# Toggles the given item between selected and unselected states.
|
949
|
+
#
|
903
950
|
# For multiselection controls only.
|
904
951
|
# @param item [Wx::TreeItemId]
|
905
952
|
# @return [void]
|
@@ -914,12 +961,14 @@ module Wx
|
|
914
961
|
def unselect_all; end
|
915
962
|
|
916
963
|
# Unselects the given item.
|
964
|
+
#
|
917
965
|
# This works in multiselection controls only.
|
918
966
|
# @param item [Wx::TreeItemId]
|
919
967
|
# @return [void]
|
920
968
|
def unselect_item(item) end
|
921
969
|
|
922
970
|
# Select all the immediate children of the given parent.
|
971
|
+
#
|
923
972
|
# This function can be used with multiselection controls only.
|
924
973
|
# @param parent [Wx::TreeItemId]
|
925
974
|
# @return [void]
|
@@ -7,6 +7,7 @@
|
|
7
7
|
module Wx
|
8
8
|
|
9
9
|
# A tree event holds information about events associated with {Wx::TreeCtrl} objects.
|
10
|
+
#
|
10
11
|
# To process input from a tree control, use these event handler macros to direct input to member functions that take a {Wx::TreeEvent} argument.
|
11
12
|
# ### Events using this class
|
12
13
|
#
|
@@ -63,19 +64,21 @@ module Wx
|
|
63
64
|
class TreeEvent < NotifyEvent
|
64
65
|
|
65
66
|
# Constructor, used by wxWidgets itself only.
|
66
|
-
# @param commandType [Wx::
|
67
|
+
# @param commandType [Wx::StaticLine::EventType]
|
67
68
|
# @param tree [Wx::TreeCtrl]
|
68
69
|
# @param item [Wx::TreeItemId]
|
69
70
|
# @return [Wx::TreeEvent]
|
70
71
|
def initialize(commandType, tree, item=(Wx::TreeItemId.new())) end
|
71
72
|
|
72
73
|
# Returns the item.
|
74
|
+
#
|
73
75
|
# Note that the item may be invalid for {Wx::EVT_TREE_SEL_CHANGED} events when the previously selected item has been deselected and there is no new selection any longer, as it notably happens when deleting all tree control items.
|
74
76
|
# @return [Wx::TreeItemId]
|
75
77
|
def get_item; end
|
76
78
|
alias_method :item, :get_item
|
77
79
|
|
78
80
|
# Returns the key code if the event is a key event.
|
81
|
+
#
|
79
82
|
# Use {Wx::TreeEvent#get_key_event} to get the values of the modifier keys for this event (i.e. Shift or Ctrl).
|
80
83
|
# @return [Integer]
|
81
84
|
def get_key_code; end
|
@@ -97,18 +100,21 @@ module Wx
|
|
97
100
|
alias_method :old_item, :get_old_item
|
98
101
|
|
99
102
|
# Returns the position of the mouse pointer if the event is a drag or menu-context event.
|
103
|
+
#
|
100
104
|
# In both cases the position is in client coordinates - i.e. relative to the {Wx::TreeCtrl} window (so that you can pass it directly to e.g. {Wx::Window#popup_menu}).
|
101
105
|
# @return [Wx::Point]
|
102
106
|
def get_point; end
|
103
107
|
alias_method :point, :get_point
|
104
108
|
|
105
109
|
# Returns true if the label edit was cancelled.
|
110
|
+
#
|
106
111
|
# This should be called from within an EVT_TREE_END_LABEL_EDIT handler.
|
107
112
|
# @return [Boolean]
|
108
113
|
def is_edit_cancelled; end
|
109
114
|
alias_method :edit_cancelled?, :is_edit_cancelled
|
110
115
|
|
111
116
|
# Set the tooltip for the item (valid for EVT_TREE_ITEM_GETTOOLTIP events).
|
117
|
+
#
|
112
118
|
# Windows only.
|
113
119
|
# @param tooltip [String]
|
114
120
|
# @return [void]
|