Remove m_blockEvents and use Disable/Enable instead, some more rearraging

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2008-05-22 20:53:10 +00:00
parent 021b67941a
commit 1e6ffd6691
2 changed files with 44 additions and 42 deletions

View File

@@ -93,11 +93,13 @@ public:
bool m_hasCheckBoxes;
#endif // wxUSE_CHECKLISTBOX
bool m_blockEvent;
struct _GtkTreeEntry* GtkGetEntry(unsigned pos) const;
void GtkDeselectAll();
void GtkSetSelection(int n, const bool select, const bool blockEvent);
void GtkDisableEvents();
void GtkEnableEvents();
wxArrayInt m_oldSelection;
void GtkUpdateOldSelection();
protected:
virtual void DoClear();