summaryrefslogtreecommitdiff
path: root/src/ui/widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/widget.h')
-rw-r--r--src/ui/widget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/widget.h b/src/ui/widget.h
index 0aff6505..8277b4ba 100644
--- a/src/ui/widget.h
+++ b/src/ui/widget.h
@@ -128,6 +128,7 @@ iAny * addChildPos_Widget (iWidget *, iAnyObject *child, enum iWidgetAddPos ad
128iAny * addChildFlags_Widget(iWidget *, iAnyObject *child, int childFlags); /* holds a ref */ 128iAny * addChildFlags_Widget(iWidget *, iAnyObject *child, int childFlags); /* holds a ref */
129iAny * removeChild_Widget (iWidget *, iAnyObject *child); /* returns a ref */ 129iAny * removeChild_Widget (iWidget *, iAnyObject *child); /* returns a ref */
130iAny * child_Widget (iWidget *, size_t index); /* O(n) */ 130iAny * child_Widget (iWidget *, size_t index); /* O(n) */
131size_t childIndex_Widget (const iWidget *, const iAnyObject *child); /* O(n) */
131void arrange_Widget (iWidget *); 132void arrange_Widget (iWidget *);
132iBool dispatchEvent_Widget(iWidget *, const SDL_Event *); 133iBool dispatchEvent_Widget(iWidget *, const SDL_Event *);
133iBool processEvent_Widget (iWidget *, const SDL_Event *); 134iBool processEvent_Widget (iWidget *, const SDL_Event *);