]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/listctrl/listtest.h
Since this class is fully inline don't specify an import/export policy
[wxWidgets.git] / samples / listctrl / listtest.h
index 97a719b7dc31e0e78106aca981b6acc5ea72daab..b3efd7c148ac88972caa632f20a0d6cf52b92e61 100644 (file)
@@ -133,6 +133,11 @@ private:
     void InitWithIconItems(bool withText, bool sameIcon = FALSE);
     void InitWithVirtualItems();
 
+    // return true if the control is not in virtual view, give an error message
+    // and return false if it is
+    bool CheckNonVirtual() const;
+
+
     wxLog *m_logOld;
 
     DECLARE_NO_COPY_CLASS(MyFrame)