aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-11-21 16:53:10 +0800
committercrupest <crupest@outlook.com>2021-11-21 16:53:10 +0800
commit73b90d4fe6c93a288ca6514432fe1e83ddcf4928 (patch)
tree9e97626fa23e7855f994a6c451eab65b9efc81f1 /include/cru/ui
parenteeb1f55d5a483720441c3f44e83d02cc882a3bc0 (diff)
downloadcru-73b90d4fe6c93a288ca6514432fe1e83ddcf4928.tar.gz
cru-73b90d4fe6c93a288ca6514432fe1e83ddcf4928.tar.bz2
cru-73b90d4fe6c93a288ca6514432fe1e83ddcf4928.zip
...
Diffstat (limited to 'include/cru/ui')
-rw-r--r--include/cru/ui/controls/TextBox.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/cru/ui/controls/TextBox.hpp b/include/cru/ui/controls/TextBox.hpp
index f3925c88..baca6e3e 100644
--- a/include/cru/ui/controls/TextBox.hpp
+++ b/include/cru/ui/controls/TextBox.hpp
@@ -34,6 +34,9 @@ class TextBox : public NoChildControl,
gsl::not_null<render::TextRenderObject*> GetTextRenderObject() override;
render::ScrollRenderObject* GetScrollRenderObject() override;
+ bool GetMultiLine() const;
+ void SetMultiLine(bool value);
+
void ApplyBorderStyle(const style::ApplyBorderStyleInfo& style) override;
private: