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:
@@ -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
|
||||
|
Reference in New Issue
Block a user