This commit is contained in:
Joel Bodenmann 2014-01-07 01:29:02 +01:00
parent da13d31c69
commit 3e49779e16

View File

@ -56,6 +56,8 @@ typedef struct GFrameObject {
* @note These frame buttons are processed internally. The close button will invoke a gwinDestroy() which will * @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). * 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 * @api
*/ */
GHandle gwinGFrameCreate(GDisplay *g, GFrameObject *fo, GWidgetInit *pInit, uint16_t flags); GHandle gwinGFrameCreate(GDisplay *g, GFrameObject *fo, GWidgetInit *pInit, uint16_t flags);