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
@@ -313,6 +313,7 @@ module Wx::PG
|
|
313
313
|
end # PGPropertyFlags
|
314
314
|
|
315
315
|
# {Wx::PG::PGProperty} is base class for all {Wx::PG::PropertyGrid} properties and as such it is not intended to be instantiated directly.
|
316
|
+
#
|
316
317
|
# In sections below we cover few related topics.
|
317
318
|
#
|
318
319
|
# - Supplied Ready-to-use Property Classes
|
@@ -379,7 +380,7 @@ module Wx::PG
|
|
379
380
|
# <b>Remark:</b>
|
380
381
|
# <p>{Wx::PG::StringProperty} has a special trait: if it has value of "<composed>", and also has child properties, then its displayed value becomes composition of child property values, similar as with {Wx::PG::FontProperty}, for instance.
|
381
382
|
# </p>
|
382
|
-
# </div
|
383
|
+
# </div>
|
383
384
|
#
|
384
385
|
# ## wxIntProperty
|
385
386
|
#
|
@@ -435,7 +436,7 @@ module Wx::PG
|
|
435
436
|
# <b>Remark:</b>
|
436
437
|
# <p>For example how to use seamless 64-bit integer support, see {Wx::PG::IntProperty} documentation (just use {Wx::ULongLong} instead of {Wx::LongLong}).
|
437
438
|
# </p>
|
438
|
-
# </div
|
439
|
+
# </div>
|
439
440
|
#
|
440
441
|
# ## wxFloatProperty
|
441
442
|
#
|
@@ -695,6 +696,7 @@ module Wx::PG
|
|
695
696
|
class PGProperty < Object
|
696
697
|
|
697
698
|
# This virtual function is called after m_value has been set.
|
699
|
+
#
|
698
700
|
# <div class="wxrb-remark">
|
699
701
|
# <b>Remark:</b>
|
700
702
|
# <p>
|
@@ -704,7 +706,7 @@ module Wx::PG
|
|
704
706
|
# - Default implementation does nothing.
|
705
707
|
#
|
706
708
|
# </p>
|
707
|
-
# </div
|
709
|
+
# </div>
|
708
710
|
# @return [void]
|
709
711
|
def on_set_value; end
|
710
712
|
|
@@ -713,6 +715,7 @@ module Wx::PG
|
|
713
715
|
def do_get_value; end
|
714
716
|
|
715
717
|
# Implement this function in derived class to check the value.
|
718
|
+
#
|
716
719
|
# Return true if it is ok. Returning false prevents property change events from occurring.
|
717
720
|
#
|
718
721
|
# <div class="wxrb-remark">
|
@@ -722,20 +725,21 @@ module Wx::PG
|
|
722
725
|
# - Default implementation always returns true.
|
723
726
|
#
|
724
727
|
# </p>
|
725
|
-
# </div
|
728
|
+
# </div>
|
726
729
|
# @param value [Wx::Variant]
|
727
730
|
# @param validationInfo [Wx::PG::PGValidationInfo]
|
728
731
|
# @return [Boolean]
|
729
732
|
def validate_value(value, validationInfo) end
|
730
733
|
|
731
734
|
# Converts text into {Wx::Variant} value appropriate for this property.
|
735
|
+
#
|
732
736
|
# Returns true if resulting {Wx::Variant} value was different.
|
733
737
|
#
|
734
738
|
# <div class="wxrb-remark">
|
735
739
|
# <b>Remark:</b>
|
736
740
|
# <p>Default implementation converts semicolon delimited tokens into child values. Only works for properties with children.
|
737
741
|
# </p>
|
738
|
-
# </div
|
742
|
+
# </div>
|
739
743
|
#
|
740
744
|
# You might want to take into account that m_value is Null variant if property value is unspecified (which is usually only case if you explicitly enabled that sort behaviour).
|
741
745
|
# @param variant [Wx::Variant] On function entry this is the old value (should not be {Wx::NullVariant} in normal cases). Translated value must be assigned back to it.
|
@@ -745,6 +749,7 @@ module Wx::PG
|
|
745
749
|
def string_to_value(variant, text, argFlags=0) end
|
746
750
|
|
747
751
|
# Converts integer (possibly a choice selection) into {Wx::Variant} value appropriate for this property.
|
752
|
+
#
|
748
753
|
# Returns true if resulting {Wx::Variant} value was different.
|
749
754
|
#
|
750
755
|
# <div class="wxrb-remark">
|
@@ -757,7 +762,7 @@ module Wx::PG
|
|
757
762
|
# - You might want to take into account that m_value is Mull variant if property value is unspecified (which is usually only case if you explicitly enabled that sort behaviour).
|
758
763
|
#
|
759
764
|
# </p>
|
760
|
-
# </div
|
765
|
+
# </div>
|
761
766
|
# @param variant [Wx::Variant] On function entry this is the old value (should not be {Wx::NullVariant} in normal cases). Translated value must be assigned back to it.
|
762
767
|
# @param number [Integer] Integer to be translated into variant.
|
763
768
|
# @param argFlags [Integer] If {Wx::PG::PG_MISC_ARG_FLAGS::PG_FULL_VALUE} is set, returns complete, storable value instead of displayable one.
|
@@ -765,17 +770,19 @@ module Wx::PG
|
|
765
770
|
def int_to_value(variant, number, argFlags=0) end
|
766
771
|
|
767
772
|
# Converts property value into a text representation.
|
773
|
+
#
|
768
774
|
# <div class="wxrb-remark">
|
769
775
|
# <b>Remark:</b>
|
770
776
|
# <p>Default implementation calls {Wx::PG::PGProperty#generate_composed_value}.
|
771
777
|
# </p>
|
772
|
-
# </div
|
778
|
+
# </div>
|
773
779
|
# @param value [Wx::Variant] Value to be converted.
|
774
780
|
# @param argFlags [Integer] If 0 (default value), then displayed string is returned. If {Wx::PG::PG_MISC_ARG_FLAGS::PG_FULL_VALUE} is set, returns complete, storable string value instead of displayable. If {Wx::PG::PG_MISC_ARG_FLAGS::PG_EDITABLE_VALUE} is set, returns string value that must be editable in textctrl. If {Wx::PG::PG_MISC_ARG_FLAGS::PG_COMPOSITE_FRAGMENT} is set, returns text that is appropriate to display as a part of string property's composite text representation.
|
775
781
|
# @return [String]
|
776
782
|
def value_to_string(value, argFlags=0) end
|
777
783
|
|
778
784
|
# Converts string to a value, and if successful, calls {Wx::PG::PGProperty#set_value} on it.
|
785
|
+
#
|
779
786
|
# Default behaviour is to do nothing.
|
780
787
|
#
|
781
788
|
# true if value was changed.
|
@@ -786,6 +793,7 @@ module Wx::PG
|
|
786
793
|
alias_method :value_from_string=, :set_value_from_string
|
787
794
|
|
788
795
|
# Converts integer to a value, and if successful, calls {Wx::PG::PGProperty#set_value} on it.
|
796
|
+
#
|
789
797
|
# Default behaviour is to do nothing.
|
790
798
|
#
|
791
799
|
# true if value was changed.
|
@@ -796,6 +804,7 @@ module Wx::PG
|
|
796
804
|
alias_method :value_from_int=, :set_value_from_int
|
797
805
|
|
798
806
|
# Returns size of the custom painted image in front of property.
|
807
|
+
#
|
799
808
|
# This method must be overridden to return non-default value if OnCustomPaint is to be called.
|
800
809
|
#
|
801
810
|
# <div class="wxrb-remark">
|
@@ -807,12 +816,13 @@ module Wx::PG
|
|
807
816
|
# - You can also return {Wx::PG::PG_DEFAULT_IMAGE_SIZE} which equals {Wx::DEFAULT_SIZE}.
|
808
817
|
#
|
809
818
|
# </p>
|
810
|
-
# </div
|
819
|
+
# </div>
|
811
820
|
# @param item [Integer] Normally -1, but can be an index to the property's list of items.
|
812
821
|
# @return [Wx::Size]
|
813
822
|
def on_measure_image(item=-1) end
|
814
823
|
|
815
824
|
# Events received by editor widgets are processed here.
|
825
|
+
#
|
816
826
|
# Note that editor class usually processes most events. Some, such as button press events of TextCtrlAndButton class, can be handled here. Also, if custom handling for regular events is desired, then that can also be done (for example, {Wx::PG::SystemColourProperty} custom handles {Wx::EVT_CHOICE} to display colour picker dialog when 'custom' selection is made).
|
817
827
|
# If the event causes value to be changed, {Wx::PG::PGProperty#set_value_in_event} should be called to set the new value.
|
818
828
|
# The parameter event is the associated {Wx::Event}.
|
@@ -828,7 +838,7 @@ module Wx::PG
|
|
828
838
|
# - If property uses choice control, and displays a dialog on some choice items, then it is preferred to display that dialog in IntToValue instead of OnEvent.
|
829
839
|
#
|
830
840
|
# </p>
|
831
|
-
# </div
|
841
|
+
# </div>
|
832
842
|
# @param propgrid [Wx::PG::PropertyGrid]
|
833
843
|
# @param wnd_primary [Wx::Window]
|
834
844
|
# @param event [Wx::Event]
|
@@ -836,6 +846,7 @@ module Wx::PG
|
|
836
846
|
def on_event(propgrid, wnd_primary, event) end
|
837
847
|
|
838
848
|
# Called after value of a child property has been altered.
|
849
|
+
#
|
839
850
|
# Must return new value of the whole property (after any alterations warranted by child's new value).
|
840
851
|
# Note that this function is usually called at the time that value of this property, or given child property, is still pending for change, and as such, result of {Wx::PG::PGProperty#get_value} or m_value should not be relied on.
|
841
852
|
# Sample pseudo-code implementation:
|
@@ -872,6 +883,7 @@ module Wx::PG
|
|
872
883
|
def do_get_editor_class; end
|
873
884
|
|
874
885
|
# Returns pointer to the {Wx::Validator} that should be used with the editor of this property (NULL for no validator).
|
886
|
+
#
|
875
887
|
# Setting validator explicitly via \#set_property_validator will override this.
|
876
888
|
# In most situations, code like this should work well:
|
877
889
|
#
|
@@ -899,11 +911,12 @@ module Wx::PG
|
|
899
911
|
# <b>Remark:</b>
|
900
912
|
# <p>You can get common filename validator by returning {Wx::PG::FileProperty.get_class_validator}. {Wx::PG::DirProperty}, for example, uses it.
|
901
913
|
# </p>
|
902
|
-
# </div
|
914
|
+
# </div>
|
903
915
|
# @return [Wx::Validator]
|
904
916
|
def do_get_validator; end
|
905
917
|
|
906
918
|
# Override to paint an image in front of the property value text or drop-down list item (but only if {Wx::PG::PGProperty#on_measure_image} is overridden as well).
|
919
|
+
#
|
907
920
|
# If property's {Wx::PG::PGProperty#on_measure_image} returns size that has height != 0 but less than row height ( < 0 has special meanings), {Wx::PG::PropertyGrid} calls this method to draw a custom image in a limited area in front of the editor control or value text/graphics, and if control has drop-down list, then the image is drawn there as well (even in the case {Wx::PG::PGProperty#on_measure_image} returned higher height than row height).
|
908
921
|
# NOTE: Following applies when {Wx::PG::PGProperty#on_measure_image} returns a "flexible" height ( using <code>wxPG_FLEXIBLE_SIZE(W,H)</code> macro), which implies variable height items: If (rect.x+rect.width) is < 0, then this is a measure item call, which means that dc is invalid and only thing that should be done is to set paintdata.m_drawnHeight to the height of the image of item at index paintdata.m_choiceItem. This call may be done even as often as once every drop-down popup show.
|
909
922
|
#
|
@@ -917,7 +930,7 @@ module Wx::PG
|
|
917
930
|
# - Pen is guaranteed to be 1-wide 'black' (or whatever is the proper colour) pen for drawing framing rectangle. It can be changed as well.
|
918
931
|
#
|
919
932
|
# </p>
|
920
|
-
# </div
|
933
|
+
# </div>
|
921
934
|
# @see Wx::PG::PGProperty#value_to_string
|
922
935
|
# @param dc [Wx::DC] {Wx::DC} to paint on.
|
923
936
|
# @param rect [Wx::Rect] Box reserved for custom graphics. Includes surrounding rectangle, if any. If x+width is < 0, then this is a measure item call (see above).
|
@@ -926,6 +939,7 @@ module Wx::PG
|
|
926
939
|
def on_custom_paint(dc, rect, paintdata) end
|
927
940
|
|
928
941
|
# Returns which choice is currently selected.
|
942
|
+
#
|
929
943
|
# Only applies to properties which have choices.
|
930
944
|
# Needs to reimplemented in derived class if property value does not map directly to a choice. Integer as index, bool, and string usually do.
|
931
945
|
# @return [Integer]
|
@@ -933,24 +947,27 @@ module Wx::PG
|
|
933
947
|
alias_method :choice_selection, :get_choice_selection
|
934
948
|
|
935
949
|
# Refresh values of child properties.
|
950
|
+
#
|
936
951
|
# Automatically called after value is set.
|
937
952
|
# @return [void]
|
938
953
|
def refresh_children; end
|
939
954
|
|
940
955
|
# Reimplement this member function to add special handling for attributes of this property.
|
956
|
+
#
|
941
957
|
# Return false to have the attribute automatically stored in m_attributes. Default implementation simply does that and nothing else.
|
942
958
|
#
|
943
959
|
# <div class="wxrb-remark">
|
944
960
|
# <b>Remark:</b>
|
945
961
|
# <p>To actually set property attribute values from the application, use {Wx::PG::PGProperty#set_attribute} instead.
|
946
962
|
# </p>
|
947
|
-
# </div
|
963
|
+
# </div>
|
948
964
|
# @param name [String]
|
949
965
|
# @param value [Wx::Variant]
|
950
966
|
# @return [Boolean]
|
951
967
|
def do_set_attribute(name, value) end
|
952
968
|
|
953
969
|
# Returns value of an attribute.
|
970
|
+
#
|
954
971
|
# Override if custom handling of attributes is needed.
|
955
972
|
# Default implementation simply return NULL variant.
|
956
973
|
# @param name [String]
|
@@ -958,22 +975,25 @@ module Wx::PG
|
|
958
975
|
def do_get_attribute(name) end
|
959
976
|
|
960
977
|
# Returns instance of a new {Wx::PG::PGEditorDialogAdapter} instance, which is used when user presses the (optional) button next to the editor control;.
|
978
|
+
#
|
961
979
|
# Default implementation returns NULL (i.e. no action is generated when button is pressed).
|
962
980
|
# @return [Wx::PG::PGEditorDialogAdapter]
|
963
981
|
def get_editor_dialog; end
|
964
982
|
alias_method :editor_dialog, :get_editor_dialog
|
965
983
|
|
966
984
|
# Called whenever validation has failed with given pending value.
|
985
|
+
#
|
967
986
|
# <div class="wxrb-remark">
|
968
987
|
# <b>Remark:</b>
|
969
988
|
# <p>If you implement this in your custom property class, please remember to call the base implementation as well, since they may use it to revert property into pre-change state.
|
970
989
|
# </p>
|
971
|
-
# </div
|
990
|
+
# </div>
|
972
991
|
# @param pendingValue [Wx::Variant]
|
973
992
|
# @return [void]
|
974
993
|
def on_validation_failure(pendingValue) end
|
975
994
|
|
976
995
|
# Append a new choice to property's list of choices.
|
996
|
+
#
|
977
997
|
# Index to added choice.
|
978
998
|
# @param label [String] Label for added choice.
|
979
999
|
# @param value [Integer] Value for new choice. Do not specify if you wish this to equal choice index.
|
@@ -981,6 +1001,7 @@ module Wx::PG
|
|
981
1001
|
def add_choice(label, value=Wx::PG::PG_INVALID_VALUE) end
|
982
1002
|
|
983
1003
|
# Adds a private child property.
|
1004
|
+
#
|
984
1005
|
# If you use this instead of {Wx::PG::PropertyGridInterface#insert} or {Wx::PG::PropertyGridInterface#append_in}, then property's parental type will automatically be set up to {Wx::PG::PGPropertyFlags::PG_PROP_AGGREGATE}. In other words, all properties of this property will become private.
|
985
1006
|
# @param prop [Wx::PG::PGProperty]
|
986
1007
|
# @return [void]
|
@@ -993,6 +1014,7 @@ module Wx::PG
|
|
993
1014
|
def adapt_list_to_value(list, value) end
|
994
1015
|
|
995
1016
|
# Use this member function to add independent (i.e.
|
1017
|
+
#
|
996
1018
|
# regular) children to a property.
|
997
1019
|
# Appended childProperty.
|
998
1020
|
#
|
@@ -1000,7 +1022,7 @@ module Wx::PG
|
|
1000
1022
|
# <b>Remark:</b>
|
1001
1023
|
# <p>{Wx::PG::PropertyGrid} is not automatically refreshed by this function.
|
1002
1024
|
# </p>
|
1003
|
-
# </div
|
1025
|
+
# </div>
|
1004
1026
|
# @see Wx::PG::PGProperty#insert_child
|
1005
1027
|
# @see Wx::PG::PGProperty#add_private_child
|
1006
1028
|
# @param childProperty [Wx::PG::PGProperty]
|
@@ -1017,6 +1039,7 @@ module Wx::PG
|
|
1017
1039
|
def are_children_components; end
|
1018
1040
|
|
1019
1041
|
# Sets or clears given property flag.
|
1042
|
+
#
|
1020
1043
|
# Mainly for internal use.
|
1021
1044
|
#
|
1022
1045
|
# <div class="wxrb-remark">
|
@@ -1027,7 +1050,7 @@ module Wx::PG
|
|
1027
1050
|
# ```
|
1028
1051
|
# instead of setting {Wx::PG::PGPropertyFlags::PG_PROP_DISABLED} flag.
|
1029
1052
|
# </p>
|
1030
|
-
# </div
|
1053
|
+
# </div>
|
1031
1054
|
# @see Wx::PG::PGProperty#has_flag
|
1032
1055
|
# @see GetFlags()
|
1033
1056
|
# @param flag [Wx::PGPropertyFlags]
|
@@ -1040,12 +1063,14 @@ module Wx::PG
|
|
1040
1063
|
def delete_children; end
|
1041
1064
|
|
1042
1065
|
# Removes entry from property's {Wx::PG::PGChoices} and editor control (if it is active).
|
1066
|
+
#
|
1043
1067
|
# If selected item is deleted, then the value is set to unspecified.
|
1044
1068
|
# @param index [Integer]
|
1045
1069
|
# @return [void]
|
1046
1070
|
def delete_choice(index) end
|
1047
1071
|
|
1048
1072
|
# Enables or disables the property.
|
1073
|
+
#
|
1049
1074
|
# Disabled property usually appears as having grey text.
|
1050
1075
|
# @see Wx::PG::PropertyGridInterface#enable_property
|
1051
1076
|
# @param enable [Boolean] If false, property is disabled instead.
|
@@ -1053,6 +1078,7 @@ module Wx::PG
|
|
1053
1078
|
def enable(enable=true) end
|
1054
1079
|
|
1055
1080
|
# Call to enable or disable usage of common value (integer value that can be selected for properties instead of their normal values) for this property.
|
1081
|
+
#
|
1056
1082
|
# Common values are disabled by the default for all properties.
|
1057
1083
|
# @param enable [Boolean]
|
1058
1084
|
# @return [void]
|
@@ -1069,22 +1095,24 @@ module Wx::PG
|
|
1069
1095
|
|
1070
1096
|
# @overload get_attribute(name)
|
1071
1097
|
# Returns property attribute value, null variant if not found.
|
1098
|
+
#
|
1072
1099
|
# <div class="wxrb-remark">
|
1073
1100
|
# <b>Remark:</b>
|
1074
1101
|
# <p>For built-in attribute returns null variant if extra style {Wx::PG::PG_EX_WINDOW_STYLES::PG_EX_WRITEONLY_BUILTIN_ATTRIBUTES} is set.
|
1075
1102
|
# </p>
|
1076
|
-
# </div
|
1103
|
+
# </div>
|
1077
1104
|
# @param name [String]
|
1078
1105
|
# @return [Wx::Variant]
|
1079
1106
|
# @overload get_attribute(name, defVal)
|
1080
1107
|
# Returns named attribute, as string, if found.
|
1108
|
+
#
|
1081
1109
|
# Otherwise defVal is returned.
|
1082
1110
|
#
|
1083
1111
|
# <div class="wxrb-remark">
|
1084
1112
|
# <b>Remark:</b>
|
1085
1113
|
# <p>For built-in attribute returns defVal if extra style {Wx::PG::PG_EX_WINDOW_STYLES::PG_EX_WRITEONLY_BUILTIN_ATTRIBUTES} is set.
|
1086
1114
|
# </p>
|
1087
|
-
# </div
|
1115
|
+
# </div>
|
1088
1116
|
# @param name [String]
|
1089
1117
|
# @param defVal [String]
|
1090
1118
|
# @return [String]
|
@@ -1092,13 +1120,14 @@ module Wx::PG
|
|
1092
1120
|
alias_method :attribute, :get_attribute
|
1093
1121
|
|
1094
1122
|
# Returns named attribute, as long, if found.
|
1123
|
+
#
|
1095
1124
|
# Otherwise defVal is returned.
|
1096
1125
|
#
|
1097
1126
|
# <div class="wxrb-remark">
|
1098
1127
|
# <b>Remark:</b>
|
1099
1128
|
# <p>For built-in attribute returns defVal if extra style {Wx::PG::PG_EX_WINDOW_STYLES::PG_EX_WRITEONLY_BUILTIN_ATTRIBUTES} is set.
|
1100
1129
|
# </p>
|
1101
|
-
# </div
|
1130
|
+
# </div>
|
1102
1131
|
# @param name [String]
|
1103
1132
|
# @param defVal [Integer]
|
1104
1133
|
# @return [Integer]
|
@@ -1106,13 +1135,14 @@ module Wx::PG
|
|
1106
1135
|
alias_method :attribute_as_long, :get_attribute_as_long
|
1107
1136
|
|
1108
1137
|
# Returns named attribute, as double, if found.
|
1138
|
+
#
|
1109
1139
|
# Otherwise defVal is returned.
|
1110
1140
|
#
|
1111
1141
|
# <div class="wxrb-remark">
|
1112
1142
|
# <b>Remark:</b>
|
1113
1143
|
# <p>For built-in attribute returns defVal if extra style {Wx::PG::PG_EX_WINDOW_STYLES::PG_EX_WRITEONLY_BUILTIN_ATTRIBUTES} is set.
|
1114
1144
|
# </p>
|
1115
|
-
# </div
|
1145
|
+
# </div>
|
1116
1146
|
# @param name [String]
|
1117
1147
|
# @param defVal [Float]
|
1118
1148
|
# @return [Float]
|
@@ -1120,26 +1150,29 @@ module Wx::PG
|
|
1120
1150
|
alias_method :attribute_as_double, :get_attribute_as_double
|
1121
1151
|
|
1122
1152
|
# Returns map-like storage of property's attributes.
|
1153
|
+
#
|
1123
1154
|
# <div class="wxrb-remark">
|
1124
1155
|
# <b>Remark:</b>
|
1125
1156
|
# <p>If extra style {Wx::PG::PG_EX_WINDOW_STYLES::PG_EX_WRITEONLY_BUILTIN_ATTRIBUTES} is set, then builtin-attributes are not included in the storage.
|
1126
1157
|
# </p>
|
1127
|
-
# </div
|
1158
|
+
# </div>
|
1128
1159
|
# @return [Wx::PGAttributeStorage]
|
1129
1160
|
def get_attributes; end
|
1130
1161
|
alias_method :attributes, :get_attributes
|
1131
1162
|
|
1132
1163
|
# Returns attributes as list {Wx::Variant}.
|
1164
|
+
#
|
1133
1165
|
# <div class="wxrb-remark">
|
1134
1166
|
# <b>Remark:</b>
|
1135
1167
|
# <p>If extra style {Wx::PG::PG_EX_WINDOW_STYLES::PG_EX_WRITEONLY_BUILTIN_ATTRIBUTES} is set, then builtin-attributes are not included in the list.
|
1136
1168
|
# </p>
|
1137
|
-
# </div
|
1169
|
+
# </div>
|
1138
1170
|
# @return [Wx::Variant]
|
1139
1171
|
def get_attributes_as_list; end
|
1140
1172
|
alias_method :attributes_as_list, :get_attributes_as_list
|
1141
1173
|
|
1142
1174
|
# Returns editor used for given column.
|
1175
|
+
#
|
1143
1176
|
# NULL for no editor.
|
1144
1177
|
# @param column [Integer]
|
1145
1178
|
# @return [Wx::PG::PGEditor]
|
@@ -1147,17 +1180,19 @@ module Wx::PG
|
|
1147
1180
|
alias_method :column_editor, :get_column_editor
|
1148
1181
|
|
1149
1182
|
# Returns property's base name (i.e.
|
1183
|
+
#
|
1150
1184
|
# parent's name is not added in any case).
|
1151
1185
|
# @return [Wx::String]
|
1152
1186
|
def get_base_name; end
|
1153
1187
|
alias_method :base_name, :get_base_name
|
1154
1188
|
|
1155
1189
|
# Returns {Wx::PG::PGCell} of given column.
|
1190
|
+
#
|
1156
1191
|
# <div class="wxrb-remark">
|
1157
1192
|
# <b>Remark:</b>
|
1158
1193
|
# <p>const version of this member function returns 'default' {Wx::PG::PGCell} object if the property itself didn't hold cell data.
|
1159
1194
|
# </p>
|
1160
|
-
# </div
|
1195
|
+
# </div>
|
1161
1196
|
# @param column [Integer]
|
1162
1197
|
# @return [Wx::PG::PGCell]
|
1163
1198
|
def get_cell_or_default(column) end
|
@@ -1186,18 +1221,20 @@ module Wx::PG
|
|
1186
1221
|
def get_choices; end
|
1187
1222
|
alias_method :choices, :get_choices
|
1188
1223
|
|
1189
|
-
#
|
1224
|
+
# Gets managed client object of a property.
|
1190
1225
|
# @return [Object]
|
1191
|
-
def
|
1192
|
-
alias_method :
|
1226
|
+
def get_client_object; end
|
1227
|
+
alias_method :client_object, :get_client_object
|
1193
1228
|
|
1194
1229
|
# Returns property's default value.
|
1230
|
+
#
|
1195
1231
|
# If property's value type is not a built-in one, and "DefaultValue" attribute is not defined, then this function usually returns Null variant.
|
1196
1232
|
# @return [Wx::Variant]
|
1197
1233
|
def get_default_value; end
|
1198
1234
|
alias_method :default_value, :get_default_value
|
1199
1235
|
|
1200
1236
|
# Returns common value selected for this property.
|
1237
|
+
#
|
1201
1238
|
# -1 for none.
|
1202
1239
|
# @return [Integer]
|
1203
1240
|
def get_common_value; end
|
@@ -1218,6 +1255,7 @@ module Wx::PG
|
|
1218
1255
|
alias_method :displayed_string, :get_displayed_string
|
1219
1256
|
|
1220
1257
|
# Returns {Wx::PG::PGEditor} that will be used and created when property becomes selected.
|
1258
|
+
#
|
1221
1259
|
# Returns more accurate value than {Wx::PG::PGProperty#do_get_editor_class}.
|
1222
1260
|
# @return [Wx::PG::PGEditor]
|
1223
1261
|
def get_editor_class; end
|
@@ -1240,12 +1278,14 @@ module Wx::PG
|
|
1240
1278
|
|
1241
1279
|
# Returns property's help or description text.
|
1242
1280
|
#
|
1281
|
+
#
|
1243
1282
|
# @see Wx::PG::PGProperty#set_help_string
|
1244
1283
|
# @return [Wx::String]
|
1245
1284
|
def get_help_string; end
|
1246
1285
|
alias_method :help_string, :get_help_string
|
1247
1286
|
|
1248
1287
|
# Gets flags as a'|' delimited string.
|
1288
|
+
#
|
1249
1289
|
# Note that flag names are not prepended with '{Wx::PG_PROP_}'.
|
1250
1290
|
# @param flagsMask [Integer] String will only be made to include flags combined by this parameter.
|
1251
1291
|
# @return [String]
|
@@ -1263,23 +1303,25 @@ module Wx::PG
|
|
1263
1303
|
alias_method :last_visible_sub_item, :get_last_visible_sub_item
|
1264
1304
|
|
1265
1305
|
# Returns highest level non-category, non-root parent.
|
1306
|
+
#
|
1266
1307
|
# Useful when you have nested properties with children.
|
1267
1308
|
#
|
1268
1309
|
# <div class="wxrb-remark">
|
1269
1310
|
# <b>Remark:</b>
|
1270
1311
|
# <p>If immediate parent is root or category, this will return the property itself.
|
1271
1312
|
# </p>
|
1272
|
-
# </div
|
1313
|
+
# </div>
|
1273
1314
|
# @return [Wx::PG::PGProperty]
|
1274
1315
|
def get_main_parent; end
|
1275
1316
|
alias_method :main_parent, :get_main_parent
|
1276
1317
|
|
1277
1318
|
# Returns maximum allowed length of the text the user can enter in the property text editor.
|
1319
|
+
#
|
1278
1320
|
# <div class="wxrb-remark">
|
1279
1321
|
# <b>Remark:</b>
|
1280
1322
|
# <p>0 is returned if length is not explicitly limited and the text can be as long as it is supported by the underlying native text control widget.
|
1281
1323
|
# </p>
|
1282
|
-
# </div
|
1324
|
+
# </div>
|
1283
1325
|
# @return [Integer]
|
1284
1326
|
def get_max_length; end
|
1285
1327
|
alias_method :max_length, :get_max_length
|
@@ -1311,17 +1353,19 @@ module Wx::PG
|
|
1311
1353
|
alias_method :value, :get_value
|
1312
1354
|
|
1313
1355
|
# Returns bitmap that appears next to value text.
|
1356
|
+
#
|
1314
1357
|
# Only returns non-NULL bitmap if one was set with {Wx::PG::PGProperty#set_value_image}.
|
1315
1358
|
# @return [Wx::Bitmap]
|
1316
1359
|
def get_value_image; end
|
1317
1360
|
alias_method :value_image, :get_value_image
|
1318
1361
|
|
1319
1362
|
# Returns text representation of property's value.
|
1363
|
+
#
|
1320
1364
|
# <div class="wxrb-remark">
|
1321
1365
|
# <b>Remark:</b>
|
1322
1366
|
# <p>In older versions, this function used to be overridden to convert property's value into a string representation. This function is now handled by {Wx::PG::PGProperty#value_to_string}, and overriding this function now will result in run-time assertion failure.
|
1323
1367
|
# </p>
|
1324
|
-
# </div
|
1368
|
+
# </div>
|
1325
1369
|
# @param argFlags [Integer] If 0 (default value), then displayed string is returned. If {Wx::PG::PG_MISC_ARG_FLAGS::PG_FULL_VALUE} is set, returns complete, storable string value instead of displayable. If {Wx::PG::PG_MISC_ARG_FLAGS::PG_EDITABLE_VALUE} is set, returns string value that must be editable in textctrl. If {Wx::PG::PG_MISC_ARG_FLAGS::PG_COMPOSITE_FRAGMENT} is set, returns text that is appropriate to display as a part of string property's composite text representation.
|
1326
1370
|
# @return [String]
|
1327
1371
|
def get_value_as_string(argFlags=0) end
|
@@ -1333,6 +1377,7 @@ module Wx::PG
|
|
1333
1377
|
alias_method :value_type, :get_value_type
|
1334
1378
|
|
1335
1379
|
# Returns coordinate to the top y of the property.
|
1380
|
+
#
|
1336
1381
|
# Note that the position of scrollbars is not taken into account.
|
1337
1382
|
# @return [Integer]
|
1338
1383
|
def get_y; end
|
@@ -1353,6 +1398,7 @@ module Wx::PG
|
|
1353
1398
|
# @overload has_flag(flag)
|
1354
1399
|
# Returns true if property has given flag set.
|
1355
1400
|
#
|
1401
|
+
#
|
1356
1402
|
# @see propgrid_propflags
|
1357
1403
|
# @param flag [Wx::PGPropertyFlags]
|
1358
1404
|
# @return [Boolean]
|
@@ -1381,12 +1427,14 @@ module Wx::PG
|
|
1381
1427
|
def hide(hide, flags=Wx::PG::PG_GETPROPERTYVALUES_FLAGS::PG_RECURSE) end
|
1382
1428
|
|
1383
1429
|
# Returns index of given child property.
|
1430
|
+
#
|
1384
1431
|
# {Wx::NOT_FOUND} if given property is not child of this.
|
1385
1432
|
# @param p [Wx::PG::PGProperty]
|
1386
1433
|
# @return [Integer]
|
1387
1434
|
def index(p) end
|
1388
1435
|
|
1389
1436
|
# Use this member function to add independent (i.e.
|
1437
|
+
#
|
1390
1438
|
# regular) children to a property.
|
1391
1439
|
# Inserted childProperty.
|
1392
1440
|
#
|
@@ -1394,7 +1442,7 @@ module Wx::PG
|
|
1394
1442
|
# <b>Remark:</b>
|
1395
1443
|
# <p>{Wx::PG::PropertyGrid} is not automatically refreshed by this function.
|
1396
1444
|
# </p>
|
1397
|
-
# </div
|
1445
|
+
# </div>
|
1398
1446
|
# @see Wx::PG::PGProperty#append_child
|
1399
1447
|
# @see Wx::PG::PGProperty#add_private_child
|
1400
1448
|
# @param index [Integer]
|
@@ -1435,6 +1483,7 @@ module Wx::PG
|
|
1435
1483
|
alias_method :sub_property?, :is_sub_property
|
1436
1484
|
|
1437
1485
|
# Returns true if candidateParent is some parent of this property.
|
1486
|
+
#
|
1438
1487
|
# Use, for example, to detect if item is inside collapsed section.
|
1439
1488
|
# @param candidateParent [Wx::PG::PGProperty]
|
1440
1489
|
# @return [Boolean]
|
@@ -1442,16 +1491,18 @@ module Wx::PG
|
|
1442
1491
|
alias_method :some_parent?, :is_some_parent
|
1443
1492
|
|
1444
1493
|
# Returns true if property has editable {Wx::TextCtrl} when selected.
|
1494
|
+
#
|
1445
1495
|
# <div class="wxrb-remark">
|
1446
1496
|
# <b>Remark:</b>
|
1447
1497
|
# <p>Although disabled properties do not displayed editor, they still return true here as being disabled is considered a temporary condition (unlike being read-only or having limited editing enabled).
|
1448
1498
|
# </p>
|
1449
|
-
# </div
|
1499
|
+
# </div>
|
1450
1500
|
# @return [Boolean]
|
1451
1501
|
def is_text_editable; end
|
1452
1502
|
alias_method :text_editable?, :is_text_editable
|
1453
1503
|
|
1454
1504
|
# Returns true if property's value is considered unspecified.
|
1505
|
+
#
|
1455
1506
|
# This usually means that value is Null variant.
|
1456
1507
|
# @return [Boolean]
|
1457
1508
|
def is_value_unspecified; end
|
@@ -1472,6 +1523,7 @@ module Wx::PG
|
|
1472
1523
|
def last; end
|
1473
1524
|
|
1474
1525
|
# If property's editor is created this forces its recreation.
|
1526
|
+
#
|
1475
1527
|
# Useful in SetAttribute etc. Returns true if actually did anything.
|
1476
1528
|
# @return [Boolean]
|
1477
1529
|
def recreate_editor; end
|
@@ -1481,11 +1533,12 @@ module Wx::PG
|
|
1481
1533
|
def refresh_editor; end
|
1482
1534
|
|
1483
1535
|
# Sets an attribute for this property.
|
1536
|
+
#
|
1484
1537
|
# <div class="wxrb-remark">
|
1485
1538
|
# <b>Remark:</b>
|
1486
1539
|
# <p>Setting attribute's value to Null variant will simply remove it from property's set of attributes.
|
1487
1540
|
# </p>
|
1488
|
-
# </div
|
1541
|
+
# </div>
|
1489
1542
|
# @param name [String] Text identifier of attribute. See wxPropertyGrid Property Attribute Identifiers.
|
1490
1543
|
# @param value [nil,String,Integer,Float,Time,Wx::Font,Wx::Colour,Wx::Variant,Array<WxVariant>,Array<String>,ObjectWx::PG::ColourPropertyValue] Value of attribute.
|
1491
1544
|
# @return [void]
|
@@ -1494,9 +1547,9 @@ module Wx::PG
|
|
1494
1547
|
# @param attributes [Wx::PGAttributeStorage]
|
1495
1548
|
# @return [void]
|
1496
1549
|
def set_attributes(attributes) end
|
1497
|
-
alias_method :attributes=, :set_attributes
|
1498
1550
|
|
1499
1551
|
# Set if user can change the property's value to unspecified by modifying the value of the editor control (usually by clearing it).
|
1552
|
+
#
|
1500
1553
|
# Currently, this can work with following properties: {Wx::PG::IntProperty}, {Wx::PG::UIntProperty}, {Wx::PG::FloatProperty}, {Wx::PG::EditEnumProperty}.
|
1501
1554
|
# @param enable [Boolean] Whether to enable or disable this behaviour (it is disabled by default).
|
1502
1555
|
# @return [void]
|
@@ -1504,11 +1557,12 @@ module Wx::PG
|
|
1504
1557
|
alias_method :auto_unspecified=, :set_auto_unspecified
|
1505
1558
|
|
1506
1559
|
# Sets property's background colour.
|
1560
|
+
#
|
1507
1561
|
# <div class="wxrb-remark">
|
1508
1562
|
# <b>Remark:</b>
|
1509
1563
|
# <p>Unlike {Wx::PG::PropertyGridInterface#set_property_background_colour}, this does not automatically update the display.
|
1510
1564
|
# </p>
|
1511
|
-
# </div
|
1565
|
+
# </div>
|
1512
1566
|
# @param colour [Wx::Colour,String,Symbol] Background colour to use.
|
1513
1567
|
# @param flags [Integer] Default is {Wx::PG::PG_GETPROPERTYVALUES_FLAGS::PG_RECURSE} which causes colour to be set recursively. Omit this flag to only set colour for the property in question and not any of its children.
|
1514
1568
|
# @return [void]
|
@@ -1517,6 +1571,7 @@ module Wx::PG
|
|
1517
1571
|
|
1518
1572
|
# @overload set_editor(editor)
|
1519
1573
|
# Sets editor for a property.
|
1574
|
+
#
|
1520
1575
|
# For custom editors, use pointer you received from {Wx::PG::PropertyGrid.register_editor_class}.
|
1521
1576
|
# @param editor [Wx::PG::PGEditor] For builtin editors, use {Wx::PGEditor_X}, where X is builtin editor's name (TextCtrl, Choice, etc. see {Wx::PG::PGEditor} documentation for full list).
|
1522
1577
|
# @return [void]
|
@@ -1534,6 +1589,7 @@ module Wx::PG
|
|
1534
1589
|
def set_cell(column, cell) end
|
1535
1590
|
|
1536
1591
|
# Sets common value selected for this property.
|
1592
|
+
#
|
1537
1593
|
# -1 for none.
|
1538
1594
|
# @param commonValue [Integer]
|
1539
1595
|
# @return [void]
|
@@ -1541,28 +1597,25 @@ module Wx::PG
|
|
1541
1597
|
alias_method :common_value=, :set_common_value
|
1542
1598
|
|
1543
1599
|
# Sets new set of choices for the property.
|
1600
|
+
#
|
1544
1601
|
# <div class="wxrb-remark">
|
1545
1602
|
# <b>Remark:</b>
|
1546
1603
|
# <p>This operation deselects the property and clears its value.
|
1547
1604
|
# </p>
|
1548
|
-
# </div
|
1605
|
+
# </div>
|
1549
1606
|
# @param choices [Wx::PG::PGChoices]
|
1550
1607
|
# @return [Boolean]
|
1551
1608
|
def set_choices(choices) end
|
1552
1609
|
alias_method :choices=, :set_choices
|
1553
1610
|
|
1554
|
-
# Sets client
|
1555
|
-
#
|
1556
|
-
# <b>Remark:</b>
|
1557
|
-
# <p>This untyped client data has to be deleted manually.
|
1558
|
-
# </p>
|
1559
|
-
# </div>>
|
1560
|
-
# @param clientData [Object]
|
1611
|
+
# Sets client object of a property.
|
1612
|
+
# @param clientObject [Object]
|
1561
1613
|
# @return [void]
|
1562
|
-
def
|
1563
|
-
alias_method :
|
1614
|
+
def set_client_object(clientObject) end
|
1615
|
+
alias_method :client_object=, :set_client_object
|
1564
1616
|
|
1565
1617
|
# Sets selected choice and changes property value.
|
1618
|
+
#
|
1566
1619
|
# Tries to retain value type, although currently if it is not string, then it is forced to integer.
|
1567
1620
|
# @param newValue [Integer]
|
1568
1621
|
# @return [void]
|
@@ -1570,6 +1623,7 @@ module Wx::PG
|
|
1570
1623
|
alias_method :choice_selection=, :set_choice_selection
|
1571
1624
|
|
1572
1625
|
# Set default value of a property.
|
1626
|
+
#
|
1573
1627
|
# Synonymous to
|
1574
1628
|
#
|
1575
1629
|
# ```ruby
|
@@ -1586,6 +1640,7 @@ module Wx::PG
|
|
1586
1640
|
alias_method :expanded=, :set_expanded
|
1587
1641
|
|
1588
1642
|
# Sets flags from a '|' delimited string.
|
1643
|
+
#
|
1589
1644
|
# Note that flag names are not prepended with '{Wx::PG_PROP_}'.
|
1590
1645
|
# @param str [String]
|
1591
1646
|
# @return [void]
|
@@ -1593,6 +1648,7 @@ module Wx::PG
|
|
1593
1648
|
alias_method :flags_from_string=, :set_flags_from_string
|
1594
1649
|
|
1595
1650
|
# Sets or clears given property flag, recursively.
|
1651
|
+
#
|
1596
1652
|
# This function is primarily intended for internal use.
|
1597
1653
|
# @see Wx::PG::PGProperty#change_flag
|
1598
1654
|
# @param flag [Wx::PGPropertyFlags]
|
@@ -1607,6 +1663,7 @@ module Wx::PG
|
|
1607
1663
|
alias_method :help_string=, :set_help_string
|
1608
1664
|
|
1609
1665
|
# Sets property's label.
|
1666
|
+
#
|
1610
1667
|
# <div class="wxrb-remark">
|
1611
1668
|
# <b>Remark:</b>
|
1612
1669
|
# <p>
|
@@ -1615,13 +1672,14 @@ module Wx::PG
|
|
1615
1672
|
# - Unlike {Wx::PG::PropertyGridInterface#set_property_label}, this does not automatically update the display.
|
1616
1673
|
#
|
1617
1674
|
# </p>
|
1618
|
-
# </div
|
1675
|
+
# </div>
|
1619
1676
|
# @param label [String]
|
1620
1677
|
# @return [void]
|
1621
1678
|
def set_label(label) end
|
1622
1679
|
alias_method :label=, :set_label
|
1623
1680
|
|
1624
1681
|
# Set maximum length of the text the user can enter in the text editor.
|
1682
|
+
#
|
1625
1683
|
# If it is 0, the length is not limited and the text can be as long as it is supported by the underlying native text control widget.
|
1626
1684
|
# Returns true if maximum length was set.
|
1627
1685
|
# @param maxLen [Integer]
|
@@ -1630,6 +1688,7 @@ module Wx::PG
|
|
1630
1688
|
alias_method :max_length=, :set_max_length
|
1631
1689
|
|
1632
1690
|
# Sets property's "is it modified?" flag.
|
1691
|
+
#
|
1633
1692
|
# Affects children recursively.
|
1634
1693
|
# @param modified [Boolean]
|
1635
1694
|
# @return [void]
|
@@ -1643,22 +1702,24 @@ module Wx::PG
|
|
1643
1702
|
alias_method :name=, :set_name
|
1644
1703
|
|
1645
1704
|
# Changes what sort of parent this property is for its children.
|
1705
|
+
#
|
1646
1706
|
# <div class="wxrb-remark">
|
1647
1707
|
# <b>Remark:</b>
|
1648
1708
|
# <p>You generally do not need to call this function.
|
1649
1709
|
# </p>
|
1650
|
-
# </div
|
1710
|
+
# </div>
|
1651
1711
|
# @param flag [Integer] Use one of the following values: {Wx::PG::PGPropertyFlags::PG_PROP_MISC_PARENT} (for generic parents), {Wx::PG::PGPropertyFlags::PG_PROP_CATEGORY} (for categories), or {Wx::PG::PGPropertyFlags::PG_PROP_AGGREGATE} (for derived property classes with private children).
|
1652
1712
|
# @return [void]
|
1653
1713
|
def set_parental_type(flag) end
|
1654
1714
|
alias_method :parental_type=, :set_parental_type
|
1655
1715
|
|
1656
1716
|
# Sets property's text colour.
|
1717
|
+
#
|
1657
1718
|
# <div class="wxrb-remark">
|
1658
1719
|
# <b>Remark:</b>
|
1659
1720
|
# <p>Unlike {Wx::PG::PropertyGridInterface#set_property_text_colour}, this does not automatically update the display.
|
1660
1721
|
# </p>
|
1661
|
-
# </div
|
1722
|
+
# </div>
|
1662
1723
|
# @param colour [Wx::Colour,String,Symbol] Text colour to use.
|
1663
1724
|
# @param flags [Integer] Default is {Wx::PG::PG_GETPROPERTYVALUES_FLAGS::PG_RECURSE} which causes colour to be set recursively. Omit this flag to only set colour for the property in question and not any of its children.
|
1664
1725
|
# @return [void]
|
@@ -1666,11 +1727,12 @@ module Wx::PG
|
|
1666
1727
|
alias_method :text_colour=, :set_text_colour
|
1667
1728
|
|
1668
1729
|
# Sets property's default text and background colours.
|
1730
|
+
#
|
1669
1731
|
# <div class="wxrb-remark">
|
1670
1732
|
# <b>Remark:</b>
|
1671
1733
|
# <p>Unlike {Wx::PG::PropertyGridInterface#set_property_colours_to_default}, this does not automatically update the display.
|
1672
1734
|
# </p>
|
1673
|
-
# </div
|
1735
|
+
# </div>
|
1674
1736
|
# @param flags [Integer] Default is {Wx::PG::PG_GETPROPERTYVALUES_FLAGS::PG_RECURSE} which causes colours to be set recursively. Omit this flag to only set colours for the property in question and not any of its children.
|
1675
1737
|
# @return [void]
|
1676
1738
|
def set_default_colours(flags=Wx::PG::PG_GETPROPERTYVALUES_FLAGS::PG_RECURSE) end
|
@@ -1683,13 +1745,14 @@ module Wx::PG
|
|
1683
1745
|
alias_method :validator=, :set_validator
|
1684
1746
|
|
1685
1747
|
# Call this to set value of the property.
|
1748
|
+
#
|
1686
1749
|
# Unlike methods in {Wx::PG::PropertyGrid}, this does not automatically update the display.
|
1687
1750
|
#
|
1688
1751
|
# <div class="wxrb-remark">
|
1689
1752
|
# <b>Remark:</b>
|
1690
1753
|
# <p>Use {Wx::PG::PropertyGrid#change_property_value} instead if you need to run through validation process and send property change event.
|
1691
1754
|
# </p>
|
1692
|
-
# </div
|
1755
|
+
# </div>
|
1693
1756
|
#
|
1694
1757
|
# If you need to change property value in event, based on user input, use {Wx::PG::PGProperty#set_value_in_event} instead.
|
1695
1758
|
# @param value [nil,String,Integer,Float,Time,Wx::Font,Wx::Colour,Wx::Variant,Array<WxVariant>,Array<String>,ObjectWx::PG::ColourPropertyValue] The value to set.
|
@@ -1700,6 +1763,7 @@ module Wx::PG
|
|
1700
1763
|
alias_method :value=, :set_value
|
1701
1764
|
|
1702
1765
|
# Set {Wx::Bitmap} taken from {Wx::BitmapBundle} in front of the value.
|
1766
|
+
#
|
1703
1767
|
# This bitmap may be ignored by custom cell renderers.
|
1704
1768
|
# @param bmp [Wx::BitmapBundle]
|
1705
1769
|
# @return [void]
|
@@ -1707,24 +1771,27 @@ module Wx::PG
|
|
1707
1771
|
alias_method :value_image=, :set_value_image
|
1708
1772
|
|
1709
1773
|
# Call this function in {Wx::PG::PGProperty#on_event}, OnButtonClick() etc.
|
1774
|
+
#
|
1710
1775
|
# to change the property value based on user input.
|
1711
1776
|
#
|
1712
1777
|
# <div class="wxrb-remark">
|
1713
1778
|
# <b>Remark:</b>
|
1714
1779
|
# <p>This method is const since it doesn't actually modify value, but posts given variant as pending value, stored in {Wx::PG::PropertyGrid}.
|
1715
1780
|
# </p>
|
1716
|
-
# </div
|
1781
|
+
# </div>
|
1717
1782
|
# @param value [nil,String,Integer,Float,Time,Wx::Font,Wx::Colour,Wx::Variant,Array<WxVariant>,Array<String>,ObjectWx::PG::ColourPropertyValue]
|
1718
1783
|
# @return [void]
|
1719
1784
|
def set_value_in_event(value) end
|
1720
1785
|
alias_method :value_in_event=, :set_value_in_event
|
1721
1786
|
|
1722
1787
|
# Sets property's value to unspecified (i.e.
|
1788
|
+
#
|
1723
1789
|
# Null variant).
|
1724
1790
|
# @return [void]
|
1725
1791
|
def set_value_to_unspecified; end
|
1726
1792
|
|
1727
1793
|
# Call with false in {Wx::PG::PGProperty#on_set_value} to cancel value changes after all (i.e.
|
1794
|
+
#
|
1728
1795
|
# cancel true returned by {Wx::PG::PGProperty#string_to_value} or {Wx::PG::PGProperty#int_to_value}).
|
1729
1796
|
# @param set [Boolean]
|
1730
1797
|
# @return [void]
|
@@ -1732,13 +1799,14 @@ module Wx::PG
|
|
1732
1799
|
alias_method :was_modified=, :set_was_modified
|
1733
1800
|
|
1734
1801
|
# Updates composed values of parent non-category properties, recursively.
|
1802
|
+
#
|
1735
1803
|
# Returns topmost property updated.
|
1736
1804
|
#
|
1737
1805
|
# <div class="wxrb-remark">
|
1738
1806
|
# <b>Remark:</b>
|
1739
1807
|
# <p>Must not call {Wx::PG::PGProperty#set_value} (as can be called in it).
|
1740
1808
|
# </p>
|
1741
|
-
# </div
|
1809
|
+
# </div>
|
1742
1810
|
# @return [Wx::PG::PGProperty]
|
1743
1811
|
def update_parent_values; end
|
1744
1812
|
|
@@ -1758,11 +1826,12 @@ module Wx::PG
|
|
1758
1826
|
def ensure_cells(column) end
|
1759
1827
|
|
1760
1828
|
# Returns (direct) child property with given name (or NULL if not found), with hint index.
|
1829
|
+
#
|
1761
1830
|
# <div class="wxrb-remark">
|
1762
1831
|
# <b>Remark:</b>
|
1763
1832
|
# <p>Does not support scope (i.e. Parent.Child notation).
|
1764
1833
|
# </p>
|
1765
|
-
# </div
|
1834
|
+
# </div>
|
1766
1835
|
# @param name [String] Name of the child property to look for.
|
1767
1836
|
# @param hintIndex [Integer] Start looking for the child at this index.
|
1768
1837
|
# @return [Wx::PG::PGProperty]
|
@@ -1792,10 +1861,12 @@ module Wx::PG
|
|
1792
1861
|
|
1793
1862
|
# @overload initialize()
|
1794
1863
|
# Default constructor.
|
1864
|
+
#
|
1795
1865
|
# It is protected because {Wx::PG::PGProperty} is only a base class for other property classes.
|
1796
1866
|
# @return [Wx::PG::PGProperty]
|
1797
1867
|
# @overload initialize(label, name)
|
1798
1868
|
# Constructor.
|
1869
|
+
#
|
1799
1870
|
# It is protected because {Wx::PG::PGProperty} is only a base class for other property classes. Non-abstract property classes should have constructor of this style:
|
1800
1871
|
#
|
1801
1872
|
# ```ruby
|
@@ -1824,6 +1895,7 @@ module Wx::PG
|
|
1824
1895
|
end # PGProperty
|
1825
1896
|
|
1826
1897
|
# Helper class for managing choices of {Wx::PG::PropertyGrid} properties.
|
1898
|
+
#
|
1827
1899
|
# Each entry can have label, value, bitmap, text colour, and background colour.
|
1828
1900
|
# {Wx::PG::PGChoices} uses reference counting, similar to other wxWidgets classes. This means that assignment operator and copy constructor only copy the reference and not the actual data. Use {Wx::PG::PGChoices#copy} member function to create a real copy.
|
1829
1901
|
#
|
@@ -1831,7 +1903,7 @@ module Wx::PG
|
|
1831
1903
|
# <b>Remark:</b>
|
1832
1904
|
# <p>If you do not specify value for entry, index is used.
|
1833
1905
|
# </p>
|
1834
|
-
# </div
|
1906
|
+
# </div>
|
1835
1907
|
#
|
1836
1908
|
# Category: {Wx::PG::PropertyGrid}
|
1837
1909
|
#
|
@@ -1845,6 +1917,7 @@ module Wx::PG
|
|
1845
1917
|
# @return [Wx::PG::PGChoices]
|
1846
1918
|
# @overload initialize(a)
|
1847
1919
|
# Copy constructor, uses reference counting.
|
1920
|
+
#
|
1848
1921
|
# To create a real copy, use {Wx::PG::PGChoices#copy} member function instead.
|
1849
1922
|
# @param a [Wx::PG::PGChoices]
|
1850
1923
|
# @return [Wx::PG::PGChoices]
|
@@ -1884,6 +1957,7 @@ module Wx::PG
|
|
1884
1957
|
def add_as_sorted(label, value=Wx::PG::PG_INVALID_VALUE) end
|
1885
1958
|
|
1886
1959
|
# Assigns choices data, using reference counting.
|
1960
|
+
#
|
1887
1961
|
# To create a real copy, use {Wx::PG::PGChoices#copy} member function instead.
|
1888
1962
|
# @param a [Wx::PG::PGChoices]
|
1889
1963
|
# @return [void]
|
@@ -1918,6 +1992,7 @@ module Wx::PG
|
|
1918
1992
|
alias_method :value, :get_value
|
1919
1993
|
|
1920
1994
|
# Returns array of values matching the given strings.
|
1995
|
+
#
|
1921
1996
|
# Unmatching strings result in {Wx::PG::PG_INVALID_VALUE} entry in array.
|
1922
1997
|
# @param strings [Array<String>]
|
1923
1998
|
# @return [Array<Integer>]
|
@@ -1925,6 +2000,7 @@ module Wx::PG
|
|
1925
2000
|
alias_method :values_for_strings, :get_values_for_strings
|
1926
2001
|
|
1927
2002
|
# Returns array of indices matching given strings.
|
2003
|
+
#
|
1928
2004
|
# Unmatching strings are added to 'unmatched', if not NULL.
|
1929
2005
|
# @param strings [Array<String>]
|
1930
2006
|
# @param unmatched [Array,nil]
|
@@ -2000,6 +2076,7 @@ module Wx::PG
|
|
2000
2076
|
#
|
2001
2077
|
#
|
2002
2078
|
#
|
2079
|
+
#
|
2003
2080
|
# @note This class is <b>untracked</b> and should not be derived from nor instances extended!
|
2004
2081
|
# @wxrb_require USE_PROPGRID
|
2005
2082
|
class PGPaintData < ::Object
|