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/bitmap.rb
CHANGED
@@ -17,14 +17,13 @@ module Wx
|
|
17
17
|
# If you need direct access the bitmap data instead going through drawing to it using {Wx::MemoryDC} you need to use the {Wx::PixelData} class (either {Wx::NativePixelData} for RGB bitmaps or {Wx::AlphaPixelData} for bitmaps with an additionally alpha channel).
|
18
18
|
# Note that many {Wx::Bitmap} functions take a type parameter, which is a value of the {Wx::BitmapType} enumeration. The validity of those values depends however on the platform where your program is running and from the wxWidgets configuration. If all possible wxWidgets settings are used:
|
19
19
|
#
|
20
|
-
# -
|
21
|
-
# -
|
22
|
-
# -
|
23
|
-
# -
|
20
|
+
# - WXMSW supports BMP and ICO files, BMP and ICO resources;
|
21
|
+
# - WXGTK supports any file supported by gdk-pixbuf;
|
22
|
+
# - WXOSX supports PICT resources;
|
23
|
+
# - WXX11 supports XPM files, XPM data, XBM data;
|
24
24
|
#
|
25
25
|
# In addition, {Wx::Bitmap} can load and save all formats that {Wx::Image} can; see {Wx::Image} for more info. Of course, you must have loaded the {Wx::Image} handlers (see {init_all_image_handlers} and {Wx::Image.add_handler}). Note that all available {Wx::BitmapHandlers} for a given wxWidgets port are automatically loaded at startup so you won't need to use {Wx::Bitmap.add_handler}.
|
26
26
|
# More on the difference between {Wx::Image} and {Wx::Bitmap}: {Wx::Image} is just a buffer of RGB bytes with an optional buffer for the alpha bytes. It is all generic, platform independent and image file format independent code. It includes generic code for scaling, resizing, clipping, and other manipulations of the image data. OTOH, {Wx::Bitmap} is intended to be a wrapper of whatever is the native image format that is quickest/easiest to draw to a DC or to be the target of the drawing operations performed on a {Wx::MemoryDC}. By splitting the responsibilities between {Wx::Image}/{Wx::Bitmap} like this then it's easier to use generic code shared by all platforms and image types for generic operations and platform specific code where performance or compatibility is needed.
|
27
|
-
# ===
|
28
27
|
#
|
29
28
|
# Category: Graphics Device Interface (GDI)
|
30
29
|
# Predefined objects/pointers: {Wx::NULL_BITMAP}
|
@@ -207,7 +206,7 @@ module Wx
|
|
207
206
|
alias_method :logical_height, :get_logical_height
|
208
207
|
|
209
208
|
# Returns the size of the bitmap in logical pixels.
|
210
|
-
# For the platforms using DPI-independent pixels, i.e. those where {Wx::HAS_DPI_INDEPENDENT_PIXELS} is defined, such as
|
209
|
+
# For the platforms using DPI-independent pixels, i.e. those where {Wx::HAS_DPI_INDEPENDENT_PIXELS} is defined, such as WXOSX or WXGTK 3, this function returns the physical size of the bitmap, as returned by {Wx::Bitmap#get_size}, divided by its scale factor, as returned by {Wx::Bitmap#get_scale_factor}, while for the other platforms, it simply returns the same thing as {Wx::Bitmap#get_size}.
|
211
210
|
# This ensures that the result of this function is always expressed in the pixel coordinates appropriate for the current platform, i.e. its return value is always in logical pixels, used for window and {Wx::DC} coordinates, whether these pixels are the same as physical pixels, which are returned by {Wx::Bitmap#get_size}, or not.
|
212
211
|
# @see Wx::Bitmap#get_logical_width
|
213
212
|
# @see Wx::Bitmap#get_logical_height
|
@@ -241,7 +240,7 @@ module Wx
|
|
241
240
|
|
242
241
|
# Returns the scale factor of this bitmap.
|
243
242
|
# Scale factor is 1 by default, but can be greater to indicate that the size of bitmap in logical, DPI-independent pixels is smaller than its actual size in physical pixels. Bitmaps with scale factor greater than 1 must be used in high DPI to appear sharp on the screen.
|
244
|
-
# Note that the scale factor is only used in the ports where logical pixels are not the same as physical ones, such as
|
243
|
+
# Note that the scale factor is only used in the ports where logical pixels are not the same as physical ones, such as WXOSX or WXGTK3, and this function always returns 1 under the other platforms.
|
245
244
|
# @see Wx::Bitmap#set_scale_factor
|
246
245
|
# @see Wx::Bitmap#get_logical_width
|
247
246
|
# @see Wx::Bitmap#get_logical_height
|
@@ -300,7 +299,11 @@ module Wx
|
|
300
299
|
# Loads a bitmap from a file or resource.
|
301
300
|
# true if the operation succeeded, false otherwise.
|
302
301
|
#
|
303
|
-
#
|
302
|
+
# <div class="wxrb-remark">
|
303
|
+
# <b>Remark:</b>
|
304
|
+
# <p>A palette may be associated with the bitmap if one exists (especially for colour Windows bitmaps), and if the code supports it. You can check if one has been created by using the {Wx::Bitmap#get_palette} member.
|
305
|
+
# </p>
|
306
|
+
# </div>>
|
304
307
|
# @see Wx::Bitmap#save_file
|
305
308
|
# @param name [String] Either a filename or a Windows resource name. The meaning of name is determined by the type parameter.
|
306
309
|
# @param type [Wx::BitmapType] One of the {Wx::BitmapType} values; see the note in the class detailed description. Note that the {Wx::BITMAP_DEFAULT_TYPE} constant has different value under different wxWidgets ports. See the bitmap.h header for the value it takes for a specific port.
|
@@ -315,7 +318,11 @@ module Wx
|
|
315
318
|
# Saves a bitmap in the named file.
|
316
319
|
# true if the operation succeeded, false otherwise.
|
317
320
|
#
|
318
|
-
#
|
321
|
+
# <div class="wxrb-remark">
|
322
|
+
# <b>Remark:</b>
|
323
|
+
# <p>Depending on how wxWidgets has been configured, not all formats may be available.
|
324
|
+
# </p>
|
325
|
+
# </div>>
|
319
326
|
# @see Wx::Bitmap#load_file
|
320
327
|
# @param name [String] A filename. The meaning of name is determined by the type parameter.
|
321
328
|
# @param type [Wx::BitmapType] One of the {Wx::BitmapType} values; see the note in the class detailed description.
|
@@ -324,7 +331,7 @@ module Wx
|
|
324
331
|
def save_file(name, type, palette=nil) end
|
325
332
|
|
326
333
|
# Sets the bitmap scale factor.
|
327
|
-
# This doesn't change the bitmap actual size or its contents, but changes its scale factor, so that it appears in a smaller size when it is drawn on screen: e.g. setting scale to 2 means that the bitmap will be twice smaller (in each direction) when drawn on screen in the ports in which logical and physical pixels differ (i.e.
|
334
|
+
# This doesn't change the bitmap actual size or its contents, but changes its scale factor, so that it appears in a smaller size when it is drawn on screen: e.g. setting scale to 2 means that the bitmap will be twice smaller (in each direction) when drawn on screen in the ports in which logical and physical pixels differ (i.e. WXOSX and WXGTK3, but not WXMSW).
|
328
335
|
# When creating a new bitmap, {Wx::Bitmap#create_with_dip_size} can be used to specify the correct scale factor from the beginning.
|
329
336
|
# @param scale [Float]
|
330
337
|
# @return [void]
|
@@ -332,9 +339,17 @@ module Wx
|
|
332
339
|
alias_method :scale_factor=, :set_scale_factor
|
333
340
|
|
334
341
|
# Sets the mask for this bitmap.
|
335
|
-
#
|
342
|
+
# <div class="wxrb-remark">
|
343
|
+
# <b>Remark:</b>
|
344
|
+
# <p>The bitmap object owns the mask once this has been called.
|
345
|
+
# </p>
|
346
|
+
# </div>>
|
336
347
|
#
|
337
|
-
#
|
348
|
+
# <div class="wxrb-note">
|
349
|
+
# <b>Note:</b>
|
350
|
+
# <p>A mask can be set also for bitmap with an alpha channel but doing so under WXMSW is not recommended because performance of drawing such bitmap is not very good.
|
351
|
+
# </p>
|
352
|
+
# </div>
|
338
353
|
# @see Wx::Bitmap#get_mask
|
339
354
|
# @see Wx::Mask
|
340
355
|
# @param mask [Wx::Mask]
|
@@ -381,7 +396,6 @@ module Wx
|
|
381
396
|
# Of course, this code relies on actually having the resources with the corresponding names (i.e. open_NxN) in MSW .rc file or Mac application bundle and open_NxN_png arrays being defined in the program code, e.g. by including a file generated with bin2c (see {bitmap_png_from_data}), on the other platforms.
|
382
397
|
#
|
383
398
|
# Also note that the existing code using {Wx::Bitmap} is compatible with the functions taking {Wx::BitmapBundle} in wxWidgets 3.1.6 and later because bitmaps are implicitly convertible to the objects of this class, so just passing {Wx::Bitmap} to the functions taking {Wx::BitmapBundle} continues to work and if high resolution versions of bitmap are not (yet) available for the other toolbar tools, single bitmaps can continue to be used instead.
|
384
|
-
# ===
|
385
399
|
#
|
386
400
|
# Category: Graphics Device Interface (GDI)
|
387
401
|
#
|
@@ -522,7 +536,7 @@ module Wx
|
|
522
536
|
# @return [Wx::BitmapBundle]
|
523
537
|
def self.from_image(image) end
|
524
538
|
|
525
|
-
# @overload self.from_files(path, filename, extension=("
|
539
|
+
# @overload self.from_files(path, filename, extension=("PNG"))
|
526
540
|
# Create a bundle from bitmaps stored as files.
|
527
541
|
# Looking in path for files using filename as prefix and potentionally a suffix with scale, e.g. "_2x" or "@2x"
|
528
542
|
# @param path [String] Path of the directory containing the files
|
@@ -552,9 +566,12 @@ module Wx
|
|
552
566
|
|
553
567
|
# This class encapsulates a monochrome mask bitmap, where the masked area is black and the unmasked area is white.
|
554
568
|
# When associated with a bitmap and drawn in a device context, the unmasked area of the bitmap will be drawn, and the masked area will not be drawn.
|
555
|
-
# A mask can be associated also with a bitmap with an alpha channel but drawing such bitmaps under wxMSW may be slow so using them should be avoided if drawing performance is an important factor.
|
556
569
|
#
|
557
|
-
#
|
570
|
+
# <div class="wxrb-note">
|
571
|
+
# <b>Note:</b>
|
572
|
+
# <p>A mask can be associated also with a bitmap with an alpha channel but drawing such bitmaps under WXMSW may be slow so using them should be avoided if drawing performance is an important factor.
|
573
|
+
# </p>
|
574
|
+
# </div>
|
558
575
|
#
|
559
576
|
# Category: Graphics Device Interface (GDI)
|
560
577
|
# @see Wx::Bitmap
|
@@ -602,7 +619,7 @@ module Wx
|
|
602
619
|
def create(*args) end
|
603
620
|
|
604
621
|
# Returns the mask as a monochrome bitmap.
|
605
|
-
# Currently this method is implemented in
|
622
|
+
# Currently this method is implemented in WXMSW, WXGTK and WXOSX.
|
606
623
|
# @return [Wx::Bitmap]
|
607
624
|
def get_bitmap; end
|
608
625
|
alias_method :bitmap, :get_bitmap
|
@@ -8,7 +8,7 @@ module Wx
|
|
8
8
|
|
9
9
|
# A bitmap button is a control that contains a bitmap.
|
10
10
|
# Notice that since wxWidgets 2.9.1 bitmap display is supported by the base {Wx::Button} class itself and the only tiny advantage of using this class is that it allows specifying the bitmap in its constructor, unlike {Wx::Button}. Please see the base class documentation for more information about images support in {Wx::Button}.
|
11
|
-
#
|
11
|
+
# ### Styles
|
12
12
|
#
|
13
13
|
# This class supports the following styles:
|
14
14
|
#
|
@@ -21,30 +21,33 @@ module Wx
|
|
21
21
|
# - {Wx::BU_BOTTOM}: Aligns the bitmap label to the bottom of the button.
|
22
22
|
#
|
23
23
|
# Note that the {Wx::BU_EXACTFIT} style supported by {Wx::Button} is not used by this class as bitmap buttons don't have any minimal standard size by default.
|
24
|
-
#
|
24
|
+
# ### Events emitted by this class
|
25
25
|
#
|
26
26
|
# The following event-handler methods redirect the events to member method or handler blocks for {Wx::CommandEvent} events.
|
27
27
|
# Event handler methods for events emitted by this class:
|
28
28
|
#
|
29
29
|
# - {Wx::EvtHandler#evt_button}(id, meth = nil, &block): Process a {Wx::EVT_BUTTON} event, when the button is clicked.
|
30
30
|
#
|
31
|
-
#
|
32
|
-
#
|
33
|
-
#
|
34
|
-
# </td><td> wxGTK Appearance
|
35
|
-
# </td><td> wxOSX Appearance
|
31
|
+
# Category: {Wx::Controls} <div class='appearance'><span class='appearance'>Appearance:</span><table><tr><td> WXMSW Appearance
|
32
|
+
# </td><td> WXGTK Appearance
|
33
|
+
# </td><td> WXOSX Appearance
|
36
34
|
# </td></tr></table></div>
|
37
35
|
# @see Wx::Button
|
38
36
|
#
|
39
37
|
#
|
38
|
+
# @wxrb_require USE_BMPBUTTON
|
40
39
|
class BitmapButton < Button
|
41
40
|
|
42
41
|
# @overload initialize()
|
43
42
|
# Default ctor.
|
44
43
|
# @return [Wx::BitmapButton]
|
45
|
-
# @overload initialize(parent, id, bitmap, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=0, validator=Wx::DEFAULT_VALIDATOR, name=Wx::
|
44
|
+
# @overload initialize(parent, id, bitmap, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=0, validator=Wx::DEFAULT_VALIDATOR, name=Wx::BUTTON_NAME_STR)
|
46
45
|
# Constructor, creating and showing a button.
|
47
|
-
#
|
46
|
+
# <div class="wxrb-remark">
|
47
|
+
# <b>Remark:</b>
|
48
|
+
# <p>The bitmap parameter is normally the only bitmap you need to provide, and wxWidgets will draw the button correctly in its different states. If you want more control, call any of the functions {Wx::BitmapButton#set_bitmap_pressed}, {Wx::BitmapButton#set_bitmap_focus}, {Wx::BitmapButton#set_bitmap_disabled}.
|
49
|
+
# </p>
|
50
|
+
# </div>>
|
48
51
|
# @see Wx::BitmapButton#create
|
49
52
|
# @see Wx::Validator
|
50
53
|
# @param parent [Wx::Window] Parent window. Must not be NULL.
|
@@ -69,7 +72,7 @@ module Wx
|
|
69
72
|
# @param validator [Wx::Validator]
|
70
73
|
# @param name [String]
|
71
74
|
# @return [Boolean]
|
72
|
-
def create(parent, id, bitmap, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=0, validator=Wx::DEFAULT_VALIDATOR, name=Wx::
|
75
|
+
def create(parent, id, bitmap, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=0, validator=Wx::DEFAULT_VALIDATOR, name=Wx::BUTTON_NAME_STR) end
|
73
76
|
|
74
77
|
# Creation function for two-step creation of "Close" button.
|
75
78
|
# It is usually not necessary to use this function directly as {Wx::BitmapButton.new_close_button} is more convenient, but, if required, it can be called on a default-constructed {Wx::BitmapButton} object to achieve the same effect.
|
@@ -8,9 +8,14 @@ module Wx
|
|
8
8
|
|
9
9
|
# A combobox that displays bitmap in front of the list items.
|
10
10
|
# It currently only allows using bitmaps of one size, and resizes itself so that a bitmap can be shown next to the text field.
|
11
|
-
# While {Wx::BitmapComboBox} contains the {Wx::ComboBox} API, but it might not actually be derived from that class. In fact, if the platform does not have a native implementation, {Wx::BitmapComboBox} will inherit from {Wx::OwnerDrawnComboBox}. You can determine if the implementation is generic by checking whether {Wx::GENERIC_BITMAPCOMBOBOX} is defined. Currently {Wx::BitmapComboBox} is implemented natively for MSW and GTK+.
|
12
11
|
#
|
13
|
-
#
|
12
|
+
# <div class="wxrb-remark">
|
13
|
+
# <b>Remark:</b>
|
14
|
+
# <p>While {Wx::BitmapComboBox} contains the {Wx::ComboBox} API, but it might not actually be derived from that class. In fact, if the platform does not have a native implementation, {Wx::BitmapComboBox} will inherit from {Wx::OwnerDrawnComboBox}. You can determine if the implementation is generic by checking whether {Wx::GENERIC_BITMAPCOMBOBOX} is defined. Currently {Wx::BitmapComboBox} is implemented natively for MSW and GTK+.
|
15
|
+
# </p>
|
16
|
+
# </div>>
|
17
|
+
#
|
18
|
+
# ### Styles
|
14
19
|
#
|
15
20
|
# This class supports the following styles:
|
16
21
|
#
|
@@ -22,7 +27,7 @@ module Wx
|
|
22
27
|
#
|
23
28
|
# Todocreate {Wx::CB_PROCESS_ENTER} rather than reusing {Wx::TE_PROCESS_ENTER}!
|
24
29
|
#
|
25
|
-
#
|
30
|
+
# ### Events emitted by this class
|
26
31
|
#
|
27
32
|
# The following event-handler methods redirect the events to member method or handler blocks for {Wx::CommandEvent} events.
|
28
33
|
# Event handler methods for events emitted by this class:
|
@@ -33,11 +38,9 @@ module Wx
|
|
33
38
|
#
|
34
39
|
# - {Wx::EvtHandler#evt_text_enter}(id, meth = nil, &block): Process a {Wx::EVT_TEXT_ENTER} event, when RETURN is pressed in the combobox.
|
35
40
|
#
|
36
|
-
#
|
37
|
-
#
|
38
|
-
#
|
39
|
-
# </td><td> wxGTK Appearance
|
40
|
-
# </td><td> wxOSX Appearance
|
41
|
+
# Category: {Wx::Controls} <div class='appearance'><span class='appearance'>Appearance:</span><table><tr><td> WXMSW Appearance
|
42
|
+
# </td><td> WXGTK Appearance
|
43
|
+
# </td><td> WXOSX Appearance
|
41
44
|
# </td></tr></table></div>
|
42
45
|
# @see Wx::ComboBox
|
43
46
|
# @see Wx::Choice
|
@@ -45,12 +48,13 @@ module Wx
|
|
45
48
|
# @see Wx::CommandEvent
|
46
49
|
#
|
47
50
|
#
|
51
|
+
# @wxrb_require USE_BITMAPCOMBOBOX
|
48
52
|
class BitmapComboBox < ComboBox
|
49
53
|
|
50
54
|
# @overload initialize()
|
51
55
|
# Default ctor.
|
52
56
|
# @return [Wx::BitmapComboBox]
|
53
|
-
# @overload initialize(parent, id=Wx::StandardID::ID_ANY, value=(''), pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, choices=nil, style=0, validator=Wx::DEFAULT_VALIDATOR, name=Wx::
|
57
|
+
# @overload initialize(parent, id=Wx::StandardID::ID_ANY, value=(''), pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, choices=nil, style=0, validator=Wx::DEFAULT_VALIDATOR, name=Wx::BITMAP_COMBO_BOX_NAME_STR)
|
54
58
|
# Constructor, creating and showing a combobox.
|
55
59
|
#
|
56
60
|
# @see Wx::BitmapComboBox#create
|
@@ -65,7 +69,7 @@ module Wx
|
|
65
69
|
# @param validator [Wx::Validator] Validator which can be used for additional data checks.
|
66
70
|
# @param name [String] Control name.
|
67
71
|
# @return [Wx::BitmapComboBox]
|
68
|
-
# @overload initialize(parent, id, value, pos, size, choices, style, validator=Wx::DEFAULT_VALIDATOR, name=Wx::
|
72
|
+
# @overload initialize(parent, id, value, pos, size, choices, style, validator=Wx::DEFAULT_VALIDATOR, name=Wx::BITMAP_COMBO_BOX_NAME_STR)
|
69
73
|
# Constructor, creating and showing a combobox.
|
70
74
|
#
|
71
75
|
# @see Wx::BitmapComboBox#create
|
@@ -95,7 +99,7 @@ module Wx
|
|
95
99
|
# @return [Integer]
|
96
100
|
def append(*args) end
|
97
101
|
|
98
|
-
# @overload create(parent, id, value, pos, size, choices, style=0, validator=Wx::DEFAULT_VALIDATOR, name=Wx::
|
102
|
+
# @overload create(parent, id, value, pos, size, choices, style=0, validator=Wx::DEFAULT_VALIDATOR, name=Wx::BITMAP_COMBO_BOX_NAME_STR)
|
99
103
|
# Creates the combobox for two-step construction.
|
100
104
|
# @param parent [Wx::Window]
|
101
105
|
# @param id [Integer]
|
@@ -107,7 +111,7 @@ module Wx
|
|
107
111
|
# @param validator [Wx::Validator]
|
108
112
|
# @param name [String]
|
109
113
|
# @return [Boolean]
|
110
|
-
# @overload create(parent, id, value, pos, size, choices, style=0, validator=Wx::DEFAULT_VALIDATOR, name=Wx::
|
114
|
+
# @overload create(parent, id, value, pos, size, choices, style=0, validator=Wx::DEFAULT_VALIDATOR, name=Wx::BITMAP_COMBO_BOX_NAME_STR)
|
111
115
|
# Creates the combobox for two-step construction.
|
112
116
|
# @param parent [Wx::Window]
|
113
117
|
# @param id [Integer]
|
@@ -58,12 +58,12 @@ module Wx
|
|
58
58
|
# - {Wx::Toolbook}: controlled by a {Wx::ToolBar}
|
59
59
|
#
|
60
60
|
# This abstract class is the parent of all these book controls, and provides their basic interface. This is a pure virtual class so you cannot allocate it directly.
|
61
|
-
# ===
|
62
61
|
#
|
63
62
|
# Category: Book Controls
|
64
63
|
# @see wxBookCtrl Overview
|
65
64
|
#
|
66
65
|
#
|
66
|
+
# @wxrb_require USE_AUI|USE_NOTEBOOK|USE_LISTBOOK|USE_CHOICEBOOK|USE_TOOLBOOK|USE_TREEBOOK
|
67
67
|
class BookCtrlBase < Control
|
68
68
|
|
69
69
|
include Wx::WithImages
|
@@ -141,7 +141,11 @@ module Wx
|
|
141
141
|
#
|
142
142
|
# true if successful, false otherwise.
|
143
143
|
#
|
144
|
-
#
|
144
|
+
# <div class="wxrb-remark">
|
145
|
+
# <b>Remark:</b>
|
146
|
+
# <p>Do not delete the page, it will be deleted by the book control.
|
147
|
+
# </p>
|
148
|
+
# </div>>
|
145
149
|
# @see Wx::BookCtrlBase#insert_page
|
146
150
|
# @param page [Wx::Window] Specifies the new page.
|
147
151
|
# @param text [String] Specifies the text for the new page.
|
@@ -163,7 +167,11 @@ module Wx
|
|
163
167
|
# Inserts a new page at the specified position.
|
164
168
|
# true if successful, false otherwise.
|
165
169
|
#
|
166
|
-
#
|
170
|
+
# <div class="wxrb-remark">
|
171
|
+
# <b>Remark:</b>
|
172
|
+
# <p>Do not delete the page, it will be deleted by the book control.
|
173
|
+
# </p>
|
174
|
+
# </div>>
|
167
175
|
# @see Wx::BookCtrlBase#add_page
|
168
176
|
# @param index [Integer] Specifies the position for the new page.
|
169
177
|
# @param page [Wx::Window] Specifies the new page.
|
@@ -224,7 +232,11 @@ module Wx
|
|
224
232
|
def create(parent, winid, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=0, name=('')) end
|
225
233
|
|
226
234
|
# Sets the width and height of the pages.
|
227
|
-
#
|
235
|
+
# <div class="wxrb-note">
|
236
|
+
# <b>Note:</b>
|
237
|
+
# <p>This method is currently not implemented for WXGTK.
|
238
|
+
# </p>
|
239
|
+
# </div>
|
228
240
|
# @param size [Array(Integer, Integer), Wx::Size]
|
229
241
|
# @return [void]
|
230
242
|
def set_page_size(size) end
|
@@ -10,7 +10,6 @@ module Wx
|
|
10
10
|
# The PAGE_CHANGING events are sent before the current page is changed. It allows the program to examine the current page (which can be retrieved with {Wx::BookCtrlEvent#get_old_selection}) and to veto the page change by calling {Wx::NotifyEvent#veto} if, for example, the current values in the controls of the old page are invalid.
|
11
11
|
# The PAGE_CHANGED events are sent after the page has been changed and the program cannot veto it any more, it just informs it about the page change.
|
12
12
|
# To summarize, if the program is interested in validating the page values before allowing the user to change it, it should process the PAGE_CHANGING event, otherwise PAGE_CHANGED is probably enough. In any case, it is probably unnecessary to process both events at once.
|
13
|
-
# ===
|
14
13
|
#
|
15
14
|
# Category: {Wx::Events}, Book Controls
|
16
15
|
# @see Wx::Notebook
|
@@ -21,10 +20,11 @@ module Wx
|
|
21
20
|
# @see Wx::AUI::AuiNotebook
|
22
21
|
#
|
23
22
|
#
|
23
|
+
# @wxrb_require USE_AUI|USE_NOTEBOOK|USE_LISTBOOK|USE_CHOICEBOOK|USE_TOOLBOOK|USE_TREEBOOK
|
24
24
|
class BookCtrlEvent < NotifyEvent
|
25
25
|
|
26
26
|
# Constructor (used internally by wxWidgets only).
|
27
|
-
# @param eventType [Wx::
|
27
|
+
# @param eventType [Wx::Slider::EventType]
|
28
28
|
# @param id [Integer]
|
29
29
|
# @param sel [Integer]
|
30
30
|
# @param oldSel [Integer]
|
@@ -37,7 +37,11 @@ module Wx
|
|
37
37
|
alias_method :old_selection, :get_old_selection
|
38
38
|
|
39
39
|
# Returns the currently selected page, or {Wx::NOT_FOUND} if none was selected.
|
40
|
-
#
|
40
|
+
# <div class="wxrb-note">
|
41
|
+
# <b>Note:</b>
|
42
|
+
# <p>under Windows, {Wx::BookCtrlEvent#get_selection} will return the same value as {Wx::BookCtrlEvent#get_old_selection} when called from the EVT_BOOKCTRL_PAGE_CHANGING handler and not the page which is going to be selected.
|
43
|
+
# </p>
|
44
|
+
# </div>
|
41
45
|
# @return [Integer]
|
42
46
|
def get_selection; end
|
43
47
|
alias_method :selection, :get_selection
|
data/lib/wx/doc/gen/box_sizer.rb
CHANGED
@@ -8,7 +8,6 @@ module Wx
|
|
8
8
|
|
9
9
|
# The basic idea behind a box sizer is that windows will most often be laid out in rather simple basic geometry, typically in a row or a column or several hierarchies of either.
|
10
10
|
# For more information, please see {Wx::BoxSizer}.
|
11
|
-
# ===
|
12
11
|
#
|
13
12
|
# Category: Window Layout
|
14
13
|
# @see Wx::Sizer
|
data/lib/wx/doc/gen/brush.rb
CHANGED
@@ -80,7 +80,6 @@ module Wx
|
|
80
80
|
# Do not initialize objects on the stack before the program commences, since other required structures may not have been set up yet. Instead, define global pointers to objects and create them in {Wx::App::OnInit} or when required.
|
81
81
|
# An application may wish to create brushes with different characteristics dynamically, and there is the consequent danger that a large number of duplicate brushes will be created. Therefore an application may wish to get a pointer to a brush by using the global list of brushes {Wx::TheBrushList}, and calling the member function Wx::BrushList#find_or_create_brush.
|
82
82
|
# This class uses reference counting and copy-on-write internally so that assignments between two instances of this class are very cheap. You can therefore use actual objects instead of pointers without efficiency problems. If an instance of this class is changed it will create its own data internally so that other instances, which previously shared the data using the reference counting, are not affected.
|
83
|
-
# ===
|
84
83
|
#
|
85
84
|
# Category: Graphics Device Interface (GDI)
|
86
85
|
# Predefined objects/pointers:
|
@@ -206,7 +205,11 @@ module Wx
|
|
206
205
|
alias_method :transparent?, :is_transparent
|
207
206
|
|
208
207
|
# Sets the stipple bitmap.
|
209
|
-
#
|
208
|
+
# <div class="wxrb-remark">
|
209
|
+
# <b>Remark:</b>
|
210
|
+
# <p>The style will be set to {Wx::BrushStyle::BRUSHSTYLE_STIPPLE}, unless the bitmap has a mask associated to it, in which case the style will be set to {Wx::BrushStyle::BRUSHSTYLE_STIPPLE_MASK_OPAQUE}.
|
211
|
+
# </p>
|
212
|
+
# </div>>
|
210
213
|
# @see Wx::Bitmap
|
211
214
|
# @param bitmap [Wx::Bitmap] The bitmap to use for stippling.
|
212
215
|
# @return [void]
|
data/lib/wx/doc/gen/busy_info.rb
CHANGED
@@ -50,12 +50,11 @@ module Wx
|
|
50
50
|
# but take care to not cause undesirable re-entrance when doing it (see {Wx::App#yield} for more details). The simplest way to do it is to use {Wx::WindowDisabler} class as illustrated in the above example.
|
51
51
|
# Note that a {Wx::BusyInfo} is always built with the {Wx::STAY_ON_TOP} window style (see {Wx::Frame} window styles for more info).
|
52
52
|
#
|
53
|
-
# ===
|
54
|
-
#
|
55
53
|
# Category: Common Dialogs
|
56
54
|
#
|
57
55
|
#
|
58
56
|
# @note This class is <b>untracked</b> and should not be derived from nor instances extended!
|
57
|
+
# @wxrb_require USE_BUSYINFO
|
59
58
|
class BusyInfo < ::Object
|
60
59
|
|
61
60
|
# Update the information text.
|
@@ -89,6 +88,7 @@ module Wx
|
|
89
88
|
#
|
90
89
|
#
|
91
90
|
# @note This class is <b>untracked</b> and should not be derived from nor instances extended!
|
91
|
+
# @wxrb_require USE_BUSYINFO
|
92
92
|
class BusyInfoFlags < ::Object
|
93
93
|
|
94
94
|
# Default constructor initializes all attributes to default values.
|
data/lib/wx/doc/gen/button.rb
CHANGED
@@ -9,7 +9,7 @@ module Wx
|
|
9
9
|
# A button is a control that contains a text string, and is one of the most common elements of a GUI.
|
10
10
|
# It may be placed on a dialog box or on a {Wx::Panel} panel, or indeed on almost any other window.
|
11
11
|
# By default, i.e. if none of the alignment styles are specified, the label is centered both horizontally and vertically. If the button has both a label and a bitmap, the alignment styles above specify the location of the rectangle combining both the label and the bitmap and the bitmap position set with {Wx::Button#set_bitmap_position} defines the relative position of the bitmap with respect to the label (however currently non-default alignment combinations are not implemented on all platforms).
|
12
|
-
# Since version 2.9.1 {Wx::Button} supports showing both text and an image (currently only when using
|
12
|
+
# Since version 2.9.1 {Wx::Button} supports showing both text and an image (currently only when using WXMSW, WXGTK or WXOSX/Cocoa ports), see {Wx::Button#set_bitmap} and {Wx::Button#set_bitmap_label}, {Wx::Button#set_bitmap_disabled} &c methods. In the previous wxWidgets versions this functionality was only available in (the now trivial) {Wx::BitmapButton} class which was only capable of showing an image without text.
|
13
13
|
# A button may have either a single image for all states or different images for the following states (different images are not currently supported under macOS where the normal image is used for all states):
|
14
14
|
#
|
15
15
|
# - <b>normal:</b> the default state
|
@@ -25,7 +25,7 @@ module Wx
|
|
25
25
|
# All of the bitmaps must be of the same size and the normal bitmap must be set first (to a valid bitmap), before setting any other ones. Also, if the size of the bitmaps is changed later, you need to change the size of the normal bitmap before setting any other bitmaps with the new size (and you do need to reset all of them as their original values can be lost when the normal bitmap size changes).
|
26
26
|
# The position of the image inside the button be configured using {Wx::Button#set_bitmap_position}. By default the image is on the left of the text.
|
27
27
|
# Please also notice that GTK+ uses a global setting called <code>gtk-button-images</code> to determine if the images should be shown in the buttons at all. If it is off (which is the case in e.g. Gnome 2.28 by default), no images will be shown, consistently with the native behaviour.
|
28
|
-
#
|
28
|
+
# ### Styles
|
29
29
|
#
|
30
30
|
# This class supports the following styles:
|
31
31
|
#
|
@@ -43,28 +43,27 @@ module Wx
|
|
43
43
|
#
|
44
44
|
# - {Wx::Border::BORDER_NONE}: Creates a button without border. This is currently implemented in MSW, GTK2 and OSX/Cocoa.
|
45
45
|
#
|
46
|
-
#
|
46
|
+
# ### Events emitted by this class
|
47
47
|
#
|
48
48
|
# The following event-handler methods redirect the events to member method or handler blocks for {Wx::CommandEvent} events.
|
49
49
|
# Event handler methods for events emitted by this class:
|
50
50
|
#
|
51
51
|
# - {Wx::EvtHandler#evt_button}(id, meth = nil, &block): Process a {Wx::EVT_BUTTON} event, when the button is clicked.
|
52
52
|
#
|
53
|
-
#
|
54
|
-
#
|
55
|
-
#
|
56
|
-
# </td><td> wxGTK Appearance
|
57
|
-
# </td><td> wxOSX Appearance
|
53
|
+
# Category: {Wx::Controls} <div class='appearance'><span class='appearance'>Appearance:</span><table><tr><td> WXMSW Appearance
|
54
|
+
# </td><td> WXGTK Appearance
|
55
|
+
# </td><td> WXOSX Appearance
|
58
56
|
# </td></tr></table></div>
|
59
57
|
# @see Wx::BitmapButton
|
60
58
|
#
|
61
59
|
#
|
60
|
+
# @wxrb_require USE_BUTTON
|
62
61
|
class Button < AnyButton
|
63
62
|
|
64
63
|
# @overload initialize()
|
65
64
|
# Default ctor.
|
66
65
|
# @return [Wx::Button]
|
67
|
-
# @overload initialize(parent, id, label=(''), pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=0, validator=Wx::DEFAULT_VALIDATOR, name=Wx::
|
66
|
+
# @overload initialize(parent, id, label=(''), pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=0, validator=Wx::DEFAULT_VALIDATOR, name=Wx::BUTTON_NAME_STR)
|
68
67
|
# Constructor, creating and showing a button.
|
69
68
|
# The preferred way to create standard buttons is to use default value of label. If no label is supplied and id is one of standard IDs from this list, a standard label will be used. In other words, if you use a predefined {Wx::ID_XXX} constant, just omit the label completely rather than specifying it. In particular, help buttons (the ones with id of {Wx::StandardID::ID_HELP}) under macOS can't display any label at all and while {Wx::Button} will detect if the standard "Help" label is used and ignore it, using any other label will prevent the button from correctly appearing as a help button and so should be avoided.
|
70
69
|
# In addition to that, the button will be decorated with stock icons under GTK+ 2.
|
@@ -92,10 +91,14 @@ module Wx
|
|
92
91
|
# @param validator [Wx::Validator]
|
93
92
|
# @param name [String]
|
94
93
|
# @return [Boolean]
|
95
|
-
def create(parent, id, label=(''), pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=0, validator=Wx::DEFAULT_VALIDATOR, name=Wx::
|
94
|
+
def create(parent, id, label=(''), pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=0, validator=Wx::DEFAULT_VALIDATOR, name=Wx::BUTTON_NAME_STR) end
|
96
95
|
|
97
96
|
# Returns true if an authentication needed symbol is displayed on the button.
|
98
|
-
#
|
97
|
+
# <div class="wxrb-remark">
|
98
|
+
# <b>Remark:</b>
|
99
|
+
# <p>This method always returns false if the platform is not Windows Vista or newer.
|
100
|
+
# </p>
|
101
|
+
# </div>>
|
99
102
|
# @see Wx::Button#set_auth_needed
|
100
103
|
# @return [Boolean]
|
101
104
|
def get_auth_needed; end
|
@@ -109,7 +112,11 @@ module Wx
|
|
109
112
|
alias_method :label, :get_label
|
110
113
|
|
111
114
|
# Sets whether an authentication needed symbol should be displayed on the button.
|
112
|
-
#
|
115
|
+
# <div class="wxrb-remark">
|
116
|
+
# <b>Remark:</b>
|
117
|
+
# <p>This method doesn't do anything if the platform is not Windows Vista or newer.
|
118
|
+
# </p>
|
119
|
+
# </div>>
|
113
120
|
# @see Wx::Button#get_auth_needed
|
114
121
|
# @param needed [Boolean]
|
115
122
|
# @return [void]
|
@@ -120,7 +127,12 @@ module Wx
|
|
120
127
|
# the panel or the dialog box containing it).
|
121
128
|
# As normal, pressing return causes the default button to be depressed when the return key is pressed.
|
122
129
|
# See also {Wx::Window#set_focus} which sets the keyboard focus for windows and text panel items, and {Wx::TopLevelWindow#set_default_item}.
|
123
|
-
#
|
130
|
+
#
|
131
|
+
# <div class="wxrb-remark">
|
132
|
+
# <b>Remark:</b>
|
133
|
+
# <p>Under Windows, only dialog box buttons respond to this function.
|
134
|
+
# </p>
|
135
|
+
# </div>>
|
124
136
|
#
|
125
137
|
# the old default item (possibly NULL)
|
126
138
|
# @return [Wx::Window]
|
@@ -7,15 +7,13 @@
|
|
7
7
|
module Wx
|
8
8
|
|
9
9
|
# This event is sent by {Wx::LayoutAlgorithm} to calculate the amount of the remaining client area that the window should occupy.
|
10
|
-
#
|
10
|
+
# ### Events using this class
|
11
11
|
#
|
12
12
|
# The following event-handler methods redirect the events to member method or handler blocks for {Wx::CalculateLayoutEvent} events.
|
13
13
|
# Event handler methods:
|
14
14
|
#
|
15
15
|
# - {Wx::EvtHandler#evt_calculate_layout}(meth = nil, &block): Process a {Wx::EVT_CALCULATE_LAYOUT} event, which asks the window to take a 'bite' out of a rectangle provided by the algorithm.
|
16
16
|
#
|
17
|
-
# ===
|
18
|
-
#
|
19
17
|
# Category: {Wx::Events}
|
20
18
|
# @see Wx::QueryLayoutInfoEvent
|
21
19
|
# @see Wx::SashLayoutWindow
|
@@ -12,14 +12,14 @@ module Wx
|
|
12
12
|
# All global settings (such as colours and fonts used) can, of course, be changed. But also, the display style for each day in the month can be set independently using {Wx::CalendarDateAttr} class.
|
13
13
|
# An item without custom attributes is drawn with the default colours and font and without border, but setting custom attributes with {Wx::CalendarCtrl#set_attr} allows modifying its appearance. Just create a custom attribute object and set it for the day you want to be displayed specially (note that the control will take ownership of the pointer, i.e. it will delete it itself). A day may be marked as being a holiday, even if it is not recognized as one by {Wx::DateTime} using the {Wx::CalendarDateAttr#set_holiday} method.
|
14
14
|
# As the attributes are specified for each day, they may change when the month is changed, so you will often want to update them in EVT_CALENDAR_PAGE_CHANGED event handler.
|
15
|
-
# If neither the {Wx::CAL_SUNDAY_FIRST} or {Wx::CAL_MONDAY_FIRST} style is given, the first day of the week is determined from operating system's settings, if possible. The native
|
16
|
-
#
|
15
|
+
# If neither the {Wx::CAL_SUNDAY_FIRST} or {Wx::CAL_MONDAY_FIRST} style is given, the first day of the week is determined from operating system's settings, if possible. The native WXGTK calendar chooses the first weekday based on locale, and these styles have no effect on it.
|
16
|
+
# ### Styles
|
17
17
|
#
|
18
18
|
# This class supports the following styles:
|
19
19
|
#
|
20
|
-
# - {Wx::CAL_SUNDAY_FIRST}: Show Sunday as the first day in the week (not in
|
20
|
+
# - {Wx::CAL_SUNDAY_FIRST}: Show Sunday as the first day in the week (not in WXGTK)
|
21
21
|
#
|
22
|
-
# - {Wx::CAL_MONDAY_FIRST}: Show Monday as the first day in the week (not in
|
22
|
+
# - {Wx::CAL_MONDAY_FIRST}: Show Monday as the first day in the week (not in WXGTK)
|
23
23
|
#
|
24
24
|
# - {Wx::CAL_SHOW_HOLIDAYS}: Highlight holidays in the calendar (only generic)
|
25
25
|
#
|
@@ -33,7 +33,7 @@ module Wx
|
|
33
33
|
#
|
34
34
|
# - {Wx::CAL_SHOW_WEEK_NUMBERS}: Show week numbers on the left side of the calendar. (not in generic)
|
35
35
|
#
|
36
|
-
#
|
36
|
+
# ### Events emitted by this class
|
37
37
|
#
|
38
38
|
# The following event-handler methods redirect the events to member method or handler blocks for {Wx::CalendarEvent} events.
|
39
39
|
# Event handler methods for events emitted by this class:
|
@@ -48,21 +48,24 @@ module Wx
|
|
48
48
|
#
|
49
49
|
# - {Wx::EvtHandler#evt_calendar_week_clicked}(id, meth = nil, &block): User clicked on the week of the year number (only generic).
|
50
50
|
#
|
51
|
-
#
|
51
|
+
# <div class="wxrb-note">
|
52
|
+
# <b>Note:</b>
|
53
|
+
# <p>Changing the selected date will trigger an EVT_CALENDAR_DAY, MONTH or YEAR event as well as an EVT_CALENDAR_SEL_CHANGED event.
|
54
|
+
# </p>
|
55
|
+
# </div>
|
52
56
|
#
|
53
|
-
#
|
54
|
-
#
|
55
|
-
#
|
56
|
-
# </td><td> wxGTK Appearance
|
57
|
-
# </td><td> wxOSX Appearance
|
57
|
+
# Category: {Wx::Controls} <div class='appearance'><span class='appearance'>Appearance:</span><table><tr><td> WXMSW Appearance
|
58
|
+
# </td><td> WXGTK Appearance
|
59
|
+
# </td><td> WXOSX Appearance
|
58
60
|
# </td></tr></table></div>
|
59
|
-
# Implementations: native under
|
61
|
+
# Implementations: native under WXGTK, WXMSW ports; a generic implementation is used elsewhere.
|
60
62
|
# @see Calendar Sample
|
61
63
|
# @see Wx::CalendarDateAttr
|
62
64
|
# @see Wx::CalendarEvent
|
63
65
|
# @see Wx::DatePickerCtrl
|
64
66
|
#
|
65
67
|
#
|
68
|
+
# @wxrb_require USE_CALENDARCTRL
|
66
69
|
class CalendarCtrl < Control
|
67
70
|
|
68
71
|
# Restrict the dates that can be selected in the control to the specified range.
|
@@ -86,7 +89,7 @@ module Wx
|
|
86
89
|
# @overload initialize()
|
87
90
|
# Default constructor.
|
88
91
|
# @return [Wx::CalendarCtrl]
|
89
|
-
# @overload initialize(parent, id, date=Wx::DEFAULT_DATE_TIME, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::CAL_SHOW_HOLIDAYS, name=Wx::
|
92
|
+
# @overload initialize(parent, id, date=Wx::DEFAULT_DATE_TIME, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::CAL_SHOW_HOLIDAYS, name=Wx::CALENDAR_NAME_STR)
|
90
93
|
# Does the same as {Wx::CalendarCtrl#create} method.
|
91
94
|
# @param parent [Wx::Window]
|
92
95
|
# @param id [Integer]
|
@@ -108,7 +111,7 @@ module Wx
|
|
108
111
|
# @param style [Integer]
|
109
112
|
# @param name [String]
|
110
113
|
# @return [Boolean]
|
111
|
-
def create(parent, id, date=Wx::DEFAULT_DATE_TIME, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::CAL_SHOW_HOLIDAYS, name=Wx::
|
114
|
+
def create(parent, id, date=Wx::DEFAULT_DATE_TIME, pos=Wx::DEFAULT_POSITION, size=Wx::DEFAULT_SIZE, style=Wx::CAL_SHOW_HOLIDAYS, name=Wx::CALENDAR_NAME_STR) end
|
112
115
|
|
113
116
|
# This function should be used instead of changing {Wx::CAL_SHOW_HOLIDAYS} style bit directly.
|
114
117
|
# It enables or disables the special highlighting of the holidays.
|
@@ -180,7 +183,7 @@ module Wx
|
|
180
183
|
alias_method :holiday_colour_fg, :get_holiday_colour_fg
|
181
184
|
|
182
185
|
# Returns one of {Wx::CalendarHitTestResult} constants and fills either date or wd pointer with the corresponding value depending on the hit test code.
|
183
|
-
# Not implemented in
|
186
|
+
# Not implemented in WXGTK currently.
|
184
187
|
# @param pos [Array(Integer, Integer), Wx::Point]
|
185
188
|
# @param date [Wx::DateTime]
|
186
189
|
# @param wd [Wx::DateTime::WeekDay]
|
@@ -8,12 +8,12 @@ module Wx
|
|
8
8
|
|
9
9
|
# {Wx::CalendarDateAttr} is a custom attributes for a calendar date.
|
10
10
|
# The objects of this class are used with {Wx::CalendarCtrl}.
|
11
|
-
# ===
|
12
11
|
#
|
13
12
|
# Category: Data Structures
|
14
13
|
# @see Wx::CalendarCtrl
|
15
14
|
#
|
16
15
|
#
|
16
|
+
# @wxrb_require USE_CALENDARCTRL
|
17
17
|
class CalendarDateAttr < ::Object
|
18
18
|
|
19
19
|
# @overload initialize(colText=Wx::NULL_COLOUR, colBack=Wx::NULL_COLOUR, colBorder=Wx::NULL_COLOUR, font=Wx::NULL_FONT, border=Wx::CalendarDateBorder::CAL_BORDER_NONE)
|