1. more warnings fixed
2. fixed wxProgressDialog to work as wxDialog now does git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -178,10 +178,10 @@ public:
|
||||
|
||||
// status inquiries
|
||||
bool HasChildren() const { return !m_children.IsEmpty(); }
|
||||
bool IsSelected() const { return m_hasHilight; }
|
||||
bool IsSelected() const { return m_hasHilight != 0; }
|
||||
bool IsExpanded() const { return !m_isCollapsed; }
|
||||
bool HasPlus() const { return m_hasPlus || HasChildren(); }
|
||||
bool IsBold() const { return m_isBold; }
|
||||
bool IsBold() const { return m_isBold != 0; }
|
||||
|
||||
// attributes
|
||||
// get them - may be NULL
|
||||
|
Reference in New Issue
Block a user