Sha256: 9106955a1b9a4852a6c6be8da1cc46f21af9377de8ec81fb55ce771d3061be52
Contents?: true
Size: 1.51 KB
Versions: 1
Compression:
Stored size: 1.51 KB
Contents
# :stopdoc: # This file is automatically generated by the WXRuby3 documentation # generator. Do not alter this file. # :startdoc: module Wx::AUI # # # # # @wxrb_require USE_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 selection to the given page, returning the previous selection. # # Notice that the call to this function generates the page changing events, use the {Wx::AUI::AuiMDIClientWindow#change_selection} function if you don't want these events to be generated. # @see Wx::AUI::AuiMDIClientWindow#get_selection # @param page [Integer] # @return [Integer] def set_selection(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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wxruby3-0.9.5-x64-mingw-ucrt | lib/wx/doc/gen/aui/aui_mdi_client_window.rb |