]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wupdlock.h
Mention graphics classes, separate out image and bitmap classes
[wxWidgets.git] / interface / wupdlock.h
index de935a35e191baa3730fc352df92acc40e0f84d5..525a9a09f6412ecd7a344827d2fe85fa43fe56ed 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wupdlock.h
-// Purpose:     documentation for wxWindowUpdateLocker class
+// Purpose:     interface of wxWindowUpdateLocker
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -43,10 +43,11 @@ public:
         parameter must be non-@NULL and the window must exist for longer than
         wxWindowUpdateLocker object itself.
     */
-    wxWindowUpdateLocker(wxWindow * win);
+    wxWindowUpdateLocker(wxWindow* win);
 
     /**
         Destructor reenables updates for the window this object is associated with.
     */
     ~wxWindowUpdateLocker();
 };
+