- // under XP when using "transition effect for menus and tooltips" if we
- // return true for WM_PRINTCLIENT here then it causes noticable slowdown
- virtual bool MSWShouldPropagatePrintChild()
- {
- return false;
- }
+ virtual void DoSetFirstItem(int n);
+ virtual void DoSetItemClientData(unsigned int n, void* clientData);
+ virtual void* DoGetItemClientData(unsigned int n) const;
+
+ // this can't be called DoHitTest() because wxWindow already has this method
+ virtual int DoHitTestList(const wxPoint& point) const;
+
+ // free memory (common part of Clear() and dtor)
+ void Free();
+
+ unsigned int m_noItems;