add setter for width
This commit is contained in:
@@ -80,6 +80,8 @@ public interface Widget
|
|||||||
|
|
||||||
int getWidth();
|
int getWidth();
|
||||||
|
|
||||||
|
void setWidth(int width);
|
||||||
|
|
||||||
int getHeight();
|
int getHeight();
|
||||||
|
|
||||||
Rectangle getBounds();
|
Rectangle getBounds();
|
||||||
|
|||||||
@@ -102,6 +102,10 @@ public interface RSWidget extends Widget
|
|||||||
@Override
|
@Override
|
||||||
int getWidth();
|
int getWidth();
|
||||||
|
|
||||||
|
@Import("width")
|
||||||
|
@Override
|
||||||
|
void setWidth(int width);
|
||||||
|
|
||||||
@Import("height")
|
@Import("height")
|
||||||
@Override
|
@Override
|
||||||
int getHeight();
|
int getHeight();
|
||||||
|
|||||||
Reference in New Issue
Block a user