From 7c1645bb1fae8a233fd2afe088e8d198f17b4831 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sun, 4 Apr 2021 20:42:56 +0300 Subject: Widget: Added a debug utility Printing the list of parents. --- src/ui/widget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui/widget.h') 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 *); iBool hasVisibleChildOnTop_Widget (const iWidget *parent); void printTree_Widget (const iWidget *); +void identify_Widget (const iWidget *); /* prints to stdout */ -- cgit v1.2.3