mixins: widget line height
This commit is contained in:
@@ -596,5 +596,11 @@ public interface RSWidget extends Widget
|
||||
@Import("fillMode")
|
||||
RSFillMode getFillMode();
|
||||
|
||||
@Import("textLineHeight")
|
||||
int getLineHeight();
|
||||
|
||||
@Import("textLineHeight")
|
||||
void setLineHeight(int height);
|
||||
|
||||
void broadcastHidden(boolean hidden);
|
||||
}
|
||||
Reference in New Issue
Block a user