Provided by: erlang-manpages_20.2.2+dfsg-1ubuntu2_all
NAME
wxAuiDockArt - See external documentation: wxAuiDockArt.
DESCRIPTION
See external documentation: wxAuiDockArt.
DATA TYPES
wxAuiDockArt(): 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
getColour(This, Id) -> wx:wx_colour4() Types: This = wxAuiDockArt() Id = integer() See external documentation. getFont(This, Id) -> wxFont:wxFont() Types: This = wxAuiDockArt() Id = integer() See external documentation. getMetric(This, Id) -> integer() Types: This = wxAuiDockArt() Id = integer() See external documentation. setColour(This, Id, Colour) -> ok Types: This = wxAuiDockArt() Id = integer() Colour = wx:wx_colour() See external documentation. setFont(This, Id, Font) -> ok Types: This = wxAuiDockArt() Id = integer() Font = wxFont:wxFont() See external documentation. setMetric(This, Id, New_val) -> ok Types: This = wxAuiDockArt() Id = integer() New_val = integer() See external documentation.
AUTHORS
<> wx 1.8.3 wxAuiDockArt(3erl)