[Overview][Constants][Classes][Index] |
Draw bool frame primitive
Source position: nvglwidgets.pas line 186
public procedure GLUIPainter.drawBoolFrame( |
aRect: Rect; |
corner: Point; |
isHover: Boolean = false; |
isOn: Boolean = false; |
isFocus: Boolean = false |
); |
aRect |
|
Rectangle to draw in |
corner |
|
Radius of the corner |
isHover |
|
Boolean indicating if the mouse is hovering over it |
isOn |
|
Boolean indicating if the widget is on |
isFocus |
|
Boolean indicating if the widget has focus |