Query: wxminiframe
OS: linux
Section: 3erl
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
wxMiniFrame(3erl) Erlang Module Definition wxMiniFrame(3erl)NAMEwxMiniFrame - See external documentation: wxMiniFrame.DESCRIPTIONSee external documentation: wxMiniFrame . This class is derived (and can use functions) from: wxFrame wxTopLevelWindow wxWindow wxEvtHandlerDATA TYPESwxMiniFrame() : 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() -> wxMiniFrame() See external documentation . new(Parent::wxWindow() (see module wxWindow), Id::integer(), Title::string()) -> wxMiniFrame() Equivalent to new(Parent, Id, Title, []) . new(Parent::wxWindow() (see module wxWindow), Id::integer(), Title::string(), Options::[Option]) -> wxMiniFrame() Types Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} See external documentation . create(This::wxMiniFrame(), Parent::wxWindow() (see module wxWindow), Id::integer(), Title::string()) -> bool() Equivalent to create(This, Parent, Id, Title, []) . create(This::wxMiniFrame(), Parent::wxWindow() (see module wxWindow), Id::integer(), Title::string(), Options::[Option]) -> bool() Types Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} See external documentation . destroy(This::wxMiniFrame()) -> ok Destroys this object, do not use object againAUTHORS<> wxErlang 0.98.9 wxMiniFrame(3erl)
Related Man Pages |
---|
wxbutton(3erl) - linux |
wxdialog(3erl) - linux |
wxdirpickerctrl(3erl) - linux |
wxminiframe(3erl) - linux |
wxstatictext(3erl) - linux |
Similar Topics in the Unix Linux Community |
---|
How to create file of fixed size? |
Change Terminal Title |
How to seach in specific directories? |
Perl - Title Case after apostrophe |
Deleting/Removing sentence from .txt |