Removed erroneous copyright names and corrected licence spelling

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19593 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-03-17 11:23:28 +00:00
parent 371a5b4e62
commit 6c9a19aaba
116 changed files with 168 additions and 160 deletions

View File

@@ -1706,6 +1706,14 @@ void* wxAccessible::GetIAccessibleStd()
return NULL;
}
// Sends an event when something changes in an accessible object.
void wxAccessible::NotifyEvent(int eventType, wxWindow* window, wxAccObject objectType,
int objectId)
{
::NotifyWinEvent((DWORD) eventType, (HWND) window->GetHWND(),
(LONG) objectType, (LONG) objectId);
}
// Utilities
// Convert to Windows role