summaryrefslogtreecommitdiff
path: root/src/ui/widget.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-04-04 20:42:56 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-04-04 20:42:56 +0300
commit7c1645bb1fae8a233fd2afe088e8d198f17b4831 (patch)
tree9a1d6329ffaefe48f6961e0c23a661d4d4fe85cf /src/ui/widget.h
parent265667b8a428d26b588459cb150d242990cf92f5 (diff)
Widget: Added a debug utility
Printing the list of parents.
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 4c5b7d85..dc79a22c 100644
--- a/src/ui/widget.h
+++ b/src/ui/widget.h
@@ -259,3 +259,4 @@ void raise_Widget (iWidget *);
259iBool hasVisibleChildOnTop_Widget 259iBool hasVisibleChildOnTop_Widget
260 (const iWidget *parent); 260 (const iWidget *parent);
261void printTree_Widget (const iWidget *); 261void printTree_Widget (const iWidget *);
262void identify_Widget (const iWidget *); /* prints to stdout */