]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/clntdata.h
generate a size event from ShowWithEffect() for consistency with Show()
[wxWidgets.git] / interface / wx / clntdata.h
index 62d7a864297a449a4c6629ec919534a970bf8439..561d71ae20575649aef4041bc540751a5966b77a 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxClientDataContainer
-    @wxheader{clntdata.h}
 
     This class is a mixin that provides storage and management of "client
     data." This data can either be of type void - in which case the data
@@ -63,7 +62,6 @@ public:
 
 /**
     @class wxClientData
-    @wxheader{clntdata.h}
 
     All classes deriving from wxEvtHandler (such as all controls and wxApp) can
     hold arbitrary data which is here referred to as "client data". This is
@@ -108,7 +106,6 @@ public:
 
 /**
     @class wxStringClientData
-    @wxheader{clntdata.h}
 
     Predefined client data class for holding a string.