wxSplitterWindow
Module
wxSplitterWindow
Module Summary
See external documentation: wxSplitterWindow.
Description
See external documentation: wxSplitterWindow.
This class is derived (and can use functions) from:
wxWindow
wxEvtHandler
DATA TYPES
Exports
Types
Parent = wxWindow:wxWindow()
Equivalent to new(Parent, []).
Types
Parent = wxWindow:wxWindow()
Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
Equivalent to create(This, Parent, []).
Types
This = wxSplitterWindow()
Parent = wxWindow:wxWindow()
Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
Types
This = wxSplitterWindow()
Types
This = wxSplitterWindow()
Types
This = wxSplitterWindow()
Types
This = wxSplitterWindow()
See external documentation.
Res = ?wxSPLIT_HORIZONTAL | ?wxSPLIT_VERTICAL
Types
This = wxSplitterWindow()
Types
This = wxSplitterWindow()
Types
This = wxSplitterWindow()
Equivalent to setSashPosition(This, Position, []).
Equivalent to splitHorizontally(This, Window1, Window2, []).
Types
This = wxSplitterWindow()
Window1 = wxWindow:wxWindow()
Window2 = wxWindow:wxWindow()
Option = {sashPosition, integer()}
Equivalent to splitVertically(This, Window1, Window2, []).
Types
This = wxSplitterWindow()
Window1 = wxWindow:wxWindow()
Window2 = wxWindow:wxWindow()
Option = {sashPosition, integer()}
Types
This = wxSplitterWindow()
Equivalent to unsplit(This, []).
Types
This = wxSplitterWindow()