diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-04-04 20:42:56 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-04-04 20:42:56 +0300 |
commit | 7c1645bb1fae8a233fd2afe088e8d198f17b4831 (patch) | |
tree | 9a1d6329ffaefe48f6961e0c23a661d4d4fe85cf /src/ui/widget.h | |
parent | 265667b8a428d26b588459cb150d242990cf92f5 (diff) |
Widget: Added a debug utility
Printing the list of parents.
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 4c5b7d85..dc79a22c 100644 --- a/src/ui/widget.h +++ b/src/ui/widget.h | |||
@@ -259,3 +259,4 @@ void raise_Widget (iWidget *); | |||
259 | iBool hasVisibleChildOnTop_Widget | 259 | iBool hasVisibleChildOnTop_Widget |
260 | (const iWidget *parent); | 260 | (const iWidget *parent); |
261 | void printTree_Widget (const iWidget *); | 261 | void printTree_Widget (const iWidget *); |
262 | void identify_Widget (const iWidget *); /* prints to stdout */ | ||