Added support for hiding widgets
This commit is contained in:
@@ -66,6 +66,8 @@ public interface Widget
|
||||
|
||||
boolean isHidden();
|
||||
|
||||
void setHidden(boolean hidden);
|
||||
|
||||
Point getCanvasLocation();
|
||||
|
||||
int getWidth();
|
||||
|
||||
@@ -97,6 +97,9 @@ public interface RSWidget extends Widget
|
||||
@Import("isHidden")
|
||||
boolean isRSHidden();
|
||||
|
||||
@Import("isHidden")
|
||||
void setHidden(boolean hidden);
|
||||
|
||||
@Import("index")
|
||||
int getIndex();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user