Searched refs:atk_obj (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/vcl/unx/gtk/a11y/ |
| H A D | atklistener.cxx | 76 AtkObject *atk_obj = ATK_OBJECT( mpWrapper ); in disposing() local 83 atk_object_notify_state_change( atk_obj, ATK_STATE_DEFUNCT, TRUE ); in disposing() 85 if( atk_get_focus_object() == atk_obj ) in disposing() 252 AtkObject *atk_obj = ATK_OBJECT( mpWrapper ); in notifyEvent() local 290 atk_object_set_name(atk_obj, in notifyEvent() 301 atk_object_set_description(atk_obj, in notifyEvent() 315 atk_object_notify_state_change( atk_obj, eRealState, bState ); in notifyEvent() 322 if( ATK_IS_COMPONENT( atk_obj ) ) in notifyEvent() 326 atk_component_get_extents( ATK_COMPONENT( atk_obj ), in notifyEvent() 333 g_signal_emit_by_name( atk_obj, "bounds_changed", &rect ); in notifyEvent() [all …]
|
| H A D | atkwrapper.cxx | 331 wrapper_get_name( AtkObject *atk_obj ) in wrapper_get_name() argument 333 AtkObjectWrapper *obj = ATK_OBJECT_WRAPPER (atk_obj); in wrapper_get_name() 343 int nCmp = atk_obj->name ? rtl_str_compare( atk_obj->name, aName.getStr() ) : -1; in wrapper_get_name() 346 if( atk_obj->name ) in wrapper_get_name() 347 g_free(atk_obj->name); in wrapper_get_name() 348 atk_obj->name = g_strdup(aName.getStr()); in wrapper_get_name() 356 return ATK_OBJECT_CLASS (parent_class)->get_name(atk_obj); in wrapper_get_name() 362 wrapper_get_description( AtkObject *atk_obj ) in wrapper_get_description() argument 364 AtkObjectWrapper *obj = ATK_OBJECT_WRAPPER (atk_obj); in wrapper_get_description() 374 g_free(atk_obj->description); in wrapper_get_description() [all …]
|
| H A D | atkutil.cxx | 76 AtkObject *atk_obj = xAccessible.is() ? atk_object_wrapper_ref( xAccessible ) : NULL; in atk_wrapper_focus_idle_handler() local 78 if( atk_obj ) in atk_wrapper_focus_idle_handler() 81 fprintf(stderr, "notifying focus event for %p\n", atk_obj); in atk_wrapper_focus_idle_handler() 83 atk_focus_tracker_notify(atk_obj); in atk_wrapper_focus_idle_handler() 89 AtkObjectWrapper* wrapper_obj = ATK_OBJECT_WRAPPER (atk_obj); in atk_wrapper_focus_idle_handler() 104 atk_object_notify_state_change( atk_obj, ATK_STATE_FOCUSED, TRUE ); in atk_wrapper_focus_idle_handler() 105 g_signal_emit_by_name( atk_obj, "text_caret_moved", caretPos ); in atk_wrapper_focus_idle_handler() 112 g_object_unref(atk_obj); in atk_wrapper_focus_idle_handler()
|