ItemList: expose methods, in-editor items editing support

This commit is contained in:
Poommetee Ketson 2017-07-04 18:38:56 +07:00
parent a2586a2119
commit 3aff102fc3
4 changed files with 118 additions and 0 deletions

View file

@ -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);