diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/gwin/gwin.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/gwin/gwin.h b/include/gwin/gwin.h index 47c2e38d..3d994d0a 100644 --- a/include/gwin/gwin.h +++ b/include/gwin/gwin.h @@ -166,6 +166,16 @@ void gwinDestroyWindow(GHandle gh); /* Drawing Functions */ /** + * @brief Draw the window + * @note Redraws the Window if the GWIN object has a draw routine + * + * @param[in] gh The window handle + * + * @api + */ +void gwinDraw(GHandle gh); + +/** * @brief Clear the window * @note Uses the current background color to clear the window * |