Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wxgraphicsmatrix(3erl) [linux man page]

wxGraphicsMatrix(3erl)					     Erlang Module Definition					    wxGraphicsMatrix(3erl)

NAME
wxGraphicsMatrix - See external documentation: wxGraphicsMatrix. DESCRIPTION
See external documentation: wxGraphicsMatrix . This class is derived (and can use functions) from: wxGraphicsObject DATA TYPES
wxGraphicsMatrix() : 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
concat(This::wxGraphicsMatrix(), T::wxGraphicsMatrix()) -> ok See external documentation . get(This::wxGraphicsMatrix()) -> {A::float(), B::float(), C::float(), D::float(), Tx::float(), Ty::float()} See external documentation . getNativeMatrix(This::wxGraphicsMatrix()) -> ok See external documentation . invert(This::wxGraphicsMatrix()) -> ok See external documentation . isEqual(This::wxGraphicsMatrix(), T::wxGraphicsMatrix()) -> bool() See external documentation . isIdentity(This::wxGraphicsMatrix()) -> bool() See external documentation . rotate(This::wxGraphicsMatrix(), Angle::float()) -> ok See external documentation . scale(This::wxGraphicsMatrix(), XScale::float(), YScale::float()) -> ok See external documentation . translate(This::wxGraphicsMatrix(), Dx::float(), Dy::float()) -> ok See external documentation . set(This::wxGraphicsMatrix()) -> ok Equivalent to set(This, []) . set(This::wxGraphicsMatrix(), Options::[Option]) -> ok Types Option = {a, float()} | {b, float()} | {c, float()} | {d, float()} | {tx, float()} | {ty, float()} See external documentation . transformPoint(This::wxGraphicsMatrix()) -> {X::float(), Y::float()} See external documentation . transformDistance(This::wxGraphicsMatrix()) -> {Dx::float(), Dy::float()} See external documentation . AUTHORS
<> wxErlang 0.98.9 wxGraphicsMatrix(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