diff options
author | Juan Linietsky <reduzio@gmail.com> | 2017-02-19 23:19:30 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2017-02-19 23:21:35 -0300 |
commit | f6950956bdab064cc1e027b93a0ddd0d94dda882 (patch) | |
tree | 595f634ffbd8d5419c82500971e5c3ce2308d229 /scene/gui/item_list.h | |
parent | 5e3fc7d06956dcda8b50cd4f028c83cf967f7223 (diff) | |
download | redot-engine-f6950956bdab064cc1e027b93a0ddd0d94dda882.tar.gz |
Editor Export Settings Dialog is completed!! Now on to make some exporters..
Diffstat (limited to 'scene/gui/item_list.h')
-rw-r--r-- | scene/gui/item_list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/gui/item_list.h b/scene/gui/item_list.h index f4a864c782..35ffb1be9c 100644 --- a/scene/gui/item_list.h +++ b/scene/gui/item_list.h @@ -191,6 +191,7 @@ public: virtual String get_tooltip(const Point2& p_pos) const; int get_item_at_pos(const Point2& p_pos,bool p_exact=false) const; + bool is_pos_at_end_of_items(const Point2& p_pos) const; void set_icon_scale(real_t p_scale); real_t get_icon_scale() const; |