Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wxstddialogbuttonsizer(3erl) [linux man page]

wxStdDialogButtonSizer(3erl)				     Erlang Module Definition				      wxStdDialogButtonSizer(3erl)

NAME
wxStdDialogButtonSizer - See external documentation: wxStdDialogButtonSizer. DESCRIPTION
See external documentation: wxStdDialogButtonSizer . This class is derived (and can use functions) from: wxBoxSizer wxSizer DATA TYPES
wxStdDialogButtonSizer() : 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() -> wxStdDialogButtonSizer() See external documentation . addButton(This::wxStdDialogButtonSizer(), Button::wxButton() (see module wxButton)) -> ok See external documentation . realize(This::wxStdDialogButtonSizer()) -> ok See external documentation . setAffirmativeButton(This::wxStdDialogButtonSizer(), Button::wxButton() (see module wxButton)) -> ok See external documentation . setCancelButton(This::wxStdDialogButtonSizer(), Button::wxButton() (see module wxButton)) -> ok See external documentation . setNegativeButton(This::wxStdDialogButtonSizer(), Button::wxButton() (see module wxButton)) -> ok See external documentation . destroy(This::wxStdDialogButtonSizer()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxStdDialogButtonSizer(3erl)

Check Out this Related Man Page

wxPen(3erl)						     Erlang Module Definition						       wxPen(3erl)

NAME
wxPen - See external documentation: wxPen. DESCRIPTION
See external documentation: wxPen . DATA TYPES
wxPen() : 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() -> wxPen() See external documentation . new(Colour::colour() (see module wx)) -> wxPen() Equivalent to new(Colour, []) . new(Colour::colour() (see module wx), Options::[Option]) -> wxPen() Types Option = {width, integer()} | {style, integer()} See external documentation . getCap(This::wxPen()) -> integer() See external documentation . getColour(This::wxPen()) -> colour() (see module wx) See external documentation . getJoin(This::wxPen()) -> integer() See external documentation . getStyle(This::wxPen()) -> integer() See external documentation . getWidth(This::wxPen()) -> integer() See external documentation . isOk(This::wxPen()) -> bool() See external documentation . setCap(This::wxPen(), CapStyle::integer()) -> ok See external documentation . setColour(This::wxPen(), Colour::colour() (see module wx)) -> ok See external documentation . setColour(This::wxPen(), Red::integer(), Green::integer(), Blue::integer()) -> ok See external documentation . setJoin(This::wxPen(), JoinStyle::integer()) -> ok See external documentation . setStyle(This::wxPen(), Style::integer()) -> ok See external documentation . setWidth(This::wxPen(), Width::integer()) -> ok See external documentation . destroy(This::wxPen()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxPen(3erl)
Man Page