Home
last modified time | relevance | path

Searched refs:get_selection_count (Results 1 – 25 of 94) sorted by relevance

1234

/dports/accessibility/atkmm/atkmm-2.28.0/atk/atkmm/
H A Dselection.cc93 klass->get_selection_count = &get_selection_count_vfunc_callback; in iface_init_function()
253 if(base && base->get_selection_count) in get_selection_count_vfunc_callback()
254 return (*base->get_selection_count)(self); in get_selection_count_vfunc_callback()
489 int Selection::get_selection_count() const in get_selection_count() function in Atk::Selection
582 if(base && base->get_selection_count) in get_selection_count_vfunc()
584 int retval((*base->get_selection_count)(const_cast<AtkSelection*>(gobj()))); in get_selection_count_vfunc()
H A Dselection.h176 int get_selection_count() const;
/dports/accessibility/atkmm/atkmm-2.28.0/atk/src/
H A Dselection.hg55 _WRAP_METHOD(int get_selection_count() const, atk_selection_get_selection_count)
66 _WRAP_VFUNC(int get_selection_count() const, get_selection_count)
/dports/accessibility/atk/atk-2.36.0/atk/
H A Datkselection.c205 if (iface->get_selection_count) in atk_selection_get_selection_count()
206 return (iface->get_selection_count) (obj); in atk_selection_get_selection_count()
H A Datkselection.h58 gint (* get_selection_count) (AtkSelection *selection); member
/dports/www/castor/castor-0.8.16/cargo-crates/atk-0.8.0/src/auto/
H A Dselection.rs32 fn get_selection_count(&self) -> i32; in get_selection_count() method
63 fn get_selection_count(&self) -> i32 { in get_selection_count() method
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/atk-0.7.0/src/auto/
H A Dselection.rs32 fn get_selection_count(&self) -> i32; in get_selection_count() method
63 fn get_selection_count(&self) -> i32 { in get_selection_count() method
/dports/net-im/fractal/fractal-4.4.0/vendor/atk/src/auto/
H A Dselection.rs32 fn get_selection_count(&self) -> i32; in get_selection_count() method
63 fn get_selection_count(&self) -> i32 { in get_selection_count() method
/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 DAtkSelectionIface.java26 public long get_selection_count; field in AtkSelectionIface
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/internal/accessibility/gtk/
H A DAtkSelectionIface.java26 public long get_selection_count; field in AtkSelectionIface
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/atk-1.0/atk/
H A Datkselection.h56 gint (* get_selection_count) (AtkSelection *selection);
/dports/www/firefox/firefox-99.0/other-licenses/atk-1.0/atk/
H A Datkselection.h56 gint (* get_selection_count) (AtkSelection *selection); member
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/atk-1.0/atk/
H A Datkselection.h56 gint (* get_selection_count) (AtkSelection *selection); member
/dports/www/firefox-legacy/firefox-52.8.0esr/other-licenses/atk-1.0/atk/
H A Datkselection.h56 gint (* get_selection_count) (AtkSelection *selection); member
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/atk-1.0/atk/
H A Datkselection.h56 gint (* get_selection_count) (AtkSelection *selection); member
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/atk-1.0/atk/
H A Datkselection.h56 gint (* get_selection_count) (AtkSelection *selection); member
/dports/x11-fm/caja/caja-1.26.0/libcaja-private/
H A Dcaja-window-slot-info.h60 int (* get_selection_count) (CajaWindowSlotInfo *slot); member
/dports/www/firefox/firefox-99.0/accessible/atk/
H A DnsMaiInterfaceSelection.cpp98 aIface->get_selection_count = getSelectionCountCB; in selectionInterfaceInitCB()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/gtk3/a11y/
H A Datkselection.cxx184 iface->get_selection_count = selection_get_selection_count; in selectionIfaceInit()
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/atk/
H A DnsMaiInterfaceSelection.cpp131 aIface->get_selection_count = getSelectionCountCB; in selectionInterfaceInitCB()
/dports/www/firefox-esr/firefox-91.8.0/accessible/atk/
H A DnsMaiInterfaceSelection.cpp131 aIface->get_selection_count = getSelectionCountCB; in selectionInterfaceInitCB()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/gtk3/a11y/
H A Dgtk3atkselection.cxx184 iface->get_selection_count = selection_get_selection_count; in selectionIfaceInit()
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/atk/
H A DnsMaiInterfaceSelection.cpp131 aIface->get_selection_count = getSelectionCountCB; in selectionInterfaceInitCB()
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/atk/
H A DnsMaiInterfaceSelection.cpp131 aIface->get_selection_count = getSelectionCountCB; in selectionInterfaceInitCB()
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/atk/
H A DnsMaiInterfaceSelection.cpp148 aIface->get_selection_count = getSelectionCountCB; in selectionInterfaceInitCB()

1234