/////////////////////////////////////////////////////////////////////////////
// Name: stc/stc.h
-// Purpose: documentation for wxStyledTextEvent class
+// Purpose: interface of wxStyledTextEvent
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
};
+
/**
@class wxStyledTextCtrl
@headerfile stc.h wx/stc/stc.h
@library{wxbase}
@category{stc}
- @seealso
- wxStyledTextEvent
+ @see wxStyledTextEvent
*/
class wxStyledTextCtrl : public wxControl
{
*/
void ZoomOut();
};
+