Go to main content

man pages section 3: Extended Library Functions, Volume 1

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

wxListItemAttr (3erl)

Name

wxListItemAttr - Functions for wxListItemAttr class

Synopsis

Please see following description for synopsis

Description

wxListItemAttr(3)          Erlang Module Definition          wxListItemAttr(3)



NAME
       wxListItemAttr - Functions for wxListItemAttr class

DESCRIPTION
       wxWidgets docs: wxListItemAttr

DATA TYPES
       wxListItemAttr() = wx:wx_object()

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(3)