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
@@ -7,6 +7,7 @@
|
|
7
7
|
module Wx::PG
|
8
8
|
|
9
9
|
# {Wx::PG::PropertyGridManager} is an efficient multi-page version of {Wx::PG::PropertyGrid}, which can optionally have toolbar for mode and page selection, a help text box, and a header.
|
10
|
+
#
|
10
11
|
# {Wx::PG::PropertyGridManager} inherits from {Wx::PG::PropertyGridInterface}, and as such it has most property manipulation functions. However, only some of them affect properties on all pages (e.g. {Wx::PG::PropertyGridManager#get_property_by_name} and {Wx::PG::PropertyGridManager#expand_all}), while some (e.g. {Wx::PG::PropertyGridManager#append}) only apply to the currently selected page.
|
11
12
|
# To operate explicitly on properties on specific page, use {Wx::PG::PropertyGridManager#get_page} to obtain pointer to page's {Wx::PG::PropertyGridPage} object.
|
12
13
|
# Visual methods, such as SetCellBackgroundColour() are only available in {Wx::PG::PropertyGrid}. Use {Wx::PG::PropertyGridManager#get_grid} to obtain pointer to it.
|
@@ -64,10 +65,12 @@ module Wx::PG
|
|
64
65
|
|
65
66
|
# @overload initialize()
|
66
67
|
# Two step constructor.
|
68
|
+
#
|
67
69
|
# Call Create when this constructor is called to build up the {Wx::PG::PropertyGridManager}.
|
68
70
|
# @return [Wx::PG::PropertyGridManager]
|
69
71
|
# @overload initialize(parent, id=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::PG::PGMAN_DEFAULT_STYLE, name=Wx::PROPERTY_GRID_MANAGER_NAME_STR)
|
70
72
|
# The default constructor.
|
73
|
+
#
|
71
74
|
# The styles to be used are styles valid for the {Wx::Window}.
|
72
75
|
# @see wxPropertyGrid Window Styles
|
73
76
|
# @param parent [Wx::Window]
|
@@ -80,6 +83,7 @@ module Wx::PG
|
|
80
83
|
def initialize(*args) end
|
81
84
|
|
82
85
|
# Creates new property page.
|
86
|
+
#
|
83
87
|
# Note that the first page is not created automatically.
|
84
88
|
#
|
85
89
|
# Returns pointer to created property grid page.
|
@@ -88,7 +92,7 @@ module Wx::PG
|
|
88
92
|
# <b>Remark:</b>
|
89
93
|
# <p>If toolbar is used, it is highly recommended that the pages are added when the toolbar is not turned off using window style flag switching. Otherwise toolbar buttons might not be added properly.
|
90
94
|
# </p>
|
91
|
-
# </div
|
95
|
+
# </div>
|
92
96
|
# @param label [String] A label for the page. This may be shown as a toolbar tooltip etc.
|
93
97
|
# @param bmp [Wx::BitmapBundle,Wx::Bitmap,Wx::Icon,Wx::Image] Bitmap bundle for toolbar image. If the bundle is empty, then a built-in default bitmap bundle is used.
|
94
98
|
# @param pageObj [Wx::PG::PropertyGridPage] {Wx::PG::PropertyGridPage} instance. Manager will take ownership of this object. NULL indicates that a default page instance should be created.
|
@@ -105,12 +109,14 @@ module Wx::PG
|
|
105
109
|
def clear_page(page) end
|
106
110
|
|
107
111
|
# Forces updating the value of property from the editor control.
|
112
|
+
#
|
108
113
|
# Returns true if value was actually updated.
|
109
114
|
# @param flags [Integer]
|
110
115
|
# @return [Boolean]
|
111
116
|
def commit_changes_from_editor(flags=0) end
|
112
117
|
|
113
118
|
# Two step creation.
|
119
|
+
#
|
114
120
|
# Whenever the control is created without any parameters, use Create to actually create it. Don't access the control's public methods before this is called.
|
115
121
|
# @see wxPropertyGrid Window Styles
|
116
122
|
# @param parent [Wx::Window]
|
@@ -123,22 +129,25 @@ module Wx::PG
|
|
123
129
|
def create(parent, id=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::PG::PGMAN_DEFAULT_STYLE, name=Wx::PROPERTY_GRID_MANAGER_NAME_STR) end
|
124
130
|
|
125
131
|
# Enables or disables (shows/hides) categories according to parameter enable.
|
132
|
+
#
|
126
133
|
# <div class="wxrb-remark">
|
127
134
|
# <b>Remark:</b>
|
128
135
|
# <p>Calling this may not properly update toolbar buttons.
|
129
136
|
# </p>
|
130
|
-
# </div
|
137
|
+
# </div>
|
131
138
|
# @param enable [Boolean]
|
132
139
|
# @return [Boolean]
|
133
140
|
def enable_categories(enable) end
|
134
141
|
|
135
142
|
# Selects page, scrolls and/or expands items to ensure that the given item is visible.
|
143
|
+
#
|
136
144
|
# Returns true if something was actually done.
|
137
145
|
# @param id [String,Wx::PG::PGProperty]
|
138
146
|
# @return [Boolean]
|
139
147
|
def ensure_visible(id) end
|
140
148
|
|
141
149
|
# Returns number of columns on given page.
|
150
|
+
#
|
142
151
|
# By the default, returns number of columns on current page.
|
143
152
|
# @param page [Integer]
|
144
153
|
# @return [Integer]
|
@@ -151,6 +160,7 @@ module Wx::PG
|
|
151
160
|
alias_method :desc_box_height, :get_desc_box_height
|
152
161
|
|
153
162
|
# Returns pointer to the contained {Wx::PG::PropertyGrid}.
|
163
|
+
#
|
154
164
|
# This does not change after {Wx::PG::PropertyGridManager} has been created, so you can safely obtain pointer once and use it for the entire lifetime of the manager instance.
|
155
165
|
# @return [Wx::PG::PropertyGrid]
|
156
166
|
def get_grid; end
|
@@ -173,6 +183,7 @@ module Wx::PG
|
|
173
183
|
alias_method :page, :get_page
|
174
184
|
|
175
185
|
# Returns index for a page name.
|
186
|
+
#
|
176
187
|
# If no match is found, {Wx::NOT_FOUND} is returned.
|
177
188
|
# @param name [String]
|
178
189
|
# @return [Integer]
|
@@ -180,6 +191,7 @@ module Wx::PG
|
|
180
191
|
alias_method :page_by_name, :get_page_by_name
|
181
192
|
|
182
193
|
# Returns index for a relevant propertygrid state.
|
194
|
+
#
|
183
195
|
# If no match is found, {Wx::NOT_FOUND} is returned.
|
184
196
|
# @param pstate [Wx::PG::PropertyGridPageState]
|
185
197
|
# @return [Integer]
|
@@ -198,6 +210,7 @@ module Wx::PG
|
|
198
210
|
alias_method :page_name, :get_page_name
|
199
211
|
|
200
212
|
# Returns "root property" of the given page.
|
213
|
+
#
|
201
214
|
# It does not have name, etc. and it is not visible. It is only useful for accessing its children.
|
202
215
|
# @param index [Integer]
|
203
216
|
# @return [Wx::PG::PGProperty]
|
@@ -225,6 +238,7 @@ module Wx::PG
|
|
225
238
|
alias_method :tool_bar, :get_tool_bar
|
226
239
|
|
227
240
|
# Creates new property page.
|
241
|
+
#
|
228
242
|
# Note that the first page is not created automatically.
|
229
243
|
#
|
230
244
|
# Returns pointer to created page.
|
@@ -247,6 +261,7 @@ module Wx::PG
|
|
247
261
|
alias_method :page_modified?, :is_page_modified
|
248
262
|
|
249
263
|
# Returns true if property is selected.
|
264
|
+
#
|
250
265
|
# Since selection is page based, this function checks every page in the manager.
|
251
266
|
# @param id [String,Wx::PG::PGProperty]
|
252
267
|
# @return [Boolean]
|
@@ -254,6 +269,7 @@ module Wx::PG
|
|
254
269
|
alias_method :property_selected?, :is_property_selected
|
255
270
|
|
256
271
|
# Removes a page.
|
272
|
+
#
|
257
273
|
# Returns false if it was not possible to remove page in question.
|
258
274
|
# @param page [Integer]
|
259
275
|
# @return [Boolean]
|
@@ -275,6 +291,7 @@ module Wx::PG
|
|
275
291
|
|
276
292
|
# Select a property.
|
277
293
|
#
|
294
|
+
#
|
278
295
|
# @see Wx::PG::PropertyGrid#select_property
|
279
296
|
# @see Wx::PG::PropertyGridInterface#clear_selection
|
280
297
|
# @param id [String,Wx::PG::PGProperty]
|
@@ -283,11 +300,12 @@ module Wx::PG
|
|
283
300
|
def select_property(id, focus=false) end
|
284
301
|
|
285
302
|
# Sets number of columns on given page (default is current page).
|
303
|
+
#
|
286
304
|
# <div class="wxrb-remark">
|
287
305
|
# <b>Remark:</b>
|
288
306
|
# <p>If you use header, then you should always use this member function to set the column count, instead of ones present in {Wx::PG::PropertyGrid} or {Wx::PG::PropertyGridPage}.
|
289
307
|
# </p>
|
290
|
-
# </div
|
308
|
+
# </div>
|
291
309
|
# @param colCount [Integer]
|
292
310
|
# @param page [Integer]
|
293
311
|
# @return [void]
|
@@ -295,13 +313,14 @@ module Wx::PG
|
|
295
313
|
alias_method :column_count=, :set_column_count
|
296
314
|
|
297
315
|
# Sets a column title.
|
316
|
+
#
|
298
317
|
# Default title for column 0 is "Property", and "Value" for column 1.
|
299
318
|
#
|
300
319
|
# <div class="wxrb-remark">
|
301
320
|
# <b>Remark:</b>
|
302
321
|
# <p>If header is not shown yet, then calling this member function will make it visible.
|
303
322
|
# </p>
|
304
|
-
# </div
|
323
|
+
# </div>
|
305
324
|
# @param idx [Integer]
|
306
325
|
# @param title [String]
|
307
326
|
# @return [void]
|
@@ -335,11 +354,12 @@ module Wx::PG
|
|
335
354
|
alias_method :page_splitter_left=, :set_page_splitter_left
|
336
355
|
|
337
356
|
# Sets splitter position on individual page.
|
357
|
+
#
|
338
358
|
# <div class="wxrb-remark">
|
339
359
|
# <b>Remark:</b>
|
340
360
|
# <p>If you use header, then you should always use this member function to set the splitter position, instead of ones present in {Wx::PG::PropertyGrid} or {Wx::PG::PropertyGridPage}.
|
341
361
|
# </p>
|
342
|
-
# </div
|
362
|
+
# </div>
|
343
363
|
# @param page [Integer]
|
344
364
|
# @param pos [Integer]
|
345
365
|
# @param column [Integer]
|
@@ -347,11 +367,12 @@ module Wx::PG
|
|
347
367
|
def set_page_splitter_position(page, pos, column=0) end
|
348
368
|
|
349
369
|
# Sets splitter position for all pages.
|
370
|
+
#
|
350
371
|
# <div class="wxrb-remark">
|
351
372
|
# <b>Remark:</b>
|
352
373
|
# <p>Splitter position cannot exceed grid size, and therefore setting it during form creation may fail as initial grid size is often smaller than desired splitter position, especially when sizers are being used.
|
353
374
|
# </p>
|
354
|
-
# </div
|
375
|
+
# </div>
|
355
376
|
#
|
356
377
|
# If you use header, then you should always use this member function to set the splitter position, instead of ones present in {Wx::PG::PropertyGrid} or {Wx::PG::PropertyGridPage}.
|
357
378
|
# @param pos [Integer]
|
@@ -361,13 +382,14 @@ module Wx::PG
|
|
361
382
|
alias_method :splitter_position=, :set_splitter_position
|
362
383
|
|
363
384
|
# Show or hide the property grid header control.
|
385
|
+
#
|
364
386
|
# It is hidden by the default.
|
365
387
|
#
|
366
388
|
# <div class="wxrb-remark">
|
367
389
|
# <b>Remark:</b>
|
368
390
|
# <p>Grid may look better if you use {Wx::PG::PG_WINDOW_STYLES::PG_NO_INTERNAL_BORDER} window style when showing a header.
|
369
391
|
# </p>
|
370
|
-
# </div
|
392
|
+
# </div>
|
371
393
|
# @param show [Boolean]
|
372
394
|
# @return [void]
|
373
395
|
def show_header(show=true) end
|
@@ -70,6 +70,7 @@ module Wx::PG
|
|
70
70
|
end # PG_ITERATOR_FLAGS
|
71
71
|
|
72
72
|
# Holder of property grid page information.
|
73
|
+
#
|
73
74
|
# You can subclass this and give instance in {Wx::PG::PropertyGridManager#add_page}. It inherits from {Wx::EvtHandler} and can be used to process events specific to this page (id of events will still be same as manager's). If you don't want to use it to process all events of the page, you need to return false in the derived {Wx::PG::PropertyGridPage#is_handling_all_events}.
|
74
75
|
# Please note that {Wx::PG::PropertyGridPage} lacks many non-const property manipulation functions found in {Wx::PG::PropertyGridManager}. Please use parent manager (m_manager member variable) when needed.
|
75
76
|
# Please note that most member functions are inherited and as such not documented on this page. This means you will probably also want to read {Wx::PG::PropertyGridInterface} class reference.
|
@@ -94,13 +95,14 @@ module Wx::PG
|
|
94
95
|
def clear; end
|
95
96
|
|
96
97
|
# Reduces column sizes to minimum possible that contents are still visibly (naturally some margin space will be applied as well).
|
98
|
+
#
|
97
99
|
# Returns minimum size for the page to still display everything.
|
98
100
|
#
|
99
101
|
# <div class="wxrb-remark">
|
100
102
|
# <b>Remark:</b>
|
101
103
|
# <p>This function only works properly if size of containing grid was already fairly large.
|
102
104
|
# </p>
|
103
|
-
# </div
|
105
|
+
# </div>
|
104
106
|
#
|
105
107
|
# Note that you can also get calculated column widths by calling {Wx::PG::PropertyGridPage#get_column_width} immediately after this function returns.
|
106
108
|
# @return [Wx::Size]
|
@@ -112,6 +114,7 @@ module Wx::PG
|
|
112
114
|
alias_method :index, :get_index
|
113
115
|
|
114
116
|
# Returns "root property".
|
117
|
+
#
|
115
118
|
# It does not have name, etc. and it is not visible. It is only useful for accessing its children.
|
116
119
|
# @return [Wx::PG::PGProperty]
|
117
120
|
def get_root; end
|
@@ -129,6 +132,7 @@ module Wx::PG
|
|
129
132
|
alias_method :tool_id, :get_tool_id
|
130
133
|
|
131
134
|
# Do any member initialization in this method.
|
135
|
+
#
|
132
136
|
# <div class="wxrb-remark">
|
133
137
|
# <b>Remark:</b>
|
134
138
|
# <p>- Called every time the page is added into a manager.
|
@@ -136,7 +140,7 @@ module Wx::PG
|
|
136
140
|
# - You can add properties to the page here.
|
137
141
|
#
|
138
142
|
# </p>
|
139
|
-
# </div
|
143
|
+
# </div>
|
140
144
|
# @return [void]
|
141
145
|
def init; end
|
142
146
|
|
@@ -146,6 +150,7 @@ module Wx::PG
|
|
146
150
|
alias_method :handling_all_events?, :is_handling_all_events
|
147
151
|
|
148
152
|
# Called every time page is about to be shown.
|
153
|
+
#
|
149
154
|
# Useful, for instance, creating properties just-in-time.
|
150
155
|
# @return [void]
|
151
156
|
def on_show; end
|
@@ -156,11 +161,12 @@ module Wx::PG
|
|
156
161
|
def refresh_property(p) end
|
157
162
|
|
158
163
|
# Sets splitter position on page.
|
164
|
+
#
|
159
165
|
# <div class="wxrb-remark">
|
160
166
|
# <b>Remark:</b>
|
161
167
|
# <p>Splitter position cannot exceed grid size, and therefore setting it during form creation may fail as initial grid size is often smaller than desired splitter position, especially when sizers are being used.
|
162
168
|
# </p>
|
163
|
-
# </div
|
169
|
+
# </div>
|
164
170
|
# @param splitterPos [Integer]
|
165
171
|
# @param col [Integer]
|
166
172
|
# @return [void]
|
@@ -198,11 +204,12 @@ module Wx::PG
|
|
198
204
|
alias_method :virtual_height, :get_virtual_height
|
199
205
|
|
200
206
|
# Returns actual height of contained visible properties.
|
207
|
+
#
|
201
208
|
# <div class="wxrb-remark">
|
202
209
|
# <b>Remark:</b>
|
203
210
|
# <p>Mostly used for internal diagnostic purposes.
|
204
211
|
# </p>
|
205
|
-
# </div
|
212
|
+
# </div>
|
206
213
|
# @return [Integer]
|
207
214
|
def get_actual_virtual_height; end
|
208
215
|
alias_method :actual_virtual_height, :get_actual_virtual_height
|
@@ -7,13 +7,14 @@
|
|
7
7
|
module Wx::PG
|
8
8
|
|
9
9
|
# Contains low-level property page information (properties, column widths, etc.) of a single {Wx::PG::PropertyGrid} or single {Wx::PG::PropertyGridPage}.
|
10
|
+
#
|
10
11
|
# Generally you should not use this class directly, but instead member functions in {Wx::PG::PropertyGridInterface}, {Wx::PG::PropertyGrid}, {Wx::PG::PropertyGridPage}, and {Wx::PG::PropertyGridManager}.
|
11
12
|
#
|
12
13
|
# <div class="wxrb-remark">
|
13
14
|
# <b>Remark:</b>
|
14
15
|
# <p>Currently this class is not implemented in {Wx::Python}.
|
15
16
|
# </p>
|
16
|
-
# </div
|
17
|
+
# </div>
|
17
18
|
#
|
18
19
|
# Category: {Wx::PG::PropertyGrid}
|
19
20
|
#
|
@@ -43,11 +44,12 @@ module Wx::PG
|
|
43
44
|
alias_method :virtual_height, :get_virtual_height
|
44
45
|
|
45
46
|
# Returns actual height of contained visible properties.
|
47
|
+
#
|
46
48
|
# <div class="wxrb-remark">
|
47
49
|
# <b>Remark:</b>
|
48
50
|
# <p>Mostly used for internal diagnostic purposes.
|
49
51
|
# </p>
|
50
|
-
# </div
|
52
|
+
# </div>
|
51
53
|
# @return [Integer]
|
52
54
|
def get_actual_virtual_height; end
|
53
55
|
alias_method :actual_virtual_height, :get_actual_virtual_height
|
@@ -116,6 +118,7 @@ module Wx::PG
|
|
116
118
|
|
117
119
|
end # PropertyGridPageState
|
118
120
|
|
121
|
+
#
|
119
122
|
#
|
120
123
|
# ## wxPropertyGridHitTestResult
|
121
124
|
#
|
@@ -130,12 +133,14 @@ module Wx::PG
|
|
130
133
|
def initialize; end
|
131
134
|
|
132
135
|
# Returns column hit.
|
136
|
+
#
|
133
137
|
# -1 for margin.
|
134
138
|
# @return [Integer]
|
135
139
|
def get_column; end
|
136
140
|
alias_method :column, :get_column
|
137
141
|
|
138
142
|
# Returns property hit.
|
143
|
+
#
|
139
144
|
# NULL if empty space below properties was hit instead.
|
140
145
|
# @return [Wx::PG::PGProperty]
|
141
146
|
def get_property; end
|
@@ -13,6 +13,7 @@ module Wx
|
|
13
13
|
PB_SMALL = 32768
|
14
14
|
|
15
15
|
# Base abstract class for all pickers which support an auxiliary text control.
|
16
|
+
#
|
16
17
|
# This class handles all positioning and sizing of the text control like a a horizontal {Wx::BoxSizer} would do, with the text control on the left of the picker button.
|
17
18
|
# The proportion (see {Wx::Sizer} documentation for more info about proportion values) of the picker control defaults to 1 when there isn't a text control associated (see {Wx::PB_USE_TEXTCTRL} style) and to 0 otherwise.
|
18
19
|
# ### Styles
|
@@ -31,6 +32,7 @@ module Wx
|
|
31
32
|
def initialize; end
|
32
33
|
|
33
34
|
# Returns the margin (in pixel) between the picker and the text control.
|
35
|
+
#
|
34
36
|
# This function can be used only when {Wx::PickerBase#has_text_ctrl} returns true.
|
35
37
|
# @return [Integer]
|
36
38
|
def get_internal_margin; end
|
@@ -42,16 +44,18 @@ module Wx
|
|
42
44
|
alias_method :picker_ctrl_proportion, :get_picker_ctrl_proportion
|
43
45
|
|
44
46
|
# Returns a pointer to the text control handled by this window or NULL if the {Wx::PB_USE_TEXTCTRL} style was not specified when this control was created.
|
47
|
+
#
|
45
48
|
# <div class="wxrb-remark">
|
46
49
|
# <b>Remark:</b>
|
47
50
|
# <p>The contents of the text control could be an invalid representation of the entity which can be chosen through the picker (e.g. when the user enters an invalid colour syntax because of a typo). Thus you should never parse the content of the textctrl to get the user's input; rather use the derived-class getter (e.g. {Wx::ColourPickerCtrl#get_colour}, {Wx::FilePickerCtrl#get_path}, etc).
|
48
51
|
# </p>
|
49
|
-
# </div
|
52
|
+
# </div>
|
50
53
|
# @return [Wx::TextCtrl]
|
51
54
|
def get_text_ctrl; end
|
52
55
|
alias_method :text_ctrl, :get_text_ctrl
|
53
56
|
|
54
57
|
# Returns the native implementation of the real picker control.
|
58
|
+
#
|
55
59
|
# <div class="wxrb-note">
|
56
60
|
# <b>Note:</b>
|
57
61
|
# <p>The returned control in the generic implementation of {Wx::FilePickerCtrl}, {Wx::DirPickerCtrl}, {Wx::FontPickerCtrl} and {Wx::ColourPickerCtrl} is a specialized {Wx::Button} class so that you can change its label doing, e.g.:
|
@@ -74,6 +78,7 @@ module Wx
|
|
74
78
|
alias_method :picker_ctrl, :get_picker_ctrl
|
75
79
|
|
76
80
|
# Returns the proportion value of the text control.
|
81
|
+
#
|
77
82
|
# This function can be used only when {Wx::PickerBase#has_text_ctrl} returns true.
|
78
83
|
# @return [Integer]
|
79
84
|
def get_text_ctrl_proportion; end
|
@@ -90,12 +95,14 @@ module Wx
|
|
90
95
|
alias_method :picker_ctrl_growable?, :is_picker_ctrl_growable
|
91
96
|
|
92
97
|
# Returns true if the text control is growable.
|
98
|
+
#
|
93
99
|
# This function can be used only when {Wx::PickerBase#has_text_ctrl} returns true.
|
94
100
|
# @return [Boolean]
|
95
101
|
def is_text_ctrl_growable; end
|
96
102
|
alias_method :text_ctrl_growable?, :is_text_ctrl_growable
|
97
103
|
|
98
104
|
# Sets the margin (in pixel) between the picker and the text control.
|
105
|
+
#
|
99
106
|
# This function can be used only when {Wx::PickerBase#has_text_ctrl} returns true.
|
100
107
|
# @param margin [Integer]
|
101
108
|
# @return [void]
|
@@ -109,6 +116,7 @@ module Wx
|
|
109
116
|
alias_method :picker_ctrl_growable=, :set_picker_ctrl_growable
|
110
117
|
|
111
118
|
# Sets the proportion value of the picker.
|
119
|
+
#
|
112
120
|
# Look at the detailed description of {Wx::PickerBase} for more info.
|
113
121
|
# @param prop [Integer]
|
114
122
|
# @return [void]
|
@@ -116,6 +124,7 @@ module Wx
|
|
116
124
|
alias_method :picker_ctrl_proportion=, :set_picker_ctrl_proportion
|
117
125
|
|
118
126
|
# Sets the text control as growable when grow is true.
|
127
|
+
#
|
119
128
|
# This function can be used only when {Wx::PickerBase#has_text_ctrl} returns true.
|
120
129
|
# @param grow [Boolean]
|
121
130
|
# @return [void]
|
@@ -123,6 +132,7 @@ module Wx
|
|
123
132
|
alias_method :text_ctrl_growable=, :set_text_ctrl_growable
|
124
133
|
|
125
134
|
# Sets the proportion value of the text control.
|
135
|
+
#
|
126
136
|
# Look at the detailed description of {Wx::PickerBase} for more info.
|
127
137
|
# This function can be used only when {Wx::PickerBase#has_text_ctrl} returns true.
|
128
138
|
# @param prop [Integer]
|
@@ -172,6 +172,7 @@ module Wx
|
|
172
172
|
end # Endianness
|
173
173
|
|
174
174
|
# Returns true only for MSW programs running under Wine.
|
175
|
+
#
|
175
176
|
# This function can be used to check for some functionality not implemented when using Wine.
|
176
177
|
#
|
177
178
|
# Category: Application and System configuration
|
@@ -179,6 +180,7 @@ module Wx
|
|
179
180
|
def self.is_running_under_wine; end
|
180
181
|
|
181
182
|
# This class holds information about the operating system, the toolkit and the basic architecture bitness of the machine where the application is currently running.
|
183
|
+
#
|
182
184
|
# This class does not only have getters for the information above, it also has setters. This allows you to e.g. save the current platform information in a data file (maybe in string form) so that when you later load it, you can easily retrieve (see the static getters for string->enum conversion functions) and store inside a {Wx::PlatformInfo} instance (using its setters) the signature of the system which generated it.
|
183
185
|
# In general however you only need to use the static {Wx::PlatformInfo.instance} method and then access the various information for the current platform:
|
184
186
|
# ```ruby
|
@@ -211,6 +213,7 @@ module Wx
|
|
211
213
|
|
212
214
|
# Returns the CPU architecture name, if available.
|
213
215
|
#
|
216
|
+
#
|
214
217
|
# @see get_cpu_architecture_name
|
215
218
|
# @see Wx::PlatformInfo#get_native_cpu_architecture_name
|
216
219
|
# @return [String]
|
@@ -219,6 +222,7 @@ module Wx
|
|
219
222
|
|
220
223
|
# Returns the native CPU architecture name, if available.
|
221
224
|
#
|
225
|
+
#
|
222
226
|
# @see get_native_cpu_architecture_name
|
223
227
|
# @see Wx::PlatformInfo#get_cpu_architecture_name
|
224
228
|
# @return [String]
|
@@ -227,6 +231,7 @@ module Wx
|
|
227
231
|
|
228
232
|
# Returns the run-time major version of the OS associated with this {Wx::PlatformInfo} instance.
|
229
233
|
#
|
234
|
+
#
|
230
235
|
# @see get_os_version
|
231
236
|
# @see Wx::PlatformInfo#check_os_version
|
232
237
|
# @return [Integer]
|
@@ -235,6 +240,7 @@ module Wx
|
|
235
240
|
|
236
241
|
# Returns the run-time minor version of the OS associated with this {Wx::PlatformInfo} instance.
|
237
242
|
#
|
243
|
+
#
|
238
244
|
# @see get_os_version
|
239
245
|
# @see Wx::PlatformInfo#check_os_version
|
240
246
|
# @return [Integer]
|
@@ -243,6 +249,7 @@ module Wx
|
|
243
249
|
|
244
250
|
# Returns the run-time micro version of the OS associated with this {Wx::PlatformInfo} instance.
|
245
251
|
#
|
252
|
+
#
|
246
253
|
# @see get_os_version
|
247
254
|
# @see Wx::PlatformInfo#check_os_version
|
248
255
|
# @return [Integer]
|
@@ -250,12 +257,14 @@ module Wx
|
|
250
257
|
alias_method :os_micro_version, :get_os_micro_version
|
251
258
|
|
252
259
|
# Returns the operating system ID of this {Wx::PlatformInfo} instance.
|
260
|
+
#
|
253
261
|
# See {get_os_version} for more info.
|
254
262
|
# @return [Wx::OperatingSystemId]
|
255
263
|
def get_operating_system_id; end
|
256
264
|
alias_method :operating_system_id, :get_operating_system_id
|
257
265
|
|
258
266
|
# Returns the description of the operating system of this {Wx::PlatformInfo} instance.
|
267
|
+
#
|
259
268
|
# See {get_os_description} for more info.
|
260
269
|
# @return [String]
|
261
270
|
def get_operating_system_description; end
|
@@ -267,18 +276,21 @@ module Wx
|
|
267
276
|
alias_method :port_id, :get_port_id
|
268
277
|
|
269
278
|
# Returns the Linux distribution info associated with this {Wx::PlatformInfo} instance.
|
279
|
+
#
|
270
280
|
# See {get_linux_distribution_info} for more info.
|
271
281
|
# @return [Wx::LinuxDistributionInfo]
|
272
282
|
def get_linux_distribution_info; end
|
273
283
|
alias_method :linux_distribution_info, :get_linux_distribution_info
|
274
284
|
|
275
285
|
# Returns the desktop environment associated with this {Wx::PlatformInfo} instance.
|
286
|
+
#
|
276
287
|
# See {Wx::AppTraits#get_desktop_environment} for more info.
|
277
288
|
# @return [String]
|
278
289
|
def get_desktop_environment; end
|
279
290
|
alias_method :desktop_environment, :get_desktop_environment
|
280
291
|
|
281
292
|
# Returns the run-time major version of the toolkit associated with this {Wx::PlatformInfo} instance.
|
293
|
+
#
|
282
294
|
# Note that if {Wx::PlatformInfo#get_port_id} returns {Wx::PortId::PORT_BASE}, then this value is zero (unless externally modified with {Wx::PlatformInfo#set_toolkit_version}); that is, no native toolkit is in use. See {Wx::AppTraits#get_toolkit_version} for more info.
|
283
295
|
# @see Wx::PlatformInfo#check_toolkit_version
|
284
296
|
# @return [Integer]
|
@@ -286,6 +298,7 @@ module Wx
|
|
286
298
|
alias_method :toolkit_major_version, :get_toolkit_major_version
|
287
299
|
|
288
300
|
# Returns the run-time minor version of the toolkit associated with this {Wx::PlatformInfo} instance.
|
301
|
+
#
|
289
302
|
# Note that if {Wx::PlatformInfo#get_port_id} returns {Wx::PortId::PORT_BASE}, then this value is zero (unless externally modified with {Wx::PlatformInfo#set_toolkit_version}); that is, no native toolkit is in use. See {Wx::AppTraits#get_toolkit_version} for more info.
|
290
303
|
# @see Wx::PlatformInfo#check_toolkit_version
|
291
304
|
# @return [Integer]
|
@@ -293,6 +306,7 @@ module Wx
|
|
293
306
|
alias_method :toolkit_minor_version, :get_toolkit_minor_version
|
294
307
|
|
295
308
|
# Returns the run-time micro version of the toolkit associated with this {Wx::PlatformInfo} instance.
|
309
|
+
#
|
296
310
|
# Note that if {Wx::PlatformInfo#get_port_id} returns {Wx::PortId::PORT_BASE}, then this value is zero (unless externally modified with {Wx::PlatformInfo#set_toolkit_version}); that is, no native toolkit is in use. See {Wx::AppTraits#get_toolkit_version} for more info.
|
297
311
|
# @see Wx::PlatformInfo#check_toolkit_version
|
298
312
|
# @return [Integer]
|
@@ -330,12 +344,14 @@ module Wx
|
|
330
344
|
alias_method :port_id_short_name, :get_port_id_short_name
|
331
345
|
|
332
346
|
# Returns the operating system directory.
|
347
|
+
#
|
333
348
|
# See {get_os_directory} for more info.
|
334
349
|
# @return [String]
|
335
350
|
def self.get_operating_system_directory; end
|
336
351
|
|
337
352
|
# Returns true if the OS version is at least major.minor.micro.
|
338
353
|
#
|
354
|
+
#
|
339
355
|
# @see Wx::PlatformInfo#get_os_major_version
|
340
356
|
# @see Wx::PlatformInfo#get_os_minor_version
|
341
357
|
# @see Wx::PlatformInfo#get_os_micro_version
|
@@ -348,6 +364,7 @@ module Wx
|
|
348
364
|
|
349
365
|
# Returns true if the toolkit version is at least major.minor.micro.
|
350
366
|
#
|
367
|
+
#
|
351
368
|
# @see Wx::PlatformInfo#get_toolkit_major_version
|
352
369
|
# @see Wx::PlatformInfo#get_toolkit_minor_version
|
353
370
|
# @see Wx::PlatformInfo#get_toolkit_micro_version
|
@@ -375,6 +392,7 @@ module Wx
|
|
375
392
|
end # PlatformInfo
|
376
393
|
|
377
394
|
# {Wx::VersionInfo} contains version information.
|
395
|
+
#
|
378
396
|
# This class is used by wxWidgets to provide version information about the libraries it uses and itself, but you can also apply it in user space, to provide version information about your own libraries, or other libraries that you use.
|
379
397
|
#
|
380
398
|
# Category: Data Structures
|
@@ -384,6 +402,7 @@ module Wx
|
|
384
402
|
class VersionInfo < ::Object
|
385
403
|
|
386
404
|
# Constructor.
|
405
|
+
#
|
387
406
|
# The version information objects need to be initialized with this constructor and are immutable once they are created.
|
388
407
|
# @param name [String] The name of the library or other entity that this object pertains to.
|
389
408
|
# @param major [Integer] The major version component.
|
@@ -397,24 +416,28 @@ module Wx
|
|
397
416
|
def initialize(name=(()), major=0, minor=0, micro=0, revision=0, description=(()), copyright=(())) end
|
398
417
|
|
399
418
|
# Get the name of the object (library).
|
419
|
+
#
|
400
420
|
# Name string.
|
401
421
|
# @return [Wx::String]
|
402
422
|
def get_name; end
|
403
423
|
alias_method :name, :get_name
|
404
424
|
|
405
425
|
# Get the major version number.
|
426
|
+
#
|
406
427
|
# Major version number.
|
407
428
|
# @return [Integer]
|
408
429
|
def get_major; end
|
409
430
|
alias_method :major, :get_major
|
410
431
|
|
411
432
|
# Get the minor version number.
|
433
|
+
#
|
412
434
|
# Minor version number.
|
413
435
|
# @return [Integer]
|
414
436
|
def get_minor; end
|
415
437
|
alias_method :minor, :get_minor
|
416
438
|
|
417
439
|
# Get the micro version, or release number.
|
440
|
+
#
|
418
441
|
# This is the third component of the version.
|
419
442
|
# Micro version, or release number.
|
420
443
|
# @return [Integer]
|
@@ -422,6 +445,7 @@ module Wx
|
|
422
445
|
alias_method :micro, :get_micro
|
423
446
|
|
424
447
|
# Get the revision version, or build number.
|
448
|
+
#
|
425
449
|
# This is the fourth component of the version.
|
426
450
|
# Revision version, or build number.
|
427
451
|
# @return [Integer]
|
@@ -429,6 +453,7 @@ module Wx
|
|
429
453
|
alias_method :revision, :get_revision
|
430
454
|
|
431
455
|
# Get the string representation of this version object.
|
456
|
+
#
|
432
457
|
# This function returns the description if it is non-empty or {Wx::VersionInfo#get_version_string} if there is no description.
|
433
458
|
# @see Wx::VersionInfo#get_description
|
434
459
|
# @see Wx::VersionInfo#get_version_string
|
@@ -436,6 +461,7 @@ module Wx
|
|
436
461
|
def to_string; end
|
437
462
|
|
438
463
|
# Get the string representation.
|
464
|
+
#
|
439
465
|
# The micro and revision components of the version are ignored/not used if they are both zero. If the revision component is non-zero all four parts will be used even if the micro component is zero.
|
440
466
|
# The version string in the form "name major.minor[.micro[.revision]]".
|
441
467
|
# @return [String]
|
@@ -444,12 +470,14 @@ module Wx
|
|
444
470
|
|
445
471
|
# Return true if a description string has been specified.
|
446
472
|
#
|
473
|
+
#
|
447
474
|
# @see Wx::VersionInfo#get_description
|
448
475
|
# @return [Boolean]
|
449
476
|
def has_description; end
|
450
477
|
alias_method :has_description?, :has_description
|
451
478
|
|
452
479
|
# Get the description string.
|
480
|
+
#
|
453
481
|
# The description may be empty.
|
454
482
|
# The description string, free-form.
|
455
483
|
# @return [Wx::String]
|
@@ -458,12 +486,14 @@ module Wx
|
|
458
486
|
|
459
487
|
# Returns true if a copyright string has been specified.
|
460
488
|
#
|
489
|
+
#
|
461
490
|
# @see Wx::VersionInfo#get_copyright
|
462
491
|
# @return [Boolean]
|
463
492
|
def has_copyright; end
|
464
493
|
alias_method :has_copyright?, :has_copyright
|
465
494
|
|
466
495
|
# Get the copyright string.
|
496
|
+
#
|
467
497
|
# The copyright string may be empty.
|
468
498
|
# The copyright string.
|
469
499
|
# @return [Wx::String]
|
@@ -473,6 +503,7 @@ module Wx
|
|
473
503
|
end # VersionInfo
|
474
504
|
|
475
505
|
# A structure containing information about a Linux distribution as returned by the lsb_release utility.
|
506
|
+
#
|
476
507
|
# See {get_linux_distribution_info} or {Wx::PlatformInfo#get_linux_distribution_info} for more info.
|
477
508
|
#
|
478
509
|
#
|