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

wxFontData(3erl)					     Erlang Module Definition						  wxFontData(3erl)

NAME
wxFontData - See external documentation: wxFontData. DESCRIPTION
See external documentation: wxFontData . DATA TYPES
wxFontData() : 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() -> wxFontData() See external documentation . new(Data::wxFontData()) -> wxFontData() See external documentation . enableEffects(This::wxFontData(), Flag::bool()) -> ok See external documentation . getAllowSymbols(This::wxFontData()) -> bool() See external documentation . getColour(This::wxFontData()) -> colour() (see module wx) See external documentation . getChosenFont(This::wxFontData()) -> wxFont() (see module wxFont) See external documentation . getEnableEffects(This::wxFontData()) -> bool() See external documentation . getInitialFont(This::wxFontData()) -> wxFont() (see module wxFont) See external documentation . getShowHelp(This::wxFontData()) -> bool() See external documentation . setAllowSymbols(This::wxFontData(), Flag::bool()) -> ok See external documentation . setChosenFont(This::wxFontData(), Font::wxFont() (see module wxFont)) -> ok See external documentation . setColour(This::wxFontData(), Colour::colour() (see module wx)) -> ok See external documentation . setInitialFont(This::wxFontData(), Font::wxFont() (see module wxFont)) -> ok See external documentation . setRange(This::wxFontData(), MinRange::integer(), MaxRange::integer()) -> ok See external documentation . setShowHelp(This::wxFontData(), Flag::bool()) -> ok See external documentation . destroy(This::wxFontData()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxFontData(3erl)
Man Page