lua: textbox.text, placeholder properties

This commit is contained in:
MihailRis
2024-02-21 15:21:26 +03:00
parent 34815cfd9c
commit a5925135a4
3 changed files with 44 additions and 4 deletions
+2
View File
@@ -122,6 +122,8 @@ namespace gui {
virtual std::wstring getText() const;
/* Set TextBox content text */
virtual void setText(std::wstring value);
virtual std::wstring getPlaceholder() const;
virtual void setPlaceholder(const std::wstring&);
virtual bool validate();
virtual void setValid(bool valid);
virtual bool isValid() const;