Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wxauimanagerevent(3erl) [linux man page]

wxAuiManagerEvent(3erl) 				     Erlang Module Definition					   wxAuiManagerEvent(3erl)

NAME
wxAuiManagerEvent - See external documentation: wxAuiManagerEvent. DESCRIPTION
See external documentation: wxAuiManagerEvent . Use wxEvtHandler:connect/3 with EventType: : aui_pane_button , aui_pane_close , aui_pane_maximize , aui_pane_restore , aui_render , aui_find_manager See also the message variant #wxAuiManager{ } event record type. This class is derived (and can use functions) from: wxEvent DATA TYPES
wxAuiManagerEvent() : 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
setManager(This::wxAuiManagerEvent(), Mgr::wxAuiManager() (see module wxAuiManager)) -> ok See external documentation . getManager(This::wxAuiManagerEvent()) -> wxAuiManager() (see module wxAuiManager) See external documentation . setPane(This::wxAuiManagerEvent(), P::wxAuiPaneInfo() (see module wxAuiPaneInfo)) -> ok See external documentation . getPane(This::wxAuiManagerEvent()) -> wxAuiPaneInfo() (see module wxAuiPaneInfo) See external documentation . setButton(This::wxAuiManagerEvent(), B::integer()) -> ok See external documentation . getButton(This::wxAuiManagerEvent()) -> integer() See external documentation . setDC(This::wxAuiManagerEvent(), Pdc::wxDC() (see module wxDC)) -> ok See external documentation . getDC(This::wxAuiManagerEvent()) -> wxDC() (see module wxDC) See external documentation . veto(This::wxAuiManagerEvent()) -> ok Equivalent to veto(This, []) . veto(This::wxAuiManagerEvent(), Options::[Option]) -> ok Types Option = {veto, bool()} See external documentation . getVeto(This::wxAuiManagerEvent()) -> bool() See external documentation . setCanVeto(This::wxAuiManagerEvent(), Can_veto::bool()) -> ok See external documentation . canVeto(This::wxAuiManagerEvent()) -> bool() See external documentation . AUTHORS
<> wxErlang 0.98.9 wxAuiManagerEvent(3erl)

Check Out this Related Man Page

wxAuiManager(3erl)					     Erlang Module Definition						wxAuiManager(3erl)

NAME
wxAuiManager - See external documentation: wxAuiManager. DESCRIPTION
See external documentation: wxAuiManager . 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 . 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 . 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 . detachPane(This::wxAuiManager(), Window::wxWindow() (see module wxWindow)) -> bool() See external documentation . getAllPanes(This::wxAuiManager()) -> wxAuiPaneInfoArray() (see module wxAuiPaneInfoArray) See external documentation . getArtProvider(This::wxAuiManager()) -> wxAuiDockArt() (see module wxAuiDockArt) See external documentation . getDockSizeConstraint(This::wxAuiManager()) -> {Width_pct::float(), Height_pct::float()} See external documentation . getFlags(This::wxAuiManager()) -> integer() See external documentation . getManagedWindow(This::wxAuiManager()) -> wxWindow() (see module wxWindow) See external documentation . getManager(Window::wxWindow() (see module wxWindow)) -> wxAuiManager() See external documentation . getPane(This::wxAuiManager(), X::string() | term()) -> wxAuiPaneInfo() (see module wxAuiPaneInfo) See external documentation . Alternatives: getPane(This::wxAuiManager(), Name::string()) -> wxAuiPaneInfo:wxAuiPaneInfo() getPane(This::wxAuiManager(), Window::wxWindow:wxWindow()) -> wxAuiPaneInfo:wxAuiPaneInfo() hideHint(This::wxAuiManager()) -> ok See external documentation . 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 . loadPaneInfo(This::wxAuiManager(), Pane_part::string(), Pane::wxAuiPaneInfo() (see module wxAuiPaneInfo)) -> ok See external documentation . 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 . savePaneInfo(This::wxAuiManager(), Pane::wxAuiPaneInfo() (see module wxAuiPaneInfo)) -> string() See external documentation . savePerspective(This::wxAuiManager()) -> string() See external documentation . setArtProvider(This::wxAuiManager(), Art_provider::wxAuiDockArt() (see module wxAuiDockArt)) -> ok See external documentation . setDockSizeConstraint(This::wxAuiManager(), Width_pct::float(), Height_pct::float()) -> ok See external documentation . setFlags(This::wxAuiManager(), Flags::integer()) -> ok See external documentation . setManagedWindow(This::wxAuiManager(), Managed_wnd::wxWindow() (see module wxWindow)) -> ok See external documentation . showHint(This::wxAuiManager(), Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}) -> ok See external documentation . unInit(This::wxAuiManager()) -> ok See external documentation . update(This::wxAuiManager()) -> ok See external documentation . destroy(This::wxAuiManager()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxAuiManager(3erl)
Man Page