1. many, many, many warnings fixed (from HP-UX build log; 50% are still left)
2. attempt (failed) at compiling wxGTK with GTK+ 1.3.0 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5152 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -188,12 +188,12 @@ public:
|
||||
wxListItemAttr *GetAttributes() const { return m_attr; }
|
||||
bool HasAttributes() const { return m_attr != NULL; }
|
||||
|
||||
const wxColour& GetTextColour() const
|
||||
wxColour GetTextColour() const
|
||||
{ return HasAttributes() ? m_attr->GetTextColour() : wxNullColour; }
|
||||
const wxColour& GetBackgroundColour() const
|
||||
wxColour GetBackgroundColour() const
|
||||
{ return HasAttributes() ? m_attr->GetBackgroundColour()
|
||||
: wxNullColour; }
|
||||
const wxFont& GetFont() const
|
||||
wxFont GetFont() const
|
||||
{ return HasAttributes() ? m_attr->GetFont() : wxNullFont; }
|
||||
|
||||
// these members are public for compatibility
|
||||
|
Reference in New Issue
Block a user