-/////////////////////////////////////////////////////////////////////////////
-//
-// $Log$
-// Revision 1.1 1998/08/09 08:25:50 RD
-// Initial version
-//
-//
+ void SetUserData(PyObject* userData);
+ PyObject* GetUserData();
+};
+
+
+
+//---------------------------------------------------------------------------
+
+class wxNotifyEvent : public wxCommandEvent {
+public:
+ bool IsAllowed();
+ void Veto();
+};
+
+//---------------------------------------------------------------------------
+//---------------------------------------------------------------------------