diff options
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 */ | ||