//-----------------------------------------
// Commands that can be bound to keystrokes
+
%(CMDS)s
//----------------------------------------------------------------------
+#ifndef SWIG
+class WXDLLIMPEXP_STC wxStyledTextCtrl : public wxControl {
+#else
class wxStyledTextCtrl : public wxControl {
+#endif
public:
#ifdef SWIG
void NotifyParent(SCNotification* scn);
DECLARE_EVENT_TABLE()
- DECLARE_CLASS(wxStyledTextCtrl)
+ DECLARE_DYNAMIC_CLASS(wxStyledTextCtrl)
protected:
#endif
#endif
+#ifndef SWIG
+class WXDLLIMPEXP_STC wxStyledTextEvent : public wxCommandEvent {
+#else
class wxStyledTextEvent : public wxCommandEvent {
+#endif
public:
wxStyledTextEvent(wxEventType commandType=0, int id=0);
#ifndef SWIG