aboutsummaryrefslogtreecommitdiff
path: root/include/Entry.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Entry.hpp')
-rw-r--r--include/Entry.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Entry.hpp b/include/Entry.hpp
index 6f96e58..18a860c 100644
--- a/include/Entry.hpp
+++ b/include/Entry.hpp
@@ -22,8 +22,10 @@ namespace QuickMedia {
void draw(sf::RenderWindow &window);
void set_editable(bool editable);
+ void set_text(std::string text);
void set_position(const sf::Vector2f &pos);
void set_max_width(float width);
+ void move_caret_to_end();
float get_height();