diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-08-31 20:43:08 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-08-31 20:43:08 +0200 |
| commit | c3ef6380a7baa6457974fe2eca1652dff6808cca (patch) | |
| tree | 4be367c73e11bcdc7e8eea46e5a0e0409fbf9af6 /src | |
| parent | c2782b269f1d967bdf8a1daec437e8ddb1b65b8f (diff) | |
| download | box64-c3ef6380a7baa6457974fe2eca1652dff6808cca.tar.gz box64-c3ef6380a7baa6457974fe2eca1652dff6808cca.zip | |
Added a few atk wrapped function (for #56)
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedatk_private.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/wrapped/wrappedatk_private.h b/src/wrapped/wrappedatk_private.h index 84f0c775..1c146d04 100755 --- a/src/wrapped/wrappedatk_private.h +++ b/src/wrapped/wrappedatk_private.h @@ -164,14 +164,14 @@ GO(atk_role_get_localized_name, pFp) GO(atk_role_get_name, pFp) GO(atk_role_get_type, iFv) GO(atk_role_register, iFp) -//GO(atk_selection_add_selection, -//GO(atk_selection_clear_selection, -//GO(atk_selection_get_selection_count, -//GO(atk_selection_get_type, -//GO(atk_selection_is_child_selected, -//GO(atk_selection_ref_selection, -//GO(atk_selection_remove_selection, -//GO(atk_selection_select_all_selection, +GO(atk_selection_add_selection, iFpi) +GO(atk_selection_clear_selection, iFp) +GO(atk_selection_get_selection_count, iFp) +GO(atk_selection_get_type, iFv) +GO(atk_selection_is_child_selected, iFpi) +GO(atk_selection_ref_selection, pFpi) +GO(atk_selection_remove_selection, iFpi) +GO(atk_selection_select_all_selection, iFp) //GO(atk_socket_embed, //GO(atk_socket_get_type, //GO(atk_socket_is_occupied, |