]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/ctrlsub.h
Document methods indicating what kind of client data is associated with an item conta...
[wxWidgets.git] / interface / wx / ctrlsub.h
index 83b2035c6dfaafe0c6fb58731d3a849534bfa2d4..f23616e4e02481218e9435d7235855ff81a30574 100644 (file)
@@ -347,6 +347,26 @@ public:
     */
     void Delete(unsigned int n);
 
+
+    /**
+       Returns true, if either untyped data (@c void*) or object data (wxClientData*)
+       is associated with the items of the control.
+    */
+    bool HasClientData() const;
+    
+    /**
+       Returns true, if object data (wxClientData*)
+       is associated with the items of the control.
+    */
+    bool HasClientObjectData() const;
+
+    /**
+       Returns true, if untyped data (@c void*) 
+       is associated with the items of the control.
+    */
+    bool HasClientUntypedData() const;
+
+
     //@{
 
     /**