Home
last modified time | relevance | path

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

/dports/accessibility/atk/atk-2.36.0/atk/
H A Datkcomponent.c149 iface = ATK_COMPONENT_GET_IFACE (component); in atk_component_add_focus_handler()
178 iface = ATK_COMPONENT_GET_IFACE (component); in atk_component_remove_focus_handler()
210 iface = ATK_COMPONENT_GET_IFACE (component); in atk_component_contains()
241 iface = ATK_COMPONENT_GET_IFACE (component); in atk_component_ref_accessible_at_point()
296 iface = ATK_COMPONENT_GET_IFACE (component); in atk_component_get_extents()
346 iface = ATK_COMPONENT_GET_IFACE (component); in atk_component_get_position()
392 iface = ATK_COMPONENT_GET_IFACE (component); in atk_component_get_size()
418 iface = ATK_COMPONENT_GET_IFACE (component); in atk_component_get_layer()
443 iface = ATK_COMPONENT_GET_IFACE (component); in atk_component_get_mdi_zorder()
468 iface = ATK_COMPONENT_GET_IFACE (component); in atk_component_get_alpha()
[all …]
H A Datkcomponent.h67 #define ATK_COMPONENT_GET_IFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), ATK_TYPE_COMPO… macro
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/atk/
H A Datkcomponent.inc46 function ATK_COMPONENT_GET_IFACE(obj: pointer) : PAtkComponentIface;
86 function ATK_COMPONENT_GET_IFACE(obj: pointer) : PAtkComponentIface;
88ATK_COMPONENT_GET_IFACE:=PAtkComponentIface(G_TYPE_INSTANCE_GET_INTERFACE(obj,ATK_TYPE_COMPONENT));
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/atk/
H A Datkcomponent.inc46 function ATK_COMPONENT_GET_IFACE(obj: pointer) : PAtkComponentIface;
86 function ATK_COMPONENT_GET_IFACE(obj: pointer) : PAtkComponentIface;
88ATK_COMPONENT_GET_IFACE:=PAtkComponentIface(G_TYPE_INSTANCE_GET_INTERFACE(obj,ATK_TYPE_COMPONENT));
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/a11y/
H A Dgtkwindowaccessible.c397 …parent_iface = (AtkComponentIface *) g_type_interface_peek_parent (ATK_COMPONENT_GET_IFACE (compon… in gtk_window_accessible_get_extents()
444 …parent_iface = (AtkComponentIface *) g_type_interface_peek_parent (ATK_COMPONENT_GET_IFACE (compon… in gtk_window_accessible_get_size()
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/atk-1.0/atk/
H A Datkcomponent.h40 #define ATK_COMPONENT_GET_IFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), ATK_TYPE_COMPO… macro
/dports/www/firefox-legacy/firefox-52.8.0esr/other-licenses/atk-1.0/atk/
H A Datkcomponent.h40 #define ATK_COMPONENT_GET_IFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), ATK_TYPE_COMPO… macro
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/atk-1.0/atk/
H A Datkcomponent.h70 #define ATK_COMPONENT_GET_IFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), ATK_TYPE_COMPO… macro
/dports/accessibility/at-spi2-atk/at-spi2-atk-2.34.2/atk-adaptor/adaptors/
H A Dsocket-adaptor.c204 AtkComponentIface *iface = ATK_COMPONENT_GET_IFACE (component); in impl_Embedded()
/dports/www/firefox/firefox-99.0/other-licenses/atk-1.0/atk/
H A Datkcomponent.h70 #define ATK_COMPONENT_GET_IFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), ATK_TYPE_COMPO… macro
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/atk-1.0/atk/
H A Datkcomponent.h70 #define ATK_COMPONENT_GET_IFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), ATK_TYPE_COMPO… macro
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/atk-1.0/atk/
H A Datkcomponent.h70 #define ATK_COMPONENT_GET_IFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), ATK_TYPE_COMPO… macro
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/accessibility/gtk/
H A DATK.java222 public static final native long ATK_COMPONENT_GET_IFACE(long atkHandle); in ATK_COMPONENT_GET_IFACE() method in ATK
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/internal/accessibility/gtk/
H A DATK.java222 public static final native long ATK_COMPONENT_GET_IFACE(long atkHandle); in ATK_COMPONENT_GET_IFACE() method in ATK
/dports/x11-toolkits/gtk20/gtk+-2.24.33/modules/other/gail/
H A Dgailwindow.c570 …parent_iface = (AtkComponentIface *) g_type_interface_peek_parent (ATK_COMPONENT_GET_IFACE (compon… in gail_window_get_extents()
615 …parent_iface = (AtkComponentIface *) g_type_interface_peek_parent (ATK_COMPONENT_GET_IFACE (compon… in gail_window_get_size()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/
H A Datk.c45 rc = (jlong)ATK_COMPONENT_GET_IFACE(arg0); in ATK_NATIVE()
/dports/x11-toolkits/swt/swt-4.20/
H A Datk.c45 rc = (jlong)ATK_COMPONENT_GET_IFACE(arg0); in ATK_NATIVE()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/gtk/org/eclipse/swt/accessibility/
H A DAccessibleObject.java335 ATK.memmove (iface, OS.g_type_interface_peek_parent (ATK.ATK_COMPONENT_GET_IFACE (atkObject))); in getParentComponentIface()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/accessibility/
H A DAccessibleObject.java342 ATK.memmove (iface, OS.g_type_interface_peek_parent (ATK.ATK_COMPONENT_GET_IFACE (atkObject))); in getParentComponentIface()