Sha256: 192af6ddb101cfd0dd20f73863d7e1abb9c4be68a2f86a1088e1f9dc071ef915
Contents?: true
Size: 1.25 KB
Versions: 2
Compression:
Stored size: 1.25 KB
Contents
# :stopdoc: # This file is automatically generated by the WXRuby3 documentation # generator. Do not alter this file. # :startdoc: module Wx::AUI # # # class AuiMDIClientWindow < BookCtrlBase # @overload initialize() # @return [Wx::AUI::AuiMDIClientWindow] # @overload initialize(parent, style=0) # @param parent [Wx::AUI::AuiMDIParentFrame] # @param style [Integer] # @return [Wx::AUI::AuiMDIClientWindow] def initialize(*args) end # @param parent [Wx::AUI::AuiMDIParentFrame] # @param style [Integer] # @return [Boolean] def create_client(parent, style=(Wx::VSCROLL|Wx::HSCROLL)) end # Sets the page selection. # Calling this method will generate a page change event. # @param new_page [Integer] # @return [Integer] def set_selection(new_page) end alias_method :selection=, :set_selection # @return [Wx::AUI::AuiMDIChildFrame] def get_active_child; end alias_method :active_child, :get_active_child # @param pChildFrame [Wx::AUI::AuiMDIChildFrame] # @return [void] def set_active_child(pChildFrame) end alias_method :active_child=, :set_active_child end # AuiMDIClientWindow end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wxruby3-0.9.1-x64-mingw-ucrt | lib/wx/doc/gen/aui/aui_mdi_client_window.rb |
wxruby3-0.9.0-x64-mingw-ucrt | lib/wx/doc/gen/aui/aui_mdi_client_window.rb |