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:
Vadim Zeitlin
2000-10-07 21:34:35 +00:00
parent b0a6bb75bc
commit ef8698d677
3 changed files with 35 additions and 7 deletions

View File

@@ -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