aboutsummaryrefslogtreecommitdiff
path: root/include/gui/Button.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/gui/Button.hpp')
-rw-r--r--include/gui/Button.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gui/Button.hpp b/include/gui/Button.hpp
index a4dcca1..bc1dd94 100644
--- a/include/gui/Button.hpp
+++ b/include/gui/Button.hpp
@@ -22,6 +22,7 @@ namespace gsr {
void set_border_scale(float scale);
const std::string& get_text() const;
+ void set_text(std::string str);
std::function<void()> on_click;
private: