linux man page for wxminiframe

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)

NAME
wxMiniFrame - See external documentation: wxMiniFrame.
DESCRIPTION
See external documentation: wxMiniFrame . This class is derived (and can use functions) from: wxFrame wxTopLevelWindow wxWindow wxEvtHandler
DATA TYPES
wxMiniFrame() : 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() -> 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 again
AUTHORS
<> wxErlang 0.98.9 wxMiniFrame(3erl)
Related Man Pages
wxfindreplacedialog(3erl) - linux
wxframe(3erl) - linux
wxminiframe(3erl) - linux
wxspinbutton(3erl) - linux
wxstaticline(3erl) - linux
Similar Topics in the Unix Linux Community
How to create file of fixed size?
Comparing string and integer in IF
How to seach in specific directories?
Deleting lines not starting with numbers with sed
Some New Thread Title Changes