diff --git a/components/nvidia-widgets/doc/images/nvwidgets.png b/components/nvidia-widgets/doc/images/nvwidgets.png
index 4b667a436..b821a6b8a 100644
Binary files a/components/nvidia-widgets/doc/images/nvwidgets.png and b/components/nvidia-widgets/doc/images/nvwidgets.png differ
diff --git a/components/nvidia-widgets/doc/nvglwidgets.xml b/components/nvidia-widgets/doc/nvglwidgets.xml
index 0127a03da..4c5b5a585 100644
--- a/components/nvidia-widgets/doc/nvglwidgets.xml
+++ b/components/nvidia-widgets/doc/nvglwidgets.xml
@@ -44,7 +44,7 @@ evaluates a string, it will calculate the number of lines it consists of and wil
Text width of widest line
- Draw a rectangle for debuggin purposes
+ Draw a rectangle for debugging purposes
drawDebugRect
@@ -55,6 +55,183 @@ evaluates a string, it will calculate the number of lines it consists of and wil
Rectangle size to draw
User Interface library specialized for OpenGL
+
+ Draw text with rectangle primitive
+
+
+ Draw frame primitive
+
+
+ Draw bool frame primitive
+
+
+ Draw multi-line text primitive
+
+
+ Draw rectangle primitive
+
+
+ Rectangle to draw in
+
+
+ Fill color
+
+
+ Border color
+
+
+ Rectangle to draw in
+
+
+ Number of lines in text
+
+
+ Caret position
+
+
+ Boolean indicating if the mouse is hovering over it
+
+
+ Boolean indicating if the widget is on
+
+
+ Boolean indicating if the widget has focus
+
+
+ Boolean indicating if the widget has focus
+
+
+ Boolean indicating if the widget has focus
+
+
+ Boolean indicating if the widget is on
+
+
+ Boolean indicating if the widget is on
+
+
+ Boolean indicating if the mouse is hovering over it
+
+
+ Boolean indicating if the mouse is hovering over it
+
+
+ Number of lines in text
+
+
+ Fill color
+
+
+ Fill color
+
+
+ Fill color
+
+
+ Fill color
+
+
+ Fill color
+
+
+ Fill color
+
+
+ Border color
+
+
+ Border color
+
+
+ Border color
+
+
+ Border color
+
+
+ Border color
+
+
+ Border color
+
+
+ Border color
+
+
+ Rectangle to draw in
+
+
+ Rectangle to draw in
+
+
+ Rectangle to draw in
+
+
+ Rectangle to draw in
+
+
+ Rectangle to draw in
+
+
+ Rectangle to draw in
+
+
+ Rectangle to draw in
+
+
+ Rectangle to draw in
+
+
+ Rectangle to draw in
+
+
+ Width of the arrow
+
+
+ Width of the arrow
+
+
+ Width of the plus
+
+
+ Width of the minus
+
+
+ Radius of the corner
+
+
+ Radius of the corner
+
+
+ Radius of the corner
+
+
+ Radius of the corner
+
+
+ Draw rouded rectangle primitive
+
+
+ Draw rouded rectangle outline primitive
+
+
+ Draw circle primitive
+
+
+ Draw minus primitive
+
+
+ Draw plus primitive
+
+
+ Draw down arrow primitive
+
+
+ Draw up arrow primitive
+
+
+ Initialization method of the painter class
+
diff --git a/components/nvidia-widgets/doc/nvglwidgets/gluipainter.drawboolframe.html b/components/nvidia-widgets/doc/nvglwidgets/gluipainter.drawboolframe.html
index 1dac7b03e..88fea72e6 100644
--- a/components/nvidia-widgets/doc/nvglwidgets/gluipainter.drawboolframe.html
+++ b/components/nvidia-widgets/doc/nvglwidgets/gluipainter.drawboolframe.html
@@ -14,7 +14,7 @@
GLUIPainter.drawBoolFrame
-
+Draw bool frame primitive
Declaration
Source position: nvglwidgets.pas line 182
+Arguments
+
+
+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 |
+
+