wxruby3 0.9.0.pre.rc.2-x64-mingw-ucrt → 0.9.0.pre.rc.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 +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
@@ -52,8 +52,8 @@ module Wx::GRID
|
|
52
52
|
|
53
53
|
# @overload initialize(attrDefault=nil)
|
54
54
|
# Default constructor.
|
55
|
-
# @param attrDefault [Wx::GridCellAttr]
|
56
|
-
# @return [GridCellAttr]
|
55
|
+
# @param attrDefault [Wx::GRID::GridCellAttr]
|
56
|
+
# @return [Wx::GRID::GridCellAttr]
|
57
57
|
# @overload initialize(colText, colBack, font, hAlign, vAlign)
|
58
58
|
# Constructor specifying some of the often used attributes.
|
59
59
|
# @param colText [Wx::Colour,String,Symbol]
|
@@ -61,11 +61,11 @@ module Wx::GRID
|
|
61
61
|
# @param font [Wx::Font,Wx::FontInfo]
|
62
62
|
# @param hAlign [Integer]
|
63
63
|
# @param vAlign [Integer]
|
64
|
-
# @return [GridCellAttr]
|
64
|
+
# @return [Wx::GRID::GridCellAttr]
|
65
65
|
def initialize(*args) end
|
66
66
|
|
67
67
|
# Creates a new copy of this object.
|
68
|
-
# @return [Wx::GridCellAttr]
|
68
|
+
# @return [Wx::GRID::GridCellAttr]
|
69
69
|
def clone; end
|
70
70
|
|
71
71
|
# Get the alignment to use for the cell with the given attribute.
|
@@ -82,7 +82,7 @@ module Wx::GRID
|
|
82
82
|
|
83
83
|
# Returns the cell editor.
|
84
84
|
# The caller is responsible for calling {Wx::GRID::GridCellAttr#dec_ref} on the returned pointer, use {Wx::GRID::GridCellAttr#get_editor_ptr} to do it automatically.
|
85
|
-
# @param grid [Wx::Grid]
|
85
|
+
# @param grid [Wx::GRID::Grid]
|
86
86
|
# @param row [Integer]
|
87
87
|
# @param col [Integer]
|
88
88
|
# @return [Wx::GRID::GridCellEditor]
|
@@ -108,7 +108,7 @@ module Wx::GRID
|
|
108
108
|
|
109
109
|
# Returns the cell renderer.
|
110
110
|
# The caller is responsible for calling {Wx::GRID::GridCellAttr#dec_ref} on the returned pointer, use {Wx::GRID::GridCellAttr#get_renderer_ptr} to do it automatically.
|
111
|
-
# @param grid [Wx::Grid]
|
111
|
+
# @param grid [Wx::GRID::Grid]
|
112
112
|
# @param row [Integer]
|
113
113
|
# @param col [Integer]
|
114
114
|
# @return [Wx::GRID::GridCellRenderer]
|
@@ -170,13 +170,13 @@ module Wx::GRID
|
|
170
170
|
|
171
171
|
#
|
172
172
|
# TodoNeeds documentation.
|
173
|
-
# @param defAttr [Wx::GridCellAttr]
|
173
|
+
# @param defAttr [Wx::GRID::GridCellAttr]
|
174
174
|
# @return [void]
|
175
175
|
def set_def_attr(defAttr) end
|
176
176
|
alias_method :def_attr=, :set_def_attr
|
177
177
|
|
178
178
|
# Sets the editor to be used with the cells with this attribute.
|
179
|
-
# @param editor [Wx::GridCellEditor]
|
179
|
+
# @param editor [Wx::GRID::GridCellEditor]
|
180
180
|
# @return [void]
|
181
181
|
def set_editor(editor) end
|
182
182
|
alias_method :editor=, :set_editor
|
@@ -195,7 +195,7 @@ module Wx::GRID
|
|
195
195
|
|
196
196
|
# Sets the renderer to be used for cells with this attribute.
|
197
197
|
# Takes ownership of the pointer.
|
198
|
-
# @param renderer [Wx::GridCellRenderer]
|
198
|
+
# @param renderer [Wx::GRID::GridCellRenderer]
|
199
199
|
# @return [void]
|
200
200
|
def set_renderer(renderer) end
|
201
201
|
alias_method :renderer=, :set_renderer
|
@@ -206,7 +206,7 @@ module Wx::GRID
|
|
206
206
|
def set_text_colour(colText) end
|
207
207
|
alias_method :text_colour=, :set_text_colour
|
208
208
|
|
209
|
-
# @param mergefrom [Wx::GridCellAttr]
|
209
|
+
# @param mergefrom [Wx::GRID::GridCellAttr]
|
210
210
|
# @return [void]
|
211
211
|
def merge_with(mergefrom) end
|
212
212
|
|
@@ -23,7 +23,7 @@ module Wx::GRID
|
|
23
23
|
class GridCellAutoWrapStringRenderer < GridCellStringRenderer
|
24
24
|
|
25
25
|
# Default constructor.
|
26
|
-
# @return [GridCellAutoWrapStringRenderer]
|
26
|
+
# @return [Wx::GRID::GridCellAutoWrapStringRenderer]
|
27
27
|
def initialize; end
|
28
28
|
|
29
29
|
end # GridCellAutoWrapStringRenderer
|
@@ -23,7 +23,7 @@ module Wx::GRID
|
|
23
23
|
class GridCellBoolEditor < GridCellEditor
|
24
24
|
|
25
25
|
# Default constructor.
|
26
|
-
# @return [GridCellBoolEditor]
|
26
|
+
# @return [Wx::GRID::GridCellBoolEditor]
|
27
27
|
def initialize; end
|
28
28
|
|
29
29
|
# Returns true if the given value is equal to the string representation of the truth value we currently use (see {Wx::GRID::GridCellBoolEditor.use_string_values}).
|
@@ -27,12 +27,12 @@ module Wx::GRID
|
|
27
27
|
# @param count [Integer] Number of strings from which the user can choose.
|
28
28
|
# @param choices [Wx::String] An array of strings from which the user can choose.
|
29
29
|
# @param allowOthers [true,false] If allowOthers is true, the user can type a string not in choices array.
|
30
|
-
# @return [GridCellChoiceEditor]
|
30
|
+
# @return [Wx::GRID::GridCellChoiceEditor]
|
31
31
|
# @overload initialize(choices, allowOthers=false)
|
32
32
|
# Choice cell renderer ctor.
|
33
33
|
# @param choices [Array<String>] An array of strings from which the user can choose.
|
34
34
|
# @param allowOthers [true,false] If allowOthers is true, the user can type a string not in choices array.
|
35
|
-
# @return [GridCellChoiceEditor]
|
35
|
+
# @return [Wx::GRID::GridCellChoiceEditor]
|
36
36
|
def initialize(*args) end
|
37
37
|
|
38
38
|
# Parameters string format is "item1[,item2[...,itemN]]".
|
@@ -24,7 +24,7 @@ module Wx::GRID
|
|
24
24
|
|
25
25
|
# Date editor constructor.
|
26
26
|
# @param format [String] Optional format for the date displayed in the associated cell. By default, the locale-specific date format ("%x") is assumed. You would typically want to specify the same format as the one used with the cell renderer, if a non-default one is used. Note that this parameter is only available since wxWidgets 3.1.5.
|
27
|
-
# @return [GridCellDateEditor]
|
27
|
+
# @return [Wx::GRID::GridCellDateEditor]
|
28
28
|
def initialize(format=(())) end
|
29
29
|
|
30
30
|
end # GridCellDateEditor
|
@@ -25,7 +25,7 @@ module Wx::GRID
|
|
25
25
|
|
26
26
|
# Date renderer constructor.
|
27
27
|
# @param outformat [String] strftime()-like format string used to render the output date. By default (or if provided format string is empty) localized date representation ("%x") is used.
|
28
|
-
# @return [GridCellDateRenderer]
|
28
|
+
# @return [Wx::GRID::GridCellDateRenderer]
|
29
29
|
def initialize(outformat=(())) end
|
30
30
|
|
31
31
|
# Sets the strftime()-like format string which will be used to render the date.
|
@@ -26,7 +26,7 @@ module Wx::GRID
|
|
26
26
|
# Date/time renderer constructor.
|
27
27
|
# @param outformat [String] strptime()-like format string used the parse the output date/time.
|
28
28
|
# @param informat [String] strptime()-like format string used to parse the string entered in the cell.
|
29
|
-
# @return [GridCellDateTimeRenderer]
|
29
|
+
# @return [Wx::GRID::GridCellDateTimeRenderer]
|
30
30
|
def initialize(outformat=Wx::DefaultDateTimeFormat, informat=Wx::DefaultDateTimeFormat) end
|
31
31
|
|
32
32
|
end # GridCellDateTimeRenderer
|
@@ -25,7 +25,7 @@ module Wx::GRID
|
|
25
25
|
class GridCellEditor < ::Object
|
26
26
|
|
27
27
|
# Default constructor.
|
28
|
-
# @return [GridCellEditor]
|
28
|
+
# @return [Wx::GRID::GridCellEditor]
|
29
29
|
def initialize; end
|
30
30
|
|
31
31
|
# Fetch the value from the table and prepare the edit control to begin editing.
|
@@ -33,12 +33,12 @@ module Wx::GRID
|
|
33
33
|
# @see Wx::GRID::GridCellEditor#end_edit
|
34
34
|
# @param row [Integer]
|
35
35
|
# @param col [Integer]
|
36
|
-
# @param grid [Wx::Grid]
|
36
|
+
# @param grid [Wx::GRID::Grid]
|
37
37
|
# @return [void]
|
38
38
|
def begin_edit(row, col, grid) end
|
39
39
|
|
40
40
|
# Create a new object which is the copy of this one.
|
41
|
-
# @return [Wx::GridCellEditor]
|
41
|
+
# @return [Wx::GRID::GridCellEditor]
|
42
42
|
def clone; end
|
43
43
|
|
44
44
|
# Creates the actual edit control.
|
@@ -54,13 +54,16 @@ module Wx::GRID
|
|
54
54
|
|
55
55
|
# End editing the cell.
|
56
56
|
# This function must check if the current value of the editing control is valid and different from the original value (available as oldval in its string form and possibly saved internally using its real type by {Wx::GRID::GridCellEditor#begin_edit}). If it isn't, it just returns false, otherwise it must do the following:
|
57
|
-
#
|
57
|
+
#
|
58
|
+
# - Save the new value internally so that {Wx::GRID::GridCellEditor#apply_edit} could apply it.
|
59
|
+
# - Fill newval (which is never NULL) with the string representation of the new value.
|
60
|
+
# - Return true
|
58
61
|
#
|
59
62
|
# Notice that it must not modify the grid as the change could still be vetoed.
|
60
63
|
# If the user-defined {Wx::GRID::EVT_GRID_CELL_CHANGING} event handler doesn't veto this change, {Wx::GRID::GridCellEditor#apply_edit} will be called next.
|
61
64
|
# @param row [Integer]
|
62
65
|
# @param col [Integer]
|
63
|
-
# @param grid [Wx::Grid]
|
66
|
+
# @param grid [Wx::GRID::Grid]
|
64
67
|
# @param oldval [String]
|
65
68
|
# @param newval [String]
|
66
69
|
# @return [true,false]
|
@@ -70,7 +73,7 @@ module Wx::GRID
|
|
70
73
|
# This function should save the value of the control in the grid. It is called only after {Wx::GRID::GridCellEditor#end_edit} returns true.
|
71
74
|
# @param row [Integer]
|
72
75
|
# @param col [Integer]
|
73
|
-
# @param grid [Wx::Grid]
|
76
|
+
# @param grid [Wx::GRID::Grid]
|
74
77
|
# @return [void]
|
75
78
|
def apply_edit(row, col, grid) end
|
76
79
|
|
@@ -87,7 +90,7 @@ module Wx::GRID
|
|
87
90
|
# Draws the part of the cell not occupied by the control: the base class version just fills it with background colour from the attribute.
|
88
91
|
# @param dc [Wx::DC]
|
89
92
|
# @param rectCell [Wx::Rect]
|
90
|
-
# @param attr [Wx::GridCellAttr]
|
93
|
+
# @param attr [Wx::GRID::GridCellAttr]
|
91
94
|
# @return [void]
|
92
95
|
def paint_background(dc, rectCell, attr) end
|
93
96
|
|
@@ -103,7 +106,7 @@ module Wx::GRID
|
|
103
106
|
|
104
107
|
# Show or hide the edit control, use the specified attributes to set colours/fonts for it.
|
105
108
|
# @param show [true,false]
|
106
|
-
# @param attr [Wx::GridCellAttr]
|
109
|
+
# @param attr [Wx::GRID::GridCellAttr]
|
107
110
|
# @return [void]
|
108
111
|
def show(show, attr=nil) end
|
109
112
|
|
@@ -159,7 +162,7 @@ module Wx::GRID
|
|
159
162
|
# By default, Wx::GridActivationResult#do_edit is returned, meaning that this is a normal editor, using an edit control for changing the cell value.
|
160
163
|
# @param row [Integer]
|
161
164
|
# @param col [Integer]
|
162
|
-
# @param grid [Wx::Grid]
|
165
|
+
# @param grid [Wx::GRID::Grid]
|
163
166
|
# @param actSource [Wx::GridActivationSource]
|
164
167
|
# @return [Wx::GridActivationResult]
|
165
168
|
def try_activate(row, col, grid, actSource) end
|
@@ -168,7 +171,7 @@ module Wx::GRID
|
|
168
171
|
# If {Wx::GRID::GridCellEditor#try_activate} is overridden to return "change" action, this function will be called to actually apply this change. Note that it is not passed the value to apply, as it is assumed that the editor class stores this value as a member variable anyhow.
|
169
172
|
# @param row [Integer]
|
170
173
|
# @param col [Integer]
|
171
|
-
# @param grid [Wx::Grid]
|
174
|
+
# @param grid [Wx::GRID::Grid]
|
172
175
|
# @return [void]
|
173
176
|
def do_activate(row, col, grid) end
|
174
177
|
|
@@ -25,7 +25,7 @@ module Wx::GRID
|
|
25
25
|
|
26
26
|
# Enum cell editor ctor.
|
27
27
|
# @param choices [String] Comma separated choice parameters "item1[,item2[...,itemN]]".
|
28
|
-
# @return [GridCellEnumEditor]
|
28
|
+
# @return [Wx::GRID::GridCellEnumEditor]
|
29
29
|
def initialize(choices=('')) end
|
30
30
|
|
31
31
|
end # GridCellEnumEditor
|
@@ -24,7 +24,7 @@ module Wx::GRID
|
|
24
24
|
|
25
25
|
# Enum renderer ctor.
|
26
26
|
# @param choices [String] Comma separated string parameters "item1[,item2[...,itemN]]".
|
27
|
-
# @return [GridCellEnumRenderer]
|
27
|
+
# @return [Wx::GRID::GridCellEnumRenderer]
|
28
28
|
def initialize(choices=('')) end
|
29
29
|
|
30
30
|
# Sets the comma separated string content of the enum.
|
@@ -26,7 +26,7 @@ module Wx::GRID
|
|
26
26
|
# @param width [Integer] Minimum number of characters to be shown.
|
27
27
|
# @param precision [Integer] Number of digits after the decimal dot.
|
28
28
|
# @param format [Integer] The format to use for displaying the number, a combination of {Wx::GRID::GridCellFloatFormat} enum elements. This parameter is only available since wxWidgets 2.9.3.
|
29
|
-
# @return [GridCellFloatEditor]
|
29
|
+
# @return [Wx::GRID::GridCellFloatEditor]
|
30
30
|
def initialize(width=-1, precision=-1, format=Wx::GRID::GridCellFloatFormat::GRID_FLOAT_FORMAT_DEFAULT) end
|
31
31
|
|
32
32
|
# The parameters string format is "width[,precision[,format]]" where format should be chosen between f|e|g|E|G (f is used by default)
|
@@ -25,7 +25,7 @@ module Wx::GRID
|
|
25
25
|
# @param width [Integer] Minimum number of characters to be shown.
|
26
26
|
# @param precision [Integer] Number of digits after the decimal dot.
|
27
27
|
# @param format [Integer] The format used to display the string, must be a combination of {Wx::GRID::GridCellFloatFormat} enum elements. This parameter is only available since wxWidgets 2.9.3.
|
28
|
-
# @return [GridCellFloatRenderer]
|
28
|
+
# @return [Wx::GRID::GridCellFloatRenderer]
|
29
29
|
def initialize(width=-1, precision=-1, format=Wx::GRID::GridCellFloatFormat::GRID_FLOAT_FORMAT_DEFAULT) end
|
30
30
|
|
31
31
|
# Returns the specifier used to format the data to string.
|
@@ -26,7 +26,7 @@ module Wx::GRID
|
|
26
26
|
# Values equal to -1 for both min and max indicate that no range checking should be done.
|
27
27
|
# @param min [Integer]
|
28
28
|
# @param max [Integer]
|
29
|
-
# @return [GridCellNumberEditor]
|
29
|
+
# @return [Wx::GRID::GridCellNumberEditor]
|
30
30
|
def initialize(min=-1, max=-1) end
|
31
31
|
|
32
32
|
# Parameters string format is "min,max".
|
@@ -22,17 +22,17 @@ module Wx::GRID
|
|
22
22
|
#
|
23
23
|
class GridCellRenderer < ::Object
|
24
24
|
|
25
|
-
# @return [GridCellRenderer]
|
25
|
+
# @return [Wx::GRID::GridCellRenderer]
|
26
26
|
def initialize; end
|
27
27
|
|
28
28
|
# This function must be implemented in derived classes to return a copy of itself.
|
29
|
-
# @return [Wx::GridCellRenderer]
|
29
|
+
# @return [Wx::GRID::GridCellRenderer]
|
30
30
|
def clone; end
|
31
31
|
|
32
32
|
# Draw the given cell on the provided DC inside the given rectangle using the style specified by the attribute and the default or selected state corresponding to the isSelected value.
|
33
33
|
# This pure virtual function has a default implementation which will prepare the DC using the given attribute: it will draw the rectangle with the background colour from attr and set the text colour and font.
|
34
|
-
# @param grid [Wx::Grid]
|
35
|
-
# @param attr [Wx::GridCellAttr]
|
34
|
+
# @param grid [Wx::GRID::Grid]
|
35
|
+
# @param attr [Wx::GRID::GridCellAttr]
|
36
36
|
# @param dc [Wx::DC]
|
37
37
|
# @param rect [Wx::Rect]
|
38
38
|
# @param row [Integer]
|
@@ -45,8 +45,8 @@ module Wx::GRID
|
|
45
45
|
# This method must be overridden in the derived classes to return the minimal fitting size for displaying the content of the given grid cell.
|
46
46
|
# @see Wx::GRID::GridCellRenderer#get_best_height
|
47
47
|
# @see Wx::GRID::GridCellRenderer#get_best_width
|
48
|
-
# @param grid [Wx::Grid]
|
49
|
-
# @param attr [Wx::GridCellAttr]
|
48
|
+
# @param grid [Wx::GRID::Grid]
|
49
|
+
# @param attr [Wx::GRID::GridCellAttr]
|
50
50
|
# @param dc [Wx::DC]
|
51
51
|
# @param row [Integer]
|
52
52
|
# @param col [Integer]
|
@@ -57,8 +57,8 @@ module Wx::GRID
|
|
57
57
|
# Get the preferred height of the cell at the given width.
|
58
58
|
# Some renderers may not have a well-defined best size, but only be able to provide the best height at the given width, e.g. this is the case of the standard {Wx::GRID::GridCellAutoWrapStringRenderer}. In this case, they should override this method, in addition to {Wx::GRID::GridCellRenderer#get_best_size}.
|
59
59
|
# @see Wx::GRID::GridCellRenderer#get_best_width
|
60
|
-
# @param grid [Wx::Grid]
|
61
|
-
# @param attr [Wx::GridCellAttr]
|
60
|
+
# @param grid [Wx::GRID::Grid]
|
61
|
+
# @param attr [Wx::GRID::GridCellAttr]
|
62
62
|
# @param dc [Wx::DC]
|
63
63
|
# @param row [Integer]
|
64
64
|
# @param col [Integer]
|
@@ -69,8 +69,8 @@ module Wx::GRID
|
|
69
69
|
|
70
70
|
# Get the preferred width of the cell at the given height.
|
71
71
|
# See {Wx::GRID::GridCellRenderer#get_best_height}, this method is symmetric to it.
|
72
|
-
# @param grid [Wx::Grid]
|
73
|
-
# @param attr [Wx::GridCellAttr]
|
72
|
+
# @param grid [Wx::GRID::Grid]
|
73
|
+
# @param attr [Wx::GRID::GridCellAttr]
|
74
74
|
# @param dc [Wx::DC]
|
75
75
|
# @param row [Integer]
|
76
76
|
# @param col [Integer]
|
@@ -82,8 +82,8 @@ module Wx::GRID
|
|
82
82
|
# Get the maximum possible size for a cell using this renderer, if possible.
|
83
83
|
# This function may be overridden in the derived class if it can return the maximum size needed for displaying the cells rendered it without iterating over all cells. The base class version simply returns {Wx::DEFAULT_SIZE}, indicating that this is infeasible and that {Wx::GRID::GridCellRenderer#get_best_size} should be called for each cell individually.
|
84
84
|
# Note that this method will only be used if {Wx::GRID::GridTableBase#can_measure_col_using_same_attr} is overridden to return true.
|
85
|
-
# @param grid [Wx::Grid]
|
86
|
-
# @param attr [Wx::GridCellAttr]
|
85
|
+
# @param grid [Wx::GRID::Grid]
|
86
|
+
# @param attr [Wx::GRID::GridCellAttr]
|
87
87
|
# @param dc [Wx::DC]
|
88
88
|
# @return [Wx::Size]
|
89
89
|
def get_max_best_size(grid, attr, dc) end
|
@@ -24,7 +24,7 @@ module Wx::GRID
|
|
24
24
|
|
25
25
|
# Text cell editor constructor.
|
26
26
|
# @param maxChars [Integer] Maximum width of text (this parameter is supported starting since wxWidgets 2.9.5).
|
27
|
-
# @return [GridCellTextEditor]
|
27
|
+
# @return [Wx::GRID::GridCellTextEditor]
|
28
28
|
def initialize(maxChars=0) end
|
29
29
|
|
30
30
|
# The parameters string format is "n" where n is a number representing the maximum width.
|
@@ -206,12 +206,22 @@ module Wx::GRID
|
|
206
206
|
# A {Wx::GRID::GridTableBase} class holds the actual data to be displayed by a {Wx::GRID::Grid} class. One or more {Wx::GRID::Grid} classes may act as a view for one table class. The default table class is called {Wx::GRID::GridStringTable} and holds an array of strings. An instance of such a class is created by {Wx::GRID::Grid#create_grid}.
|
207
207
|
# {Wx::GRID::GridCellRenderer} is the abstract base class for rendering contents in a cell. The following renderers are predefined:
|
208
208
|
#
|
209
|
-
# - {Wx::GRID::GridCellBoolRenderer}
|
209
|
+
# - {Wx::GRID::GridCellBoolRenderer}
|
210
|
+
# - {Wx::GRID::GridCellFloatRenderer}
|
211
|
+
# - {Wx::GRID::GridCellNumberRenderer}
|
212
|
+
# - {Wx::GRID::GridCellStringRenderer}
|
213
|
+
# - {Wx::GRID::GridCellDateRenderer}
|
214
|
+
# - {Wx::GRID::GridCellDateTimeRenderer}
|
210
215
|
#
|
211
216
|
# The look of a cell can be further defined using {Wx::GRID::GridCellAttr}. An object of this type may be returned by {Wx::GRID::GridTableBase#get_attr}.
|
212
217
|
# {Wx::GRID::GridCellEditor} is the abstract base class for editing the value of a cell. The following editors are predefined:
|
213
218
|
#
|
214
|
-
# - {Wx::GRID::GridCellBoolEditor}
|
219
|
+
# - {Wx::GRID::GridCellBoolEditor}
|
220
|
+
# - {Wx::GRID::GridCellChoiceEditor}
|
221
|
+
# - {Wx::GRID::GridCellFloatEditor}
|
222
|
+
# - {Wx::GRID::GridCellNumberEditor}
|
223
|
+
# - {Wx::GRID::GridCellTextEditor}
|
224
|
+
# - {Wx::GRID::GridCellDateEditor}
|
215
225
|
#
|
216
226
|
# Please see {Wx::GRID::GridEvent}, {Wx::GRID::GridSizeEvent}, {Wx::GRID::GridRangeSelectEvent}, and {Wx::GRID::GridEditorCreatedEvent} for the documentation of all event types you can use with {Wx::GRID::Grid}.
|
217
227
|
# ===
|
@@ -297,7 +307,7 @@ module Wx::GRID
|
|
297
307
|
# @overload initialize()
|
298
308
|
# Default constructor.
|
299
309
|
# You must call {Wx::GRID::Grid#create} to really create the grid window and also call {Wx::GRID::Grid#create_grid} or {Wx::GRID::Grid#set_table} or {Wx::GRID::Grid#assign_table} to initialize its contents.
|
300
|
-
# @return [Grid]
|
310
|
+
# @return [Wx::GRID::Grid]
|
301
311
|
# @overload initialize(parent, id, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::WANTS_CHARS, name=Wx::GridNameStr)
|
302
312
|
# Constructor creating the grid window.
|
303
313
|
# You must call either {Wx::GRID::Grid#create_grid} or {Wx::GRID::Grid#set_table} or {Wx::GRID::Grid#assign_table} to initialize the grid contents before using it.
|
@@ -307,7 +317,7 @@ module Wx::GRID
|
|
307
317
|
# @param size [Array(Integer, Integer), Wx::Size]
|
308
318
|
# @param style [Integer]
|
309
319
|
# @param name [String]
|
310
|
-
# @return [Grid]
|
320
|
+
# @return [Wx::GRID::Grid]
|
311
321
|
def initialize(*args) end
|
312
322
|
|
313
323
|
# Creates the grid window for an object initialized using the default constructor.
|
@@ -333,13 +343,13 @@ module Wx::GRID
|
|
333
343
|
# Assigns a pointer to a custom grid table to be used by the grid.
|
334
344
|
# This function is identical to {Wx::GRID::Grid#set_table} with takeOwnership parameter set to true, i.e. it simply always takes the ownership of the passed in pointer. This makes it simpler to use than {Wx::GRID::Grid#set_table} in the common case when the table should be owned by the grid object.
|
335
345
|
# Note that this function should be called at most once and can't be used to change the table used by the grid later on or reset it: if such extra flexibility is needed, use {Wx::GRID::Grid#set_table} directly.
|
336
|
-
# @param table [Wx::GridTableBase] The heap-allocated pointer to the table.
|
346
|
+
# @param table [Wx::GRID::GridTableBase] The heap-allocated pointer to the table.
|
337
347
|
# @param selmode [GridSelectionModes] Selection mode to use.
|
338
348
|
# @return [void]
|
339
349
|
def assign_table(table, selmode=Wx::GRID::Grid::GridSelectionModes::GridSelectCells) end
|
340
350
|
|
341
351
|
# Receive and handle a message from the table.
|
342
|
-
# @param msg [Wx::GridTableMessage]
|
352
|
+
# @param msg [Wx::GRID::GridTableMessage]
|
343
353
|
# @return [true,false]
|
344
354
|
def process_table_message(msg) end
|
345
355
|
|
@@ -823,8 +833,8 @@ module Wx::GRID
|
|
823
833
|
# However if a custom table returns {Wx::GRID::GRID_VALUE_BOOL} from its {Wx::GRID::GridTableBase#get_type_name} method, then {Wx::GRID::GridCellBoolRenderer} and {Wx::GRID::GridCellBoolEditor} are used for it because the grid also registers a boolean data type with this name.
|
824
834
|
# And as this mechanism is completely generic, you may register your own data types using your own custom renderers and editors. Just remember that the table must identify a cell as being of the given type for them to be used for this cell.
|
825
835
|
# @param typeName [String] Name of the new type. May be any string, but if the type name is the same as the name of an already registered type, including one of the standard ones (which are {Wx::GRID::GRID_VALUE_STRING}, {Wx::GRID::GRID_VALUE_BOOL}, {Wx::GRID::GRID_VALUE_NUMBER}, {Wx::GRID::GRID_VALUE_FLOAT}, {Wx::GRID::GRID_VALUE_CHOICE} and {Wx::GRID::GRID_VALUE_DATE}), then the new registration information replaces the previously used renderer and editor.
|
826
|
-
# @param renderer [Wx::GridCellRenderer] The renderer to use for the cells of this type. Its ownership is taken by the grid, i.e. it will call DecRef() on this pointer when it doesn't need it any longer.
|
827
|
-
# @param editor [Wx::GridCellEditor] The editor to use for the cells of this type. Its ownership is also taken by the grid.
|
836
|
+
# @param renderer [Wx::GRID::GridCellRenderer] The renderer to use for the cells of this type. Its ownership is taken by the grid, i.e. it will call DecRef() on this pointer when it doesn't need it any longer.
|
837
|
+
# @param editor [Wx::GRID::GridCellEditor] The editor to use for the cells of this type. Its ownership is also taken by the grid.
|
828
838
|
# @return [void]
|
829
839
|
def register_data_type(typeName, renderer, editor) end
|
830
840
|
|
@@ -838,7 +848,7 @@ module Wx::GRID
|
|
838
848
|
# See {Wx::GRID::GridCellEditor} and the wxGrid Overview for more information about cell editors and renderers.
|
839
849
|
# @param row [Integer]
|
840
850
|
# @param col [Integer]
|
841
|
-
# @param editor [Wx::GridCellEditor]
|
851
|
+
# @param editor [Wx::GRID::GridCellEditor]
|
842
852
|
# @return [void]
|
843
853
|
def set_cell_editor(row, col, editor) end
|
844
854
|
|
@@ -847,7 +857,7 @@ module Wx::GRID
|
|
847
857
|
# See {Wx::GRID::GridCellRenderer} and the wxGrid Overview for more information about cell editors and renderers.
|
848
858
|
# @param row [Integer]
|
849
859
|
# @param col [Integer]
|
850
|
-
# @param renderer [Wx::GridCellRenderer]
|
860
|
+
# @param renderer [Wx::GRID::GridCellRenderer]
|
851
861
|
# @return [void]
|
852
862
|
def set_cell_renderer(row, col, renderer) end
|
853
863
|
|
@@ -906,7 +916,7 @@ module Wx::GRID
|
|
906
916
|
# Sets the default editor for grid cells.
|
907
917
|
# The grid will take ownership of the pointer.
|
908
918
|
# See {Wx::GRID::GridCellEditor} and the wxGrid Overview for more information about cell editors and renderers.
|
909
|
-
# @param editor [Wx::GridCellEditor]
|
919
|
+
# @param editor [Wx::GRID::GridCellEditor]
|
910
920
|
# @return [void]
|
911
921
|
def set_default_editor(editor) end
|
912
922
|
alias_method :default_editor=, :set_default_editor
|
@@ -914,7 +924,7 @@ module Wx::GRID
|
|
914
924
|
# Sets the default renderer for grid cells.
|
915
925
|
# The grid will take ownership of the pointer.
|
916
926
|
# See {Wx::GRID::GridCellRenderer} and the wxGrid Overview for more information about cell editors and renderers.
|
917
|
-
# @param renderer [Wx::GridCellRenderer]
|
927
|
+
# @param renderer [Wx::GRID::GridCellRenderer]
|
918
928
|
# @return [void]
|
919
929
|
def set_default_renderer(renderer) end
|
920
930
|
alias_method :default_renderer=, :set_default_renderer
|
@@ -2017,7 +2027,11 @@ module Wx::GRID
|
|
2017
2027
|
# true on success or false if it failed.
|
2018
2028
|
#
|
2019
2029
|
# Note that this method doesn't do anything, and returns false, if any of the following conditions are true:
|
2020
|
-
#
|
2030
|
+
#
|
2031
|
+
# - Either row or col are out of range
|
2032
|
+
# - Size of the frozen area would be bigger than the current viewing area
|
2033
|
+
# - There are any merged cells in the area to be frozen
|
2034
|
+
# - Grid uses a native header control (see {Wx::GRID::Grid#use_native_col_header})
|
2021
2035
|
#
|
2022
2036
|
# (some of these limitations could be lifted in the future).
|
2023
2037
|
# @param row [unsigned] The number of rows to freeze, 0 means to unfreeze all rows.
|
@@ -2088,7 +2102,7 @@ module Wx::GRID
|
|
2088
2102
|
|
2089
2103
|
# Returns a base pointer to the current table object.
|
2090
2104
|
# The returned pointer is still owned by the grid.
|
2091
|
-
# @return [Wx::GridTableBase]
|
2105
|
+
# @return [Wx::GRID::GridTableBase]
|
2092
2106
|
def get_table; end
|
2093
2107
|
alias_method :table, :get_table
|
2094
2108
|
|
@@ -2151,14 +2165,14 @@ module Wx::GRID
|
|
2151
2165
|
# See the {Wx::GRID::GridCellAttr} class for more information about controlling cell attributes.
|
2152
2166
|
# @param row [Integer]
|
2153
2167
|
# @param col [Integer]
|
2154
|
-
# @param attr [Wx::GridCellAttr]
|
2168
|
+
# @param attr [Wx::GRID::GridCellAttr]
|
2155
2169
|
# @return [void]
|
2156
2170
|
def set_attr(row, col, attr) end
|
2157
2171
|
|
2158
2172
|
# Sets the cell attributes for all cells in the specified column.
|
2159
2173
|
# For more information about controlling grid cell attributes see the {Wx::GRID::GridCellAttr} cell attribute class and the wxGrid Overview.
|
2160
2174
|
# @param col [Integer]
|
2161
|
-
# @param attr [Wx::GridCellAttr]
|
2175
|
+
# @param attr [Wx::GRID::GridCellAttr]
|
2162
2176
|
# @return [void]
|
2163
2177
|
def set_col_attr(col, attr) end
|
2164
2178
|
|
@@ -2173,7 +2187,7 @@ module Wx::GRID
|
|
2173
2187
|
# The grid takes ownership of the attribute pointer.
|
2174
2188
|
# See the {Wx::GRID::GridCellAttr} class for more information about controlling cell attributes.
|
2175
2189
|
# @param row [Integer]
|
2176
|
-
# @param attr [Wx::GridCellAttr]
|
2190
|
+
# @param attr [Wx::GRID::GridCellAttr]
|
2177
2191
|
# @return [void]
|
2178
2192
|
def set_row_attr(row, attr) end
|
2179
2193
|
|
@@ -2294,7 +2308,7 @@ module Wx::GRID
|
|
2294
2308
|
alias_method :using_native_header?, :is_using_native_header
|
2295
2309
|
|
2296
2310
|
# @param dc [Wx::DC]
|
2297
|
-
# @param attr [Wx::GridCellAttr]
|
2311
|
+
# @param attr [Wx::GRID::GridCellAttr]
|
2298
2312
|
# @return [void]
|
2299
2313
|
def draw_cell_highlight(dc, attr) end
|
2300
2314
|
|
@@ -11,7 +11,9 @@ module Wx::GRID
|
|
11
11
|
#
|
12
12
|
# The following event-handler methods redirect the events to member method or handler blocks for {Wx::GRID::GridEditorCreatedEvent} events.
|
13
13
|
# Event handler methods:
|
14
|
+
#
|
14
15
|
# - {Wx::EvtHandler#evt_grid_editor_created}(meth = nil, &block): The editor for a cell was created. Processes a {Wx::GRID::EVT_GRID_EDITOR_CREATED} event type.
|
16
|
+
#
|
15
17
|
# - {Wx::EvtHandler#evt_grid_cmd_editor_created}(id, meth = nil, &block): The editor for a cell was created; variant taking a window identifier. Processes a {Wx::GRID::EVT_GRID_EDITOR_CREATED} event type.
|
16
18
|
#
|
17
19
|
# ===
|
@@ -22,16 +24,16 @@ module Wx::GRID
|
|
22
24
|
|
23
25
|
# @overload initialize()
|
24
26
|
# Default constructor.
|
25
|
-
# @return [GridEditorCreatedEvent]
|
27
|
+
# @return [Wx::GRID::GridEditorCreatedEvent]
|
26
28
|
# @overload initialize(id, type, obj, row, col, ctrl)
|
27
29
|
# Constructor for initializing all event attributes.
|
28
30
|
# @param id [Integer]
|
29
|
-
# @param type [
|
31
|
+
# @param type [Wx::AUI::AuiMDIChildFrame::EventType]
|
30
32
|
# @param obj [Wx::Object]
|
31
33
|
# @param row [Integer]
|
32
34
|
# @param col [Integer]
|
33
35
|
# @param ctrl [Wx::Control]
|
34
|
-
# @return [GridEditorCreatedEvent]
|
36
|
+
# @return [Wx::GRID::GridEditorCreatedEvent]
|
35
37
|
def initialize(*args) end
|
36
38
|
|
37
39
|
# Returns the column at which the event occurred.
|