wxStaticBoxSizer.3erl

Langue: en

Autres versions - même langue

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

Section: 3 (Bibliothèques de fonctions)

NAME

wxStaticBoxSizer - See external documentation: wxStaticBoxSizer.

DESCRIPTION

See external documentation: wxStaticBoxSizer <http://www.wxwidgets.org/manuals/stable/wx_wxstaticboxsizer.html>.

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

DATA TYPES

wxStaticBoxSizer():

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(X::integer() | term(), X::term() | integer()) -> wxStaticBoxSizer()


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

 Alternatives: 
new(Orient::integer(), Win::wxWindow:wxWindow()) -> new(Orient, Win, [])
new(Box::wxStaticBox:wxStaticBox(), Orient::integer()) -> wxStaticBoxSizer()

new(Orient::integer(), Win::wxWindow() (see module wxWindow), Options::[Option]) -> wxStaticBoxSizer()

Types
Option = {label, string()}

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

getStaticBox(This::wxStaticBoxSizer()) -> wxStaticBox() (see module wxStaticBox)


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

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


Destroys this object, do not use object again