wxAuiDockArt

See external documentation: wxAuiDockArt.

See external documentation: wxAuiDockArt.

Types


wxAuiDockArt() = wx:wx_object()

Functions


getColour(This, Id) -> wx_colour4() (see module wx)

  • This = wxAuiDockArt()
  • Id = integer()

See external documentation.

getFont(This, Id) -> wxFont() (see module wxFont)

  • This = wxAuiDockArt()
  • Id = integer()

See external documentation.

getMetric(This, Id) -> integer()

  • This = wxAuiDockArt()
  • Id = integer()

See external documentation.

setColour(This, Id, Colour) -> ok

  • This = wxAuiDockArt()
  • Id = integer()
  • Colour = wx_colour() (see module wx)

See external documentation.

setFont(This, Id, Font) -> ok

  • This = wxAuiDockArt()
  • Id = integer()
  • Font = wxFont() (see module wxFont)

See external documentation.

setMetric(This, Id, New_val) -> ok

  • This = wxAuiDockArt()
  • Id = integer()
  • New_val = integer()

See external documentation.