Home
last modified time | relevance | path

Searched refs:isComboBox (Results 1 – 25 of 29) sorted by relevance

12

/dports/accessibility/orca/orca-41.1/src/orca/scripts/apps/soffice/
H A Dspellcheck.py67 isComboBox = lambda x: x and x.getRole() == pyatspi.ROLE_COMBO_BOX function
68 return pyatspi.findDescendant(child, isComboBox)
H A Dscript_utilities.py629 isComboBox = lambda x: x and x.getRole() == pyatspi.ROLE_COMBO_BOX function
630 if isComboBox(obj):
633 comboBox = pyatspi.findAncestor(obj, isComboBox)
/dports/accessibility/orca/orca-41.1/src/orca/scripts/toolkits/gtk/
H A Dscript.py58 isComboBox = lambda x: x and x.getRole() == pyatspi.ROLE_COMBO_BOX function
59 newFocus = pyatspi.findAncestor(newFocus, isComboBox) or newFocus
H A Dscript_utilities.py85 isComboBox = lambda x: x and x.getRole() == pyatspi.ROLE_COMBO_BOX function
86 comboBox = pyatspi.findAncestor(obj, isComboBox)
/dports/graphics/mupdf/mupdf-1.18.0-source/platform/java/src/com/artifex/mupdf/fitz/
H A DPDFWidget.java141 public boolean isComboBox() { in isComboBox() method in PDFWidget
/dports/databases/kexi/kexi-3.2.0/src/core/
H A Dkexidataiteminterface.h211 virtual bool isComboBox() const;
H A Dkexidataiteminterface.cpp208 bool KexiDataItemInterface::isComboBox() const
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Dtoplevel.h220 Q_PROPERTY(bool comboBox READ isComboBox)
397 bool isComboBox() const;
875 inline bool Toplevel::isComboBox() const in isComboBox() function
H A Deffects.h449 bool isComboBox() const override;
H A Deffects.cpp1904 TOPLEVEL_HELPER(bool, isComboBox, isComboBox)
/dports/databases/kexi/kexi-3.2.0/src/widget/dataviewcommon/
H A Dkexidataprovider.cpp234 if (item->isComboBox() && m_mainWidget && item->internalEditor()) { in invalidateDataSources()
/dports/x11-themes/qtcurve-utils/qtcurve-1.9/gtk2/style/
H A Dhelpers.h124 bool isComboBox(GtkWidget *widget);
H A Dhelpers.cpp389 bool isComboBox(GtkWidget *widget) in isComboBox() function
H A Dqtcurve.cpp2641 noneOf(opts.focus, FOCUS_FULL, FOCUS_FILLED) && isComboBox(widget)) { in gtkDrawFocus()
/dports/x11-themes/qtcurve-kf5/qtcurve-1.9/gtk2/style/
H A Dhelpers.h124 bool isComboBox(GtkWidget *widget);
H A Dhelpers.cpp389 bool isComboBox(GtkWidget *widget) in isComboBox() function
/dports/x11-themes/qtcurve-gtk2/qtcurve-1.9/gtk2/style/
H A Dhelpers.h124 bool isComboBox(GtkWidget *widget);
H A Dhelpers.cpp389 bool isComboBox(GtkWidget *widget) in isComboBox() function
/dports/x11-themes/qtcurve-qt5/qtcurve-1.9/gtk2/style/
H A Dhelpers.h124 bool isComboBox(GtkWidget *widget);
H A Dhelpers.cpp389 bool isComboBox(GtkWidget *widget) in isComboBox() function
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/
H A Dtest_window_paint_data.cpp180 bool isComboBox() const override { in isComboBox() function in MockEffectWindow
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/accessibility/
H A DAccessibilityObject.h308 bool isComboBox() const { return roleValue() == ComboBoxRole; } in isComboBox() function
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/coreplugin/
H A Dmanhattanstyle.cpp436 const bool isComboBox = widget && widget->inherits("QComboBox"); in drawPrimitiveTweakedForDarkTheme() local
438 QRectF(option->rect).adjusted(0.5, 0.5, isComboBox ? -8.5 : -0.5, -0.5); in drawPrimitiveTweakedForDarkTheme()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/libkwineffects/
H A Dkwineffects.h2008 Q_PROPERTY(bool comboBox READ isComboBox)
2415 virtual bool isComboBox() const = 0;
/dports/accessibility/orca/orca-41.1/src/orca/
H A Dscript_utilities.py4168 isComboBox = lambda x: x and x.getRole() == pyatspi.ROLE_COMBO_BOX function
4169 return pyatspi.findAncestor(obj, isComboBox) is not None
5027 isComboBox = obj.getRole() == pyatspi.ROLE_COMBO_BOX
5028 if isComboBox:
5046 if len(siblings) < 100 and not pyatspi.utils.findAncestor(obj, isComboBox):

12