wxruby3 0.9.2-x64-mingw-ucrt → 0.9.3-x64-mingw-ucrt
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/INSTALL.md +35 -29
- data/README.md +24 -15
- data/ext/wxbase32u_gcc_custom.dll +0 -0
- data/ext/wxbase32u_net_gcc_custom.dll +0 -0
- data/ext/wxbase32u_xml_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_aui_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_core_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_gl_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_html_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_media_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_propgrid_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_qa_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_ribbon_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_richtext_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_stc_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_webview_gcc_custom.dll +0 -0
- data/ext/wxmsw32u_xrc_gcc_custom.dll +0 -0
- data/lib/wx/core/bitmap_combobox.rb +17 -21
- data/lib/wx/core/combobox.rb +13 -3
- data/lib/wx/core/controlwithitems.rb +40 -130
- data/lib/wx/core/enum.rb +17 -1
- data/lib/wx/core/event.rb +6 -1
- data/lib/wx/core/events/evt_list.rb +5 -4
- data/lib/wx/core/evthandler.rb +8 -2
- data/lib/wx/core/generic_validator.rb +312 -0
- data/lib/wx/core/listbox.rb +2 -2
- data/lib/wx/core/log.rb +1 -1
- data/lib/wx/core/owner_drawn_combobox.rb +45 -0
- data/lib/wx/core/size.rb +4 -0
- data/lib/wx/core/sizer.rb +1 -2
- data/lib/wx/core/standard_paths.rb +22 -0
- data/lib/wx/core/text_entry.rb +4 -1
- data/lib/wx/core/validator.rb +70 -5
- data/lib/wx/core/window.rb +3 -7
- data/lib/wx/doc/art_locator.rb +1 -0
- data/lib/wx/doc/comboctrl.rb +18 -0
- data/lib/wx/doc/controlwithitems.rb +16 -0
- data/lib/wx/doc/date_picker_ctrl.rb +23 -0
- data/lib/wx/doc/editable_listbox.rb +44 -0
- data/lib/wx/doc/enum.rb +15 -0
- data/lib/wx/doc/event.rb +12 -0
- data/lib/wx/doc/extra/12_client_data.md +89 -0
- data/lib/wx/doc/extra/13_validators.md +139 -0
- data/lib/wx/doc/gdi_common.rb +4 -0
- data/lib/wx/doc/gen/about_dialog_info.rb +25 -0
- data/lib/wx/doc/gen/accelerator.rb +7 -1
- data/lib/wx/doc/gen/accessible.rb +13 -0
- data/lib/wx/doc/gen/activity_indicator.rb +7 -0
- data/lib/wx/doc/gen/animation.rb +12 -0
- data/lib/wx/doc/gen/animation_ctrl.rb +10 -0
- data/lib/wx/doc/gen/any_button.rb +17 -1
- data/lib/wx/doc/gen/app.rb +35 -1
- data/lib/wx/doc/gen/app_traits.rb +38 -5
- data/lib/wx/doc/gen/art_provider.rb +14 -0
- data/lib/wx/doc/gen/aui/aui_dock_art.rb +12 -0
- data/lib/wx/doc/gen/aui/aui_floating_frame.rb +1 -0
- data/lib/wx/doc/gen/aui/aui_manager.rb +24 -1
- data/lib/wx/doc/gen/aui/aui_manager_event.rb +9 -1
- data/lib/wx/doc/gen/aui/aui_mdi_child_frame.rb +3 -0
- data/lib/wx/doc/gen/aui/aui_mdi_client_window.rb +2 -0
- data/lib/wx/doc/gen/aui/aui_mdi_parent_frame.rb +3 -1
- data/lib/wx/doc/gen/aui/aui_notebook.rb +20 -2
- data/lib/wx/doc/gen/aui/aui_notebook_event.rb +2 -1
- data/lib/wx/doc/gen/aui/aui_pane_info.rb +30 -1
- data/lib/wx/doc/gen/aui/aui_tab_art.rb +6 -0
- data/lib/wx/doc/gen/aui/aui_tab_ctrl.rb +1 -0
- data/lib/wx/doc/gen/aui/aui_tool_bar.rb +11 -0
- data/lib/wx/doc/gen/aui/aui_tool_bar_art.rb +2 -0
- data/lib/wx/doc/gen/aui/aui_tool_bar_event.rb +2 -1
- data/lib/wx/doc/gen/aui/aui_tool_bar_item.rb +4 -0
- data/lib/wx/doc/gen/banner_window.rb +7 -0
- data/lib/wx/doc/gen/bitmap.rb +64 -3
- data/lib/wx/doc/gen/bitmap_button.rb +6 -1
- data/lib/wx/doc/gen/bitmap_combo_box.rb +9 -3
- data/lib/wx/doc/gen/book_ctrl_base.rb +17 -2
- data/lib/wx/doc/gen/book_ctrl_event.rb +3 -1
- data/lib/wx/doc/gen/box_sizer.rb +5 -0
- data/lib/wx/doc/gen/brush.rb +16 -1
- data/lib/wx/doc/gen/busy_info.rb +8 -0
- data/lib/wx/doc/gen/button.rb +11 -3
- data/lib/wx/doc/gen/calculate_layout_event.rb +4 -0
- data/lib/wx/doc/gen/calendar_ctrl.rb +22 -0
- data/lib/wx/doc/gen/calendar_date_attr.rb +1 -0
- data/lib/wx/doc/gen/calendar_event.rb +3 -1
- data/lib/wx/doc/gen/caret.rb +3 -0
- data/lib/wx/doc/gen/check_box.rb +10 -0
- data/lib/wx/doc/gen/check_list_box.rb +3 -0
- data/lib/wx/doc/gen/choice.rb +14 -2
- data/lib/wx/doc/gen/choicebook.rb +1 -0
- data/lib/wx/doc/gen/client_dc.rb +1 -0
- data/lib/wx/doc/gen/clipboard.rb +9 -0
- data/lib/wx/doc/gen/collapsible_pane.rb +3 -0
- data/lib/wx/doc/gen/collapsible_pane_event.rb +1 -0
- data/lib/wx/doc/gen/colour.rb +20 -0
- data/lib/wx/doc/gen/colour_dialog.rb +10 -0
- data/lib/wx/doc/gen/colour_picker_ctrl.rb +4 -0
- data/lib/wx/doc/gen/colour_picker_event.rb +1 -0
- data/lib/wx/doc/gen/combo_box.rb +20 -1
- data/lib/wx/doc/gen/combo_ctrl.rb +54 -295
- data/lib/wx/doc/gen/command_link_button.rb +8 -0
- data/lib/wx/doc/gen/context_help_button.rb +7 -1
- data/lib/wx/doc/gen/control.rb +12 -0
- data/lib/wx/doc/gen/control_with_items.rb +45 -9
- data/lib/wx/doc/gen/core.rb +2 -2
- data/lib/wx/doc/gen/cursor.rb +4 -0
- data/lib/wx/doc/gen/data_format.rb +1 -0
- data/lib/wx/doc/gen/data_object.rb +27 -5
- data/lib/wx/doc/gen/date_event.rb +2 -1
- data/lib/wx/doc/gen/date_picker_ctrl.rb +7 -1
- data/lib/wx/doc/gen/dc.rb +87 -3
- data/lib/wx/doc/gen/dial_up_event.rb +2 -0
- data/lib/wx/doc/gen/dial_up_manager.rb +12 -0
- data/lib/wx/doc/gen/dialog.rb +42 -3
- data/lib/wx/doc/gen/dir_dialog.rb +6 -1
- data/lib/wx/doc/gen/dir_filter_list_ctrl.rb +1 -0
- data/lib/wx/doc/gen/dir_picker_ctrl.rb +5 -0
- data/lib/wx/doc/gen/drag_drop.rb +20 -0
- data/lib/wx/doc/gen/drag_image.rb +7 -0
- data/lib/wx/doc/gen/editable_list_box.rb +5 -3
- data/lib/wx/doc/gen/event.rb +26 -11
- data/lib/wx/doc/gen/event_blocker.rb +2 -1
- data/lib/wx/doc/gen/event_filter.rb +3 -0
- data/lib/wx/doc/gen/event_list.rb +4 -4
- data/lib/wx/doc/gen/events.rb +165 -26
- data/lib/wx/doc/gen/evt_handler.rb +40 -2
- data/lib/wx/doc/gen/ext_help_controller.rb +9 -0
- data/lib/wx/doc/gen/file_ctrl.rb +11 -2
- data/lib/wx/doc/gen/file_ctrl_event.rb +5 -1
- data/lib/wx/doc/gen/file_dialog.rb +13 -0
- data/lib/wx/doc/gen/file_dialog_custom_control.rb +12 -0
- data/lib/wx/doc/gen/file_dialog_customize_hook.rb +9 -0
- data/lib/wx/doc/gen/file_dir_picker_event.rb +2 -1
- data/lib/wx/doc/gen/file_picker_ctrl.rb +4 -0
- data/lib/wx/doc/gen/file_system.rb +17 -1
- data/lib/wx/doc/gen/find_dialog_event.rb +2 -1
- data/lib/wx/doc/gen/find_replace_data.rb +1 -0
- data/lib/wx/doc/gen/find_replace_dialog.rb +3 -0
- data/lib/wx/doc/gen/flex_grid_sizer.rb +13 -0
- data/lib/wx/doc/gen/font.rb +75 -3
- data/lib/wx/doc/gen/font_data.rb +14 -0
- data/lib/wx/doc/gen/font_dialog.rb +6 -0
- data/lib/wx/doc/gen/font_picker_ctrl.rb +8 -0
- data/lib/wx/doc/gen/font_picker_event.rb +1 -0
- data/lib/wx/doc/gen/frame.rb +24 -7
- data/lib/wx/doc/gen/fs_file.rb +22 -0
- data/lib/wx/doc/gen/gauge.rb +8 -0
- data/lib/wx/doc/gen/gb_sizer_item.rb +5 -0
- data/lib/wx/doc/gen/gcdc.rb +2 -0
- data/lib/wx/doc/gen/gdi_common.rb +50 -0
- data/lib/wx/doc/gen/gdi_object.rb +1 -0
- data/lib/wx/doc/gen/generic_dir_ctrl.rb +7 -0
- data/lib/wx/doc/gen/graphics_context.rb +36 -7
- data/lib/wx/doc/gen/graphics_object.rb +24 -0
- data/lib/wx/doc/gen/grid/grid_cell_activatable_editor.rb +2 -0
- data/lib/wx/doc/gen/grid/grid_cell_attr.rb +14 -2
- data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_editor.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_cell_auto_wrap_string_renderer.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_cell_bool_editor.rb +2 -0
- data/lib/wx/doc/gen/grid/grid_cell_bool_renderer.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_cell_choice_editor.rb +2 -0
- data/lib/wx/doc/gen/grid/grid_cell_date_editor.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_cell_date_renderer.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_cell_date_time_renderer.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_cell_editor.rb +9 -0
- data/lib/wx/doc/gen/grid/grid_cell_enum_editor.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_cell_enum_renderer.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_cell_float_editor.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_cell_float_renderer.rb +2 -0
- data/lib/wx/doc/gen/grid/grid_cell_number_editor.rb +2 -0
- data/lib/wx/doc/gen/grid/grid_cell_number_renderer.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_cell_renderer.rb +6 -0
- data/lib/wx/doc/gen/grid/grid_cell_string_renderer.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_cell_text_editor.rb +1 -0
- data/lib/wx/doc/gen/grid/grid_ctrl.rb +229 -7
- data/lib/wx/doc/gen/grid/grid_editor_created_event.rb +4 -1
- data/lib/wx/doc/gen/grid/grid_event.rb +4 -1
- data/lib/wx/doc/gen/grid/grid_range_select_event.rb +2 -1
- data/lib/wx/doc/gen/grid/grid_size_event.rb +2 -1
- data/lib/wx/doc/gen/grid/grid_string_table.rb +7 -0
- data/lib/wx/doc/gen/grid/grid_table_base.rb +27 -1
- data/lib/wx/doc/gen/grid/grid_table_message.rb +1 -0
- data/lib/wx/doc/gen/grid_bag_sizer.rb +24 -4
- data/lib/wx/doc/gen/grid_sizer.rb +11 -0
- data/lib/wx/doc/gen/gui_event_loop.rb +12 -0
- data/lib/wx/doc/gen/header_ctrl.rb +106 -0
- data/lib/wx/doc/gen/header_ctrl_event.rb +5 -1
- data/lib/wx/doc/gen/help_controller.rb +11 -0
- data/lib/wx/doc/gen/help_provider.rb +12 -3
- data/lib/wx/doc/gen/html/html_cell.rb +25 -0
- data/lib/wx/doc/gen/html/html_cell_event.rb +3 -1
- data/lib/wx/doc/gen/html/html_easy_printing.rb +13 -1
- data/lib/wx/doc/gen/html/html_help_controller.rb +18 -0
- data/lib/wx/doc/gen/html/html_help_data.rb +5 -0
- data/lib/wx/doc/gen/html/html_help_window.rb +8 -0
- data/lib/wx/doc/gen/html/html_link_event.rb +1 -0
- data/lib/wx/doc/gen/html/html_list_box.rb +49 -9
- data/lib/wx/doc/gen/html/html_printout.rb +7 -0
- data/lib/wx/doc/gen/html/html_window.rb +31 -0
- data/lib/wx/doc/gen/hyperlink_ctrl.rb +2 -1
- data/lib/wx/doc/gen/hyperlink_event.rb +1 -0
- data/lib/wx/doc/gen/icon.rb +19 -1
- data/lib/wx/doc/gen/icon_location.rb +1 -0
- data/lib/wx/doc/gen/image.rb +67 -10
- data/lib/wx/doc/gen/image_list.rb +12 -2
- data/lib/wx/doc/gen/info_bar.rb +12 -0
- data/lib/wx/doc/gen/keyboard_state.rb +11 -0
- data/lib/wx/doc/gen/list_box.rb +20 -3
- data/lib/wx/doc/gen/list_ctrl.rb +89 -0
- data/lib/wx/doc/gen/list_event.rb +11 -1
- data/lib/wx/doc/gen/listbook.rb +1 -0
- data/lib/wx/doc/gen/locale.rb +22 -0
- data/lib/wx/doc/gen/log.rb +42 -0
- data/lib/wx/doc/gen/mdi_client_window.rb +4 -1
- data/lib/wx/doc/gen/mdi_frame.rb +27 -4
- data/lib/wx/doc/gen/media_ctrl.rb +17 -0
- data/lib/wx/doc/gen/media_event.rb +2 -1
- data/lib/wx/doc/gen/memory_dc.rb +10 -0
- data/lib/wx/doc/gen/menu.rb +48 -7
- data/lib/wx/doc/gen/menu_bar.rb +32 -13
- data/lib/wx/doc/gen/menu_item.rb +26 -0
- data/lib/wx/doc/gen/message_dialog.rb +10 -0
- data/lib/wx/doc/gen/mini_frame.rb +5 -2
- data/lib/wx/doc/gen/mirror_dc.rb +1 -0
- data/lib/wx/doc/gen/mouse_state.rb +1 -0
- data/lib/wx/doc/gen/multi_choice_dialog.rb +3 -1
- data/lib/wx/doc/gen/non_owned_window.rb +3 -0
- data/lib/wx/doc/gen/notebook.rb +11 -1
- data/lib/wx/doc/gen/num_validator.rb +37 -0
- data/lib/wx/doc/gen/number_entry_dialog.rb +4 -0
- data/lib/wx/doc/gen/object.rb +3 -0
- data/lib/wx/doc/gen/owner_drawn_combo_box.rb +340 -0
- data/lib/wx/doc/gen/paint_dc.rb +1 -0
- data/lib/wx/doc/gen/palette.rb +5 -0
- data/lib/wx/doc/gen/panel.rb +10 -2
- data/lib/wx/doc/gen/pen.rb +30 -1
- data/lib/wx/doc/gen/pg/numeric_property_validator.rb +2 -1
- data/lib/wx/doc/gen/pg/pg_array_editor_dialog.rb +4 -1
- data/lib/wx/doc/gen/pg/pg_cell.rb +6 -1
- data/lib/wx/doc/gen/pg/pg_editor.rb +61 -15
- data/lib/wx/doc/gen/pg/pg_multi_button.rb +2 -0
- data/lib/wx/doc/gen/pg/pg_properties.rb +198 -81
- data/lib/wx/doc/gen/pg/pg_property.rb +129 -52
- data/lib/wx/doc/gen/pg/pg_validation_info.rb +2 -0
- data/lib/wx/doc/gen/pg/property_grid.rb +56 -14
- data/lib/wx/doc/gen/pg/property_grid_event.rb +16 -6
- data/lib/wx/doc/gen/pg/property_grid_interface.rb +98 -37
- data/lib/wx/doc/gen/pg/property_grid_manager.rb +29 -7
- data/lib/wx/doc/gen/pg/property_grid_page.rb +11 -4
- data/lib/wx/doc/gen/pg/property_grid_page_state.rb +7 -2
- data/lib/wx/doc/gen/picker_base.rb +11 -1
- data/lib/wx/doc/gen/platform_info.rb +31 -0
- data/lib/wx/doc/gen/popup_window.rb +5 -0
- data/lib/wx/doc/gen/progress_dialog.rb +4 -0
- data/lib/wx/doc/gen/property_sheet_dialog.rb +7 -1
- data/lib/wx/doc/gen/prt/page_setup_dialog.rb +2 -0
- data/lib/wx/doc/gen/prt/post_script_dc.rb +1 -0
- data/lib/wx/doc/gen/prt/preview_frame.rb +4 -0
- data/lib/wx/doc/gen/prt/print_abort_dialog.rb +1 -0
- data/lib/wx/doc/gen/prt/print_data.rb +27 -0
- data/lib/wx/doc/gen/prt/print_dialog.rb +4 -0
- data/lib/wx/doc/gen/prt/printer.rb +42 -5
- data/lib/wx/doc/gen/prt/printer_dc.rb +2 -0
- data/lib/wx/doc/gen/query_layout_info_event.rb +9 -0
- data/lib/wx/doc/gen/radio_box.rb +19 -0
- data/lib/wx/doc/gen/radio_button.rb +9 -0
- data/lib/wx/doc/gen/rbn/ribbon_art_provider.rb +63 -0
- data/lib/wx/doc/gen/rbn/ribbon_bar.rb +23 -0
- data/lib/wx/doc/gen/rbn/ribbon_bar_event.rb +2 -1
- data/lib/wx/doc/gen/rbn/ribbon_button_bar.rb +35 -9
- data/lib/wx/doc/gen/rbn/ribbon_button_bar_event.rb +2 -1
- data/lib/wx/doc/gen/rbn/ribbon_control.rb +10 -0
- data/lib/wx/doc/gen/rbn/ribbon_gallery.rb +17 -7
- data/lib/wx/doc/gen/rbn/ribbon_gallery_event.rb +2 -1
- data/lib/wx/doc/gen/rbn/ribbon_page.rb +12 -0
- data/lib/wx/doc/gen/rbn/ribbon_panel.rb +11 -0
- data/lib/wx/doc/gen/rbn/ribbon_panel_event.rb +2 -1
- data/lib/wx/doc/gen/rbn/ribbon_tool_bar.rb +25 -0
- data/lib/wx/doc/gen/rbn/ribbon_tool_bar_event.rb +2 -1
- data/lib/wx/doc/gen/rearrange_ctrl.rb +4 -0
- data/lib/wx/doc/gen/rearrange_list.rb +9 -0
- data/lib/wx/doc/gen/region.rb +42 -13
- data/lib/wx/doc/gen/region_iterator.rb +1 -0
- data/lib/wx/doc/gen/rtc/rich_text_box.rb +25 -8
- data/lib/wx/doc/gen/rtc/rich_text_buffer.rb +41 -4
- data/lib/wx/doc/gen/rtc/rich_text_buffer_data_object.rb +1 -0
- data/lib/wx/doc/gen/rtc/rich_text_composite_object.rb +23 -11
- data/lib/wx/doc/gen/rtc/rich_text_ctrl.rb +74 -0
- data/lib/wx/doc/gen/rtc/rich_text_event.rb +6 -1
- data/lib/wx/doc/gen/rtc/rich_text_file_handler.rb +8 -0
- data/lib/wx/doc/gen/rtc/rich_text_formatting_dialog.rb +6 -0
- data/lib/wx/doc/gen/rtc/rich_text_header_footer_data.rb +1 -0
- data/lib/wx/doc/gen/rtc/rich_text_html_handler.rb +4 -0
- data/lib/wx/doc/gen/rtc/rich_text_image.rb +7 -0
- data/lib/wx/doc/gen/rtc/rich_text_object.rb +64 -4
- data/lib/wx/doc/gen/rtc/rich_text_paragraph_layout_box.rb +51 -4
- data/lib/wx/doc/gen/rtc/rich_text_printing.rb +13 -0
- data/lib/wx/doc/gen/rtc/rich_text_style_list_box.rb +9 -4
- data/lib/wx/doc/gen/rtc/rich_text_style_organiser_dialog.rb +3 -0
- data/lib/wx/doc/gen/rtc/rich_text_xml_handler.rb +2 -0
- data/lib/wx/doc/gen/rtc/symbol_picker_dialog.rb +1 -0
- data/lib/wx/doc/gen/sash_event.rb +5 -1
- data/lib/wx/doc/gen/sash_layout_window.rb +10 -0
- data/lib/wx/doc/gen/sash_window.rb +3 -0
- data/lib/wx/doc/gen/screen_dc.rb +1 -0
- data/lib/wx/doc/gen/scroll_bar.rb +11 -2
- data/lib/wx/doc/gen/scrolled_canvas.rb +20 -4
- data/lib/wx/doc/gen/scrolled_control.rb +20 -4
- data/lib/wx/doc/gen/scrolled_window.rb +20 -4
- data/lib/wx/doc/gen/search_ctrl.rb +6 -0
- data/lib/wx/doc/gen/simplebook.rb +7 -0
- data/lib/wx/doc/gen/single_choice_dialog.rb +3 -1
- data/lib/wx/doc/gen/sizer.rb +79 -9
- data/lib/wx/doc/gen/sizer_item.rb +16 -2
- data/lib/wx/doc/gen/slider.rb +23 -0
- data/lib/wx/doc/gen/spin_button.rb +9 -0
- data/lib/wx/doc/gen/spin_ctrl.rb +11 -0
- data/lib/wx/doc/gen/spin_ctrl_double.rb +7 -0
- data/lib/wx/doc/gen/spin_double_event.rb +4 -1
- data/lib/wx/doc/gen/spin_event.rb +2 -1
- data/lib/wx/doc/gen/splash_screen.rb +2 -0
- data/lib/wx/doc/gen/splitter_event.rb +10 -1
- data/lib/wx/doc/gen/splitter_window.rb +38 -14
- data/lib/wx/doc/gen/static_bitmap.rb +99 -2
- data/lib/wx/doc/gen/static_box.rb +6 -0
- data/lib/wx/doc/gen/static_box_sizer.rb +3 -0
- data/lib/wx/doc/gen/static_line.rb +4 -0
- data/lib/wx/doc/gen/static_text.rb +5 -0
- data/lib/wx/doc/gen/status_bar.rb +17 -3
- data/lib/wx/doc/gen/stc/styled_text_ctrl.rb +174 -6
- data/lib/wx/doc/gen/stc/styled_text_event.rb +27 -1
- data/lib/wx/doc/gen/std_dialog_button_sizer.rb +7 -0
- data/lib/wx/doc/gen/svg_file_dc.rb +9 -0
- data/lib/wx/doc/gen/system_options.rb +8 -0
- data/lib/wx/doc/gen/system_settings.rb +7 -0
- data/lib/wx/doc/gen/task_bar_button.rb +12 -0
- data/lib/wx/doc/gen/task_bar_icon.rb +5 -0
- data/lib/wx/doc/gen/task_bar_icon_event.rb +2 -1
- data/lib/wx/doc/gen/text_attr.rb +27 -0
- data/lib/wx/doc/gen/text_ctrl.rb +27 -3
- data/lib/wx/doc/gen/text_entry.rb +43 -5
- data/lib/wx/doc/gen/text_entry_dialog.rb +12 -0
- data/lib/wx/doc/gen/text_validator.rb +16 -0
- data/lib/wx/doc/gen/time_picker_ctrl.rb +6 -0
- data/lib/wx/doc/gen/timer.rb +8 -0
- data/lib/wx/doc/gen/timer_event.rb +1 -0
- data/lib/wx/doc/gen/tip_provider.rb +5 -0
- data/lib/wx/doc/gen/toggle_button.rb +68 -0
- data/lib/wx/doc/gen/tool_bar.rb +57 -14
- data/lib/wx/doc/gen/tool_tip.rb +6 -0
- data/lib/wx/doc/gen/toolbook.rb +3 -0
- data/lib/wx/doc/gen/top_level_window.rb +34 -3
- data/lib/wx/doc/gen/tree_ctrl.rb +49 -0
- data/lib/wx/doc/gen/tree_event.rb +7 -1
- data/lib/wx/doc/gen/treebook.rb +9 -0
- data/lib/wx/doc/gen/ui_action_simulator.rb +4 -0
- data/lib/wx/doc/gen/utils.rb +55 -0
- data/lib/wx/doc/gen/v_list_box.rb +21 -0
- data/lib/wx/doc/gen/v_scrolled_window.rb +15 -0
- data/lib/wx/doc/gen/validator.rb +9 -13
- data/lib/wx/doc/gen/variant.rb +6 -0
- data/lib/wx/doc/gen/window.rb +260 -52
- data/lib/wx/doc/gen/window_dc.rb +2 -0
- data/lib/wx/doc/gen/window_disabler.rb +1 -0
- data/lib/wx/doc/gen/with_images.rb +7 -1
- data/lib/wx/doc/gen/wizard.rb +18 -0
- data/lib/wx/doc/gen/wizard_event.rb +3 -1
- data/lib/wx/doc/gen/wizard_page.rb +5 -0
- data/lib/wx/doc/gen/wizard_page_simple.rb +4 -0
- data/lib/wx/doc/gen/wrap_sizer.rb +5 -0
- data/lib/wx/doc/gen/xml_node.rb +14 -0
- data/lib/wx/doc/gen/xml_resource.rb +22 -0
- data/lib/wx/doc/generic_validator.rb +95 -0
- data/lib/wx/doc/html/simple_html_listbox.rb +22 -0
- data/lib/wx/doc/num_validator.rb +387 -0
- data/lib/wx/doc/owner_drawn_combobox.rb +96 -0
- data/lib/wx/doc/pg/numeric_property_validator.rb +33 -0
- data/lib/wx/doc/static_bitmap.rb +25 -0
- data/lib/wx/doc/text_validator.rb +10 -0
- data/lib/wx/doc/validator.rb +113 -0
- data/lib/wx/doc/window.rb +30 -0
- data/lib/wx/html/events/evt_list.rb +0 -10
- data/lib/wx/html/simple_html_listbox.rb +24 -91
- data/lib/wx/keyword_defs.rb +34 -2
- data/lib/wx/rbn/ribbon_gallery.rb +0 -21
- data/lib/wx/version.rb +1 -1
- data/lib/wxruby_aui.so +0 -0
- data/lib/wxruby_core.so +0 -0
- data/lib/wxruby_grid.so +0 -0
- data/lib/wxruby_html.so +0 -0
- data/lib/wxruby_pg.so +0 -0
- data/lib/wxruby_prt.so +0 -0
- data/lib/wxruby_rbn.so +0 -0
- data/lib/wxruby_rtc.so +0 -0
- data/lib/wxruby_stc.so +0 -0
- data/rakelib/lib/config/mingw.rb +12 -0
- data/samples/aui/aui.rb +1237 -1233
- data/samples/calendar/calendar.rb +293 -289
- data/samples/controls/get_item_sample.rb +83 -79
- data/samples/controls/htlbox.rb +331 -327
- data/samples/dialogs/dialogs.rb +682 -694
- data/samples/dialogs/wizard.rb +52 -55
- data/samples/dragdrop/dragdrop.rb +146 -142
- data/samples/drawing/bitmap.rb +29 -26
- data/samples/drawing/bitmap_image.rb +84 -80
- data/samples/drawing/graphics_drawing.rb +209 -205
- data/samples/drawing/image_prt.rb +344 -340
- data/samples/drawing/maths_images.rb +18 -1
- data/samples/drawing/rmagic_bitmap_image.rb +88 -84
- data/samples/etc/caret.rb +306 -0
- data/samples/etc/miniframe.rb +65 -60
- data/samples/etc/sash.rb +109 -105
- data/samples/etc/scrollwin.rb +86 -80
- data/samples/etc/system_settings.rb +216 -209
- data/samples/event/activation.rb +72 -67
- data/samples/event/event.rb +160 -153
- data/samples/event/threaded.rb +8 -1
- data/samples/event/update_ui_event.rb +67 -60
- data/samples/grid/grid.rb +188 -181
- data/samples/grid/gridtablebase.rb +136 -129
- data/samples/html/html.rb +208 -204
- data/samples/mdi/mdi.rb +59 -54
- data/samples/minimal/minimal.rb +54 -51
- data/samples/minimal/nothing.rb +1 -0
- data/samples/printing/printing.rb +367 -377
- data/samples/printing/printing2.rb +203 -198
- data/samples/propgrid/propgrid.rb +2312 -2308
- data/samples/propgrid/propgrid_minimal.rb +57 -50
- data/samples/ribbon/ribbon.rb +780 -774
- data/samples/sampler/ext.rb +0 -33
- data/samples/sampler/sample.rb +4 -9
- data/samples/sampler.rb +1 -1
- data/samples/splash/splash.rb +118 -116
- data/samples/text/rich_textctrl.rb +207 -201
- data/samples/text/richtext.rb +1409 -1405
- data/samples/text/scintilla.rb +137 -128
- data/samples/text/textctrl.rb +89 -83
- data/samples/text/unicode.rb +175 -168
- data/samples/treectrl/treectrl.rb +1430 -1426
- data/samples/widgets/activityindicator.rb +95 -0
- data/samples/widgets/art/widgets/activityindicator.xpm +278 -0
- data/samples/widgets/art/widgets/bmpbtn.xpm +37 -0
- data/samples/widgets/art/widgets/bmpcombobox.xpm +54 -0
- data/samples/widgets/art/widgets/button.xpm +54 -0
- data/samples/widgets/art/widgets/checkbox.xpm +54 -0
- data/samples/{bigdemo/icons → widgets/art/widgets}/choice.xpm +1 -1
- data/samples/widgets/art/widgets/choicebk.xpm +54 -0
- data/samples/widgets/art/widgets/clrpicker.xpm +193 -0
- data/samples/widgets/art/widgets/combobox.xpm +54 -0
- data/samples/widgets/art/widgets/datepick.xpm +200 -0
- data/samples/widgets/art/widgets/dirctrl.xpm +54 -0
- data/samples/widgets/art/widgets/dirpicker.xpm +213 -0
- data/samples/widgets/art/widgets/filepicker.xpm +214 -0
- data/samples/widgets/art/widgets/fontpicker.xpm +185 -0
- data/samples/widgets/art/widgets/gauge.xpm +54 -0
- data/samples/widgets/art/widgets/header.xpm +54 -0
- data/samples/widgets/art/widgets/hyperlnk.xpm +54 -0
- data/samples/widgets/art/widgets/listbook.xpm +54 -0
- data/samples/widgets/art/widgets/listbox.xpm +54 -0
- data/samples/widgets/art/widgets/native.xpm +81 -0
- data/samples/widgets/art/widgets/notebook.xpm +54 -0
- data/samples/widgets/art/widgets/odcombobox.xpm +54 -0
- data/samples/widgets/art/widgets/radiobox.xpm +54 -0
- data/samples/widgets/art/widgets/scrolbar.xpm +54 -0
- data/samples/widgets/art/widgets/slider.xpm +54 -0
- data/samples/widgets/art/widgets/spinbtn.xpm +40 -0
- data/samples/widgets/art/widgets/statbmp.xpm +40 -0
- data/samples/widgets/art/widgets/statbox.xpm +54 -0
- data/samples/widgets/art/widgets/stattext.xpm +54 -0
- data/samples/widgets/art/widgets/text.xpm +54 -0
- data/samples/widgets/art/widgets/timepick.xpm +207 -0
- data/samples/widgets/art/widgets/toggle.xpm +54 -0
- data/samples/widgets/art/widgets/toucan.png +0 -0
- data/samples/widgets/bmpcombobox.rb +651 -0
- data/samples/widgets/button.rb +462 -0
- data/samples/widgets/checkbox.rb +211 -0
- data/samples/widgets/choice.rb +287 -0
- data/samples/widgets/clrpicker.rb +156 -0
- data/samples/widgets/combobox.rb +516 -0
- data/samples/widgets/datepick.rb +215 -0
- data/samples/widgets/dirctrl.rb +265 -0
- data/samples/widgets/dirpicker.rb +158 -0
- data/samples/widgets/editlbox.rb +122 -0
- data/samples/widgets/filectrl.rb +216 -0
- data/samples/widgets/filepicker.rb +214 -0
- data/samples/widgets/fontpicker.rb +135 -0
- data/samples/widgets/gauge.rb +311 -0
- data/samples/widgets/headerctrl.rb +236 -0
- data/samples/widgets/hyperlink.rb +203 -0
- data/samples/widgets/itemcontainer.rb +185 -0
- data/samples/widgets/listbox.rb +473 -0
- data/samples/widgets/notebook.rb +488 -0
- data/samples/widgets/odcombobox.rb +608 -0
- data/samples/widgets/radiobox.rb +328 -0
- data/samples/widgets/searchctrl.rb +159 -0
- data/samples/widgets/slider.rb +594 -0
- data/samples/widgets/spinbtn.rb +443 -0
- data/samples/widgets/statbmp.rb +130 -0
- data/samples/widgets/static.rb +436 -0
- data/samples/widgets/textctrl.rb +700 -0
- data/samples/widgets/timepick.rb +148 -0
- data/samples/widgets/tn_widgets.png +0 -0
- data/samples/widgets/toggle.rb +385 -0
- data/samples/widgets/widgets.rb +1233 -0
- data/samples/xrc/custom_xrc_sample.rb +47 -41
- data/samples/xrc/xrc_sample.rb +53 -47
- data/tests/test_event_handling.rb +52 -34
- data/tests/test_events.rb +7 -0
- data/tests/test_item_data.rb +24 -0
- data/tests/test_sizer.rb +44 -1
- data/tests/test_validators.rb +805 -0
- metadata +87 -137
- data/lib/wx/core/choice.rb +0 -14
- data/lib/wx/core/combo_ctrl.rb +0 -110
- data/samples/bigdemo/About.rbw +0 -39
- data/samples/bigdemo/ColorPanel.rbw +0 -23
- data/samples/bigdemo/GridSimple.rbw +0 -78
- data/samples/bigdemo/MDIDemo.rbw +0 -57
- data/samples/bigdemo/PopupMenu.rbw +0 -146
- data/samples/bigdemo/ShapedWindow.rbw +0 -128
- data/samples/bigdemo/Sizers.rbw +0 -541
- data/samples/bigdemo/bigdemo.rb +0 -817
- data/samples/bigdemo/demoTemplate.rbw +0 -33
- data/samples/bigdemo/helpfile.htb +0 -0
- data/samples/bigdemo/icons/Test 015.jpg +0 -0
- data/samples/bigdemo/icons/Test 015.png +0 -0
- data/samples/bigdemo/icons/choice.bmp +0 -0
- data/samples/bigdemo/icons/combo.bmp +0 -0
- data/samples/bigdemo/icons/combo.xpm +0 -27
- data/samples/bigdemo/icons/copy.xpm +0 -25
- data/samples/bigdemo/icons/cut.xpm +0 -24
- data/samples/bigdemo/icons/gauge.bmp +0 -0
- data/samples/bigdemo/icons/gauge.xpm +0 -27
- data/samples/bigdemo/icons/help.xpm +0 -25
- data/samples/bigdemo/icons/list.bmp +0 -0
- data/samples/bigdemo/icons/list.xpm +0 -27
- data/samples/bigdemo/icons/mondrian.ico +0 -0
- data/samples/bigdemo/icons/mondrian.xpm +0 -44
- data/samples/bigdemo/icons/new.xpm +0 -24
- data/samples/bigdemo/icons/ogl.ico +0 -0
- data/samples/bigdemo/icons/ogl.xpm +0 -45
- data/samples/bigdemo/icons/open.xpm +0 -26
- data/samples/bigdemo/icons/paste.bmp +0 -0
- data/samples/bigdemo/icons/paste.xpm +0 -38
- data/samples/bigdemo/icons/pointy.png +0 -0
- data/samples/bigdemo/icons/preview.xpm +0 -26
- data/samples/bigdemo/icons/print.xpm +0 -26
- data/samples/bigdemo/icons/radio.bmp +0 -0
- data/samples/bigdemo/icons/radio.xpm +0 -27
- data/samples/bigdemo/icons/robert.xpm +0 -415
- data/samples/bigdemo/icons/sashtest.ico +0 -0
- data/samples/bigdemo/icons/save.xpm +0 -25
- data/samples/bigdemo/icons/smiles.bmp +0 -0
- data/samples/bigdemo/icons/smiles.xpm +0 -39
- data/samples/bigdemo/icons/smiley.ico +0 -0
- data/samples/bigdemo/icons/smiley.xpm +0 -42
- data/samples/bigdemo/icons/stattext.xpm +0 -24
- data/samples/bigdemo/icons/test2.bmp +0 -0
- data/samples/bigdemo/icons/test2.png +0 -0
- data/samples/bigdemo/icons/test2.xpm +0 -79
- data/samples/bigdemo/icons/text.bmp +0 -0
- data/samples/bigdemo/icons/text.xpm +0 -27
- data/samples/bigdemo/icons/tog1.bmp +0 -0
- data/samples/bigdemo/icons/tog1.xpm +0 -38
- data/samples/bigdemo/icons/tog2.bmp +0 -0
- data/samples/bigdemo/icons/tog2.xpm +0 -38
- data/samples/bigdemo/icons/wxruby-128x128.png +0 -0
- data/samples/bigdemo/icons/wxwin.ico +0 -0
- data/samples/bigdemo/icons/wxwin16x16.png +0 -0
- data/samples/bigdemo/icons/wxwin16x16.xpm +0 -25
- data/samples/bigdemo/icons/wxwin32x32.png +0 -0
- data/samples/bigdemo/icons/wxwin48x48.png +0 -0
- data/samples/bigdemo/run.rb +0 -98
- data/samples/bigdemo/tips.txt +0 -7
- data/samples/bigdemo/utils.rb +0 -20
- data/samples/bigdemo/wxArtProvider.rbw +0 -282
- data/samples/bigdemo/wxBitmapButton.rbw +0 -65
- data/samples/bigdemo/wxButton.rbw +0 -64
- data/samples/bigdemo/wxCalendarCtrl.rbw +0 -59
- data/samples/bigdemo/wxCheckBox.rbw +0 -50
- data/samples/bigdemo/wxCheckListBox.rbw +0 -65
- data/samples/bigdemo/wxChoice.rbw +0 -47
- data/samples/bigdemo/wxChoicebook.rbw +0 -78
- data/samples/bigdemo/wxColourDialog.rbw +0 -33
- data/samples/bigdemo/wxComboBox.rbw +0 -77
- data/samples/bigdemo/wxCursor.rbw +0 -136
- data/samples/bigdemo/wxDialog.rbw +0 -74
- data/samples/bigdemo/wxDirDialog.rbw +0 -29
- data/samples/bigdemo/wxDragImage.rbw +0 -70
- data/samples/bigdemo/wxFileDialog.rbw +0 -37
- data/samples/bigdemo/wxFileDialog_Save.rbw +0 -35
- data/samples/bigdemo/wxFindReplaceDialog.rbw +0 -82
- data/samples/bigdemo/wxFontDialog.rbw +0 -200
- data/samples/bigdemo/wxFrame.rbw +0 -53
- data/samples/bigdemo/wxGauge.rbw +0 -65
- data/samples/bigdemo/wxGenericDirCtrl.rbw +0 -74
- data/samples/bigdemo/wxGrid.rbw +0 -66
- data/samples/bigdemo/wxHtmlHelpController.rbw +0 -52
- data/samples/bigdemo/wxListBox.rbw +0 -140
- data/samples/bigdemo/wxListCtrl_virtual.rbw +0 -112
- data/samples/bigdemo/wxMDIWindows.rbw +0 -50
- data/samples/bigdemo/wxMenu.rbw +0 -247
- data/samples/bigdemo/wxMessageDialog.rbw +0 -27
- data/samples/bigdemo/wxMiniFrame.rbw +0 -70
- data/samples/bigdemo/wxMultipleChoiceDialog.rbw +0 -29
- data/samples/bigdemo/wxNotebook.rbw +0 -136
- data/samples/bigdemo/wxProgressDialog.rbw +0 -43
- data/samples/bigdemo/wxRadioBox.rbw +0 -72
- data/samples/bigdemo/wxRadioButton.rbw +0 -125
- data/samples/bigdemo/wxSashWindow.rbw +0 -141
- data/samples/bigdemo/wxScrolledMessageDialog.rbw +0 -57
- data/samples/bigdemo/wxScrolledWindow.rbw +0 -199
- data/samples/bigdemo/wxSingleChoiceDialog.rbw +0 -33
- data/samples/bigdemo/wxSlider.rbw +0 -42
- data/samples/bigdemo/wxSpinButton.rbw +0 -50
- data/samples/bigdemo/wxSpinCtrl.rbw +0 -51
- data/samples/bigdemo/wxSplitterWindow.rbw +0 -63
- data/samples/bigdemo/wxStaticBitmap.rbw +0 -47
- data/samples/bigdemo/wxStaticText.rbw +0 -55
- data/samples/bigdemo/wxStatusBar.rbw +0 -126
- data/samples/bigdemo/wxTextCtrl.rbw +0 -149
- data/samples/bigdemo/wxTextEntryDialog.rbw +0 -31
- data/samples/bigdemo/wxToggleButton.rbw +0 -49
- data/samples/bigdemo/wxToolBar.rbw +0 -131
- data/samples/bigdemo/wxTreeCtrl.rbw +0 -191
- data/samples/caret/caret.rb +0 -298
- data/samples/caret/mondrian.xpm +0 -44
- data/samples/controls/books.rb +0 -189
- data/samples/controls/choice.xpm +0 -27
- data/samples/controls/combo.xpm +0 -27
- data/samples/controls/controls.rb +0 -1099
- data/samples/controls/gauge.xpm +0 -27
- data/samples/controls/list.xpm +0 -27
- data/samples/controls/mondrian.ico +0 -0
- data/samples/controls/mondrian.xpm +0 -44
- data/samples/controls/radio.xpm +0 -27
- data/samples/controls/stattext.xpm +0 -24
- data/samples/controls/test2.bmp +0 -0
- data/samples/controls/text.xpm +0 -27
- data/samples/controls/tn_books.png +0 -0
- data/samples/controls/tn_controls.png +0 -0
- data/samples/etc/choice.rb +0 -87
- data/samples/etc/tn_choice.png +0 -0
- data/samples/text/mondrian.ico +0 -0
- data/samples/text/mondrian.xpm +0 -44
- /data/samples/{caret → etc}/tn_caret.png +0 -0
data/lib/wx/doc/gen/menu.rb
CHANGED
@@ -7,6 +7,7 @@
|
|
7
7
|
module Wx
|
8
8
|
|
9
9
|
# A menu is a popup (or pull down) list of items, one of which may be selected before the menu goes away (clicking elsewhere dismisses the menu).
|
10
|
+
#
|
10
11
|
# Menus may be used to construct either menu bars or popup menus.
|
11
12
|
# A menu item has an integer ID associated with it which can be used to identify the selection, or to change the menu item in some way. A menu item with a special identifier {Wx::StandardID::ID_SEPARATOR} is a separator item and doesn't have an associated command but just makes a separator line appear in the menu.
|
12
13
|
#
|
@@ -42,6 +43,7 @@ module Wx
|
|
42
43
|
class Menu < EvtHandler
|
43
44
|
|
44
45
|
# Returns the list of items in the menu.
|
46
|
+
#
|
45
47
|
# {Wx::MenuItemList} is a pseudo-template list class containing {Wx::MenuItem} pointers, see {Wx::List}.
|
46
48
|
# @return [Wx::MenuItemList]
|
47
49
|
def get_menu_items; end
|
@@ -59,6 +61,7 @@ module Wx
|
|
59
61
|
|
60
62
|
# @overload append(id, item=(''), helpString=(''), kind=Wx::ItemKind::ITEM_NORMAL)
|
61
63
|
# Adds a menu item.
|
64
|
+
#
|
62
65
|
# Example:
|
63
66
|
# ```ruby
|
64
67
|
# file_menu.append(ID_NEW_FILE, "&New file\tCTRL+N", "Creates a new XYZ document")
|
@@ -72,7 +75,7 @@ module Wx
|
|
72
75
|
# <b>Remark:</b>
|
73
76
|
# <p>This command can be used after the menu has been shown, as well as on initial creation of a menu or menubar.
|
74
77
|
# </p>
|
75
|
-
# </div
|
78
|
+
# </div>
|
76
79
|
# @see Wx::Menu#append_separator
|
77
80
|
# @see Wx::Menu#append_check_item
|
78
81
|
# @see Wx::Menu#append_radio_item
|
@@ -89,13 +92,14 @@ module Wx
|
|
89
92
|
# @return [Wx::MenuItem]
|
90
93
|
# @overload append(menuItem)
|
91
94
|
# Adds a menu item object.
|
95
|
+
#
|
92
96
|
# This is the most generic variant of {Wx::Menu#append} method because it may be used for both items (including separators) and submenus and because you can also specify various extra properties of a menu item this way, such as bitmaps and fonts.
|
93
97
|
#
|
94
98
|
# <div class="wxrb-remark">
|
95
99
|
# <b>Remark:</b>
|
96
100
|
# <p>See the remarks for the other {Wx::Menu#append} overloads.
|
97
101
|
# </p>
|
98
|
-
# </div
|
102
|
+
# </div>
|
99
103
|
# @see Wx::Menu#append_separator
|
100
104
|
# @see Wx::Menu#append_check_item
|
101
105
|
# @see Wx::Menu#append_radio_item
|
@@ -111,6 +115,7 @@ module Wx
|
|
111
115
|
|
112
116
|
# Adds a checkable item to the end of the menu.
|
113
117
|
#
|
118
|
+
#
|
114
119
|
# @see Wx::Menu#append
|
115
120
|
# @see Wx::Menu#insert_check_item
|
116
121
|
# @param id [Integer]
|
@@ -120,6 +125,7 @@ module Wx
|
|
120
125
|
def append_check_item(id, item, help=('')) end
|
121
126
|
|
122
127
|
# Adds a radio item to the end of the menu.
|
128
|
+
#
|
123
129
|
# All consequent radio items form a group and when an item in the group is checked, all the others are automatically unchecked.
|
124
130
|
#
|
125
131
|
# <div class="wxrb-note">
|
@@ -137,12 +143,14 @@ module Wx
|
|
137
143
|
|
138
144
|
# Adds a separator to the end of the menu.
|
139
145
|
#
|
146
|
+
#
|
140
147
|
# @see Wx::Menu#append
|
141
148
|
# @see Wx::Menu#insert_separator
|
142
149
|
# @return [Wx::MenuItem]
|
143
150
|
def append_separator; end
|
144
151
|
|
145
152
|
# Adds the given submenu to this menu.
|
153
|
+
#
|
146
154
|
# text is the text shown in the menu for it and help is the help string shown in the status bar when the submenu item is selected.
|
147
155
|
# @see Wx::Menu#insert
|
148
156
|
# @see Wx::Menu#prepend
|
@@ -153,12 +161,14 @@ module Wx
|
|
153
161
|
def append_sub_menu(submenu, text, help=('')) end
|
154
162
|
|
155
163
|
# Inserts a break in a menu, causing the next appended item to appear in a new column.
|
164
|
+
#
|
156
165
|
# This function only actually inserts a break in WXMSW and does nothing under the other platforms.
|
157
166
|
# @return [void]
|
158
167
|
def break_; end
|
159
168
|
|
160
169
|
# Checks or unchecks the menu item.
|
161
170
|
#
|
171
|
+
#
|
162
172
|
# @see Wx::Menu#is_checked
|
163
173
|
# @param id [Integer] The menu item identifier.
|
164
174
|
# @param check [Boolean] If true, the item will be checked, otherwise it will be unchecked.
|
@@ -167,6 +177,7 @@ module Wx
|
|
167
177
|
|
168
178
|
# @overload delete(id)
|
169
179
|
# Deletes the menu item from the menu.
|
180
|
+
#
|
170
181
|
# If the item is a submenu, it will <b>not</b> be deleted. Use {Wx::Menu#destroy} if you want to delete a submenu.
|
171
182
|
# @see Wx::Menu#find_item
|
172
183
|
# @see Wx::Menu#destroy
|
@@ -175,6 +186,7 @@ module Wx
|
|
175
186
|
# @return [Boolean]
|
176
187
|
# @overload delete(item)
|
177
188
|
# Deletes the menu item from the menu.
|
189
|
+
#
|
178
190
|
# If the item is a submenu, it will <b>not</b> be deleted. Use {Wx::Menu#destroy} if you want to delete a submenu.
|
179
191
|
# @see Wx::Menu#find_item
|
180
192
|
# @see Wx::Menu#destroy
|
@@ -185,6 +197,7 @@ module Wx
|
|
185
197
|
|
186
198
|
# @overload destroy(id)
|
187
199
|
# Deletes the menu item from the menu.
|
200
|
+
#
|
188
201
|
# If the item is a submenu, it will be deleted. Use {Wx::Menu#remove} if you want to keep the submenu (for example, to reuse it later).
|
189
202
|
# @see Wx::Menu#find_item
|
190
203
|
# @see Wx::Menu#delete
|
@@ -193,6 +206,7 @@ module Wx
|
|
193
206
|
# @return [Boolean]
|
194
207
|
# @overload destroy(item)
|
195
208
|
# Deletes the menu item from the menu.
|
209
|
+
#
|
196
210
|
# If the item is a submenu, it will be deleted. Use {Wx::Menu#remove} if you want to keep the submenu (for example, to reuse it later).
|
197
211
|
# @see Wx::Menu#find_item
|
198
212
|
# @see Wx::Menu#delete
|
@@ -203,6 +217,7 @@ module Wx
|
|
203
217
|
|
204
218
|
# Enables or disables (greys out) a menu item.
|
205
219
|
#
|
220
|
+
#
|
206
221
|
# @see Wx::Menu#is_enabled
|
207
222
|
# @param id [Integer] The menu item identifier.
|
208
223
|
# @param enable [Boolean] true to enable the menu item, false to disable it.
|
@@ -210,6 +225,7 @@ module Wx
|
|
210
225
|
def enable(id, enable) end
|
211
226
|
|
212
227
|
# Finds the menu item object associated with the given menu item identifier and, optionally, the position of the item in the menu.
|
228
|
+
#
|
213
229
|
# Unlike {Wx::Menu#find_item}, this function doesn't recurse but only looks at the direct children of this menu.
|
214
230
|
#
|
215
231
|
# Menu item object or NULL if not found.
|
@@ -219,21 +235,22 @@ module Wx
|
|
219
235
|
|
220
236
|
# @overload find_item(itemString)
|
221
237
|
# Finds the menu id for a menu item string.
|
238
|
+
#
|
222
239
|
# Menu item identifier, or {Wx::NOT_FOUND} if none is found.
|
223
240
|
#
|
224
241
|
# <div class="wxrb-remark">
|
225
242
|
# <b>Remark:</b>
|
226
243
|
# <p>Any special menu codes are stripped out of source and target strings before matching.
|
227
244
|
# </p>
|
228
|
-
# </div
|
245
|
+
# </div>
|
229
246
|
# @param itemString [String] Menu item string to find.
|
230
247
|
# @return [Integer]
|
231
|
-
# @overload find_item(id
|
248
|
+
# @overload find_item(id)
|
232
249
|
# Finds the menu item object associated with the given menu item identifier and, optionally, the (sub)menu it belongs to.
|
250
|
+
#
|
233
251
|
# Menu item object or NULL if none is found.
|
234
252
|
# @param id [Integer] Menu item identifier.
|
235
|
-
# @
|
236
|
-
# @return [Wx::MenuItem]
|
253
|
+
# @return [Array(Wx::MenuItem,Wx::Menu)]
|
237
254
|
def find_item(*args) end
|
238
255
|
|
239
256
|
# Returns the {Wx::MenuItem} given a position in the menu.
|
@@ -242,6 +259,7 @@ module Wx
|
|
242
259
|
def find_item_by_position(position) end
|
243
260
|
|
244
261
|
# Returns the help string associated with a menu item.
|
262
|
+
#
|
245
263
|
# The help string, or the empty string if there is no help string or the item was not found.
|
246
264
|
# @see Wx::Menu#set_help_string
|
247
265
|
# @see Wx::Menu#append
|
@@ -251,6 +269,7 @@ module Wx
|
|
251
269
|
alias_method :help_string, :get_help_string
|
252
270
|
|
253
271
|
# Returns a menu item label.
|
272
|
+
#
|
254
273
|
# The item label, or the empty string if the item was not found.
|
255
274
|
# @see Wx::Menu#get_label_text
|
256
275
|
# @see Wx::Menu#set_label
|
@@ -260,6 +279,7 @@ module Wx
|
|
260
279
|
alias_method :label, :get_label
|
261
280
|
|
262
281
|
# Returns a menu item label, without any of the original mnemonics and accelerators.
|
282
|
+
#
|
263
283
|
# The item label, or the empty string if the item was not found.
|
264
284
|
# @see Wx::Menu#get_label
|
265
285
|
# @see Wx::Menu#set_label
|
@@ -275,6 +295,7 @@ module Wx
|
|
275
295
|
|
276
296
|
# Returns the title of the menu.
|
277
297
|
#
|
298
|
+
#
|
278
299
|
# @see Wx::Menu#set_title
|
279
300
|
# @return [Wx::String]
|
280
301
|
def get_title; end
|
@@ -282,6 +303,7 @@ module Wx
|
|
282
303
|
|
283
304
|
# @overload insert(pos, menuItem)
|
284
305
|
# Inserts the given item before the position pos.
|
306
|
+
#
|
285
307
|
# Inserting the item at position {Wx::Menu#get_menu_item_count} is the same as appending it.
|
286
308
|
# @see Wx::Menu#append
|
287
309
|
# @see Wx::Menu#prepend
|
@@ -290,6 +312,7 @@ module Wx
|
|
290
312
|
# @return [Wx::MenuItem]
|
291
313
|
# @overload insert(pos, id, item=(''), helpString=(''), kind=Wx::ItemKind::ITEM_NORMAL)
|
292
314
|
# Inserts the given item before the position pos.
|
315
|
+
#
|
293
316
|
# Inserting the item at position {Wx::Menu#get_menu_item_count} is the same as appending it.
|
294
317
|
# @see Wx::Menu#append
|
295
318
|
# @see Wx::Menu#prepend
|
@@ -301,6 +324,7 @@ module Wx
|
|
301
324
|
# @return [Wx::MenuItem]
|
302
325
|
# @overload insert(pos, id, text, submenu, help=(''))
|
303
326
|
# Inserts the given submenu before the position pos.
|
327
|
+
#
|
304
328
|
# text is the text shown in the menu for it and help is the help string shown in the status bar when the submenu item is selected.
|
305
329
|
# @see Wx::Menu#append_sub_menu
|
306
330
|
# @see Wx::Menu#prepend
|
@@ -314,6 +338,7 @@ module Wx
|
|
314
338
|
|
315
339
|
# Inserts a checkable item at the given position.
|
316
340
|
#
|
341
|
+
#
|
317
342
|
# @see Wx::Menu#insert
|
318
343
|
# @see Wx::Menu#append_check_item
|
319
344
|
# @param pos [Integer]
|
@@ -325,6 +350,7 @@ module Wx
|
|
325
350
|
|
326
351
|
# Inserts a radio item at the given position.
|
327
352
|
#
|
353
|
+
#
|
328
354
|
# @see Wx::Menu#insert
|
329
355
|
# @see Wx::Menu#append_radio_item
|
330
356
|
# @param pos [Integer]
|
@@ -336,6 +362,7 @@ module Wx
|
|
336
362
|
|
337
363
|
# Inserts a separator at the given position.
|
338
364
|
#
|
365
|
+
#
|
339
366
|
# @see Wx::Menu#insert
|
340
367
|
# @see Wx::Menu#append_separator
|
341
368
|
# @param pos [Integer]
|
@@ -343,6 +370,7 @@ module Wx
|
|
343
370
|
def insert_separator(pos) end
|
344
371
|
|
345
372
|
# Determines whether a menu item is checked.
|
373
|
+
#
|
346
374
|
# true if the menu item is checked, false otherwise.
|
347
375
|
# @see Wx::Menu#check
|
348
376
|
# @param id [Integer] The menu item identifier.
|
@@ -351,6 +379,7 @@ module Wx
|
|
351
379
|
alias_method :checked?, :is_checked
|
352
380
|
|
353
381
|
# Determines whether a menu item is enabled.
|
382
|
+
#
|
354
383
|
# true if the menu item is enabled, false otherwise.
|
355
384
|
# @see Wx::Menu#enable
|
356
385
|
# @param id [Integer] The menu item identifier.
|
@@ -361,6 +390,7 @@ module Wx
|
|
361
390
|
# @overload prepend(item)
|
362
391
|
# Inserts the given item at position 0, i.e. before all the other existing items.
|
363
392
|
#
|
393
|
+
#
|
364
394
|
# @see Wx::Menu#append
|
365
395
|
# @see Wx::Menu#insert
|
366
396
|
# @param item [Wx::MenuItem]
|
@@ -368,6 +398,7 @@ module Wx
|
|
368
398
|
# @overload prepend(id, item=(''), helpString=(''), kind=Wx::ItemKind::ITEM_NORMAL)
|
369
399
|
# Inserts the given item at position 0, i.e. before all the other existing items.
|
370
400
|
#
|
401
|
+
#
|
371
402
|
# @see Wx::Menu#append
|
372
403
|
# @see Wx::Menu#insert
|
373
404
|
# @param id [Integer]
|
@@ -378,6 +409,7 @@ module Wx
|
|
378
409
|
# @overload prepend(id, text, submenu, help=(''))
|
379
410
|
# Inserts the given submenu at position 0.
|
380
411
|
#
|
412
|
+
#
|
381
413
|
# @see Wx::Menu#append_sub_menu
|
382
414
|
# @see Wx::Menu#insert
|
383
415
|
# @param id [Integer]
|
@@ -389,6 +421,7 @@ module Wx
|
|
389
421
|
|
390
422
|
# Inserts a checkable item at position 0.
|
391
423
|
#
|
424
|
+
#
|
392
425
|
# @see Wx::Menu#prepend
|
393
426
|
# @see Wx::Menu#append_check_item
|
394
427
|
# @param id [Integer]
|
@@ -399,6 +432,7 @@ module Wx
|
|
399
432
|
|
400
433
|
# Inserts a radio item at position 0.
|
401
434
|
#
|
435
|
+
#
|
402
436
|
# @see Wx::Menu#prepend
|
403
437
|
# @see Wx::Menu#append_radio_item
|
404
438
|
# @param id [Integer]
|
@@ -409,6 +443,7 @@ module Wx
|
|
409
443
|
|
410
444
|
# Inserts a separator at position 0.
|
411
445
|
#
|
446
|
+
#
|
412
447
|
# @see Wx::Menu#prepend
|
413
448
|
# @see Wx::Menu#append_separator
|
414
449
|
# @return [Wx::MenuItem]
|
@@ -416,6 +451,7 @@ module Wx
|
|
416
451
|
|
417
452
|
# @overload remove(id)
|
418
453
|
# Removes the menu item from the menu but doesn't delete the associated C++ object.
|
454
|
+
#
|
419
455
|
# This allows you to reuse the same item later by adding it back to the menu (especially useful with submenus).
|
420
456
|
#
|
421
457
|
# A pointer to the item which was detached from the menu.
|
@@ -423,6 +459,7 @@ module Wx
|
|
423
459
|
# @return [Wx::MenuItem]
|
424
460
|
# @overload remove(item)
|
425
461
|
# Removes the menu item from the menu but doesn't delete the associated C++ object.
|
462
|
+
#
|
426
463
|
# This allows you to reuse the same item later by adding it back to the menu (especially useful with submenus).
|
427
464
|
#
|
428
465
|
# A pointer to the item which was detached from the menu.
|
@@ -432,6 +469,7 @@ module Wx
|
|
432
469
|
|
433
470
|
# Sets an item's help string.
|
434
471
|
#
|
472
|
+
#
|
435
473
|
# @see Wx::Menu#get_help_string
|
436
474
|
# @param id [Integer] The menu item identifier.
|
437
475
|
# @param helpString [String] The help string to set.
|
@@ -440,6 +478,7 @@ module Wx
|
|
440
478
|
|
441
479
|
# Sets the label of a menu item.
|
442
480
|
#
|
481
|
+
#
|
443
482
|
# @see Wx::Menu#append
|
444
483
|
# @see Wx::Menu#get_label
|
445
484
|
# @param id [Integer] The menu item identifier.
|
@@ -448,11 +487,12 @@ module Wx
|
|
448
487
|
def set_label(id, label) end
|
449
488
|
|
450
489
|
# Sets the title of the menu.
|
490
|
+
#
|
451
491
|
# <div class="wxrb-remark">
|
452
492
|
# <b>Remark:</b>
|
453
493
|
# <p>Notice that you can only call this method directly for the popup menus, to change the title of a menu that is part of a menu bar you need to use {Wx::MenuBar#set_label_top}.
|
454
494
|
# </p>
|
455
|
-
# </div
|
495
|
+
# </div>
|
456
496
|
# @see Wx::Menu#get_title
|
457
497
|
# @param title [String] The title to set.
|
458
498
|
# @return [void]
|
@@ -460,6 +500,7 @@ module Wx
|
|
460
500
|
alias_method :title=, :set_title
|
461
501
|
|
462
502
|
# Update the state of all menu items, recursively, by generating {Wx::EVT_UPDATE_UI} events for them.
|
503
|
+
#
|
463
504
|
# This is an internal wxWidgets function and shouldn't normally be called from outside of the library. If it is called, source argument should not be used, it is deprecated and exists only for backwards compatibility.
|
464
505
|
# @param source [Wx::EvtHandler]
|
465
506
|
# @return [void]
|
data/lib/wx/doc/gen/menu_bar.rb
CHANGED
@@ -7,11 +7,12 @@
|
|
7
7
|
module Wx
|
8
8
|
|
9
9
|
# A menu bar is a series of menus accessible from the top of a frame.
|
10
|
+
#
|
10
11
|
# <div class="wxrb-remark">
|
11
12
|
# <b>Remark:</b>
|
12
13
|
# <p>To respond to a menu selection, provide a handler for EVT_MENU, in the frame that contains the menu bar.
|
13
14
|
# </p>
|
14
|
-
# </div
|
15
|
+
# </div>
|
15
16
|
#
|
16
17
|
# If you have a toolbar which uses the same identifiers as your EVT_MENU entries, events from the toolbar will also be processed by your EVT_MENU event handlers.
|
17
18
|
# Tip: under Windows, if you discover that menu shortcuts (for example, Alt-F to show the file menu) are not working, check any EVT_CHAR events you are handling in child windows. If you are not calling event.Skip() for events that you don't process in these event handlers, menu shortcuts may cease to work.
|
@@ -30,6 +31,7 @@ module Wx
|
|
30
31
|
def initialize(style=0) end
|
31
32
|
|
32
33
|
# Adds the item to the end of the menu bar.
|
34
|
+
#
|
33
35
|
# true on success, false if an error occurred.
|
34
36
|
# @see Wx::MenuBar#insert
|
35
37
|
# @param menu [Wx::Menu] The menu to add. Do not deallocate this menu after calling {Wx::MenuBar#append}.
|
@@ -38,22 +40,24 @@ module Wx
|
|
38
40
|
def append(menu, title) end
|
39
41
|
|
40
42
|
# Checks or unchecks a menu item.
|
43
|
+
#
|
41
44
|
# <div class="wxrb-remark">
|
42
45
|
# <b>Remark:</b>
|
43
46
|
# <p>Only use this when the menu bar has been associated with a frame; otherwise, use the {Wx::Menu} equivalent call.
|
44
47
|
# </p>
|
45
|
-
# </div
|
48
|
+
# </div>
|
46
49
|
# @param id [Integer] The menu item identifier.
|
47
50
|
# @param check [Boolean] If true, checks the menu item, otherwise the item is unchecked.
|
48
51
|
# @return [void]
|
49
52
|
def check(id, check) end
|
50
53
|
|
51
54
|
# Enables or disables (greys out) a menu item.
|
55
|
+
#
|
52
56
|
# <div class="wxrb-remark">
|
53
57
|
# <b>Remark:</b>
|
54
58
|
# <p>Only use this when the menu bar has been associated with a frame; otherwise, use the {Wx::Menu} equivalent call.
|
55
59
|
# </p>
|
56
|
-
# </div
|
60
|
+
# </div>
|
57
61
|
# @param id [Integer] The menu item identifier.
|
58
62
|
# @param enable [Boolean] true to enable the item, false to disable it.
|
59
63
|
# @return [void]
|
@@ -66,43 +70,47 @@ module Wx
|
|
66
70
|
alias_method :enabled_top?, :is_enabled_top
|
67
71
|
|
68
72
|
# Enables or disables a whole menu.
|
73
|
+
#
|
69
74
|
# <div class="wxrb-remark">
|
70
75
|
# <b>Remark:</b>
|
71
76
|
# <p>Only use this when the menu bar has been associated with a frame.
|
72
77
|
# </p>
|
73
|
-
# </div
|
78
|
+
# </div>
|
74
79
|
# @param pos [Integer] The position of the menu, starting from zero.
|
75
80
|
# @param enable [Boolean] true to enable the menu, false to disable it.
|
76
81
|
# @return [void]
|
77
82
|
def enable_top(pos, enable) end
|
78
83
|
|
79
84
|
# Finds the menu item object associated with the given menu item identifier.
|
85
|
+
#
|
80
86
|
# The found menu item object, or NULL if one was not found.
|
81
87
|
# @param id [Integer] Menu item identifier.
|
82
|
-
# @
|
83
|
-
|
84
|
-
def find_item(id, menu=nil) end
|
88
|
+
# @return [Array(Wx::MenuItem,Wx::Menu)]
|
89
|
+
def find_item(id) end
|
85
90
|
|
86
91
|
# Returns the index of the menu with the given title or {Wx::NOT_FOUND} if no such menu exists in this menubar.
|
92
|
+
#
|
87
93
|
# The title parameter may specify either the menu title (with accelerator characters, i.e. <code>"&File"</code>) or just the menu label (<code>"File"</code>) indifferently.
|
88
94
|
# @param title [String]
|
89
95
|
# @return [Integer]
|
90
96
|
def find_menu(title) end
|
91
97
|
|
92
98
|
# Finds the menu item id for a menu name/menu item string pair.
|
99
|
+
#
|
93
100
|
# The menu item identifier, or {Wx::NOT_FOUND} if none was found.
|
94
101
|
#
|
95
102
|
# <div class="wxrb-remark">
|
96
103
|
# <b>Remark:</b>
|
97
104
|
# <p>Any special menu codes are stripped out of source and target strings before matching.
|
98
105
|
# </p>
|
99
|
-
# </div
|
106
|
+
# </div>
|
100
107
|
# @param menuString [String] Menu title to find.
|
101
108
|
# @param itemString [String] Item to find.
|
102
109
|
# @return [Integer]
|
103
110
|
def find_menu_item(menuString, itemString) end
|
104
111
|
|
105
112
|
# Gets the help string associated with the menu item identifier.
|
113
|
+
#
|
106
114
|
# The help string, or the empty string if there was no help string or the menu item was not found.
|
107
115
|
# @see Wx::MenuBar#set_help_string
|
108
116
|
# @param id [Integer] The menu item identifier.
|
@@ -111,13 +119,14 @@ module Wx
|
|
111
119
|
alias_method :help_string, :get_help_string
|
112
120
|
|
113
121
|
# Gets the label associated with a menu item.
|
122
|
+
#
|
114
123
|
# The menu item label, or the empty string if the item was not found.
|
115
124
|
#
|
116
125
|
# <div class="wxrb-remark">
|
117
126
|
# <b>Remark:</b>
|
118
127
|
# <p>Use only after the menubar has been associated with a frame.
|
119
128
|
# </p>
|
120
|
-
# </div
|
129
|
+
# </div>
|
121
130
|
# @param id [Integer] The menu item identifier.
|
122
131
|
# @return [String]
|
123
132
|
def get_label(id) end
|
@@ -135,6 +144,7 @@ module Wx
|
|
135
144
|
alias_method :menu_count, :get_menu_count
|
136
145
|
|
137
146
|
# Returns the label of a top-level menu.
|
147
|
+
#
|
138
148
|
# Note that the returned string includes the accelerator characters that have been specified in the menu title string during its construction.
|
139
149
|
#
|
140
150
|
# The menu label, or the empty string if the menu was not found.
|
@@ -143,7 +153,7 @@ module Wx
|
|
143
153
|
# <b>Remark:</b>
|
144
154
|
# <p>Use only after the menubar has been associated with a frame.
|
145
155
|
# </p>
|
146
|
-
# </div
|
156
|
+
# </div>
|
147
157
|
# @see Wx::MenuBar#get_menu_label_text
|
148
158
|
# @see Wx::MenuBar#set_menu_label
|
149
159
|
# @param pos [Integer] Position of the menu on the menu bar, starting from zero.
|
@@ -152,6 +162,7 @@ module Wx
|
|
152
162
|
alias_method :menu_label, :get_menu_label
|
153
163
|
|
154
164
|
# Returns the label of a top-level menu.
|
165
|
+
#
|
155
166
|
# Note that the returned string does not include any accelerator characters that may have been specified in the menu title string during its construction.
|
156
167
|
#
|
157
168
|
# The menu label, or the empty string if the menu was not found.
|
@@ -160,7 +171,7 @@ module Wx
|
|
160
171
|
# <b>Remark:</b>
|
161
172
|
# <p>Use only after the menubar has been associated with a frame.
|
162
173
|
# </p>
|
163
|
-
# </div
|
174
|
+
# </div>
|
164
175
|
# @see Wx::MenuBar#get_menu_label
|
165
176
|
# @see Wx::MenuBar#set_menu_label
|
166
177
|
# @param pos [Integer] Position of the menu on the menu bar, starting from zero.
|
@@ -169,6 +180,7 @@ module Wx
|
|
169
180
|
alias_method :menu_label_text, :get_menu_label_text
|
170
181
|
|
171
182
|
# Inserts the menu at the given position into the menu bar.
|
183
|
+
#
|
172
184
|
# Inserting menu at position 0 will insert it in the very beginning of it, inserting at position {Wx::MenuBar#get_menu_count} is the same as calling {Wx::MenuBar#append}.
|
173
185
|
#
|
174
186
|
# true on success, false if an error occurred.
|
@@ -180,6 +192,7 @@ module Wx
|
|
180
192
|
def insert(pos, menu, title) end
|
181
193
|
|
182
194
|
# Determines whether an item is checked.
|
195
|
+
#
|
183
196
|
# true if the item was found and is checked, false otherwise.
|
184
197
|
# @param id [Integer] The menu item identifier.
|
185
198
|
# @return [Boolean]
|
@@ -187,6 +200,7 @@ module Wx
|
|
187
200
|
alias_method :checked?, :is_checked
|
188
201
|
|
189
202
|
# Determines whether an item is enabled.
|
203
|
+
#
|
190
204
|
# true if the item was found and is enabled, false otherwise.
|
191
205
|
# @param id [Integer] The menu item identifier.
|
192
206
|
# @return [Boolean]
|
@@ -194,6 +208,7 @@ module Wx
|
|
194
208
|
alias_method :enabled?, :is_enabled
|
195
209
|
|
196
210
|
# Removes the menu from the menu bar and returns the menu object - the caller is responsible for deleting it.
|
211
|
+
#
|
197
212
|
# This function may be used together with {Wx::MenuBar#insert} to change the menubar dynamically.
|
198
213
|
# @see Wx::MenuBar#replace
|
199
214
|
# @param pos [Integer]
|
@@ -201,6 +216,7 @@ module Wx
|
|
201
216
|
def remove(pos) end
|
202
217
|
|
203
218
|
# Replaces the menu at the given position with another one.
|
219
|
+
#
|
204
220
|
# The menu which was previously at position pos. The caller is responsible for deleting it.
|
205
221
|
# @see Wx::MenuBar#insert
|
206
222
|
# @see Wx::MenuBar#remove
|
@@ -212,6 +228,7 @@ module Wx
|
|
212
228
|
|
213
229
|
# Sets the help string associated with a menu item.
|
214
230
|
#
|
231
|
+
#
|
215
232
|
# @see Wx::MenuBar#get_help_string
|
216
233
|
# @param id [Integer] Menu item identifier.
|
217
234
|
# @param helpString [String] Help string to associate with the menu item.
|
@@ -219,11 +236,12 @@ module Wx
|
|
219
236
|
def set_help_string(id, helpString) end
|
220
237
|
|
221
238
|
# Sets the label of a menu item.
|
239
|
+
#
|
222
240
|
# <div class="wxrb-remark">
|
223
241
|
# <b>Remark:</b>
|
224
242
|
# <p>Use only after the menubar has been associated with a frame.
|
225
243
|
# </p>
|
226
|
-
# </div
|
244
|
+
# </div>
|
227
245
|
# @see Wx::MenuBar#get_label
|
228
246
|
# @param id [Integer] Menu item identifier.
|
229
247
|
# @param label [String] Menu item label.
|
@@ -231,11 +249,12 @@ module Wx
|
|
231
249
|
def set_label(id, label) end
|
232
250
|
|
233
251
|
# Sets the label of a top-level menu.
|
252
|
+
#
|
234
253
|
# <div class="wxrb-remark">
|
235
254
|
# <b>Remark:</b>
|
236
255
|
# <p>Use only after the menubar has been associated with a frame.
|
237
256
|
# </p>
|
238
|
-
# </div
|
257
|
+
# </div>
|
239
258
|
# @param pos [Integer] The position of a menu on the menu bar, starting from zero.
|
240
259
|
# @param label [String] The menu label.
|
241
260
|
# @return [void]
|