summaryrefslogtreecommitdiff
path: root/src/ui/widget.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-10-23 07:19:37 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-10-23 07:19:37 +0300
commite9642760d8b25f6249524288891475b5650d2b68 (patch)
treef18f30666ed04112d843e06f65ddc095c23c95da /src/ui/widget.h
parentfb627f1ae471ae2fe966cbd98f2e58f1c8d2e742 (diff)
Cleanup
Diffstat (limited to 'src/ui/widget.h')
-rw-r--r--src/ui/widget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget.h b/src/ui/widget.h
index b119610a..d93b0344 100644
--- a/src/ui/widget.h
+++ b/src/ui/widget.h
@@ -279,7 +279,7 @@ iAny * insertChildAfter_Widget (iWidget *, iAnyObject *child, size_t afterI
279iAny * insertChildAfterFlags_Widget(iWidget *, iAnyObject *child, size_t afterIndex, int64_t childFlags); 279iAny * insertChildAfterFlags_Widget(iWidget *, iAnyObject *child, size_t afterIndex, int64_t childFlags);
280iAny * removeChild_Widget (iWidget *, iAnyObject *child); /* returns a ref */ 280iAny * removeChild_Widget (iWidget *, iAnyObject *child); /* returns a ref */
281iAny * child_Widget (iWidget *, size_t index); /* O(n) */ 281iAny * child_Widget (iWidget *, size_t index); /* O(n) */
282size_t childIndex_Widget (const iWidget *, const iAnyObject *child); /* O(n) */ 282size_t indexOfChild_Widget (const iWidget *, const iAnyObject *child); /* O(n) */
283void arrange_Widget (iWidget *); 283void arrange_Widget (iWidget *);
284iBool scrollOverflow_Widget (iWidget *, int delta); /* moves the widget */ 284iBool scrollOverflow_Widget (iWidget *, int delta); /* moves the widget */
285iBool dispatchEvent_Widget (iWidget *, const SDL_Event *); 285iBool dispatchEvent_Widget (iWidget *, const SDL_Event *);