Change from "search dialog" to "search bar" on help screen

This commit is contained in:
Guilherme Silva
2017-12-22 16:09:31 -02:00
committed by Guilherme Felipe
parent e668757aa9
commit d63cc11bee
4 changed files with 283 additions and 45 deletions

View File

@ -285,6 +285,7 @@ private:
void _gui_input(Ref<InputEvent> p_event);
Item *_get_next_item(Item *p_item, bool p_free = false);
Item *_get_prev_item(Item *p_item, bool p_free = false);
Rect2 _get_text_rect();
@ -334,7 +335,7 @@ public:
void set_tab_size(int p_spaces);
int get_tab_size() const;
bool search(const String &p_string, bool p_from_selection = false);
bool search(const String &p_string, bool p_from_selection = false, bool p_search_previous = false);
void scroll_to_line(int p_line);
int get_line_count() const;