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