diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-08-09 09:41:06 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-08-09 09:41:06 +0300 |
commit | 4c277ce0e6efe5d372b399bd37eaef07d6ea8c1a (patch) | |
tree | 954e2e5f4b5c9840e90999178b972cc6b50d5f36 /src/ui/widget.h | |
parent | ec4a55a53c2ee358e0b6f6220a7fad6c83cb4101 (diff) |
Closing tabs/window
Diffstat (limited to 'src/ui/widget.h')
-rw-r--r-- | src/ui/widget.h | 1 |
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 | |||
128 | iAny * addChildFlags_Widget(iWidget *, iAnyObject *child, int childFlags); /* holds a ref */ | 128 | iAny * addChildFlags_Widget(iWidget *, iAnyObject *child, int childFlags); /* holds a ref */ |
129 | iAny * removeChild_Widget (iWidget *, iAnyObject *child); /* returns a ref */ | 129 | iAny * removeChild_Widget (iWidget *, iAnyObject *child); /* returns a ref */ |
130 | iAny * child_Widget (iWidget *, size_t index); /* O(n) */ | 130 | iAny * child_Widget (iWidget *, size_t index); /* O(n) */ |
131 | size_t childIndex_Widget (const iWidget *, const iAnyObject *child); /* O(n) */ | ||
131 | void arrange_Widget (iWidget *); | 132 | void arrange_Widget (iWidget *); |
132 | iBool dispatchEvent_Widget(iWidget *, const SDL_Event *); | 133 | iBool dispatchEvent_Widget(iWidget *, const SDL_Event *); |
133 | iBool processEvent_Widget (iWidget *, const SDL_Event *); | 134 | iBool processEvent_Widget (iWidget *, const SDL_Event *); |