summaryrefslogtreecommitdiff
path: root/src/ui/widget.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-08-09 09:41:06 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-08-09 09:41:06 +0300
commit4c277ce0e6efe5d372b399bd37eaef07d6ea8c1a (patch)
tree954e2e5f4b5c9840e90999178b972cc6b50d5f36 /src/ui/widget.h
parentec4a55a53c2ee358e0b6f6220a7fad6c83cb4101 (diff)
Closing tabs/window
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 *);