檢視原始碼 wxListItemAttr (wx v2.4.3)
wxListItemAttr 類別的函式
wxWidgets 文件: wxListItemAttr
摘要
類型
-type wxListItemAttr() :: wx:wx_object().
函式
-spec destroy(This :: wxListItemAttr()) -> ok.
銷毀物件
-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().
-spec hasBackgroundColour(This) -> boolean() when This :: wxListItemAttr().
-spec hasFont(This) -> boolean() when This :: wxListItemAttr().
-spec hasTextColour(This) -> boolean() when This :: wxListItemAttr().
-spec new() -> wxListItemAttr().
-spec new(ColText, ColBack, Font) -> wxListItemAttr() when ColText :: wx:wx_colour(), ColBack :: wx:wx_colour(), Font :: wxFont:wxFont().
-spec setBackgroundColour(This, ColBack) -> ok when This :: wxListItemAttr(), ColBack :: wx:wx_colour().
-spec setFont(This, Font) -> ok when This :: wxListItemAttr(), Font :: wxFont:wxFont().
-spec setTextColour(This, ColText) -> ok when This :: wxListItemAttr(), ColText :: wx:wx_colour().