add setter for height

This commit is contained in:
Dreyri
2018-01-22 15:05:46 +01:00
parent 13d4c9e636
commit 47e2717a75
2 changed files with 6 additions and 0 deletions
@@ -110,6 +110,10 @@ public interface RSWidget extends Widget
@Override
int getHeight();
@Import("height")
@Override
void setHeight(int height);
@Import("isHidden")
boolean isRSHidden();