wxAuiManager.3erl

Langue: en

Autres versions - même langue

Version: 281245 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

wxAuiManager - See external documentation: wxAuiManager.

DESCRIPTION

See external documentation: wxAuiManager <http://www.wxwidgets.org/manuals/stable/wx_wxauimanager.html>.

This class is derived (and can use functions) from:
wxEvtHandler

DATA TYPES

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.

EXPORTS

new() -> wxAuiManager()


Equivalent to new([]).

new(Options::[Option]) -> wxAuiManager()

Types
Option = {managed_wnd, wxWindow() (see module wxWindow)} | {flags, integer()}

See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxauimanager.html#wxauimanagerwxauimanager>.

addPane(This::wxAuiManager(), Window::wxWindow() (see module wxWindow)) -> bool()


Equivalent to addPane(This, Window, []).

addPane(This::wxAuiManager(), Window::wxWindow() (see module wxWindow), X::term()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxauimanager.html#wxauimanageraddpane>.

 Alternatives: 
addPane(This::wxAuiManager(), Window::wxWindow:wxWindow(), [Option]) -> bool()

 Option = {direction, integer()} | {caption, string()} 
addPane(This::wxAuiManager(), Window::wxWindow:wxWindow(), Pane_info::wxAuiPaneInfo:wxAuiPaneInfo()) -> bool()

addPane(This::wxAuiManager(), Window::wxWindow() (see module wxWindow), Pane_info::wxAuiPaneInfo() (see module wxAuiPaneInfo), Drop_pos::{X::integer(), Y::integer()}) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxauimanager.html#wxauimanageraddpane>.

detachPane(This::wxAuiManager(), Window::wxWindow() (see module wxWindow)) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxauimanager.html#wxauimanagerdetachpane>.

getAllPanes(This::wxAuiManager()) -> wxAuiPaneInfoArray() (see module wxAuiPaneInfoArray)


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxauimanager.html#wxauimanagergetallpanes>.

getArtProvider(This::wxAuiManager()) -> wxAuiDockArt() (see module wxAuiDockArt)


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxauimanager.html#wxauimanagergetartprovider>.

getDockSizeConstraint(This::wxAuiManager()) -> {Width_pct::float(), Height_pct::float()}


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxauimanager.html#wxauimanagergetdocksizeconstraint>.

getFlags(This::wxAuiManager()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxauimanager.html#wxauimanagergetflags>.

getManagedWindow(This::wxAuiManager()) -> wxWindow() (see module wxWindow)


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxauimanager.html#wxauimanagergetmanagedwindow>.

getManager(Window::wxWindow() (see module wxWindow)) -> wxAuiManager()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxauimanager.html#wxauimanagergetmanager>.

getPane(This::wxAuiManager(), X::string() | term()) -> wxAuiPaneInfo() (see module wxAuiPaneInfo)


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxauimanager.html#wxauimanagergetpane>.

 Alternatives: 
getPane(This::wxAuiManager(), Name::string()) -> wxAuiPaneInfo:wxAuiPaneInfo()
getPane(This::wxAuiManager(), Window::wxWindow:wxWindow()) -> wxAuiPaneInfo:wxAuiPaneInfo()

hideHint(This::wxAuiManager()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxauimanager.html#wxauimanagerhidehint>.

insertPane(This::wxAuiManager(), Window::wxWindow() (see module wxWindow), Insert_location::wxAuiPaneInfo() (see module wxAuiPaneInfo)) -> bool()


Equivalent to insertPane(This, Window, Insert_location, []).

insertPane(This::wxAuiManager(), Window::wxWindow() (see module wxWindow), Insert_location::wxAuiPaneInfo() (see module wxAuiPaneInfo), Options::[Option]) -> bool()

Types
Option = {insert_level, integer()}

See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxauimanager.html#wxauimanagerinsertpane>.

loadPaneInfo(This::wxAuiManager(), Pane_part::string(), Pane::wxAuiPaneInfo() (see module wxAuiPaneInfo)) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxauimanager.html#wxauimanagerloadpaneinfo>.

loadPerspective(This::wxAuiManager(), Perspective::string()) -> bool()


Equivalent to loadPerspective(This, Perspective, []).

loadPerspective(This::wxAuiManager(), Perspective::string(), Options::[Option]) -> bool()

Types
Option = {update, bool()}

See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxauimanager.html#wxauimanagerloadperspective>.

savePaneInfo(This::wxAuiManager(), Pane::wxAuiPaneInfo() (see module wxAuiPaneInfo)) -> string()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxauimanager.html#wxauimanagersavepaneinfo>.

savePerspective(This::wxAuiManager()) -> string()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxauimanager.html#wxauimanagersaveperspective>.

setArtProvider(This::wxAuiManager(), Art_provider::wxAuiDockArt() (see module wxAuiDockArt)) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxauimanager.html#wxauimanagersetartprovider>.

setDockSizeConstraint(This::wxAuiManager(), Width_pct::float(), Height_pct::float()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxauimanager.html#wxauimanagersetdocksizeconstraint>.

setFlags(This::wxAuiManager(), Flags::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxauimanager.html#wxauimanagersetflags>.

setManagedWindow(This::wxAuiManager(), Managed_wnd::wxWindow() (see module wxWindow)) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxauimanager.html#wxauimanagersetmanagedwindow>.

showHint(This::wxAuiManager(), Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxauimanager.html#wxauimanagershowhint>.

unInit(This::wxAuiManager()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxauimanager.html#wxauimanageruninit>.

update(This::wxAuiManager()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxauimanager.html#wxauimanagerupdate>.

destroy(This::wxAuiManager()) -> ok


Destroys this object, do not use object again