wxruby3 0.9.0-x64-mingw-ucrt → 0.9.2-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/.yardopts +1 -0
- 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/aui/aui_tab_ctrl.rb +18 -0
- data/lib/wx/aui/auinotebook.rb +6 -2
- data/lib/wx/aui/require.rb +1 -0
- data/lib/wx/core/app.rb +2 -2
- data/lib/wx/core/collapsible_pane.rb +1 -1
- data/lib/wx/core/const.rb +83 -0
- data/lib/wx/core/controlwithitems.rb +8 -6
- data/lib/wx/core/events/evt_list.rb +24 -0
- data/lib/wx/core/menu.rb +10 -0
- data/lib/wx/core/notebook.rb +6 -2
- data/lib/wx/core/sizer.rb +11 -0
- data/lib/wx/core/task_bar_button.rb +19 -0
- data/lib/wx/core/textctrl.rb +11 -1
- data/lib/wx/core/{treectrl.rb → tree_ctrl.rb} +31 -12
- data/lib/wx/core/window.rb +10 -0
- data/lib/wx/doc/app.rb +48 -38
- data/lib/wx/doc/art_locator.rb +47 -43
- data/lib/wx/doc/aui/auimanager.rb +16 -8
- data/lib/wx/doc/aui/auinotebook.rb +20 -5
- data/lib/wx/doc/clipboard.rb +11 -7
- data/lib/wx/doc/colour_dialog.rb +14 -10
- data/lib/wx/doc/const.rb +66 -66
- data/lib/wx/doc/controlwithitems.rb +17 -7
- data/lib/wx/doc/data_object.rb +2 -2
- data/lib/wx/doc/event.rb +0 -6
- data/lib/wx/doc/evthandler.rb +113 -108
- data/lib/wx/doc/font.rb +1 -0
- data/lib/wx/doc/functions.rb +9 -9
- data/lib/wx/doc/gc_dc.rb +6 -1
- data/lib/wx/doc/gen/about_dialog_info.rb +1 -2
- data/lib/wx/doc/gen/accelerator.rb +14 -5
- data/lib/wx/doc/gen/accessible.rb +35 -47
- data/lib/wx/doc/gen/activity_indicator.rb +6 -7
- data/lib/wx/doc/gen/animation.rb +7 -3
- data/lib/wx/doc/gen/animation_ctrl.rb +8 -9
- data/lib/wx/doc/gen/any_button.rb +6 -1
- data/lib/wx/doc/gen/app.rb +7 -5
- data/lib/wx/doc/gen/app_traits.rb +27 -10
- data/lib/wx/doc/gen/art_provider.rb +20 -8
- data/lib/wx/doc/gen/aui/aui_dock_art.rb +6 -3
- data/lib/wx/doc/gen/aui/aui_floating_frame.rb +1 -0
- data/lib/wx/doc/gen/aui/aui_manager.rb +11 -7
- data/lib/wx/doc/gen/aui/aui_manager_event.rb +3 -4
- data/lib/wx/doc/gen/aui/aui_mdi_child_frame.rb +3 -2
- data/lib/wx/doc/gen/aui/aui_mdi_client_window.rb +1 -0
- data/lib/wx/doc/gen/aui/aui_mdi_parent_frame.rb +8 -3
- data/lib/wx/doc/gen/aui/aui_notebook.rb +14 -8
- data/lib/wx/doc/gen/aui/aui_notebook_event.rb +4 -4
- data/lib/wx/doc/gen/aui/aui_pane_info.rb +9 -2
- data/lib/wx/doc/gen/aui/aui_tab_art.rb +3 -3
- data/lib/wx/doc/gen/aui/aui_tab_ctrl.rb +2 -2
- data/lib/wx/doc/gen/aui/aui_tool_bar.rb +9 -6
- data/lib/wx/doc/gen/aui/aui_tool_bar_art.rb +2 -2
- data/lib/wx/doc/gen/aui/aui_tool_bar_event.rb +5 -8
- data/lib/wx/doc/gen/aui/aui_tool_bar_item.rb +1 -1
- data/lib/wx/doc/gen/aui/event_list.rb +164 -160
- data/lib/wx/doc/gen/banner_window.rb +3 -3
- data/lib/wx/doc/gen/bitmap.rb +34 -17
- data/lib/wx/doc/gen/bitmap_button.rb +13 -10
- data/lib/wx/doc/gen/bitmap_combo_box.rb +16 -12
- data/lib/wx/doc/gen/book_ctrl_base.rb +16 -4
- data/lib/wx/doc/gen/book_ctrl_event.rb +7 -3
- data/lib/wx/doc/gen/box_sizer.rb +0 -1
- data/lib/wx/doc/gen/brush.rb +5 -2
- data/lib/wx/doc/gen/busy_info.rb +2 -2
- data/lib/wx/doc/gen/button.rb +25 -13
- data/lib/wx/doc/gen/calculate_layout_event.rb +1 -3
- data/lib/wx/doc/gen/calendar_ctrl.rb +18 -15
- data/lib/wx/doc/gen/calendar_date_attr.rb +1 -1
- data/lib/wx/doc/gen/calendar_event.rb +4 -3
- data/lib/wx/doc/gen/caret.rb +0 -1
- data/lib/wx/doc/gen/check_box.rb +9 -9
- data/lib/wx/doc/gen/check_list_box.rb +8 -9
- data/lib/wx/doc/gen/choice.rb +18 -11
- data/lib/wx/doc/gen/choicebook.rb +6 -7
- data/lib/wx/doc/gen/client_dc.rb +5 -2
- data/lib/wx/doc/gen/clipboard.rb +7 -3
- data/lib/wx/doc/gen/collapsible_pane.rb +8 -9
- data/lib/wx/doc/gen/collapsible_pane_event.rb +2 -3
- data/lib/wx/doc/gen/colour.rb +8 -4
- data/lib/wx/doc/gen/colour_dialog.rb +6 -8
- data/lib/wx/doc/gen/colour_picker_ctrl.rb +11 -12
- data/lib/wx/doc/gen/colour_picker_event.rb +4 -5
- data/lib/wx/doc/gen/combo_box.rb +20 -17
- data/lib/wx/doc/gen/combo_ctrl.rb +100 -37
- data/lib/wx/doc/gen/command_link_button.rb +6 -7
- data/lib/wx/doc/gen/context_help_button.rb +7 -3
- data/lib/wx/doc/gen/control.rb +12 -10
- data/lib/wx/doc/gen/control_with_items.rb +0 -1
- data/lib/wx/doc/gen/core.rb +4 -4
- data/lib/wx/doc/gen/cursor.rb +6 -8
- data/lib/wx/doc/gen/data_format.rb +6 -1
- data/lib/wx/doc/gen/data_object.rb +16 -14
- data/lib/wx/doc/gen/date_event.rb +2 -2
- data/lib/wx/doc/gen/date_picker_ctrl.rb +14 -10
- data/lib/wx/doc/gen/dc.rb +155 -37
- data/lib/wx/doc/gen/defs.rb +54 -54
- data/lib/wx/doc/gen/dial_up_event.rb +41 -0
- data/lib/wx/doc/gen/dial_up_manager.rb +137 -0
- data/lib/wx/doc/gen/dialog.rb +35 -15
- data/lib/wx/doc/gen/dir_dialog.rb +17 -5
- data/lib/wx/doc/gen/dir_filter_list_ctrl.rb +1 -0
- data/lib/wx/doc/gen/dir_picker_ctrl.rb +11 -12
- data/lib/wx/doc/gen/drag_drop.rb +11 -10
- data/lib/wx/doc/gen/drag_image.rb +6 -2
- data/lib/wx/doc/gen/editable_list_box.rb +4 -4
- data/lib/wx/doc/gen/event.rb +42 -20
- data/lib/wx/doc/gen/event_blocker.rb +1 -3
- data/lib/wx/doc/gen/event_list.rb +1656 -1624
- data/lib/wx/doc/gen/events.rb +170 -181
- data/lib/wx/doc/gen/evt_handler.rb +11 -3
- data/lib/wx/doc/gen/ext_help_controller.rb +1 -1
- data/lib/wx/doc/gen/file_ctrl.rb +209 -0
- data/lib/wx/doc/gen/file_ctrl_event.rb +79 -0
- data/lib/wx/doc/gen/file_dialog.rb +32 -15
- data/lib/wx/doc/gen/file_dialog_custom_control.rb +7 -0
- data/lib/wx/doc/gen/file_dialog_customize_hook.rb +2 -3
- data/lib/wx/doc/gen/file_dir_picker_event.rb +3 -4
- data/lib/wx/doc/gen/file_picker_ctrl.rb +10 -11
- data/lib/wx/doc/gen/file_system.rb +38 -15
- data/lib/wx/doc/gen/find_dialog_event.rb +5 -4
- 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 +0 -1
- data/lib/wx/doc/gen/font.rb +31 -20
- data/lib/wx/doc/gen/font_data.rb +3 -4
- data/lib/wx/doc/gen/font_dialog.rb +1 -2
- data/lib/wx/doc/gen/font_picker_ctrl.rb +8 -9
- data/lib/wx/doc/gen/font_picker_event.rb +2 -3
- data/lib/wx/doc/gen/frame.rb +60 -19
- data/lib/wx/doc/gen/fs_file.rb +17 -10
- data/lib/wx/doc/gen/gauge.rb +13 -10
- data/lib/wx/doc/gen/gb_sizer_item.rb +0 -1
- data/lib/wx/doc/gen/gcdc.rb +1 -2
- data/lib/wx/doc/gen/gdi_common.rb +30 -11
- data/lib/wx/doc/gen/gdi_object.rb +0 -1
- data/lib/wx/doc/gen/generic_dir_ctrl.rb +8 -9
- data/lib/wx/doc/gen/graphics_context.rb +59 -12
- data/lib/wx/doc/gen/graphics_object.rb +11 -6
- data/lib/wx/doc/gen/grid/event_list.rb +168 -164
- data/lib/wx/doc/gen/grid/grid_cell_activatable_editor.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_cell_attr.rb +2 -1
- data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_editor.rb +1 -2
- 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 -2
- data/lib/wx/doc/gen/grid/grid_cell_bool_renderer.rb +1 -2
- data/lib/wx/doc/gen/grid/grid_cell_choice_editor.rb +1 -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 +2 -2
- data/lib/wx/doc/gen/grid/grid_cell_editor.rb +1 -1
- 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 -2
- data/lib/wx/doc/gen/grid/grid_cell_float_renderer.rb +1 -2
- data/lib/wx/doc/gen/grid/grid_cell_number_editor.rb +1 -2
- data/lib/wx/doc/gen/grid/grid_cell_number_renderer.rb +1 -2
- data/lib/wx/doc/gen/grid/grid_cell_renderer.rb +1 -1
- data/lib/wx/doc/gen/grid/grid_cell_string_renderer.rb +1 -2
- data/lib/wx/doc/gen/grid/grid_cell_text_editor.rb +1 -2
- data/lib/wx/doc/gen/grid/grid_ctrl.rb +29 -7
- data/lib/wx/doc/gen/grid/grid_editor_created_event.rb +3 -4
- data/lib/wx/doc/gen/grid/grid_event.rb +3 -4
- data/lib/wx/doc/gen/grid/grid_range_select_event.rb +3 -4
- data/lib/wx/doc/gen/grid/grid_size_event.rb +3 -4
- data/lib/wx/doc/gen/grid/grid_string_table.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_table_base.rb +1 -2
- data/lib/wx/doc/gen/grid/grid_table_message.rb +1 -0
- data/lib/wx/doc/gen/grid_bag_sizer.rb +0 -6
- data/lib/wx/doc/gen/grid_sizer.rb +0 -1
- data/lib/wx/doc/gen/gui_event_loop.rb +2 -4
- data/lib/wx/doc/gen/header_ctrl.rb +7 -14
- data/lib/wx/doc/gen/header_ctrl_event.rb +1 -3
- data/lib/wx/doc/gen/help_controller.rb +42 -3
- data/lib/wx/doc/gen/help_provider.rb +12 -3
- data/lib/wx/doc/gen/html/event_list.rb +41 -37
- data/lib/wx/doc/gen/html/html_cell.rb +23 -6
- data/lib/wx/doc/gen/html/html_cell_event.rb +3 -4
- data/lib/wx/doc/gen/html/html_easy_printing.rb +8 -3
- data/lib/wx/doc/gen/html/html_help_controller.rb +47 -2
- data/lib/wx/doc/gen/html/html_help_data.rb +3 -1
- data/lib/wx/doc/gen/html/html_help_window.rb +1 -1
- data/lib/wx/doc/gen/html/html_link_event.rb +2 -3
- data/lib/wx/doc/gen/html/html_list_box.rb +10 -12
- data/lib/wx/doc/gen/html/html_printout.rb +1 -2
- data/lib/wx/doc/gen/html/html_window.rb +13 -7
- data/lib/wx/doc/gen/hyperlink_ctrl.rb +9 -9
- data/lib/wx/doc/gen/hyperlink_event.rb +2 -3
- data/lib/wx/doc/gen/icon.rb +5 -29
- data/lib/wx/doc/gen/icon_location.rb +0 -1
- data/lib/wx/doc/gen/image.rb +83 -17
- data/lib/wx/doc/gen/image_list.rb +15 -6
- data/lib/wx/doc/gen/info_bar.rb +2 -2
- data/lib/wx/doc/gen/keyboard_state.rb +0 -1
- data/lib/wx/doc/gen/list_box.rb +33 -21
- data/lib/wx/doc/gen/list_ctrl.rb +79 -32
- data/lib/wx/doc/gen/list_event.rb +3 -4
- data/lib/wx/doc/gen/listbook.rb +6 -7
- data/lib/wx/doc/gen/locale.rb +46 -4
- data/lib/wx/doc/gen/log.rb +16 -12
- data/lib/wx/doc/gen/mdi_client_window.rb +8 -2
- data/lib/wx/doc/gen/mdi_frame.rb +32 -11
- data/lib/wx/doc/gen/media_ctrl.rb +28 -20
- data/lib/wx/doc/gen/media_event.rb +5 -4
- data/lib/wx/doc/gen/memory_dc.rb +6 -6
- data/lib/wx/doc/gen/menu.rb +37 -23
- data/lib/wx/doc/gen/menu_bar.rb +52 -12
- data/lib/wx/doc/gen/menu_item.rb +117 -95
- data/lib/wx/doc/gen/message_dialog.rb +7 -8
- data/lib/wx/doc/gen/mini_frame.rb +13 -7
- data/lib/wx/doc/gen/mirror_dc.rb +0 -2
- data/lib/wx/doc/gen/mouse_state.rb +0 -1
- data/lib/wx/doc/gen/multi_choice_dialog.rb +7 -4
- data/lib/wx/doc/gen/non_owned_window.rb +1 -1
- data/lib/wx/doc/gen/notebook.rb +19 -11
- data/lib/wx/doc/gen/number_entry_dialog.rb +1 -1
- data/lib/wx/doc/gen/object.rb +0 -1
- data/lib/wx/doc/gen/paint_dc.rb +0 -1
- data/lib/wx/doc/gen/palette.rb +0 -1
- data/lib/wx/doc/gen/panel.rb +19 -10
- data/lib/wx/doc/gen/pen.rb +17 -8
- data/lib/wx/doc/gen/pg/event_list.rb +97 -93
- data/lib/wx/doc/gen/pg/numeric_property_validator.rb +2 -0
- data/lib/wx/doc/gen/pg/pg_array_editor_dialog.rb +9 -1
- data/lib/wx/doc/gen/pg/pg_cell.rb +8 -5
- data/lib/wx/doc/gen/pg/pg_editor.rb +115 -16
- data/lib/wx/doc/gen/pg/pg_multi_button.rb +1 -2
- data/lib/wx/doc/gen/pg/pg_properties.rb +515 -83
- data/lib/wx/doc/gen/pg/pg_property.rb +296 -69
- data/lib/wx/doc/gen/pg/pg_validation_info.rb +9 -4
- data/lib/wx/doc/gen/pg/property_grid.rb +83 -22
- data/lib/wx/doc/gen/pg/property_grid_event.rb +31 -9
- data/lib/wx/doc/gen/pg/property_grid_interface.rb +212 -34
- data/lib/wx/doc/gen/pg/property_grid_manager.rb +42 -12
- data/lib/wx/doc/gen/pg/property_grid_page.rb +26 -8
- data/lib/wx/doc/gen/pg/property_grid_page_state.rb +13 -4
- data/lib/wx/doc/gen/picker_base.rb +12 -5
- data/lib/wx/doc/gen/platform_info.rb +4 -9
- data/lib/wx/doc/gen/popup_window.rb +2 -5
- data/lib/wx/doc/gen/progress_dialog.rb +1 -0
- data/lib/wx/doc/gen/property_sheet_dialog.rb +15 -5
- data/lib/wx/doc/gen/prt/event_list.rb +8 -4
- data/lib/wx/doc/gen/prt/page_setup_dialog.rb +1 -1
- data/lib/wx/doc/gen/prt/post_script_dc.rb +2 -2
- data/lib/wx/doc/gen/prt/preview_frame.rb +2 -2
- data/lib/wx/doc/gen/prt/print_abort_dialog.rb +4 -1
- data/lib/wx/doc/gen/prt/print_data.rb +4 -3
- data/lib/wx/doc/gen/prt/print_dialog.rb +1 -1
- data/lib/wx/doc/gen/prt/printer.rb +50 -11
- data/lib/wx/doc/gen/prt/printer_dc.rb +1 -1
- data/lib/wx/doc/gen/query_layout_info_event.rb +1 -3
- data/lib/wx/doc/gen/radio_box.rb +13 -14
- data/lib/wx/doc/gen/radio_button.rb +15 -11
- data/lib/wx/doc/gen/rbn/event_list.rb +127 -123
- data/lib/wx/doc/gen/rbn/ribbon_art_provider.rb +19 -3
- data/lib/wx/doc/gen/rbn/ribbon_bar.rb +3 -4
- data/lib/wx/doc/gen/rbn/ribbon_bar_event.rb +2 -2
- data/lib/wx/doc/gen/rbn/ribbon_button_bar.rb +18 -6
- data/lib/wx/doc/gen/rbn/ribbon_button_bar_event.rb +2 -2
- data/lib/wx/doc/gen/rbn/ribbon_control.rb +2 -2
- data/lib/wx/doc/gen/rbn/ribbon_gallery.rb +4 -4
- data/lib/wx/doc/gen/rbn/ribbon_gallery_event.rb +2 -3
- data/lib/wx/doc/gen/rbn/ribbon_page.rb +1 -2
- data/lib/wx/doc/gen/rbn/ribbon_panel.rb +5 -4
- data/lib/wx/doc/gen/rbn/ribbon_panel_event.rb +2 -3
- data/lib/wx/doc/gen/rbn/ribbon_tool_bar.rb +2 -3
- data/lib/wx/doc/gen/rbn/ribbon_tool_bar_event.rb +2 -1
- data/lib/wx/doc/gen/rearrange_ctrl.rb +3 -4
- data/lib/wx/doc/gen/rearrange_list.rb +5 -6
- data/lib/wx/doc/gen/region.rb +75 -17
- data/lib/wx/doc/gen/region_iterator.rb +0 -1
- data/lib/wx/doc/gen/rtc/event_list.rb +116 -112
- data/lib/wx/doc/gen/rtc/rich_text_box.rb +3 -2
- data/lib/wx/doc/gen/rtc/rich_text_buffer.rb +6 -9
- data/lib/wx/doc/gen/rtc/rich_text_buffer_data_object.rb +1 -2
- data/lib/wx/doc/gen/rtc/rich_text_composite_object.rb +3 -6
- data/lib/wx/doc/gen/rtc/rich_text_ctrl.rb +12 -9
- data/lib/wx/doc/gen/rtc/rich_text_event.rb +3 -4
- data/lib/wx/doc/gen/rtc/rich_text_file_handler.rb +3 -5
- data/lib/wx/doc/gen/rtc/rich_text_formatting_dialog.rb +4 -5
- data/lib/wx/doc/gen/rtc/rich_text_header_footer_data.rb +3 -2
- data/lib/wx/doc/gen/rtc/rich_text_html_handler.rb +2 -3
- data/lib/wx/doc/gen/rtc/rich_text_image.rb +2 -4
- data/lib/wx/doc/gen/rtc/rich_text_object.rb +28 -23
- data/lib/wx/doc/gen/rtc/rich_text_paragraph_layout_box.rb +7 -11
- data/lib/wx/doc/gen/rtc/rich_text_printing.rb +3 -3
- data/lib/wx/doc/gen/rtc/rich_text_style_list_box.rb +14 -14
- data/lib/wx/doc/gen/rtc/rich_text_style_organiser_dialog.rb +3 -3
- data/lib/wx/doc/gen/rtc/rich_text_xml_handler.rb +3 -4
- data/lib/wx/doc/gen/rtc/symbol_picker_dialog.rb +3 -4
- data/lib/wx/doc/gen/sash_event.rb +12 -4
- data/lib/wx/doc/gen/sash_layout_window.rb +13 -6
- data/lib/wx/doc/gen/sash_window.rb +4 -5
- data/lib/wx/doc/gen/screen_dc.rb +0 -1
- data/lib/wx/doc/gen/scroll_bar.rb +21 -12
- data/lib/wx/doc/gen/scrolled_canvas.rb +34 -12
- data/lib/wx/doc/gen/scrolled_control.rb +34 -12
- data/lib/wx/doc/gen/scrolled_window.rb +34 -12
- data/lib/wx/doc/gen/search_ctrl.rb +10 -11
- data/lib/wx/doc/gen/simplebook.rb +1 -1
- data/lib/wx/doc/gen/single_choice_dialog.rb +7 -4
- data/lib/wx/doc/gen/sizer.rb +12 -7
- data/lib/wx/doc/gen/sizer_item.rb +5 -2
- data/lib/wx/doc/gen/slider.rb +29 -19
- data/lib/wx/doc/gen/spin_button.rb +16 -11
- data/lib/wx/doc/gen/spin_ctrl.rb +24 -9
- data/lib/wx/doc/gen/spin_ctrl_double.rb +6 -7
- data/lib/wx/doc/gen/spin_double_event.rb +3 -4
- data/lib/wx/doc/gen/spin_event.rb +3 -3
- data/lib/wx/doc/gen/splash_screen.rb +1 -2
- data/lib/wx/doc/gen/splitter_event.rb +3 -4
- data/lib/wx/doc/gen/splitter_window.rb +78 -20
- data/lib/wx/doc/gen/static_bitmap.rb +12 -7
- data/lib/wx/doc/gen/static_box.rb +13 -11
- data/lib/wx/doc/gen/static_box_sizer.rb +0 -2
- data/lib/wx/doc/gen/static_line.rb +5 -6
- data/lib/wx/doc/gen/static_text.rb +7 -8
- data/lib/wx/doc/gen/status_bar.rb +21 -11
- data/lib/wx/doc/gen/stc/event_list.rb +212 -208
- data/lib/wx/doc/gen/stc/styled_text_ctrl.rb +41 -15
- data/lib/wx/doc/gen/stc/styled_text_event.rb +5 -6
- data/lib/wx/doc/gen/std_dialog_button_sizer.rb +0 -1
- data/lib/wx/doc/gen/svg_file_dc.rb +7 -8
- data/lib/wx/doc/gen/system_options.rb +6 -6
- data/lib/wx/doc/gen/system_settings.rb +2 -3
- data/lib/wx/doc/gen/task_bar_button.rb +312 -0
- data/lib/wx/doc/gen/task_bar_icon.rb +21 -8
- data/lib/wx/doc/gen/task_bar_icon_event.rb +4 -3
- data/lib/wx/doc/gen/text_attr.rb +20 -5
- data/lib/wx/doc/gen/text_ctrl.rb +92 -27
- data/lib/wx/doc/gen/text_entry.rb +31 -11
- data/lib/wx/doc/gen/text_entry_dialog.rb +2 -2
- data/lib/wx/doc/gen/text_validator.rb +43 -10
- data/lib/wx/doc/gen/time_picker_ctrl.rb +7 -8
- data/lib/wx/doc/gen/timer.rb +6 -2
- data/lib/wx/doc/gen/timer_event.rb +1 -2
- data/lib/wx/doc/gen/tip_provider.rb +1 -1
- data/lib/wx/doc/gen/toggle_button.rb +7 -8
- data/lib/wx/doc/gen/tool_bar.rb +99 -26
- data/lib/wx/doc/gen/tool_tip.rb +35 -5
- data/lib/wx/doc/gen/toolbook.rb +3 -4
- data/lib/wx/doc/gen/top_level_window.rb +71 -25
- data/lib/wx/doc/gen/tree_ctrl.rb +42 -18
- data/lib/wx/doc/gen/tree_event.rb +3 -4
- data/lib/wx/doc/gen/treebook.rb +7 -4
- data/lib/wx/doc/gen/ui_action_simulator.rb +6 -2
- data/lib/wx/doc/gen/utils.rb +39 -7
- data/lib/wx/doc/gen/v_list_box.rb +8 -4
- data/lib/wx/doc/gen/v_scrolled_window.rb +8 -6
- data/lib/wx/doc/gen/validator.rb +1 -1
- data/lib/wx/doc/gen/variant.rb +1 -0
- data/lib/wx/doc/gen/window.rb +200 -50
- data/lib/wx/doc/gen/window_dc.rb +0 -1
- data/lib/wx/doc/gen/window_disabler.rb +5 -2
- data/lib/wx/doc/gen/with_images.rb +6 -1
- data/lib/wx/doc/gen/wizard.rb +4 -4
- data/lib/wx/doc/gen/wizard_event.rb +3 -4
- data/lib/wx/doc/gen/wizard_page.rb +2 -2
- data/lib/wx/doc/gen/wizard_page_simple.rb +1 -1
- data/lib/wx/doc/gen/wrap_sizer.rb +0 -1
- data/lib/wx/doc/gen/xml_node.rb +19 -4
- data/lib/wx/doc/gen/xml_resource.rb +18 -5
- data/lib/wx/doc/graphics_context.rb +1 -0
- data/lib/wx/doc/grid/grid.rb +22 -1
- data/lib/wx/doc/help_controller.rb +11 -7
- data/lib/wx/doc/html/html_help_controller.rb +12 -4
- data/lib/wx/doc/list_ctrl.rb +33 -29
- data/lib/wx/doc/menu.rb +20 -0
- data/lib/wx/doc/notebook.rb +21 -0
- data/lib/wx/doc/pg/events.rb +13 -9
- data/lib/wx/doc/pg/pg_property.rb +18 -0
- data/lib/wx/doc/progress_dialog.rb +36 -32
- data/lib/wx/doc/prt/page_setup_dialog.rb +20 -12
- data/lib/wx/doc/prt/print_data.rb +13 -5
- data/lib/wx/doc/prt/print_dialog.rb +31 -23
- data/lib/wx/doc/prt/printer.rb +20 -12
- data/lib/wx/doc/radio_box.rb +19 -15
- data/lib/wx/doc/rbn/ribbon_bar.rb +13 -5
- data/lib/wx/doc/rbn/ribbon_button_bar.rb +13 -5
- data/lib/wx/doc/rbn/ribbon_gallery.rb +13 -5
- data/lib/wx/doc/rbn/ribbon_tool_bar.rb +13 -5
- data/lib/wx/doc/region_iterator.rb +32 -28
- data/lib/wx/doc/rtc/rich_text_composite_object.rb +24 -0
- data/lib/wx/doc/rtc/rich_text_ctrl.rb +24 -0
- data/lib/wx/doc/rtc/rich_text_paragraph.rb +24 -0
- data/lib/wx/doc/rtc/richtext_buffer.rb +27 -19
- data/lib/wx/doc/rtc/richtext_printing.rb +17 -9
- data/lib/wx/doc/rtc/richtext_style_sheet.rb +17 -9
- data/lib/wx/doc/sizer.rb +20 -0
- data/lib/wx/doc/stc/styled_text_ctrl.rb +24 -0
- data/lib/wx/doc/stream.rb +39 -35
- data/lib/wx/doc/system_settings.rb +30 -26
- data/lib/wx/doc/text_validator.rb +12 -8
- data/lib/wx/doc/textctrl.rb +16 -0
- data/lib/wx/doc/tree_ctrl.rb +95 -0
- data/lib/wx/doc/treebook.rb +9 -5
- data/lib/wx/doc/v_list_box.rb +9 -5
- data/lib/wx/doc/variant.rb +164 -160
- data/lib/wx/doc/window.rb +57 -42
- data/lib/wx/doc/window_disabler.rb +10 -6
- data/lib/wx/grid/grid.rb +27 -4
- data/lib/wx/keyword_defs.rb +43 -6
- data/lib/wx/pg/pg_property.rb +22 -0
- data/lib/wx/rtc/require.rb +3 -0
- data/lib/wx/rtc/rich_text_composite_object.rb +25 -0
- data/lib/wx/rtc/rich_text_ctrl.rb +25 -0
- data/lib/wx/rtc/rich_text_paragraph.rb +25 -0
- data/lib/wx/stc/require.rb +1 -0
- data/lib/wx/stc/styled_text_ctrl.rb +25 -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/rakelib/lib/config/linux.rb +0 -3
- data/rakelib/lib/config/macosx.rb +1 -1
- data/rakelib/lib/config/mingw.rb +1 -1
- data/rakelib/lib/config/unixish.rb +1 -1
- data/rakelib/lib/config.rb +14 -4
- data/rakelib/yard/templates/default/fulldoc/html/css/wxruby3.css +74 -2
- data/rakelib/yard/templates/default/fulldoc/html/full_list.erb +38 -0
- data/rakelib/yard/templates/default/fulldoc/html/setup.rb +39 -0
- data/rakelib/yard/templates/default/tags/html/wxrb_require.erb +10 -0
- data/rakelib/yard/templates/default/tags/setup.rb +16 -0
- data/rakelib/yard/yard-custom-templates.rb +3 -0
- data/samples/text/richtext.rb +0 -30
- data/samples/treectrl/treectrl.rb +1 -1
- data/tests/media/beep_lo.wav +0 -0
- data/tests/test_app_exit_exception.rb +36 -0
- data/tests/test_app_init_exception.rb +20 -0
- data/tests/test_book_controls.rb +29 -0
- data/tests/test_exceptions.rb +41 -0
- data/tests/test_list_ctrl.rb +1 -1
- data/tests/test_media_ctrl.rb +38 -0
- data/tests/test_menu.rb +69 -0
- data/tests/test_pg.rb +27 -0
- data/tests/test_richtext.rb +45 -0
- data/tests/test_sizer.rb +59 -0
- data/tests/test_std_controls.rb +78 -1
- data/tests/test_styled_text_ctrl.rb +46 -0
- data/tests/test_tree_ctrl.rb +138 -0
- data/tests/test_window.rb +12 -0
- data/tests/testapp_noframe.rb +1 -1
- metadata +38 -3
data/lib/wx/doc/gen/tree_ctrl.rb
CHANGED
@@ -52,6 +52,7 @@ module Wx
|
|
52
52
|
# @see Wx::TreeCtrl#set_item_image
|
53
53
|
#
|
54
54
|
#
|
55
|
+
# @wxrb_require USE_TREECTRL
|
55
56
|
class TreeItemIcon < Wx::Enum
|
56
57
|
|
57
58
|
# To get/set the item image for when the item is <b>not</b> selected and <b>not</b> expanded.
|
@@ -232,16 +233,16 @@ module Wx
|
|
232
233
|
# Items in a tree control are referenced by {Wx::TreeItemId} handles, which may be tested for validity by calling {Wx::TreeItemId#is_ok}.
|
233
234
|
# A similar control with a fully native implementation for GTK+ and macOS as well is {Wx::DataViewTreeCtrl}.
|
234
235
|
#
|
235
|
-
#
|
236
|
+
# ## Images in wxTreeCtrl
|
236
237
|
#
|
237
238
|
# {Wx::TreeCtrl} inherits from {Wx::WithImages} classes providing the functions for associating images with the control items. Each item refers to its image using an index, which can possibly by {Wx::WithImages::NO_IMAGE} to indicate that the item doesn't use any image at all, and the corresponding image is taken either from the vector passed to {Wx::WithImages#set_images} or from the image list passed to {Wx::WithImages#set_image_list} or {Wx::WithImages#assign_image_list} functions.
|
238
239
|
# In addition to normal images, handled with the methods mentioned above, {Wx::TreeCtrl} also provides optional state images that may be used to indicate some additional state of the item, e.g. checked or unchecked status. These images can be set using {Wx::TreeCtrl#set_state_image_list} and {Wx::TreeCtrl#assign_state_image_list} functions that behave in the same way as the corresponding methods of {Wx::WithImages}.
|
239
|
-
# Finally, in the generic version of this control ({Wx::GenericTreeCtrl}), also provides {Wx::TreeCtrl#set_buttons_image_list} and {Wx::TreeCtrl#assign_buttons_image_list}, which can be used to change the images used for the control buttons, used to expand or collapse its branches. These methods are not available in the native
|
240
|
+
# Finally, in the generic version of this control ({Wx::GenericTreeCtrl}), also provides {Wx::TreeCtrl#set_buttons_image_list} and {Wx::TreeCtrl#assign_buttons_image_list}, which can be used to change the images used for the control buttons, used to expand or collapse its branches. These methods are not available in the native WXMSW and {Wx::Qt} implementations.
|
240
241
|
#
|
241
|
-
#
|
242
|
+
# ## Events
|
242
243
|
#
|
243
244
|
# To intercept events from a tree control, use the event table macros described in {Wx::TreeEvent}.
|
244
|
-
#
|
245
|
+
# ### Styles
|
245
246
|
#
|
246
247
|
# This class supports the following styles:
|
247
248
|
#
|
@@ -271,7 +272,7 @@ module Wx
|
|
271
272
|
#
|
272
273
|
# - {Wx::TR_DEFAULT_STYLE}: The set of flags that are closest to the defaults for the native control for a particular toolkit.
|
273
274
|
#
|
274
|
-
#
|
275
|
+
# ### Events emitted by this class
|
275
276
|
#
|
276
277
|
# The following event-handler methods redirect the events to member method or handler blocks for {Wx::TreeEvent} events.
|
277
278
|
# Event handler methods for events emitted by this class:
|
@@ -321,11 +322,10 @@ module Wx
|
|
321
322
|
# See also Window Styles.
|
322
323
|
# <b>Win32</b> <b>notes:</b>
|
323
324
|
# {Wx::TreeCtrl} class uses the standard common treeview control under Win32 implemented in the system library comctl32.dll. Some versions of this library are known to have bugs with handling the tree control colours: the usual symptom is that the expanded items leave black (or otherwise incorrectly coloured) background behind them, especially for the controls using non-default background colour. The recommended solution is to upgrade the comctl32.dll to a newer version: see http://www.microsoft.com/downloads/details.aspx?familyid=cb2cf3a2-8025-4e8f-8511-9b476a8d35d2
|
324
|
-
# ===
|
325
325
|
#
|
326
|
-
# Category: {Wx::Controls} <div class='appearance'><span class='appearance'>Appearance:</span><table><tr><td>
|
327
|
-
# </td><td>
|
328
|
-
# </td><td>
|
326
|
+
# Category: {Wx::Controls} <div class='appearance'><span class='appearance'>Appearance:</span><table><tr><td> WXMSW Appearance
|
327
|
+
# </td><td> WXGTK Appearance
|
328
|
+
# </td><td> WXOSX Appearance
|
329
329
|
# </td></tr></table></div>
|
330
330
|
# @see Wx::DataViewTreeCtrl
|
331
331
|
# @see Wx::TreeEvent
|
@@ -336,6 +336,7 @@ module Wx
|
|
336
336
|
# @see Wx::WithImages
|
337
337
|
#
|
338
338
|
#
|
339
|
+
# @wxrb_require USE_TREECTRL
|
339
340
|
class TreeCtrl < Control
|
340
341
|
|
341
342
|
include Wx::WithImages
|
@@ -343,7 +344,7 @@ module Wx
|
|
343
344
|
# @overload initialize()
|
344
345
|
# Default Constructor.
|
345
346
|
# @return [Wx::TreeCtrl]
|
346
|
-
# @overload initialize(parent, id=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::TR_DEFAULT_STYLE, validator=Wx::DEFAULT_VALIDATOR, name=Wx::
|
347
|
+
# @overload initialize(parent, id=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::TR_DEFAULT_STYLE, validator=Wx::DEFAULT_VALIDATOR, name=Wx::TREE_CTRL_NAME_STR)
|
347
348
|
# Constructor, creating and showing a tree control.
|
348
349
|
#
|
349
350
|
# @see Wx::TreeCtrl#create
|
@@ -410,7 +411,7 @@ module Wx
|
|
410
411
|
# @param validator [Wx::Validator]
|
411
412
|
# @param name [String]
|
412
413
|
# @return [Boolean]
|
413
|
-
def create(parent, id=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::TR_DEFAULT_STYLE, validator=Wx::DEFAULT_VALIDATOR, name=Wx::
|
414
|
+
def create(parent, id=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::TR_DEFAULT_STYLE, validator=Wx::DEFAULT_VALIDATOR, name=Wx::TREE_CTRL_NAME_STR) end
|
414
415
|
|
415
416
|
# Deletes the specified item.
|
416
417
|
# A EVT_TREE_DELETE_ITEM event will be generated.
|
@@ -432,14 +433,19 @@ module Wx
|
|
432
433
|
def delete_children(item) end
|
433
434
|
|
434
435
|
# Enable or disable a beep if there is no match for the currently entered text when searching for the item from keyboard.
|
435
|
-
# The default is to not beep in this case except in
|
436
|
+
# The default is to not beep in this case except in WXMSW where the beep is always generated by the native control and cannot be disabled, i.e. calls to this function do nothing there.
|
436
437
|
# @param on [Boolean]
|
437
438
|
# @return [void]
|
438
439
|
def enable_bell_on_no_match(on=true) end
|
439
440
|
|
440
441
|
# Ends label editing.
|
441
442
|
# If cancelEdit is true, the edit will be cancelled.
|
442
|
-
#
|
443
|
+
#
|
444
|
+
# <div class="wxrb-note">
|
445
|
+
# <b>Note:</b>
|
446
|
+
# <p>This function is currently supported under Windows only.
|
447
|
+
# </p>
|
448
|
+
# </div>
|
443
449
|
# @see Wx::TreeCtrl#edit_label
|
444
450
|
# @param item [Wx::TreeItemId]
|
445
451
|
# @param discardChanges [Boolean]
|
@@ -492,7 +498,12 @@ module Wx
|
|
492
498
|
|
493
499
|
# Returns the edit control being currently used to edit a label.
|
494
500
|
# Returns NULL if no label is being edited.
|
495
|
-
#
|
501
|
+
#
|
502
|
+
# <div class="wxrb-note">
|
503
|
+
# <b>Note:</b>
|
504
|
+
# <p>This is currently only implemented for WXMSW.
|
505
|
+
# </p>
|
506
|
+
# </div>
|
496
507
|
# @return [Wx::TextCtrl]
|
497
508
|
def get_edit_control; end
|
498
509
|
alias_method :edit_control, :get_edit_control
|
@@ -606,7 +617,11 @@ module Wx
|
|
606
617
|
alias_method :next_sibling, :get_next_sibling
|
607
618
|
|
608
619
|
# Returns the next visible item or an invalid item if this item is the last visible one.
|
609
|
-
#
|
620
|
+
# <div class="wxrb-note">
|
621
|
+
# <b>Note:</b>
|
622
|
+
# <p>The item itself must be visible.
|
623
|
+
# </p>
|
624
|
+
# </div>
|
610
625
|
# @param item [Wx::TreeItemId]
|
611
626
|
# @return [Wx::TreeItemId]
|
612
627
|
def get_next_visible(item) end
|
@@ -621,7 +636,11 @@ module Wx
|
|
621
636
|
alias_method :prev_sibling, :get_prev_sibling
|
622
637
|
|
623
638
|
# Returns the previous visible item or an invalid item if this item is the first visible one.
|
624
|
-
#
|
639
|
+
# <div class="wxrb-note">
|
640
|
+
# <b>Note:</b>
|
641
|
+
# <p>The item itself must be visible.
|
642
|
+
# </p>
|
643
|
+
# </div>
|
625
644
|
# @param item [Wx::TreeItemId]
|
626
645
|
# @return [Wx::TreeItemId]
|
627
646
|
def get_prev_visible(item) end
|
@@ -756,7 +775,7 @@ module Wx
|
|
756
775
|
alias_method :indent=, :set_indent
|
757
776
|
|
758
777
|
# Sets the spacing for the tree control.
|
759
|
-
# Spacing is the number of horizontal pixels between the buttons and the state images. This has no effect under
|
778
|
+
# Spacing is the number of horizontal pixels between the buttons and the state images. This has no effect under WXMSW.
|
760
779
|
# @param spacing [Integer]
|
761
780
|
# @return [void]
|
762
781
|
def set_spacing(spacing) end
|
@@ -856,7 +875,12 @@ module Wx
|
|
856
875
|
|
857
876
|
# Sets the mode flags associated with the display of the tree control.
|
858
877
|
# The new mode takes effect immediately.
|
859
|
-
#
|
878
|
+
#
|
879
|
+
# <div class="wxrb-note">
|
880
|
+
# <b>Note:</b>
|
881
|
+
# <p>Generic only; MSW ignores changes.
|
882
|
+
# </p>
|
883
|
+
# </div>
|
860
884
|
# @param styles [Integer]
|
861
885
|
# @return [void]
|
862
886
|
def set_window_style(styles) end
|
@@ -8,7 +8,7 @@ module Wx
|
|
8
8
|
|
9
9
|
# A tree event holds information about events associated with {Wx::TreeCtrl} objects.
|
10
10
|
# To process input from a tree control, use these event handler macros to direct input to member functions that take a {Wx::TreeEvent} argument.
|
11
|
-
#
|
11
|
+
# ### Events using this class
|
12
12
|
#
|
13
13
|
# The following event-handler methods redirect the events to member method or handler blocks for {Wx::TreeEvent} events.
|
14
14
|
# Event handler methods:
|
@@ -55,16 +55,15 @@ module Wx
|
|
55
55
|
#
|
56
56
|
# - {Wx::EvtHandler#evt_tree_state_image_click}(id, meth = nil, &block): The state image has been clicked.
|
57
57
|
#
|
58
|
-
# ===
|
59
|
-
#
|
60
58
|
# Category: {Wx::Events}
|
61
59
|
# @see Wx::TreeCtrl
|
62
60
|
#
|
63
61
|
#
|
62
|
+
# @wxrb_require USE_TREECTRL
|
64
63
|
class TreeEvent < NotifyEvent
|
65
64
|
|
66
65
|
# Constructor, used by wxWidgets itself only.
|
67
|
-
# @param commandType [Wx::
|
66
|
+
# @param commandType [Wx::Slider::EventType]
|
68
67
|
# @param tree [Wx::TreeCtrl]
|
69
68
|
# @param item [Wx::TreeItemId]
|
70
69
|
# @return [Wx::TreeEvent]
|
data/lib/wx/doc/gen/treebook.rb
CHANGED
@@ -26,7 +26,7 @@ module Wx
|
|
26
26
|
# A classic example is a netscape preferences dialog that shows a tree of preference sections on the left and select section page on the right.
|
27
27
|
# To use the class simply create it and populate with pages using {Wx::Treebook#insert_page}, {Wx::Treebook#insert_sub_page}, {Wx::Treebook#add_page}, {Wx::Treebook#add_sub_page}.
|
28
28
|
# If your tree is no more than 1 level in depth then you could simply use {Wx::Treebook#add_page} and {Wx::Treebook#add_sub_page} to sequentially populate your tree by adding at every step a page or a subpage to the end of the tree.
|
29
|
-
#
|
29
|
+
# ### Events emitted by this class
|
30
30
|
#
|
31
31
|
# The following event-handler methods redirect the events to member method or handler blocks for {Wx::BookCtrlEvent} events.
|
32
32
|
# Event handler methods for events emitted by this class:
|
@@ -39,8 +39,6 @@ module Wx
|
|
39
39
|
#
|
40
40
|
# - {Wx::EvtHandler#evt_treebook_node_expanded}(id, meth = nil, &block): The page node is going to be expanded. Processes a {Wx::EVT_TREEBOOK_NODE_EXPANDED} event.
|
41
41
|
#
|
42
|
-
# ===
|
43
|
-
#
|
44
42
|
# Category: Book Controls
|
45
43
|
# @see Wx::BookCtrl
|
46
44
|
# @see Wx::BookCtrlEvent
|
@@ -51,6 +49,7 @@ module Wx
|
|
51
49
|
# @see Notebook Sample
|
52
50
|
#
|
53
51
|
#
|
52
|
+
# @wxrb_require USE_TREEBOOK
|
54
53
|
class Treebook < BookCtrlBase
|
55
54
|
|
56
55
|
# @overload initialize()
|
@@ -121,7 +120,11 @@ module Wx
|
|
121
120
|
alias_method :page_parent, :get_page_parent
|
122
121
|
|
123
122
|
# Returns the currently selected page, or {Wx::NOT_FOUND} if none was selected.
|
124
|
-
#
|
123
|
+
# <div class="wxrb-note">
|
124
|
+
# <b>Note:</b>
|
125
|
+
# <p>This method may return either the previously or newly selected page when called from the EVT_TREEBOOK_PAGE_CHANGED() handler depending on the platform and so {Wx::BookCtrlEvent#get_selection} should be used instead in this case.
|
126
|
+
# </p>
|
127
|
+
# </div>
|
125
128
|
# @return [Integer]
|
126
129
|
def get_selection; end
|
127
130
|
alias_method :selection, :get_selection
|
@@ -9,12 +9,16 @@ module Wx
|
|
9
9
|
# {Wx::UIActionSimulator} is a class used to simulate user interface actions such as a mouse click or a key press.
|
10
10
|
# Common usage for this class would be to provide playback and record (aka macro recording) functionality for users, or to drive unit tests by simulating user sessions.
|
11
11
|
# See the wxUIActionSimulator Sample for an example of using this class.
|
12
|
-
# This class currently doesn't work when using Wayland with wxGTK.
|
13
12
|
#
|
14
|
-
#
|
13
|
+
# <div class="wxrb-note">
|
14
|
+
# <b>Note:</b>
|
15
|
+
# <p>This class currently doesn't work when using Wayland with WXGTK.
|
16
|
+
# </p>
|
17
|
+
# </div>
|
15
18
|
#
|
16
19
|
#
|
17
20
|
# @note This class is <b>untracked</b> and should not be derived from nor instances extended!
|
21
|
+
# @wxrb_require USE_UIACTIONSIMULATOR
|
18
22
|
class UIActionSimulator < ::Object
|
19
23
|
|
20
24
|
# Default constructor.
|
data/lib/wx/doc/gen/utils.rb
CHANGED
@@ -28,9 +28,13 @@ module Wx
|
|
28
28
|
def self.is_busy; end
|
29
29
|
|
30
30
|
# Ring the system bell.
|
31
|
-
#
|
31
|
+
# <div class="wxrb-note">
|
32
|
+
# <b>Note:</b>
|
33
|
+
# <p>This function is categorized as a GUI one and so is not thread-safe.
|
34
|
+
# </p>
|
35
|
+
# </div>
|
32
36
|
#
|
33
|
-
#
|
37
|
+
# Include file: \#include <wx/utils.h>
|
34
38
|
# @return [void]
|
35
39
|
def self.bell; end
|
36
40
|
|
@@ -42,7 +46,7 @@ module Wx
|
|
42
46
|
def self.info_message_box(parent) end
|
43
47
|
|
44
48
|
# Get wxWidgets version information.
|
45
|
-
#
|
49
|
+
#
|
46
50
|
# @see Wx::VersionInfo
|
47
51
|
# @return [Wx::VersionInfo]
|
48
52
|
def self.get_library_version_info; end
|
@@ -50,7 +54,7 @@ module Wx
|
|
50
54
|
# For normal keys, returns true if the specified key is currently down.
|
51
55
|
# For togglable keys (Caps Lock, Num Lock and Scroll Lock), returns true if the key is toggled such that its LED indicator is lit. There is currently no way to test whether togglable keys are up or down.
|
52
56
|
# Even though there are virtual key codes defined for mouse buttons, they cannot be used with this function currently.
|
53
|
-
# In
|
57
|
+
# In WXGTK, this function can be only used with modifier keys ({Wx::KeyCode::K_ALT}, {Wx::KeyCode::K_CONTROL} and {Wx::KeyCode::K_SHIFT}) when not using X11 backend currently.
|
54
58
|
# @param key [Wx::KeyCode]
|
55
59
|
# @return [Boolean]
|
56
60
|
def self.get_key_state(key) end
|
@@ -108,7 +112,14 @@ module Wx
|
|
108
112
|
# - if it has no valid scheme and it's not a local file/directory, then <code>"http:"</code> is prepended and the browser is called.
|
109
113
|
#
|
110
114
|
# Returns true if the application was successfully launched.
|
111
|
-
#
|
115
|
+
#
|
116
|
+
# <div class="wxrb-note">
|
117
|
+
# <b>Note:</b>
|
118
|
+
# <p>For some configurations of the running user, the application which is launched to open the given URL may be URL-dependent (e.g. a browser may be used for local URLs while another one may be used for remote URLs).
|
119
|
+
# </p>
|
120
|
+
# </div>
|
121
|
+
#
|
122
|
+
# Include file: \#include <wx/utils.h>
|
112
123
|
# @see launch_default_application
|
113
124
|
# @see execute
|
114
125
|
# @param url [String]
|
@@ -118,6 +129,8 @@ module Wx
|
|
118
129
|
|
119
130
|
# Copies the user's email address into the supplied buffer, by concatenating the values returned by {get_full_host_name} and {get_user_id}.
|
120
131
|
# true if successful, false otherwise.
|
132
|
+
#
|
133
|
+
# Include file: \#include <wx/utils.h>
|
121
134
|
# @return [String]
|
122
135
|
def self.get_email_address; end
|
123
136
|
|
@@ -135,6 +148,8 @@ module Wx
|
|
135
148
|
# Copies the current host machine's name into the supplied buffer.
|
136
149
|
# Please note that the returned name is not fully qualified, i.e. it does not include the domain name.
|
137
150
|
# The hostname if successful or an empty string otherwise.
|
151
|
+
#
|
152
|
+
# Include file: \#include <wx/utils.h>
|
138
153
|
# @see get_full_host_name
|
139
154
|
# @return [String]
|
140
155
|
def self.get_host_name; end
|
@@ -155,6 +170,8 @@ module Wx
|
|
155
170
|
# This function returns the "user id" also known as "login name" under Unix (i.e.
|
156
171
|
# something like "jsmith"). It uniquely identifies the current user (on this system). Under Windows or NT, this function first looks in the environment variables USER and LOGNAME; if neither of these is found, the entry <b>UserId</b> in the <b>wxWidgets</b> section of the WIN.INI file is tried.
|
157
172
|
# The login name if successful or an empty string otherwise.
|
173
|
+
#
|
174
|
+
# Include file: \#include <wx/utils.h>
|
158
175
|
# @see get_user_name
|
159
176
|
# @return [String]
|
160
177
|
def self.get_user_id; end
|
@@ -162,6 +179,8 @@ module Wx
|
|
162
179
|
# This function returns the full user name (something like "Mr. John Smith").
|
163
180
|
# Under Windows or NT, this function looks for the entry UserName in the wxWidgets section of the WIN.INI file. If PenWindows is running, the entry Current in the section User of the PENWIN.INI file is used.
|
164
181
|
# The full user name if successful or an empty string otherwise.
|
182
|
+
#
|
183
|
+
# Include file: \#include <wx/utils.h>
|
165
184
|
# @see get_user_id
|
166
185
|
# @return [String]
|
167
186
|
def self.get_user_name; end
|
@@ -184,7 +203,14 @@ module Wx
|
|
184
203
|
|
185
204
|
# Returns true if the operating system the program is running under is 64 bit.
|
186
205
|
# The check is performed at run-time and may differ from the value available at compile-time (at compile-time you can just check if <code>sizeof(void*) == 8</code>) since the program could be running in emulation mode or in a mixed 32/64 bit system.
|
187
|
-
#
|
206
|
+
#
|
207
|
+
# <div class="wxrb-note">
|
208
|
+
# <b>Note:</b>
|
209
|
+
# <p>This function is not 100% reliable on some systems given the fact that there isn't always a standard way to do a reliable check on the OS bitness.
|
210
|
+
# </p>
|
211
|
+
# </div>
|
212
|
+
#
|
213
|
+
# Include file: \#include <wx/utils.h>
|
188
214
|
# @return [Boolean]
|
189
215
|
def self.is_platform64bit; end
|
190
216
|
|
@@ -215,9 +241,15 @@ module Wx
|
|
215
241
|
def self.get_native_cpu_architecture_name; end
|
216
242
|
|
217
243
|
# This function shuts down or reboots the computer depending on the value of the flags.
|
218
|
-
#
|
244
|
+
# <div class="wxrb-note">
|
245
|
+
# <b>Note:</b>
|
246
|
+
# <p>Note that performing the shutdown requires the corresponding access rights (superuser under Unix, SE_SHUTDOWN privilege under Windows) and that this function is only implemented under Unix and MSW.
|
247
|
+
# </p>
|
248
|
+
# </div>
|
219
249
|
#
|
220
250
|
# true on success, false if an error occurred.
|
251
|
+
#
|
252
|
+
# Include file: \#include <wx/utils.h>
|
221
253
|
# @param flags [Integer] One of {Wx::SHUTDOWN_POWEROFF}, {Wx::SHUTDOWN_REBOOT} or {Wx::SHUTDOWN_LOGOFF} (currently implemented only for MSW) possibly combined with {Wx::SHUTDOWN_FORCE} which forces shutdown under MSW by forcefully terminating all the applications. As doing this can result in a data loss, this flag shouldn't be used unless really necessary.
|
222
254
|
# @return [Boolean]
|
223
255
|
def self.shutdown(flags=Wx::SHUTDOWN_POWEROFF) end
|
@@ -9,7 +9,6 @@ module Wx
|
|
9
9
|
# {Wx::VListBox} is a {Wx::ListBox}-like control with the following two main differences from a regular {Wx::ListBox}: it can have an arbitrarily huge number of items because it doesn't store them itself but uses the {Wx::VListBox#on_draw_item} callback to draw them (so it is a virtual listbox) and its items can have variable height as determined by {Wx::VListBox#on_measure_item} (so it is also a listbox with the lines of variable height).
|
10
10
|
# Also, as a consequence of its virtual nature, it doesn't have any methods to append or insert items in it as it isn't necessary to do it: you just have to call {Wx::VListBox#set_item_count} to tell the control how many items it should display. Of course, this also means that you will never use this class directly because it has pure virtual functions, but will need to derive your own class from it (for example, {Wx::HTML::HtmlListBox}).
|
11
11
|
# However it emits the same events as {Wx::ListBox} and the same event macros may be used with it. Since {Wx::VListBox} does not store its items itself, the events will only contain the index, not any contents such as the string of an item.
|
12
|
-
# ===
|
13
12
|
#
|
14
13
|
# Category: {Wx::Controls}
|
15
14
|
# @see Wx::HTML::SimpleHtmlListBox
|
@@ -35,7 +34,7 @@ module Wx
|
|
35
34
|
# @overload initialize()
|
36
35
|
# Default constructor, you must call {Wx::VListBox#create} later.
|
37
36
|
# @return [Wx::VListBox]
|
38
|
-
# @overload initialize(parent, id=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=0, name=Wx::
|
37
|
+
# @overload initialize(parent, id=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=0, name=Wx::V_LIST_BOX_NAME_STR)
|
39
38
|
# Normal constructor which calls {Wx::VListBox#create} internally.
|
40
39
|
# @param parent [Wx::Window]
|
41
40
|
# @param id [Integer]
|
@@ -61,7 +60,7 @@ module Wx
|
|
61
60
|
# @param style [Integer]
|
62
61
|
# @param name [String]
|
63
62
|
# @return [Boolean]
|
64
|
-
def create(parent, id=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=0, name=Wx::
|
63
|
+
def create(parent, id=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=0, name=Wx::V_LIST_BOX_NAME_STR) end
|
65
64
|
|
66
65
|
# Deselects all the items in the listbox.
|
67
66
|
# This method is only valid for multi selection listboxes.
|
@@ -178,7 +177,12 @@ module Wx
|
|
178
177
|
|
179
178
|
# Sets the colour to be used for the selected cells background.
|
180
179
|
# The background of the standard cells may be changed by simply calling {Wx::Window#set_background_colour}.
|
181
|
-
#
|
180
|
+
#
|
181
|
+
# <div class="wxrb-note">
|
182
|
+
# <b>Note:</b>
|
183
|
+
# <p>Using a non-default background colour may result in control having an appearance different from the similar native controls and should be avoided in general.
|
184
|
+
# </p>
|
185
|
+
# </div>
|
182
186
|
# @see Wx::VListBox#get_selection_background
|
183
187
|
# @param col [Wx::Colour,String,Symbol]
|
184
188
|
# @return [void]
|
@@ -10,7 +10,7 @@ module Wx
|
|
10
10
|
# In any case, this is a generalization of {Wx::Scrolled} which can be only used when all rows have the same heights. It lacks some other {Wx::Scrolled} features however, notably it can't scroll specific pixel sizes of the window or its exact client area size.
|
11
11
|
# To use this class, you need to derive from it and implement the {Wx::VScrolledWindow#on_get_row_height} pure virtual method. You also must call {Wx::VScrolledWindow#set_row_count} to let the base class know how many rows it should display, but from that moment on the scrolling is handled entirely by {Wx::VScrolledWindow}. You only need to draw the visible part of contents in your <code>OnPaint()</code> method as usual. You should use {Wx::VScrolledWindow#get_visible_rows_begin} and {Wx::VScrolledWindow#get_visible_rows_end} to select the lines to display. Note that the device context origin is not shifted so the first visible row always appears at the point (0, 0) in physical as well as logical coordinates.
|
12
12
|
#
|
13
|
-
#
|
13
|
+
# ## wxWidgets 2.8 Compatibility Functions
|
14
14
|
#
|
15
15
|
# The following functions provide backwards compatibility for applications originally built using {Wx::VScrolledWindow} in 2.6 or 2.8. Originally, {Wx::VScrolledWindow} referred to scrolling "lines". We now use "units" in {Wx::VarScrollHelperBase} to avoid implying any orientation (since the functions are used for both horizontal and vertical scrolling in derived classes). And in the new {Wx::VScrolledWindow} and {Wx::HScrolledWindow} classes, we refer to them as "rows" and "columns", respectively. This is to help clear some confusion in not only those classes, but also in {Wx::HVScrolledWindow} where functions are inherited from both.
|
16
16
|
# You are encouraged to update any existing code using these function to use the new replacements mentioned below, and avoid using these functions for any new code as they are deprecated.
|
@@ -53,8 +53,6 @@ module Wx
|
|
53
53
|
# <code>void SetLineCount(size_t count)</code>
|
54
54
|
# Deprecated for {Wx::VScrolledWindow#set_row_count}.
|
55
55
|
#
|
56
|
-
# ===
|
57
|
-
#
|
58
56
|
# Category: Miscellaneous Windows
|
59
57
|
# @see Wx::HScrolledWindow
|
60
58
|
# @see Wx::HVScrolledWindow
|
@@ -65,9 +63,13 @@ module Wx
|
|
65
63
|
# @overload initialize()
|
66
64
|
# Default constructor, you must call {Wx::VScrolledWindow#create} later.
|
67
65
|
# @return [Wx::VScrolledWindow]
|
68
|
-
# @overload initialize(parent, id=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=0, name=Wx::
|
66
|
+
# @overload initialize(parent, id=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=0, name=Wx::PANEL_NAME_STR)
|
69
67
|
# This is the normal constructor, no need to call {Wx::VScrolledWindow#create} after using this constructor.
|
70
|
-
#
|
68
|
+
# <div class="wxrb-note">
|
69
|
+
# <b>Note:</b>
|
70
|
+
# <p>{Wx::VSCROLL} is always automatically added to the style, there is no need to specify it explicitly.
|
71
|
+
# </p>
|
72
|
+
# </div>
|
71
73
|
# @param parent [Wx::Window] The parent window, must not be NULL.
|
72
74
|
# @param id [Integer] The identifier of this window, {Wx::StandardID::ID_ANY} by default.
|
73
75
|
# @param pos [Array(Integer, Integer), Wx::Point] The initial window position.
|
@@ -86,7 +88,7 @@ module Wx
|
|
86
88
|
# @param style [Integer]
|
87
89
|
# @param name [String]
|
88
90
|
# @return [Boolean]
|
89
|
-
def create(parent, id=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=0, name=Wx::
|
91
|
+
def create(parent, id=Wx::StandardID::ID_ANY, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=0, name=Wx::PANEL_NAME_STR) end
|
90
92
|
|
91
93
|
# Returns the number of rows the target window contains.
|
92
94
|
#
|
data/lib/wx/doc/gen/validator.rb
CHANGED
@@ -20,7 +20,6 @@ module Wx
|
|
20
20
|
# Validators can be plugged into controls dynamically.
|
21
21
|
# To specify a default, "null" validator, use {Wx::DEFAULT_VALIDATOR}.
|
22
22
|
# For more information, please see wxValidator Overview.
|
23
|
-
# ===
|
24
23
|
#
|
25
24
|
# Category: {Wx::Validators}
|
26
25
|
# Predefined objects/pointers: {Wx::DEFAULT_VALIDATOR}
|
@@ -31,6 +30,7 @@ module Wx
|
|
31
30
|
# @see Wx::FloatingPointValidator
|
32
31
|
#
|
33
32
|
#
|
33
|
+
# @wxrb_require USE_VALIDATORS
|
34
34
|
class Validator < EvtHandler
|
35
35
|
|
36
36
|
# Constructor.
|