add setter for width

This commit is contained in:
Dreyri
2018-01-20 19:31:28 +01:00
parent 29911e3627
commit 13d4c9e636
2 changed files with 6 additions and 0 deletions

View File

@@ -102,6 +102,10 @@ public interface RSWidget extends Widget
@Override
int getWidth();
@Import("width")
@Override
void setWidth(int width);
@Import("height")
@Override
int getHeight();