wxMDIChildFrame
MODULE
wxMDIChildFrame
MODULE SUMMARY
See external documentation: wxMDIChildFrame.
DESCRIPTION
See external documentation: wxMDIChildFrame.
This class is derived (and can use functions) from:
wxFrame
wxTopLevelWindow
wxWindow
wxEvtHandler
DATA TYPES
EXPORTS
new(Parent, Id, Title) -> wxMDIChildFrame()
Types:
Parent = wxMDIParentFrame() (see module wxMDIParentFrame)
Id = integer()
Title = chardata() (see module unicode)
Equivalent to new(Parent, Id, Title, []).
new(Parent, Id, Title, Options::[Option]) -> wxMDIChildFrame()
Types:
Parent = wxMDIParentFrame() (see module wxMDIParentFrame)
Id = integer()
Title = chardata() (see module unicode)
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
Types:
This = wxMDIChildFrame()
create(This, Parent, Id, Title) -> boolean()
Types:
This = wxMDIChildFrame()
Parent = wxMDIParentFrame() (see module wxMDIParentFrame)
Id = integer()
Title = chardata() (see module unicode)
Equivalent to create(This, Parent, Id, Title, []).
create(This, Parent, Id, Title, Options::[Option]) -> boolean()
Types:
This = wxMDIChildFrame()
Parent = wxMDIParentFrame() (see module wxMDIParentFrame)
Id = integer()
Title = chardata() (see module unicode)
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
Types:
This = wxMDIChildFrame()
Equivalent to maximize(This, []).
maximize(This, Options::[Option]) -> ok
Types:
This = wxMDIChildFrame()
Option = {maximize, boolean()}
Types:
This = wxMDIChildFrame()