Strawman implementation of a combo box

This commit is contained in:
Olivier Goffart 2020-11-03 17:55:49 +01:00
parent a6dbd0d7fa
commit 8a95b806c7
9 changed files with 291 additions and 5 deletions

View file

@ -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,