wxSashWindow.3erl

Langue: en

Autres versions - même langue

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

Section: 3 (Bibliothèques de fonctions)

NAME

wxSashWindow - See external documentation: wxSashWindow.

DESCRIPTION

See external documentation: wxSashWindow <http://www.wxwidgets.org/manuals/stable/wx_wxsashwindow.html>.

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

DATA TYPES

wxSashWindow():

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() -> wxSashWindow()


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

new(Parent::wxWindow() (see module wxWindow)) -> wxSashWindow()


Equivalent to new(Parent, []).

new(Parent::wxWindow() (see module wxWindow), Options::[Option]) -> wxSashWindow()

Types
Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}

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

getSashVisible(This::wxSashWindow(), Edge::WxSashEdgePosition) -> bool()

Types
WxSashEdgePosition = integer()

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

 WxSashEdgePosition is one of ?wxSASH_TOP | ?wxSASH_RIGHT | ?wxSASH_BOTTOM | ?wxSASH_LEFT | ?wxSASH_NONE

getMaximumSizeX(This::wxSashWindow()) -> integer()


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

getMaximumSizeY(This::wxSashWindow()) -> integer()


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

getMinimumSizeX(This::wxSashWindow()) -> integer()


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

getMinimumSizeY(This::wxSashWindow()) -> integer()


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

setMaximumSizeX(This::wxSashWindow(), Max::integer()) -> ok


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

setMaximumSizeY(This::wxSashWindow(), Max::integer()) -> ok


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

setMinimumSizeX(This::wxSashWindow(), Min::integer()) -> ok


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

setMinimumSizeY(This::wxSashWindow(), Min::integer()) -> ok


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

setSashVisible(This::wxSashWindow(), Edge::WxSashEdgePosition, Sash::bool()) -> ok

Types
WxSashEdgePosition = integer()

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

 WxSashEdgePosition is one of ?wxSASH_TOP | ?wxSASH_RIGHT | ?wxSASH_BOTTOM | ?wxSASH_LEFT | ?wxSASH_NONE

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


Destroys this object, do not use object again