mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 22:01:13 +00:00
Strawman implementation of a combo box
This commit is contained in:
parent
a6dbd0d7fa
commit
8a95b806c7
9 changed files with 291 additions and 5 deletions
|
@ -50,6 +50,7 @@ extern const cbindgen_private::ItemVTable NativeGroupBoxVTable;
|
|||
extern const cbindgen_private::ItemVTable NativeLineEditVTable;
|
||||
extern const cbindgen_private::ItemVTable NativeScrollViewVTable;
|
||||
extern const cbindgen_private::ItemVTable NativeStandardListViewItemVTable;
|
||||
extern const cbindgen_private::ItemVTable NativeComboBoxVTable;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -134,6 +135,7 @@ using cbindgen_private::NativeSlider;
|
|||
using cbindgen_private::NativeSpinBox;
|
||||
using cbindgen_private::NativeStandardListViewItem;
|
||||
using cbindgen_private::NativeStyleMetrics;
|
||||
using cbindgen_private::NativeComboBox;
|
||||
|
||||
namespace private_api {
|
||||
constexpr inline ItemTreeNode make_item_node(std::uintptr_t offset,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue