Home
last modified time | relevance | path

Searched refs:atkobj (Results 1 – 19 of 19) sorted by relevance

/dports/deskutils/notification-daemon/notification-daemon-3.20.0/src/
H A Dnd-notification-box.c283 AtkObject *atkobj; in nd_notification_box_init() local
326 atkobj = gtk_widget_get_accessible (notification_box->priv->close_button); in nd_notification_box_init()
327 atk_action_set_description (ATK_ACTION (atkobj), 0, in nd_notification_box_init()
329 atk_object_set_name (atkobj, ""); in nd_notification_box_init()
330 atk_object_set_description (atkobj, _("Closes the notification.")); in nd_notification_box_init()
345 atkobj = gtk_widget_get_accessible (notification_box->priv->summary_label); in nd_notification_box_init()
346 atk_object_set_description (atkobj, _("Notification summary text.")); in nd_notification_box_init()
365 atkobj = gtk_widget_get_accessible (notification_box->priv->body_label); in nd_notification_box_init()
366 atk_object_set_description (atkobj, _("Notification body text.")); in nd_notification_box_init()
H A Dnd-bubble.c458 AtkObject *atkobj; in nd_bubble_init() local
527 atkobj = gtk_widget_get_accessible (close_button); in nd_bubble_init()
528 atk_action_set_description (ATK_ACTION (atkobj), 0, in nd_bubble_init()
530 atk_object_set_name (atkobj, ""); in nd_bubble_init()
531 atk_object_set_description (atkobj, _("Closes the notification.")); in nd_bubble_init()
546 atkobj = gtk_widget_get_accessible (bubble->priv->summary_label); in nd_bubble_init()
547 atk_object_set_description (atkobj, _("Notification summary text.")); in nd_bubble_init()
570 atkobj = gtk_widget_get_accessible (bubble->priv->body_label); in nd_bubble_init()
571 atk_object_set_description (atkobj, _("Notification summary text.")); in nd_bubble_init()
/dports/deskutils/mate-notification-daemon/mate-notification-daemon-1.26.0/src/themes/slider/
H A Dtheme.c316 AtkObject* atkobj; in create_notification() local
397 atkobj = gtk_widget_get_accessible(close_button); in create_notification()
398 atk_action_set_description(ATK_ACTION(atkobj), 0, in create_notification()
400 atk_object_set_name(atkobj, ""); in create_notification()
401 atk_object_set_description (atkobj, _("Closes the notification.")); in create_notification()
416 atkobj = gtk_widget_get_accessible(windata->summary_label); in create_notification()
417 atk_object_set_description (atkobj, _("Notification summary text.")); in create_notification()
437 atkobj = gtk_widget_get_accessible(windata->body_label); in create_notification()
438 atk_object_set_description (atkobj, _("Notification body text.")); in create_notification()
/dports/sysutils/xfce4-settings/xfce4-settings-4.16.2/dialogs/accessibility-settings/
H A Dmain.c73 AtkObject *atkobj; in accessibility_settings_at() local
87 atkobj = gtk_widget_get_accessible (GTK_WIDGET (button)); in accessibility_settings_at()
91 else if (!GTK_IS_ACCESSIBLE (atkobj)) in accessibility_settings_at()
/dports/deskutils/mate-notification-daemon/mate-notification-daemon-1.26.0/src/themes/nodoka/
H A Dnodoka-theme.c738 AtkObject *atkobj; in create_notification() local
821 atkobj = gtk_widget_get_accessible(windata->summary_label); in create_notification()
822 atk_object_set_description (atkobj, _("Notification summary text.")); in create_notification()
834 atkobj = gtk_widget_get_accessible(close_button); in create_notification()
835 atk_action_set_description(ATK_ACTION(atkobj), 0, in create_notification()
837 atk_object_set_name(atkobj, ""); in create_notification()
838 atk_object_set_description (atkobj, _("Closes the notification.")); in create_notification()
874 atkobj = gtk_widget_get_accessible(windata->body_label); in create_notification()
875 atk_object_set_description (atkobj, _("Notification body text.")); in create_notification()
/dports/deskutils/mate-notification-daemon/mate-notification-daemon-1.26.0/src/themes/standard/
H A Dtheme.c653 AtkObject* atkobj; in create_notification() local
736 atkobj = gtk_widget_get_accessible(windata->summary_label); in create_notification()
737 atk_object_set_description (atkobj, _("Notification summary text.")); in create_notification()
751 atkobj = gtk_widget_get_accessible(close_button); in create_notification()
752 atk_action_set_description(ATK_ACTION(atkobj), 0, in create_notification()
754 atk_object_set_name(atkobj, ""); in create_notification()
755 atk_object_set_description (atkobj, _("Closes the notification.")); in create_notification()
788 atkobj = gtk_widget_get_accessible(windata->body_label); in create_notification()
789 atk_object_set_description (atkobj, _("Notification body text.")); in create_notification()
/dports/deskutils/mate-notification-daemon/mate-notification-daemon-1.26.0/src/themes/coco/
H A Dcoco-theme.c381 AtkObject *atkobj; in create_notification() local
464 atkobj = gtk_widget_get_accessible(windata->summary_label); in create_notification()
465 atk_object_set_description (atkobj, _("Notification summary text.")); in create_notification()
478 atkobj = gtk_widget_get_accessible(windata->body_label); in create_notification()
479 atk_object_set_description (atkobj, _("Notification body text.")); in create_notification()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/modules/other/gail/tests/
H A Dferret.c90 AtkObject *atkobj; member
965 nv->atkobj = ATK_OBJECT(aobject); in _print_action()
2606 atk_action_do_action(ATK_ACTION(nv->atkobj), nv->action_num); in _action_cb()
/dports/misc/gnome-devel-docs/gnome-devel-docs-40.3/accessibility-devel-guide/sl/
H A Dsl.po708 msgid "ATK_IS_ACTION(atkobj)"
709 msgstr "ATK_IS_ACTION(atkobj)"
712 msgid "ATK_IS_COMPONENT(atkobj)"
713 msgstr "ATK_IS_COMPONENT(atkobj)"
/dports/misc/gnome-devel-docs/gnome-devel-docs-40.3/accessibility-devel-guide/el/
H A Del.po1703 msgid "<function>ATK_IS_ACTION(atkobj)</function>"
1704 msgstr "<function>ATK_IS_ACTION(atkobj)</function>"
1708 msgid "<function>ATK_IS_COMPONENT(atkobj)</function>"
1709 msgstr "<function>ATK_IS_COMPONENT(atkobj)</function>"
/dports/misc/gnome-devel-docs/gnome-devel-docs-40.3/accessibility-devel-guide/ko/
H A Dko.po1431 msgid "<function>ATK_IS_ACTION(atkobj)</function>"
1432 msgstr "<function>ATK_IS_ACTION(atkobj)</function>"
1436 msgid "<function>ATK_IS_COMPONENT(atkobj)</function>"
1437 msgstr "<function>ATK_IS_COMPONENT(atkobj)</function>"
/dports/misc/gnome-devel-docs/gnome-devel-docs-40.3/accessibility-devel-guide/zh_CN/
H A Dzh_CN.po1553 msgid "<function>ATK_IS_ACTION(atkobj)</function>"
1554 msgstr "<function>ATK_IS_ACTION(atkobj)</function>"
1558 msgid "<function>ATK_IS_COMPONENT(atkobj)</function>"
1559 msgstr "<function>ATK_IS_COMPONENT(atkobj)</function>"
/dports/misc/gnome-devel-docs/gnome-devel-docs-40.3/accessibility-devel-guide/de/
H A Dde.po1411 msgid "<function>ATK_IS_ACTION(atkobj)</function>"
1412 msgstr "<function>ATK_IS_ACTION(atkobj)</function>"
1416 msgid "<function>ATK_IS_COMPONENT(atkobj)</function>"
1417 msgstr "<function>ATK_IS_COMPONENT(atkobj)</function>"
/dports/misc/gnome-devel-docs/gnome-devel-docs-40.3/accessibility-devel-guide/cs/
H A Dcs.po1368 msgid "<function>ATK_IS_ACTION(atkobj)</function>"
1369 msgstr "<function>ATK_IS_ACTION(atkobj)</function>"
1373 msgid "<function>ATK_IS_COMPONENT(atkobj)</function>"
1374 msgstr "<function>ATK_IS_COMPONENT(atkobj)</function>"
/dports/misc/gnome-devel-docs/gnome-devel-docs-40.3/accessibility-devel-guide/sv/
H A Dsv.po1379 msgid "<function>ATK_IS_ACTION(atkobj)</function>"
1380 msgstr "<function>ATK_IS_ACTION(atkobj)</function>"
1384 msgid "<function>ATK_IS_COMPONENT(atkobj)</function>"
1385 msgstr "<function>ATK_IS_COMPONENT(atkobj)</function>"
/dports/misc/gnome-devel-docs/gnome-devel-docs-40.3/accessibility-devel-guide/es/
H A Des.po1450 msgid "<function>ATK_IS_ACTION(atkobj)</function>"
1451 msgstr "<function>ATK_IS_ACTION(atkobj)</function>"
1455 msgid "<function>ATK_IS_COMPONENT(atkobj)</function>"
1456 msgstr "<function>ATK_IS_COMPONENT(atkobj)</function>"
/dports/misc/gnome-devel-docs/gnome-devel-docs-40.3/accessibility-devel-guide/fr/
H A Dfr.po1788 msgid "<function>ATK_IS_ACTION(atkobj)</function>"
1789 msgstr "<function>ATK_IS_ACTION(atkobj)</function>"
1793 msgid "<function>ATK_IS_COMPONENT(atkobj)</function>"
1794 msgstr "<function>ATK_IS_COMPONENT(atkobj)</function>"
/dports/misc/gnome-devel-docs/gnome-devel-docs-40.3/accessibility-devel-guide/pt_BR/
H A Dpt_BR.po1516 msgid "<function>ATK_IS_ACTION(atkobj)</function>"
1517 msgstr "<function>ATK_IS_ACTION(atkobj)</function>"
1521 msgid "<function>ATK_IS_COMPONENT(atkobj)</function>"
1522 msgstr "<function>ATK_IS_COMPONENT(atkobj)</function>"
/dports/misc/gnome-devel-docs/gnome-devel-docs-40.3/accessibility-devel-guide/ja/
H A Dja.po1134 msgid "ATK_IS_ACTION(atkobj)"
1138 msgid "ATK_IS_COMPONENT(atkobj)"