logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

wxListItemAttr - Functions for wxListItemAttr class

Data Types

wxListItemAttr() = wx:wx_object()

Description

       wxWidgets docs: wxListItemAttr

Exports

new()->wxListItemAttr()new(ColText,ColBack,Font)->wxListItemAttr()

              Types:

                 ColText = ColBack = wx:wx_colour()
                 Font = wxFont:wxFont()

       getBackgroundColour(This)->wx:wx_colour4()

              Types:

                 This = wxListItemAttr()

       getFont(This)->wxFont:wxFont()

              Types:

                 This = wxListItemAttr()

       getTextColour(This)->wx:wx_colour4()

              Types:

                 This = wxListItemAttr()

       hasBackgroundColour(This)->boolean()

              Types:

                 This = wxListItemAttr()

       hasFont(This)->boolean()

              Types:

                 This = wxListItemAttr()

       hasTextColour(This)->boolean()

              Types:

                 This = wxListItemAttr()

       setBackgroundColour(This,ColBack)->ok

              Types:

                 This = wxListItemAttr()
                 ColBack = wx:wx_colour()

       setFont(This,Font)->ok

              Types:

                 This = wxListItemAttr()
                 Font = wxFont:wxFont()

       setTextColour(This,ColText)->ok

              Types:

                 This = wxListItemAttr()
                 ColText = wx:wx_colour()

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

              Destroys the object.

wxWidgets team.                                     wx 2.1.1                                wxListItemAttr(3erl)

Name

       wxListItemAttr - Functions for wxListItemAttr class

See Also