widgets: setBorderThickness
This commit is contained in:
@@ -564,4 +564,14 @@ public interface Widget
|
||||
* Sets the archive id of the font
|
||||
*/
|
||||
void setFontId(int id);
|
||||
|
||||
/**
|
||||
* Returns the border thickness of the widget
|
||||
*/
|
||||
int getBorderThickness();
|
||||
|
||||
/**
|
||||
* Sets the border thickness of the widget
|
||||
*/
|
||||
void setBorderThickness(int thickness);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user