28 #ifndef YSL_INC_UI_ComboList_h_
29 #define YSL_INC_UI_ComboList_h_ 1
33 #include "../Core/yfilesys.h"
68 ListBox(
const Rect& = {},
const shared_ptr<ListType>& = {});
78 DefGetterMem(const ynothrow, ListType::size_type, HeadIndex, tlContent)
79 DefGetterMem(const ynothrow, ListType::size_type, SelectedIndex,
102 PDefH(
void, SetSelected, ListType::size_type i)
135 PDefH(IndexType, Find, const ItemType& text)
148 ResizeForPreferred(const
Size& sup,
Size s = {});
220 ~DropDownList()
override;