Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
16
Src/Wasabi/api/wnd/accessible.cpp
Normal file
16
Src/Wasabi/api/wnd/accessible.cpp
Normal file
|
@ -0,0 +1,16 @@
|
|||
#include "precomp.h"
|
||||
#include "accessible.h"
|
||||
|
||||
#define CBCLASS AccessibleI
|
||||
START_DISPATCH;
|
||||
CB(ACCESSIBLE_GETIACCESSIBLE, getIAccessible);
|
||||
CB(ACCESSIBLE_GETOSHANDLE, getOSHandle);
|
||||
VCB(ACCESSIBLE_RELEASE, release);
|
||||
VCB(ACCESSIBLE_ADDREF, addRef);
|
||||
CB(ACCESSIBLE_GETNUMREFS, getNumRefs);
|
||||
VCB(ACCESSIBLE_ONGETFOCUS, onGetFocus);
|
||||
VCB(ACCESSIBLE_ONSETNAME, onSetName);
|
||||
CB(ACCESSIBLE_GETOSWND, getOSWnd);
|
||||
VCB(ACCESSIBLE_ONSTATECHANGE, onStateChange);
|
||||
CB(ACCESSIBLE_FLATTENCONTENT, flattenContent);
|
||||
END_DISPATCH;
|
Loading…
Add table
Add a link
Reference in a new issue