diff options
-rw-r--r-- | include/gwin/frame.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gwin/frame.h b/include/gwin/frame.h index 34ba12ac..2f1b93db 100644 --- a/include/gwin/frame.h +++ b/include/gwin/frame.h @@ -56,6 +56,8 @@ typedef struct GFrameObject { * @note These frame buttons are processed internally. The close button will invoke a gwinDestroy() which will * destroy the window itself and EVERY child it contains (also children of children). * + * @return NULL if there is no resulting widget. A valid GHandle otherwise. + * * @api */ GHandle gwinGFrameCreate(GDisplay *g, GFrameObject *fo, GWidgetInit *pInit, uint16_t flags); |