Removed erroneous copyright names and corrected licence spelling

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19592 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-03-17 10:34:04 +00:00
parent 3f0fac91ab
commit 371a5b4e62
184 changed files with 273 additions and 514 deletions

View File

@@ -51,6 +51,12 @@ public:
// Returns the IAccessible standard interface pointer
void* GetIAccessibleStd() ;
// Operations
// Sends an event when something changes in an accessible object.
static void NotifyEvent(int eventType, wxWindow* window, wxAccObject objectType,
int objectId);
protected:
void Init();