查看源代码 wxListItemAttr (wx v2.4.3)

wxListItemAttr 类的函数

wxWidgets 文档: wxListItemAttr

摘要

类型

-type wxListItemAttr() :: wx:wx_object().

函数

-spec destroy(This :: wxListItemAttr()) -> ok.

销毁对象

链接到此函数

getBackgroundColour(This)

查看源代码
-spec getBackgroundColour(This) -> wx:wx_colour4() when This :: wxListItemAttr().
-spec getFont(This) -> wxFont:wxFont() when This :: wxListItemAttr().
-spec getTextColour(This) -> wx:wx_colour4() when This :: wxListItemAttr().
链接到此函数

hasBackgroundColour(This)

查看源代码
-spec hasBackgroundColour(This) -> boolean() when This :: wxListItemAttr().
-spec hasFont(This) -> boolean() when This :: wxListItemAttr().
-spec hasTextColour(This) -> boolean() when This :: wxListItemAttr().
-spec new() -> wxListItemAttr().
链接到此函数

new(ColText, ColBack, Font)

查看源代码
-spec new(ColText, ColBack, Font) -> wxListItemAttr()
             when ColText :: wx:wx_colour(), ColBack :: wx:wx_colour(), Font :: wxFont:wxFont().
链接到此函数

setBackgroundColour(This, ColBack)

查看源代码
-spec setBackgroundColour(This, ColBack) -> ok when This :: wxListItemAttr(), ColBack :: wx:wx_colour().
-spec setFont(This, Font) -> ok when This :: wxListItemAttr(), Font :: wxFont:wxFont().
链接到此函数

setTextColour(This, ColText)

查看源代码
-spec setTextColour(This, ColText) -> ok when This :: wxListItemAttr(), ColText :: wx:wx_colour().