wxEvtHandlerabstract datatype: wxAuiManager()
An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.
addPane(This::wxAuiManager(), Window::wxWindow:wxWindow()) -> bool()
Equivalent to addPane(This, Window, []).
addPane(This::wxAuiManager(), Window::wxWindow:wxWindow(), X::term()) -> bool()
See external documentation.
Alternatives:
addPane(This::wxAuiManager(), Window::wxWindow:wxWindow(), Pane_info::wxAuiPaneInfo:wxAuiPaneInfo(), Drop_pos::{X::integer(), Y::integer()}) -> bool()
destroy(This::wxAuiManager()) -> ok
Destroys this object, do not use object again
detachPane(This::wxAuiManager(), Window::wxWindow:wxWindow()) -> bool()
getAllPanes(This::wxAuiManager()) -> wxAuiPaneInfoArray:wxAuiPaneInfoArray()
getArtProvider(This::wxAuiManager()) -> wxAuiDockArt:wxAuiDockArt()
getDockSizeConstraint(This::wxAuiManager()) -> {Width_pct::float(), Height_pct::float()}
getFlags(This::wxAuiManager()) -> integer()
getManagedWindow(This::wxAuiManager()) -> wxWindow:wxWindow()
getManager(Window::wxWindow:wxWindow()) -> wxAuiManager()
getPane(This::wxAuiManager(), X::string() | term()) -> wxAuiPaneInfo:wxAuiPaneInfo()
See external documentation.
Alternatives:
hideHint(This::wxAuiManager()) -> ok
insertPane(This::wxAuiManager(), Window::wxWindow:wxWindow(), Insert_location::wxAuiPaneInfo:wxAuiPaneInfo()) -> bool()
Equivalent to insertPane(This, Window, Insert_location, []).
insertPane(This::wxAuiManager(), Window::wxWindow:wxWindow(), Insert_location::wxAuiPaneInfo:wxAuiPaneInfo(), Options::[Option]) -> bool()
loadPaneInfo(This::wxAuiManager(), Pane_part::string(), Pane::wxAuiPaneInfo:wxAuiPaneInfo()) -> ok
loadPerspective(This::wxAuiManager(), Perspective::string()) -> bool()
Equivalent to loadPerspective(This, Perspective, []).
loadPerspective(This::wxAuiManager(), Perspective::string(), Options::[Option]) -> bool()
new() -> wxAuiManager()
Equivalent to new([]).
new(Options::[Option]) -> wxAuiManager()
savePaneInfo(This::wxAuiManager(), Pane::wxAuiPaneInfo:wxAuiPaneInfo()) -> string()
savePerspective(This::wxAuiManager()) -> string()
setArtProvider(This::wxAuiManager(), Art_provider::wxAuiDockArt:wxAuiDockArt()) -> ok
setDockSizeConstraint(This::wxAuiManager(), Width_pct::float(), Height_pct::float()) -> ok
setFlags(This::wxAuiManager(), Flags::integer()) -> ok
setManagedWindow(This::wxAuiManager(), Managed_wnd::wxWindow:wxWindow()) -> ok
showHint(This::wxAuiManager(), Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}) -> ok
unInit(This::wxAuiManager()) -> ok
update(This::wxAuiManager()) -> ok
Generated by EDoc, May 26 2008, 12:35:27.