wxFontData(3erl) | Erlang Module Definition | wxFontData(3erl) |
wxFontData - See external documentation: wxFontData.
See external documentation: 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.
new() -> wxFontData()
See external documentation.
new(Data) -> wxFontData()
Types:
See external documentation.
enableEffects(This, Flag) -> ok
Types:
See external documentation.
getAllowSymbols(This) -> boolean()
Types:
See external documentation.
getColour(This) -> wx:wx_colour4()
Types:
See external documentation.
getChosenFont(This) -> wxFont:wxFont()
Types:
See external documentation.
getEnableEffects(This) -> boolean()
Types:
See external documentation.
getInitialFont(This) -> wxFont:wxFont()
Types:
See external documentation.
getShowHelp(This) -> boolean()
Types:
See external documentation.
setAllowSymbols(This, Flag) -> ok
Types:
See external documentation.
setChosenFont(This, Font) -> ok
Types:
See external documentation.
setColour(This, Colour) -> ok
Types:
See external documentation.
setInitialFont(This, Font) -> ok
Types:
See external documentation.
setRange(This, MinRange, MaxRange) -> ok
Types:
See external documentation.
setShowHelp(This, Flag) -> ok
Types:
See external documentation.
destroy(This::wxFontData()) -> ok
Destroys this object, do not use object again
<>
wx 1.9.2 |