/////////////////////////////////////////////////////////////////////////////
// Name: wupdlock.h
-// Purpose: documentation for wxWindowUpdateLocker class
+// Purpose: interface of wxWindowUpdateLocker
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
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();
};
+