add setter for height
This commit is contained in:
@@ -84,6 +84,8 @@ public interface Widget
|
||||
|
||||
int getHeight();
|
||||
|
||||
void setHeight(int height);
|
||||
|
||||
Rectangle getBounds();
|
||||
|
||||
Collection<WidgetItem> getWidgetItems();
|
||||
|
||||
Reference in New Issue
Block a user