Query: wxstaticboxsizer
OS: linux
Section: 3erl
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
wxStaticBoxSizer(3erl) Erlang Module Definition wxStaticBoxSizer(3erl)NAMEwxStaticBoxSizer - See external documentation: wxStaticBoxSizer.DESCRIPTIONSee external documentation: wxStaticBoxSizer . This class is derived (and can use functions) from: wxBoxSizer wxSizerDATA TYPESwxStaticBoxSizer() : 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.EXPORTSnew(X::integer() | term(), X::term() | integer()) -> wxStaticBoxSizer() See external documentation . 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 . getStaticBox(This::wxStaticBoxSizer()) -> wxStaticBox() (see module wxStaticBox) See external documentation . destroy(This::wxStaticBoxSizer()) -> ok Destroys this object, do not use object againAUTHORS<> wxErlang 0.98.9 wxStaticBoxSizer(3erl)