expose text shadowed

This commit is contained in:
raiyni
2018-09-05 07:59:24 -05:00
parent ca36a6c164
commit 9897cb6c3e
3 changed files with 19 additions and 0 deletions

View File

@@ -574,4 +574,14 @@ public interface Widget
* Sets the border thickness of the widget
*/
void setBorderThickness(int thickness);
/**
* Returns if text is shadowed
*/
boolean getTextShadowed();
/**
* Sets if text should be shadowed
*/
void setTextShadowed(boolean shadowed);
}