aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin/class_gwin.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gwin/class_gwin.h')
-rw-r--r--include/gwin/class_gwin.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/gwin/class_gwin.h b/include/gwin/class_gwin.h
index 3be496b1..02ffdf52 100644
--- a/include/gwin/class_gwin.h
+++ b/include/gwin/class_gwin.h
@@ -155,6 +155,8 @@ extern "C" {
* @param[in] vmt The virtual method table for the GWIN object
* @param[in] flags The default flags to use
*
+ * @return The GHandle of the created window
+ *
* @notapi
*/
GHandle _gwindowCreate(GWindowObject *pgw, const GWindowInit *pInit, const gwinVMT *vmt, uint16_t flags);
@@ -167,6 +169,8 @@ GHandle _gwindowCreate(GWindowObject *pgw, const GWindowInit *pInit, const gwinV
* @param[in] pInit The user initialization parameters
* @param[in] vmt The virtual method table for the Widget object
*
+ * @return The GHandle of the created widget
+ *
* @notapi
*/
GHandle _gwidgetCreate(GWidgetObject *pgw, const GWidgetInit *pInit, const gwidgetVMT *vmt);