doc
This commit is contained in:
parent
da13d31c69
commit
3e49779e16
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue