Home
last modified time | relevance | path

Searched defs:AtBottom (Results 1 – 7 of 7) sorted by relevance

/dports/x11-toolkits/kf5-kwidgetsaddons/kwidgetsaddons-5.89.0/src/
H A Dkactionselector.h115 AtBottom, ///< The item is inserted at the end of the listbox. enumerator
/dports/devel/qmake/qt-x11-free-3.3.8/src/widgets/
H A Dqcombobox.h117 enum Policy { NoInsertion, AtTop, AtCurrent, AtBottom, enumerator
/dports/converters/wkhtmltopdf/qt-5db36ec/src/qt3support/widgets/
H A Dq3combobox.h126 AtBottom, enumerator
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/widgets/
H A Dqcombobox.h132 AtBottom = InsertAtBottom, enumerator
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dtkgate_misc.h115 #define AtBottom 0x40 macro
/dports/net/termshark/termshark-2.1.1/vendor/github.com/gcla/gowid/widgets/list/
H A Dlist.go311 func (w *Widget) AtBottom() bool { func
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkdeui.py783 AtBottom = 0 variable in KActionSelector