wxruby3 0.9.0.pre.rc.2-x64-mingw-ucrt → 0.9.0.pre.rc.3-x64-mingw-ucrt
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/INSTALL.md +30 -8
- data/README.md +3 -3
- 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/event_loop.rb +7 -0
- data/lib/wx/core/image.rb +33 -0
- data/lib/wx/core/listctrl.rb +17 -13
- data/lib/wx/core/log.rb +90 -0
- data/lib/wx/doc/bitmap.rb +11 -15
- data/lib/wx/doc/event_loop.rb +7 -0
- data/lib/wx/doc/extra/00_starting.md +6 -6
- data/lib/wx/doc/extra/02_lifecycles.md +9 -8
- data/lib/wx/doc/extra/09_exceptions.md +1 -1
- data/lib/wx/doc/extra/11_drawing_and_dc.md +4 -4
- data/lib/wx/doc/font.rb +1 -1
- data/lib/wx/doc/functions.rb +51 -23
- data/lib/wx/doc/gc_dc.rb +1 -1
- data/lib/wx/doc/gen/about_dialog_info.rb +1 -1
- data/lib/wx/doc/gen/accelerator.rb +6 -6
- data/lib/wx/doc/gen/accessible.rb +6 -2
- data/lib/wx/doc/gen/activity_indicator.rb +5 -5
- data/lib/wx/doc/gen/animation.rb +7 -7
- data/lib/wx/doc/gen/animation_ctrl.rb +7 -6
- data/lib/wx/doc/gen/any_button.rb +1 -1
- data/lib/wx/doc/gen/app.rb +17 -11
- data/lib/wx/doc/gen/art_provider.rb +61 -1
- data/lib/wx/doc/gen/aui/aui_dock_art.rb +12 -12
- data/lib/wx/doc/gen/aui/aui_floating_frame.rb +6 -6
- data/lib/wx/doc/gen/aui/aui_manager.rb +45 -27
- data/lib/wx/doc/gen/aui/aui_manager_event.rb +12 -6
- data/lib/wx/doc/gen/aui/aui_mdi_child_frame.rb +6 -6
- data/lib/wx/doc/gen/aui/aui_mdi_client_window.rb +6 -6
- data/lib/wx/doc/gen/aui/aui_mdi_parent_frame.rb +10 -10
- data/lib/wx/doc/gen/aui/aui_notebook.rb +34 -7
- data/lib/wx/doc/gen/aui/aui_notebook_event.rb +17 -2
- data/lib/wx/doc/gen/aui/aui_pane_info.rb +51 -51
- data/lib/wx/doc/gen/aui/aui_tab_art.rb +6 -6
- data/lib/wx/doc/gen/aui/aui_tool_bar.rb +33 -18
- data/lib/wx/doc/gen/aui/aui_tool_bar_art.rb +16 -16
- data/lib/wx/doc/gen/aui/aui_tool_bar_event.rb +4 -4
- data/lib/wx/doc/gen/aui/aui_tool_bar_item.rb +4 -4
- data/lib/wx/doc/gen/bitmap.rb +32 -26
- data/lib/wx/doc/gen/bitmap_button.rb +10 -6
- data/lib/wx/doc/gen/bitmap_combo_box.rb +12 -7
- data/lib/wx/doc/gen/book_ctrl_base.rb +7 -3
- data/lib/wx/doc/gen/book_ctrl_event.rb +2 -2
- data/lib/wx/doc/gen/box_sizer.rb +1 -1
- data/lib/wx/doc/gen/brush.rb +16 -4
- data/lib/wx/doc/gen/busy_info.rb +1 -1
- data/lib/wx/doc/gen/button.rb +19 -7
- data/lib/wx/doc/gen/calculate_layout_event.rb +2 -1
- data/lib/wx/doc/gen/calendar_ctrl.rb +28 -16
- data/lib/wx/doc/gen/calendar_date_attr.rb +2 -2
- data/lib/wx/doc/gen/calendar_event.rb +3 -3
- data/lib/wx/doc/gen/caret.rb +2 -2
- data/lib/wx/doc/gen/check_box.rb +10 -6
- data/lib/wx/doc/gen/check_list_box.rb +8 -7
- data/lib/wx/doc/gen/choice.rb +7 -6
- data/lib/wx/doc/gen/choicebook.rb +12 -6
- data/lib/wx/doc/gen/client_dc.rb +1 -1
- data/lib/wx/doc/gen/clipboard.rb +1 -1
- data/lib/wx/doc/gen/collapsible_pane.rb +9 -6
- data/lib/wx/doc/gen/collapsible_pane_event.rb +2 -1
- data/lib/wx/doc/gen/colour.rb +16 -6
- data/lib/wx/doc/gen/colour_dialog.rb +6 -6
- data/lib/wx/doc/gen/colour_picker_ctrl.rb +15 -9
- data/lib/wx/doc/gen/colour_picker_event.rb +7 -4
- data/lib/wx/doc/gen/combo_box.rb +22 -13
- data/lib/wx/doc/gen/context_help_button.rb +4 -3
- data/lib/wx/doc/gen/control.rb +9 -6
- data/lib/wx/doc/gen/core.rb +5 -2
- data/lib/wx/doc/gen/cursor.rb +16 -11
- data/lib/wx/doc/gen/data_format.rb +2 -2
- data/lib/wx/doc/gen/data_object.rb +23 -16
- data/lib/wx/doc/gen/date_event.rb +3 -3
- data/lib/wx/doc/gen/date_picker_ctrl.rb +11 -6
- data/lib/wx/doc/gen/dc.rb +37 -12
- data/lib/wx/doc/gen/defs.rb +16 -16
- data/lib/wx/doc/gen/dialog.rb +19 -5
- data/lib/wx/doc/gen/dir_dialog.rb +6 -2
- data/lib/wx/doc/gen/dir_filter_list_ctrl.rb +2 -2
- data/lib/wx/doc/gen/dir_picker_ctrl.rb +14 -9
- data/lib/wx/doc/gen/drag_drop.rb +15 -15
- data/lib/wx/doc/gen/drag_image.rb +6 -6
- data/lib/wx/doc/gen/editable_list_box.rb +7 -3
- data/lib/wx/doc/gen/event.rb +44 -13
- data/lib/wx/doc/gen/event_blocker.rb +1 -1
- data/lib/wx/doc/gen/event_filter.rb +5 -2
- data/lib/wx/doc/gen/event_list.rb +15 -15
- data/lib/wx/doc/gen/events.rb +215 -79
- data/lib/wx/doc/gen/evt_handler.rb +1 -1
- data/lib/wx/doc/gen/ext_help_controller.rb +1 -1
- data/lib/wx/doc/gen/file_dialog.rb +16 -7
- data/lib/wx/doc/gen/file_dir_picker_event.rb +5 -3
- data/lib/wx/doc/gen/file_picker_ctrl.rb +16 -8
- data/lib/wx/doc/gen/find_dialog_event.rb +7 -2
- data/lib/wx/doc/gen/find_replace_data.rb +1 -1
- data/lib/wx/doc/gen/find_replace_dialog.rb +1 -1
- data/lib/wx/doc/gen/flex_grid_sizer.rb +12 -6
- data/lib/wx/doc/gen/font.rb +30 -29
- data/lib/wx/doc/gen/font_data.rb +9 -5
- data/lib/wx/doc/gen/font_dialog.rb +3 -3
- data/lib/wx/doc/gen/font_picker_ctrl.rb +10 -6
- data/lib/wx/doc/gen/font_picker_event.rb +2 -1
- data/lib/wx/doc/gen/frame.rb +34 -11
- data/lib/wx/doc/gen/fs_file.rb +4 -17
- data/lib/wx/doc/gen/gauge.rb +11 -7
- data/lib/wx/doc/gen/gcdc.rb +5 -1
- data/lib/wx/doc/gen/gdi_common.rb +35 -33
- data/lib/wx/doc/gen/gdi_object.rb +1 -1
- data/lib/wx/doc/gen/generic_dir_ctrl.rb +13 -7
- data/lib/wx/doc/gen/graphics_context.rb +29 -28
- data/lib/wx/doc/gen/graphics_object.rb +1 -1
- data/lib/wx/doc/gen/grid/grid_cell_activatable_editor.rb +2 -2
- data/lib/wx/doc/gen/grid/grid_cell_attr.rb +10 -10
- data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_editor.rb +1 -1
- data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_renderer.rb +1 -1
- data/lib/wx/doc/gen/grid/grid_cell_bool_editor.rb +1 -1
- data/lib/wx/doc/gen/grid/grid_cell_bool_renderer.rb +1 -1
- data/lib/wx/doc/gen/grid/grid_cell_choice_editor.rb +2 -2
- data/lib/wx/doc/gen/grid/grid_cell_date_editor.rb +1 -1
- data/lib/wx/doc/gen/grid/grid_cell_date_renderer.rb +1 -1
- data/lib/wx/doc/gen/grid/grid_cell_date_time_renderer.rb +1 -1
- data/lib/wx/doc/gen/grid/grid_cell_editor.rb +13 -10
- data/lib/wx/doc/gen/grid/grid_cell_enum_editor.rb +1 -1
- data/lib/wx/doc/gen/grid/grid_cell_enum_renderer.rb +1 -1
- data/lib/wx/doc/gen/grid/grid_cell_float_editor.rb +1 -1
- data/lib/wx/doc/gen/grid/grid_cell_float_renderer.rb +1 -1
- data/lib/wx/doc/gen/grid/grid_cell_number_editor.rb +1 -1
- data/lib/wx/doc/gen/grid/grid_cell_number_renderer.rb +1 -1
- data/lib/wx/doc/gen/grid/grid_cell_renderer.rb +12 -12
- data/lib/wx/doc/gen/grid/grid_cell_string_renderer.rb +1 -1
- data/lib/wx/doc/gen/grid/grid_cell_text_editor.rb +1 -1
- data/lib/wx/doc/gen/grid/grid_ctrl.rb +32 -18
- data/lib/wx/doc/gen/grid/grid_editor_created_event.rb +5 -3
- data/lib/wx/doc/gen/grid/grid_event.rb +20 -3
- data/lib/wx/doc/gen/grid/grid_range_select_event.rb +7 -3
- data/lib/wx/doc/gen/grid/grid_size_event.rb +9 -3
- data/lib/wx/doc/gen/grid/grid_string_table.rb +2 -2
- data/lib/wx/doc/gen/grid/grid_table_base.rb +7 -7
- data/lib/wx/doc/gen/grid/grid_table_message.rb +5 -5
- data/lib/wx/doc/gen/grid_bag_sizer.rb +5 -5
- data/lib/wx/doc/gen/grid_sizer.rb +4 -4
- data/lib/wx/doc/gen/gui_event_loop.rb +132 -0
- data/lib/wx/doc/gen/help_controller.rb +18 -12
- data/lib/wx/doc/gen/html/html_cell.rb +36 -18
- data/lib/wx/doc/gen/html/html_cell_event.rb +5 -3
- data/lib/wx/doc/gen/html/html_easy_printing.rb +9 -4
- data/lib/wx/doc/gen/html/html_help_controller.rb +34 -8
- data/lib/wx/doc/gen/html/html_help_data.rb +3 -3
- data/lib/wx/doc/gen/html/html_help_frame.rb +6 -6
- data/lib/wx/doc/gen/html/html_help_window.rb +12 -8
- data/lib/wx/doc/gen/html/html_link_event.rb +4 -3
- data/lib/wx/doc/gen/html/html_list_box.rb +15 -7
- data/lib/wx/doc/gen/html/html_printout.rb +15 -5
- data/lib/wx/doc/gen/html/html_window.rb +19 -8
- data/lib/wx/doc/gen/hyperlink_ctrl.rb +12 -7
- data/lib/wx/doc/gen/hyperlink_event.rb +2 -1
- data/lib/wx/doc/gen/icon.rb +14 -14
- data/lib/wx/doc/gen/image.rb +119 -64
- data/lib/wx/doc/gen/image_list.rb +10 -6
- data/lib/wx/doc/gen/keyboard_state.rb +7 -7
- data/lib/wx/doc/gen/list_box.rb +30 -21
- data/lib/wx/doc/gen/list_ctrl.rb +169 -78
- data/lib/wx/doc/gen/list_event.rb +24 -2
- data/lib/wx/doc/gen/listbook.rb +12 -6
- data/lib/wx/doc/gen/locale.rb +11 -36
- data/lib/wx/doc/gen/log.rb +122 -45
- data/lib/wx/doc/gen/mdi_client_window.rb +2 -2
- data/lib/wx/doc/gen/mdi_frame.rb +15 -9
- data/lib/wx/doc/gen/media_ctrl.rb +7 -4
- data/lib/wx/doc/gen/media_event.rb +8 -2
- data/lib/wx/doc/gen/memory_dc.rb +23 -27
- data/lib/wx/doc/gen/menu.rb +9 -9
- data/lib/wx/doc/gen/menu_bar.rb +4 -4
- data/lib/wx/doc/gen/menu_item.rb +115 -34
- data/lib/wx/doc/gen/message_dialog.rb +48 -30
- data/lib/wx/doc/gen/mini_frame.rb +12 -3
- data/lib/wx/doc/gen/mouse_state.rb +1 -1
- data/lib/wx/doc/gen/multi_choice_dialog.rb +4 -2
- data/lib/wx/doc/gen/non_owned_window.rb +6 -7
- data/lib/wx/doc/gen/notebook.rb +20 -15
- data/lib/wx/doc/gen/number_entry_dialog.rb +2 -2
- data/lib/wx/doc/gen/object.rb +2 -2
- data/lib/wx/doc/gen/palette.rb +3 -3
- data/lib/wx/doc/gen/panel.rb +4 -3
- data/lib/wx/doc/gen/pen.rb +25 -12
- data/lib/wx/doc/gen/pg/numeric_property_validator.rb +1 -1
- data/lib/wx/doc/gen/pg/pg_array_editor_dialog.rb +3 -3
- data/lib/wx/doc/gen/pg/pg_cell.rb +12 -12
- data/lib/wx/doc/gen/pg/pg_editor.rb +76 -74
- data/lib/wx/doc/gen/pg/pg_multi_button.rb +3 -3
- data/lib/wx/doc/gen/pg/pg_properties.rb +221 -138
- data/lib/wx/doc/gen/pg/pg_property.rb +103 -54
- data/lib/wx/doc/gen/pg/pg_validation_info.rb +1 -1
- data/lib/wx/doc/gen/pg/property_grid.rb +19 -19
- data/lib/wx/doc/gen/pg/property_grid_event.rb +18 -5
- data/lib/wx/doc/gen/pg/property_grid_interface.rb +36 -24
- data/lib/wx/doc/gen/pg/property_grid_manager.rb +12 -12
- data/lib/wx/doc/gen/pg/property_grid_page.rb +12 -11
- data/lib/wx/doc/gen/pg/property_grid_page_state.rb +8 -8
- data/lib/wx/doc/gen/picker_base.rb +12 -11
- data/lib/wx/doc/gen/platform_info.rb +7 -7
- data/lib/wx/doc/gen/popup_window.rb +6 -6
- data/lib/wx/doc/gen/progress_dialog.rb +1 -1
- data/lib/wx/doc/gen/property_sheet_dialog.rb +19 -17
- data/lib/wx/doc/gen/prt/page_setup_dialog.rb +2 -2
- data/lib/wx/doc/gen/prt/preview_frame.rb +4 -1
- data/lib/wx/doc/gen/prt/print_abort_dialog.rb +1 -1
- data/lib/wx/doc/gen/prt/print_data.rb +24 -18
- data/lib/wx/doc/gen/prt/print_dialog.rb +4 -4
- data/lib/wx/doc/gen/prt/printer.rb +22 -22
- data/lib/wx/doc/gen/query_layout_info_event.rb +2 -1
- data/lib/wx/doc/gen/radio_box.rb +12 -10
- data/lib/wx/doc/gen/radio_button.rb +8 -6
- data/lib/wx/doc/gen/rbn/ribbon_art_provider.rb +39 -39
- data/lib/wx/doc/gen/rbn/ribbon_bar.rb +25 -7
- data/lib/wx/doc/gen/rbn/ribbon_bar_event.rb +5 -5
- data/lib/wx/doc/gen/rbn/ribbon_button_bar.rb +9 -2
- data/lib/wx/doc/gen/rbn/ribbon_button_bar_event.rb +5 -5
- data/lib/wx/doc/gen/rbn/ribbon_control.rb +4 -4
- data/lib/wx/doc/gen/rbn/ribbon_gallery.rb +6 -2
- data/lib/wx/doc/gen/rbn/ribbon_gallery_event.rb +5 -5
- data/lib/wx/doc/gen/rbn/ribbon_page.rb +5 -5
- data/lib/wx/doc/gen/rbn/ribbon_panel.rb +12 -6
- data/lib/wx/doc/gen/rbn/ribbon_panel_event.rb +5 -5
- data/lib/wx/doc/gen/rbn/ribbon_tool_bar.rb +4 -2
- data/lib/wx/doc/gen/rbn/ribbon_tool_bar_event.rb +5 -5
- data/lib/wx/doc/gen/region.rb +9 -8
- data/lib/wx/doc/gen/region_iterator.rb +2 -2
- data/lib/wx/doc/gen/rtc/rich_text_buffer.rb +92 -92
- data/lib/wx/doc/gen/rtc/rich_text_ctrl.rb +56 -34
- data/lib/wx/doc/gen/rtc/rich_text_event.rb +23 -4
- data/lib/wx/doc/gen/rtc/rich_text_file_handler.rb +6 -6
- data/lib/wx/doc/gen/rtc/rich_text_header_footer_data.rb +9 -5
- data/lib/wx/doc/gen/rtc/rich_text_html_handler.rb +6 -2
- data/lib/wx/doc/gen/rtc/rich_text_printing.rb +12 -12
- data/lib/wx/doc/gen/rtc/rich_text_xml_handler.rb +1 -1
- data/lib/wx/doc/gen/rtc/symbol_picker_dialog.rb +2 -2
- data/lib/wx/doc/gen/sash_event.rb +3 -1
- data/lib/wx/doc/gen/sash_layout_window.rb +5 -3
- data/lib/wx/doc/gen/sash_window.rb +8 -3
- data/lib/wx/doc/gen/scroll_bar.rb +29 -8
- data/lib/wx/doc/gen/scrolled_canvas.rb +41 -23
- data/lib/wx/doc/gen/scrolled_control.rb +41 -23
- data/lib/wx/doc/gen/scrolled_window.rb +41 -23
- data/lib/wx/doc/gen/search_ctrl.rb +15 -8
- data/lib/wx/doc/gen/simplebook.rb +2 -2
- data/lib/wx/doc/gen/single_choice_dialog.rb +4 -2
- data/lib/wx/doc/gen/sizer.rb +29 -28
- data/lib/wx/doc/gen/slider.rb +49 -16
- data/lib/wx/doc/gen/spin_button.rb +15 -9
- data/lib/wx/doc/gen/spin_ctrl.rb +12 -6
- data/lib/wx/doc/gen/spin_event.rb +5 -2
- data/lib/wx/doc/gen/splash_screen.rb +16 -12
- data/lib/wx/doc/gen/splitter_event.rb +6 -2
- data/lib/wx/doc/gen/splitter_window.rb +20 -4
- data/lib/wx/doc/gen/static_bitmap.rb +5 -5
- data/lib/wx/doc/gen/static_box.rb +36 -32
- data/lib/wx/doc/gen/static_box_sizer.rb +13 -10
- data/lib/wx/doc/gen/static_line.rb +5 -4
- data/lib/wx/doc/gen/static_text.rb +12 -6
- data/lib/wx/doc/gen/status_bar.rb +14 -5
- data/lib/wx/doc/gen/stc/styled_text_ctrl.rb +55 -7
- data/lib/wx/doc/gen/stc/styled_text_event.rb +224 -49
- data/lib/wx/doc/gen/std_dialog_button_sizer.rb +11 -2
- data/lib/wx/doc/gen/svg_file_dc.rb +3 -3
- data/lib/wx/doc/gen/system_options.rb +11 -1
- data/lib/wx/doc/gen/system_settings.rb +3 -3
- data/lib/wx/doc/gen/task_bar_icon.rb +10 -2
- data/lib/wx/doc/gen/task_bar_icon_event.rb +3 -3
- data/lib/wx/doc/gen/text_attr.rb +11 -7
- data/lib/wx/doc/gen/text_ctrl.rb +61 -92
- data/lib/wx/doc/gen/text_entry.rb +28 -40
- data/lib/wx/doc/gen/text_entry_dialog.rb +19 -19
- data/lib/wx/doc/gen/text_validator.rb +0 -11
- data/lib/wx/doc/gen/time_picker_ctrl.rb +6 -5
- data/lib/wx/doc/gen/timer.rb +8 -4
- data/lib/wx/doc/gen/timer_event.rb +19 -26
- data/lib/wx/doc/gen/tip_provider.rb +1 -1
- data/lib/wx/doc/gen/toggle_button.rb +6 -5
- data/lib/wx/doc/gen/tool_bar.rb +41 -24
- data/lib/wx/doc/gen/tool_tip.rb +2 -2
- data/lib/wx/doc/gen/toolbook.rb +6 -3
- data/lib/wx/doc/gen/top_level_window.rb +35 -25
- data/lib/wx/doc/gen/tree_ctrl.rb +63 -13
- data/lib/wx/doc/gen/tree_event.rb +23 -2
- data/lib/wx/doc/gen/treebook.rb +6 -2
- data/lib/wx/doc/gen/ui_action_simulator.rb +1 -1
- data/lib/wx/doc/gen/utils.rb +9 -3
- data/lib/wx/doc/gen/v_list_box.rb +2 -2
- data/lib/wx/doc/gen/v_scrolled_window.rb +2 -2
- data/lib/wx/doc/gen/validator.rb +7 -5
- data/lib/wx/doc/gen/variant.rb +34 -97
- data/lib/wx/doc/gen/window.rb +157 -102
- data/lib/wx/doc/gen/window_dc.rb +1 -1
- data/lib/wx/doc/gen/with_images.rb +1 -1
- data/lib/wx/doc/gen/wizard.rb +17 -4
- data/lib/wx/doc/gen/wizard_event.rb +9 -2
- data/lib/wx/doc/gen/wizard_page.rb +1 -1
- data/lib/wx/doc/gen/wizard_page_simple.rb +7 -7
- data/lib/wx/doc/gen/xml_node.rb +3 -3
- data/lib/wx/doc/gen/xml_resource.rb +12 -9
- data/lib/wx/doc/image.rb +42 -12
- data/lib/wx/doc/list_ctrl.rb +32 -0
- data/lib/wx/doc/log.rb +28 -0
- data/lib/wx/doc/prt/printer_dc.rb +2 -2
- data/lib/wx/doc/scaled_dc.rb +1 -1
- data/lib/wx/doc/text_validator.rb +12 -0
- data/lib/wx/version.rb +1 -1
- data/lib/wxruby_aui.so +0 -0
- data/lib/wxruby_core.so +0 -0
- data/lib/wxruby_grid.so +0 -0
- data/lib/wxruby_html.so +0 -0
- data/lib/wxruby_pg.so +0 -0
- data/lib/wxruby_prt.so +0 -0
- data/lib/wxruby_rbn.so +0 -0
- data/lib/wxruby_rtc.so +0 -0
- data/lib/wxruby_stc.so +0 -0
- data/tests/test_art.rb +9 -0
- data/tests/test_box_sizer.rb +161 -0
- data/tests/test_grid_sizer.rb +148 -0
- data/tests/test_list_ctrl.rb +53 -0
- data/tests/test_log.rb +163 -0
- data/tests/test_std_controls.rb +58 -0
- data/tests/test_timer.rb +95 -0
- metadata +13 -2
@@ -22,7 +22,9 @@ module Wx::PG
|
|
22
22
|
def self.pg_get_default_image_wildcard; end
|
23
23
|
|
24
24
|
# Base class for custom {Wx::PG::PropertyGrid} editors.
|
25
|
-
# - Names of built-in property editors are: TextCtrl, Choice, ComboBox, CheckBox, TextCtrlAndButton, and ChoiceAndButton. Additional editors include SpinCtrl and DatePickerCtrl, but using them requires calling {Wx::PG::PropertyGrid#register_additional_editors} prior use
|
25
|
+
# - Names of built-in property editors are: TextCtrl, Choice, ComboBox, CheckBox, TextCtrlAndButton, and ChoiceAndButton. Additional editors include SpinCtrl and DatePickerCtrl, but using them requires calling {Wx::PG::PropertyGrid#register_additional_editors} prior use.
|
26
|
+
# - Pointer to built-in editor is available as {Wx::PGEditor_EditorName} (e.g. {Wx::PG_EDITOR_TEXT_CTRL}).
|
27
|
+
# - Before you start using new editor you just created, you need to register it using static function {Wx::PG::PropertyGrid.register_editor_class}, with code like this:
|
26
28
|
# ```
|
27
29
|
# wxPGEditor* editorPointer = wxPropertyGrid::RegisterEditorClass(new MyEditorClass(), "MyEditor");
|
28
30
|
# ```
|
@@ -35,7 +37,7 @@ module Wx::PG
|
|
35
37
|
class PGEditor < Object
|
36
38
|
|
37
39
|
# Constructor.
|
38
|
-
# @return [PGEditor]
|
40
|
+
# @return [Wx::PG::PGEditor]
|
39
41
|
def initialize; end
|
40
42
|
|
41
43
|
# Returns pointer to the name of the editor.
|
@@ -46,15 +48,15 @@ module Wx::PG
|
|
46
48
|
|
47
49
|
# Instantiates editor controls.
|
48
50
|
# - It is not necessary to call {Wx::EvtHandler#bind} for interesting editor events. All events from controls are automatically forwarded to {Wx::PG::PGEditor#on_event} and {Wx::PG::PGProperty#on_event}.
|
49
|
-
# @param propgrid [Wx::PropertyGrid] {Wx::PG::PropertyGrid} to which the property belongs (use as parent for control).
|
50
|
-
# @param property [Wx::PGProperty] Property for which this method is called.
|
51
|
+
# @param propgrid [Wx::PG::PropertyGrid] {Wx::PG::PropertyGrid} to which the property belongs (use as parent for control).
|
52
|
+
# @param property [Wx::PG::PGProperty] Property for which this method is called.
|
51
53
|
# @param pos [Array(Integer, Integer), Wx::Point] Position, inside {Wx::PG::PropertyGrid}, to create control(s) to.
|
52
54
|
# @param size [Array(Integer, Integer), Wx::Size] Initial size for control(s).
|
53
55
|
# @return [Wx::Window,Array<Wx::Window,Wx::Window>]
|
54
56
|
def create_controls(propgrid, property, pos, size) end
|
55
57
|
|
56
58
|
# Loads value from property to the control.
|
57
|
-
# @param property [Wx::PGProperty]
|
59
|
+
# @param property [Wx::PG::PGProperty]
|
58
60
|
# @param ctrl [Wx::Window]
|
59
61
|
# @return [void]
|
60
62
|
def update_control(property, ctrl) end
|
@@ -62,7 +64,7 @@ module Wx::PG
|
|
62
64
|
# Draws value for given property.
|
63
65
|
# @param dc [Wx::DC]
|
64
66
|
# @param rect [Wx::Rect]
|
65
|
-
# @param property [Wx::PGProperty]
|
67
|
+
# @param property [Wx::PG::PGProperty]
|
66
68
|
# @param text [String]
|
67
69
|
# @return [void]
|
68
70
|
def draw_value(dc, rect, property, text) end
|
@@ -70,8 +72,8 @@ module Wx::PG
|
|
70
72
|
# Handles events.
|
71
73
|
# Returns true if value in control was modified (see {Wx::PG::PGProperty#on_event} for more information).
|
72
74
|
# {Wx::PG::PropertyGrid} will automatically unfocus the editor when {Wx::EVT_TEXT_ENTER} is received and when it results in property value being modified. This happens regardless of editor type (i.e. behaviour is same for any {Wx::TextCtrl} and {Wx::ComboBox} based editor).
|
73
|
-
# @param propgrid [Wx::PropertyGrid]
|
74
|
-
# @param property [Wx::PGProperty]
|
75
|
+
# @param propgrid [Wx::PG::PropertyGrid]
|
76
|
+
# @param property [Wx::PG::PGProperty]
|
75
77
|
# @param wnd_primary [Wx::Window]
|
76
78
|
# @param event [Wx::Event]
|
77
79
|
# @return [true,false]
|
@@ -80,38 +82,38 @@ module Wx::PG
|
|
80
82
|
# Returns value from control, via parameter variant.
|
81
83
|
# Usually ends up calling property's StringToValue() or IntToValue(). Returns true if value was different.
|
82
84
|
# @param variant [Wx::Variant]
|
83
|
-
# @param property [Wx::PGProperty]
|
85
|
+
# @param property [Wx::PG::PGProperty]
|
84
86
|
# @param ctrl [Wx::Window]
|
85
87
|
# @return [true,false]
|
86
88
|
def get_value_from_control(variant, property, ctrl) end
|
87
89
|
alias_method :value_from_control, :get_value_from_control
|
88
90
|
|
89
91
|
# Sets value in control to unspecified.
|
90
|
-
# @param property [Wx::PGProperty]
|
92
|
+
# @param property [Wx::PG::PGProperty]
|
91
93
|
# @param ctrl [Wx::Window]
|
92
94
|
# @return [void]
|
93
95
|
def set_value_to_unspecified(property, ctrl) end
|
94
96
|
|
95
97
|
# Called by property grid to set new appearance for the control.
|
96
98
|
# Default implementation sets foreground colour, background colour, font, plus text for {Wx::TextCtrl} and {Wx::ComboCtrl}.
|
97
|
-
# @param pg [Wx::PropertyGrid] Property grid to which the edited property belongs.
|
98
|
-
# @param property [Wx::PGProperty] Edited property to which the editor control belongs.
|
99
|
+
# @param pg [Wx::PG::PropertyGrid] Property grid to which the edited property belongs.
|
100
|
+
# @param property [Wx::PG::PGProperty] Edited property to which the editor control belongs.
|
99
101
|
# @param ctrl [Wx::Window] Editor control.
|
100
|
-
# @param appearance [Wx::PGCell] New appearance to be applied.
|
101
|
-
# @param oldAppearance [Wx::PGCell] Previously applied appearance. Used to detect which control attributes need to be changed (e.g. so we only change background colour if really needed).
|
102
|
+
# @param appearance [Wx::PG::PGCell] New appearance to be applied.
|
103
|
+
# @param oldAppearance [Wx::PG::PGCell] Previously applied appearance. Used to detect which control attributes need to be changed (e.g. so we only change background colour if really needed).
|
102
104
|
# @param unspecified [true,false] If true tells this function that the new appearance represents an unspecified property value.
|
103
105
|
# @return [void]
|
104
106
|
def set_control_appearance(pg, property, ctrl, appearance, oldAppearance, unspecified) end
|
105
107
|
|
106
108
|
# Sets control's value specifically from string.
|
107
|
-
# @param property [Wx::PGProperty]
|
109
|
+
# @param property [Wx::PG::PGProperty]
|
108
110
|
# @param ctrl [Wx::Window]
|
109
111
|
# @param txt [String]
|
110
112
|
# @return [void]
|
111
113
|
def set_control_string_value(property, ctrl, txt) end
|
112
114
|
|
113
115
|
# Sets control's value specifically from int (applies to choice etc.).
|
114
|
-
# @param property [Wx::PGProperty]
|
116
|
+
# @param property [Wx::PG::PGProperty]
|
115
117
|
# @param ctrl [Wx::Window]
|
116
118
|
# @param value [Integer]
|
117
119
|
# @return [void]
|
@@ -134,7 +136,7 @@ module Wx::PG
|
|
134
136
|
|
135
137
|
# Extra processing when control gains focus.
|
136
138
|
# For example, {Wx::TextCtrl} based controls should select all text.
|
137
|
-
# @param property [Wx::PGProperty]
|
139
|
+
# @param property [Wx::PG::PGProperty]
|
138
140
|
# @param wnd [Wx::Window]
|
139
141
|
# @return [void]
|
140
142
|
def on_focus(property, wnd) end
|
@@ -152,7 +154,7 @@ module Wx::PG
|
|
152
154
|
#
|
153
155
|
class PGCheckBoxEditor < PGEditor
|
154
156
|
|
155
|
-
# @return [PGCheckBoxEditor]
|
157
|
+
# @return [Wx::PG::PGCheckBoxEditor]
|
156
158
|
def initialize; end
|
157
159
|
|
158
160
|
# Returns pointer to the name of the editor.
|
@@ -163,15 +165,15 @@ module Wx::PG
|
|
163
165
|
|
164
166
|
# Instantiates editor controls.
|
165
167
|
# - It is not necessary to call {Wx::EvtHandler#bind} for interesting editor events. All events from controls are automatically forwarded to {Wx::PG::PGEditor#on_event} and {Wx::PG::PGProperty#on_event}.
|
166
|
-
# @param propgrid [Wx::PropertyGrid] {Wx::PG::PropertyGrid} to which the property belongs (use as parent for control).
|
167
|
-
# @param property [Wx::PGProperty] Property for which this method is called.
|
168
|
+
# @param propgrid [Wx::PG::PropertyGrid] {Wx::PG::PropertyGrid} to which the property belongs (use as parent for control).
|
169
|
+
# @param property [Wx::PG::PGProperty] Property for which this method is called.
|
168
170
|
# @param pos [Array(Integer, Integer), Wx::Point] Position, inside {Wx::PG::PropertyGrid}, to create control(s) to.
|
169
171
|
# @param size [Array(Integer, Integer), Wx::Size] Initial size for control(s).
|
170
172
|
# @return [Wx::Window,Array<Wx::Window,Wx::Window>]
|
171
173
|
def create_controls(propgrid, property, pos, size) end
|
172
174
|
|
173
175
|
# Loads value from property to the control.
|
174
|
-
# @param property [Wx::PGProperty]
|
176
|
+
# @param property [Wx::PG::PGProperty]
|
175
177
|
# @param ctrl [Wx::Window]
|
176
178
|
# @return [void]
|
177
179
|
def update_control(property, ctrl) end
|
@@ -179,8 +181,8 @@ module Wx::PG
|
|
179
181
|
# Handles events.
|
180
182
|
# Returns true if value in control was modified (see {Wx::PG::PGProperty#on_event} for more information).
|
181
183
|
# {Wx::PG::PropertyGrid} will automatically unfocus the editor when {Wx::EVT_TEXT_ENTER} is received and when it results in property value being modified. This happens regardless of editor type (i.e. behaviour is same for any {Wx::TextCtrl} and {Wx::ComboBox} based editor).
|
182
|
-
# @param propgrid [Wx::PropertyGrid]
|
183
|
-
# @param property [Wx::PGProperty]
|
184
|
+
# @param propgrid [Wx::PG::PropertyGrid]
|
185
|
+
# @param property [Wx::PG::PGProperty]
|
184
186
|
# @param wnd_primary [Wx::Window]
|
185
187
|
# @param event [Wx::Event]
|
186
188
|
# @return [true,false]
|
@@ -189,14 +191,14 @@ module Wx::PG
|
|
189
191
|
# Returns value from control, via parameter variant.
|
190
192
|
# Usually ends up calling property's StringToValue() or IntToValue(). Returns true if value was different.
|
191
193
|
# @param variant [Wx::Variant]
|
192
|
-
# @param property [Wx::PGProperty]
|
194
|
+
# @param property [Wx::PG::PGProperty]
|
193
195
|
# @param ctrl [Wx::Window]
|
194
196
|
# @return [true,false]
|
195
197
|
def get_value_from_control(variant, property, ctrl) end
|
196
198
|
alias_method :value_from_control, :get_value_from_control
|
197
199
|
|
198
200
|
# Sets value in control to unspecified.
|
199
|
-
# @param property [Wx::PGProperty]
|
201
|
+
# @param property [Wx::PG::PGProperty]
|
200
202
|
# @param ctrl [Wx::Window]
|
201
203
|
# @return [void]
|
202
204
|
def set_value_to_unspecified(property, ctrl) end
|
@@ -204,13 +206,13 @@ module Wx::PG
|
|
204
206
|
# Draws value for given property.
|
205
207
|
# @param dc [Wx::DC]
|
206
208
|
# @param rect [Wx::Rect]
|
207
|
-
# @param property [Wx::PGProperty]
|
209
|
+
# @param property [Wx::PG::PGProperty]
|
208
210
|
# @param text [String]
|
209
211
|
# @return [void]
|
210
212
|
def draw_value(dc, rect, property, text) end
|
211
213
|
|
212
214
|
# Sets control's value specifically from int (applies to choice etc.).
|
213
|
-
# @param property [Wx::PGProperty]
|
215
|
+
# @param property [Wx::PG::PGProperty]
|
214
216
|
# @param ctrl [Wx::Window]
|
215
217
|
# @param value [Integer]
|
216
218
|
# @return [void]
|
@@ -223,20 +225,20 @@ module Wx::PG
|
|
223
225
|
#
|
224
226
|
class PGChoiceEditor < PGEditor
|
225
227
|
|
226
|
-
# @return [PGChoiceEditor]
|
228
|
+
# @return [Wx::PG::PGChoiceEditor]
|
227
229
|
def initialize; end
|
228
230
|
|
229
231
|
# Instantiates editor controls.
|
230
232
|
# - It is not necessary to call {Wx::EvtHandler#bind} for interesting editor events. All events from controls are automatically forwarded to {Wx::PG::PGEditor#on_event} and {Wx::PG::PGProperty#on_event}.
|
231
|
-
# @param propgrid [Wx::PropertyGrid] {Wx::PG::PropertyGrid} to which the property belongs (use as parent for control).
|
232
|
-
# @param property [Wx::PGProperty] Property for which this method is called.
|
233
|
+
# @param propgrid [Wx::PG::PropertyGrid] {Wx::PG::PropertyGrid} to which the property belongs (use as parent for control).
|
234
|
+
# @param property [Wx::PG::PGProperty] Property for which this method is called.
|
233
235
|
# @param pos [Array(Integer, Integer), Wx::Point] Position, inside {Wx::PG::PropertyGrid}, to create control(s) to.
|
234
236
|
# @param size [Array(Integer, Integer), Wx::Size] Initial size for control(s).
|
235
237
|
# @return [Wx::Window,Array<Wx::Window,Wx::Window>]
|
236
238
|
def create_controls(propgrid, property, pos, size) end
|
237
239
|
|
238
240
|
# Loads value from property to the control.
|
239
|
-
# @param property [Wx::PGProperty]
|
241
|
+
# @param property [Wx::PG::PGProperty]
|
240
242
|
# @param ctrl [Wx::Window]
|
241
243
|
# @return [void]
|
242
244
|
def update_control(property, ctrl) end
|
@@ -244,8 +246,8 @@ module Wx::PG
|
|
244
246
|
# Handles events.
|
245
247
|
# Returns true if value in control was modified (see {Wx::PG::PGProperty#on_event} for more information).
|
246
248
|
# {Wx::PG::PropertyGrid} will automatically unfocus the editor when {Wx::EVT_TEXT_ENTER} is received and when it results in property value being modified. This happens regardless of editor type (i.e. behaviour is same for any {Wx::TextCtrl} and {Wx::ComboBox} based editor).
|
247
|
-
# @param propgrid [Wx::PropertyGrid]
|
248
|
-
# @param property [Wx::PGProperty]
|
249
|
+
# @param propgrid [Wx::PG::PropertyGrid]
|
250
|
+
# @param property [Wx::PG::PGProperty]
|
249
251
|
# @param wnd_primary [Wx::Window]
|
250
252
|
# @param event [Wx::Event]
|
251
253
|
# @return [true,false]
|
@@ -254,14 +256,14 @@ module Wx::PG
|
|
254
256
|
# Returns value from control, via parameter variant.
|
255
257
|
# Usually ends up calling property's StringToValue() or IntToValue(). Returns true if value was different.
|
256
258
|
# @param variant [Wx::Variant]
|
257
|
-
# @param property [Wx::PGProperty]
|
259
|
+
# @param property [Wx::PG::PGProperty]
|
258
260
|
# @param ctrl [Wx::Window]
|
259
261
|
# @return [true,false]
|
260
262
|
def get_value_from_control(variant, property, ctrl) end
|
261
263
|
alias_method :value_from_control, :get_value_from_control
|
262
264
|
|
263
265
|
# Sets value in control to unspecified.
|
264
|
-
# @param property [Wx::PGProperty]
|
266
|
+
# @param property [Wx::PG::PGProperty]
|
265
267
|
# @param ctrl [Wx::Window]
|
266
268
|
# @return [void]
|
267
269
|
def set_value_to_unspecified(property, ctrl) end
|
@@ -273,14 +275,14 @@ module Wx::PG
|
|
273
275
|
alias_method :name, :get_name
|
274
276
|
|
275
277
|
# Sets control's value specifically from int (applies to choice etc.).
|
276
|
-
# @param property [Wx::PGProperty]
|
278
|
+
# @param property [Wx::PG::PGProperty]
|
277
279
|
# @param ctrl [Wx::Window]
|
278
280
|
# @param value [Integer]
|
279
281
|
# @return [void]
|
280
282
|
def set_control_int_value(property, ctrl, value) end
|
281
283
|
|
282
284
|
# Sets control's value specifically from string.
|
283
|
-
# @param property [Wx::PGProperty]
|
285
|
+
# @param property [Wx::PG::PGProperty]
|
284
286
|
# @param ctrl [Wx::Window]
|
285
287
|
# @param txt [String]
|
286
288
|
# @return [void]
|
@@ -307,8 +309,8 @@ module Wx::PG
|
|
307
309
|
def can_contain_custom_image; end
|
308
310
|
alias_method :can_contain_custom_image?, :can_contain_custom_image
|
309
311
|
|
310
|
-
# @param propgrid [Wx::PropertyGrid]
|
311
|
-
# @param property [Wx::PGProperty]
|
312
|
+
# @param propgrid [Wx::PG::PropertyGrid]
|
313
|
+
# @param property [Wx::PG::PGProperty]
|
312
314
|
# @param pos [Array(Integer, Integer), Wx::Point]
|
313
315
|
# @param sz [Array(Integer, Integer), Wx::Size]
|
314
316
|
# @param extraStyle [Integer]
|
@@ -322,7 +324,7 @@ module Wx::PG
|
|
322
324
|
#
|
323
325
|
class PGChoiceAndButtonEditor < PGChoiceEditor
|
324
326
|
|
325
|
-
# @return [PGChoiceAndButtonEditor]
|
327
|
+
# @return [Wx::PG::PGChoiceAndButtonEditor]
|
326
328
|
def initialize; end
|
327
329
|
|
328
330
|
# Returns pointer to the name of the editor.
|
@@ -333,8 +335,8 @@ module Wx::PG
|
|
333
335
|
|
334
336
|
# Instantiates editor controls.
|
335
337
|
# - It is not necessary to call {Wx::EvtHandler#bind} for interesting editor events. All events from controls are automatically forwarded to {Wx::PG::PGEditor#on_event} and {Wx::PG::PGProperty#on_event}.
|
336
|
-
# @param propgrid [Wx::PropertyGrid] {Wx::PG::PropertyGrid} to which the property belongs (use as parent for control).
|
337
|
-
# @param property [Wx::PGProperty] Property for which this method is called.
|
338
|
+
# @param propgrid [Wx::PG::PropertyGrid] {Wx::PG::PropertyGrid} to which the property belongs (use as parent for control).
|
339
|
+
# @param property [Wx::PG::PGProperty] Property for which this method is called.
|
338
340
|
# @param pos [Array(Integer, Integer), Wx::Point] Position, inside {Wx::PG::PropertyGrid}, to create control(s) to.
|
339
341
|
# @param size [Array(Integer, Integer), Wx::Size] Initial size for control(s).
|
340
342
|
# @return [Wx::Window,Array<Wx::Window,Wx::Window>]
|
@@ -347,13 +349,13 @@ module Wx::PG
|
|
347
349
|
#
|
348
350
|
class PGComboBoxEditor < PGChoiceEditor
|
349
351
|
|
350
|
-
# @return [PGComboBoxEditor]
|
352
|
+
# @return [Wx::PG::PGComboBoxEditor]
|
351
353
|
def initialize; end
|
352
354
|
|
353
355
|
# Instantiates editor controls.
|
354
356
|
# - It is not necessary to call {Wx::EvtHandler#bind} for interesting editor events. All events from controls are automatically forwarded to {Wx::PG::PGEditor#on_event} and {Wx::PG::PGProperty#on_event}.
|
355
|
-
# @param propgrid [Wx::PropertyGrid] {Wx::PG::PropertyGrid} to which the property belongs (use as parent for control).
|
356
|
-
# @param property [Wx::PGProperty] Property for which this method is called.
|
357
|
+
# @param propgrid [Wx::PG::PropertyGrid] {Wx::PG::PropertyGrid} to which the property belongs (use as parent for control).
|
358
|
+
# @param property [Wx::PG::PGProperty] Property for which this method is called.
|
357
359
|
# @param pos [Array(Integer, Integer), Wx::Point] Position, inside {Wx::PG::PropertyGrid}, to create control(s) to.
|
358
360
|
# @param size [Array(Integer, Integer), Wx::Size] Initial size for control(s).
|
359
361
|
# @return [Wx::Window,Array<Wx::Window,Wx::Window>]
|
@@ -366,7 +368,7 @@ module Wx::PG
|
|
366
368
|
alias_method :name, :get_name
|
367
369
|
|
368
370
|
# Loads value from property to the control.
|
369
|
-
# @param property [Wx::PGProperty]
|
371
|
+
# @param property [Wx::PG::PGProperty]
|
370
372
|
# @param ctrl [Wx::Window]
|
371
373
|
# @return [void]
|
372
374
|
def update_control(property, ctrl) end
|
@@ -374,8 +376,8 @@ module Wx::PG
|
|
374
376
|
# Handles events.
|
375
377
|
# Returns true if value in control was modified (see {Wx::PG::PGProperty#on_event} for more information).
|
376
378
|
# {Wx::PG::PropertyGrid} will automatically unfocus the editor when {Wx::EVT_TEXT_ENTER} is received and when it results in property value being modified. This happens regardless of editor type (i.e. behaviour is same for any {Wx::TextCtrl} and {Wx::ComboBox} based editor).
|
377
|
-
# @param propgrid [Wx::PropertyGrid]
|
378
|
-
# @param property [Wx::PGProperty]
|
379
|
+
# @param propgrid [Wx::PG::PropertyGrid]
|
380
|
+
# @param property [Wx::PG::PGProperty]
|
379
381
|
# @param wnd_primary [Wx::Window]
|
380
382
|
# @param event [Wx::Event]
|
381
383
|
# @return [true,false]
|
@@ -384,7 +386,7 @@ module Wx::PG
|
|
384
386
|
# Returns value from control, via parameter variant.
|
385
387
|
# Usually ends up calling property's StringToValue() or IntToValue(). Returns true if value was different.
|
386
388
|
# @param variant [Wx::Variant]
|
387
|
-
# @param property [Wx::PGProperty]
|
389
|
+
# @param property [Wx::PG::PGProperty]
|
388
390
|
# @param ctrl [Wx::Window]
|
389
391
|
# @return [true,false]
|
390
392
|
def get_value_from_control(variant, property, ctrl) end
|
@@ -392,7 +394,7 @@ module Wx::PG
|
|
392
394
|
|
393
395
|
# Extra processing when control gains focus.
|
394
396
|
# For example, {Wx::TextCtrl} based controls should select all text.
|
395
|
-
# @param property [Wx::PGProperty]
|
397
|
+
# @param property [Wx::PG::PGProperty]
|
396
398
|
# @param wnd [Wx::Window]
|
397
399
|
# @return [void]
|
398
400
|
def on_focus(property, wnd) end
|
@@ -404,20 +406,20 @@ module Wx::PG
|
|
404
406
|
#
|
405
407
|
class PGTextCtrlEditor < PGEditor
|
406
408
|
|
407
|
-
# @return [PGTextCtrlEditor]
|
409
|
+
# @return [Wx::PG::PGTextCtrlEditor]
|
408
410
|
def initialize; end
|
409
411
|
|
410
412
|
# Instantiates editor controls.
|
411
413
|
# - It is not necessary to call {Wx::EvtHandler#bind} for interesting editor events. All events from controls are automatically forwarded to {Wx::PG::PGEditor#on_event} and {Wx::PG::PGProperty#on_event}.
|
412
|
-
# @param propgrid [Wx::PropertyGrid] {Wx::PG::PropertyGrid} to which the property belongs (use as parent for control).
|
413
|
-
# @param property [Wx::PGProperty] Property for which this method is called.
|
414
|
+
# @param propgrid [Wx::PG::PropertyGrid] {Wx::PG::PropertyGrid} to which the property belongs (use as parent for control).
|
415
|
+
# @param property [Wx::PG::PGProperty] Property for which this method is called.
|
414
416
|
# @param pos [Array(Integer, Integer), Wx::Point] Position, inside {Wx::PG::PropertyGrid}, to create control(s) to.
|
415
417
|
# @param size [Array(Integer, Integer), Wx::Size] Initial size for control(s).
|
416
418
|
# @return [Wx::Window,Array<Wx::Window,Wx::Window>]
|
417
419
|
def create_controls(propgrid, property, pos, size) end
|
418
420
|
|
419
421
|
# Loads value from property to the control.
|
420
|
-
# @param property [Wx::PGProperty]
|
422
|
+
# @param property [Wx::PG::PGProperty]
|
421
423
|
# @param ctrl [Wx::Window]
|
422
424
|
# @return [void]
|
423
425
|
def update_control(property, ctrl) end
|
@@ -425,8 +427,8 @@ module Wx::PG
|
|
425
427
|
# Handles events.
|
426
428
|
# Returns true if value in control was modified (see {Wx::PG::PGProperty#on_event} for more information).
|
427
429
|
# {Wx::PG::PropertyGrid} will automatically unfocus the editor when {Wx::EVT_TEXT_ENTER} is received and when it results in property value being modified. This happens regardless of editor type (i.e. behaviour is same for any {Wx::TextCtrl} and {Wx::ComboBox} based editor).
|
428
|
-
# @param propgrid [Wx::PropertyGrid]
|
429
|
-
# @param property [Wx::PGProperty]
|
430
|
+
# @param propgrid [Wx::PG::PropertyGrid]
|
431
|
+
# @param property [Wx::PG::PGProperty]
|
430
432
|
# @param wnd_primary [Wx::Window]
|
431
433
|
# @param event [Wx::Event]
|
432
434
|
# @return [true,false]
|
@@ -435,7 +437,7 @@ module Wx::PG
|
|
435
437
|
# Returns value from control, via parameter variant.
|
436
438
|
# Usually ends up calling property's StringToValue() or IntToValue(). Returns true if value was different.
|
437
439
|
# @param variant [Wx::Variant]
|
438
|
-
# @param property [Wx::PGProperty]
|
440
|
+
# @param property [Wx::PG::PGProperty]
|
439
441
|
# @param ctrl [Wx::Window]
|
440
442
|
# @return [true,false]
|
441
443
|
def get_value_from_control(variant, property, ctrl) end
|
@@ -448,7 +450,7 @@ module Wx::PG
|
|
448
450
|
alias_method :name, :get_name
|
449
451
|
|
450
452
|
# Sets control's value specifically from string.
|
451
|
-
# @param property [Wx::PGProperty]
|
453
|
+
# @param property [Wx::PG::PGProperty]
|
452
454
|
# @param ctrl [Wx::Window]
|
453
455
|
# @param txt [String]
|
454
456
|
# @return [void]
|
@@ -456,20 +458,20 @@ module Wx::PG
|
|
456
458
|
|
457
459
|
# Extra processing when control gains focus.
|
458
460
|
# For example, {Wx::TextCtrl} based controls should select all text.
|
459
|
-
# @param property [Wx::PGProperty]
|
461
|
+
# @param property [Wx::PG::PGProperty]
|
460
462
|
# @param wnd [Wx::Window]
|
461
463
|
# @return [void]
|
462
464
|
def on_focus(property, wnd) end
|
463
465
|
|
464
|
-
# @param propgrid [Wx::PropertyGrid]
|
465
|
-
# @param property [Wx::PGProperty]
|
466
|
+
# @param propgrid [Wx::PG::PropertyGrid]
|
467
|
+
# @param property [Wx::PG::PGProperty]
|
466
468
|
# @param ctrl [Wx::Window]
|
467
469
|
# @param event [Wx::Event]
|
468
470
|
# @return [true,false]
|
469
471
|
def self.on_text_ctrl_event(propgrid, property, ctrl, event) end
|
470
472
|
|
471
473
|
# @param variant [Wx::Variant]
|
472
|
-
# @param property [Wx::PGProperty]
|
474
|
+
# @param property [Wx::PG::PGProperty]
|
473
475
|
# @param ctrl [Wx::Window]
|
474
476
|
# @return [true,false]
|
475
477
|
def self.get_text_ctrl_value_from_control(variant, property, ctrl) end
|
@@ -489,8 +491,8 @@ module Wx::PG
|
|
489
491
|
|
490
492
|
# Instantiates editor controls.
|
491
493
|
# - It is not necessary to call {Wx::EvtHandler#bind} for interesting editor events. All events from controls are automatically forwarded to {Wx::PG::PGEditor#on_event} and {Wx::PG::PGProperty#on_event}.
|
492
|
-
# @param propgrid [Wx::PropertyGrid] {Wx::PG::PropertyGrid} to which the property belongs (use as parent for control).
|
493
|
-
# @param property [Wx::PGProperty] Property for which this method is called.
|
494
|
+
# @param propgrid [Wx::PG::PropertyGrid] {Wx::PG::PropertyGrid} to which the property belongs (use as parent for control).
|
495
|
+
# @param property [Wx::PG::PGProperty] Property for which this method is called.
|
494
496
|
# @param pos [Array(Integer, Integer), Wx::Point] Position, inside {Wx::PG::PropertyGrid}, to create control(s) to.
|
495
497
|
# @param size [Array(Integer, Integer), Wx::Size] Initial size for control(s).
|
496
498
|
# @return [Wx::Window,Array<Wx::Window,Wx::Window>]
|
@@ -499,8 +501,8 @@ module Wx::PG
|
|
499
501
|
# Handles events.
|
500
502
|
# Returns true if value in control was modified (see {Wx::PG::PGProperty#on_event} for more information).
|
501
503
|
# {Wx::PG::PropertyGrid} will automatically unfocus the editor when {Wx::EVT_TEXT_ENTER} is received and when it results in property value being modified. This happens regardless of editor type (i.e. behaviour is same for any {Wx::TextCtrl} and {Wx::ComboBox} based editor).
|
502
|
-
# @param propgrid [Wx::PropertyGrid]
|
503
|
-
# @param property [Wx::PGProperty]
|
504
|
+
# @param propgrid [Wx::PG::PropertyGrid]
|
505
|
+
# @param property [Wx::PG::PGProperty]
|
504
506
|
# @param wnd_primary [Wx::Window]
|
505
507
|
# @param event [Wx::Event]
|
506
508
|
# @return [true,false]
|
@@ -513,7 +515,7 @@ module Wx::PG
|
|
513
515
|
#
|
514
516
|
class PGTextCtrlAndButtonEditor < PGTextCtrlEditor
|
515
517
|
|
516
|
-
# @return [PGTextCtrlAndButtonEditor]
|
518
|
+
# @return [Wx::PG::PGTextCtrlAndButtonEditor]
|
517
519
|
def initialize; end
|
518
520
|
|
519
521
|
# Returns pointer to the name of the editor.
|
@@ -524,8 +526,8 @@ module Wx::PG
|
|
524
526
|
|
525
527
|
# Instantiates editor controls.
|
526
528
|
# - It is not necessary to call {Wx::EvtHandler#bind} for interesting editor events. All events from controls are automatically forwarded to {Wx::PG::PGEditor#on_event} and {Wx::PG::PGProperty#on_event}.
|
527
|
-
# @param propgrid [Wx::PropertyGrid] {Wx::PG::PropertyGrid} to which the property belongs (use as parent for control).
|
528
|
-
# @param property [Wx::PGProperty] Property for which this method is called.
|
529
|
+
# @param propgrid [Wx::PG::PropertyGrid] {Wx::PG::PropertyGrid} to which the property belongs (use as parent for control).
|
530
|
+
# @param property [Wx::PG::PGProperty] Property for which this method is called.
|
529
531
|
# @param pos [Array(Integer, Integer), Wx::Point] Position, inside {Wx::PG::PropertyGrid}, to create control(s) to.
|
530
532
|
# @param size [Array(Integer, Integer), Wx::Size] Initial size for control(s).
|
531
533
|
# @return [Wx::Window,Array<Wx::Window,Wx::Window>]
|
@@ -541,16 +543,16 @@ module Wx::PG
|
|
541
543
|
#
|
542
544
|
class PGEditorDialogAdapter < Object
|
543
545
|
|
544
|
-
# @return [PGEditorDialogAdapter]
|
546
|
+
# @return [Wx::PG::PGEditorDialogAdapter]
|
545
547
|
def initialize; end
|
546
548
|
|
547
|
-
# @param propGrid [Wx::PropertyGrid]
|
548
|
-
# @param property [Wx::PGProperty]
|
549
|
+
# @param propGrid [Wx::PG::PropertyGrid]
|
550
|
+
# @param property [Wx::PG::PGProperty]
|
549
551
|
# @return [true,false]
|
550
552
|
def show_dialog(propGrid, property) end
|
551
553
|
|
552
|
-
# @param propGrid [Wx::PropertyGrid]
|
553
|
-
# @param property [Wx::PGProperty]
|
554
|
+
# @param propGrid [Wx::PG::PropertyGrid]
|
555
|
+
# @param property [Wx::PG::PGProperty]
|
554
556
|
# @return [true,false]
|
555
557
|
def do_show_dialog(propGrid, property) end
|
556
558
|
|
@@ -113,9 +113,9 @@ module Wx::PG
|
|
113
113
|
class PGMultiButton < Window
|
114
114
|
|
115
115
|
# Constructor.
|
116
|
-
# @param pg [Wx::PropertyGrid]
|
116
|
+
# @param pg [Wx::PG::PropertyGrid]
|
117
117
|
# @param sz [Array(Integer, Integer), Wx::Size]
|
118
|
-
# @return [PGMultiButton]
|
118
|
+
# @return [Wx::PG::PGMultiButton]
|
119
119
|
def initialize(pg, sz) end
|
120
120
|
|
121
121
|
# @overload add(label, id=-2)
|
@@ -131,7 +131,7 @@ module Wx::PG
|
|
131
131
|
def add(*args) end
|
132
132
|
|
133
133
|
# Call this in CreateControls() of your custom editor class after all buttons have been added.
|
134
|
-
# @param propGrid [Wx::PropertyGrid] {Wx::PG::PropertyGrid} given in CreateControls().
|
134
|
+
# @param propGrid [Wx::PG::PropertyGrid] {Wx::PG::PropertyGrid} given in CreateControls().
|
135
135
|
# @param pos [Array(Integer, Integer), Wx::Point] {Wx::Point} given in CreateControls().
|
136
136
|
# @return [void]
|
137
137
|
def finalize(propGrid, pos) end
|