ItemList: expose methods, in-editor items editing support
This commit is contained in:
parent
a2586a2119
commit
3aff102fc3
4 changed files with 118 additions and 0 deletions
|
|
@ -103,6 +103,9 @@ private:
|
|||
|
||||
real_t icon_scale;
|
||||
|
||||
Array _get_items() const;
|
||||
void _set_items(const Array &p_items);
|
||||
|
||||
void _scroll_changed(double);
|
||||
void _gui_input(const Ref<InputEvent> &p_event);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue