add textbox.syntax, textbox.markup, label.markup properties

This commit is contained in:
MihailRis
2024-12-06 19:56:38 +03:00
parent c782645603
commit 65f208fc61
5 changed files with 49 additions and 6 deletions
+4
View File
@@ -859,6 +859,10 @@ void TextBox::setSyntax(std::string_view lang) {
}
}
const std::string& TextBox::getSyntax() const {
return syntax;
}
void TextBox::setMarkup(std::string_view lang) {
markup = lang;
}