summaryrefslogtreecommitdiff
path: root/src/ui/widget.h
diff options
context:
space:
mode:
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 b1ee8c73..602e86cb 100644
--- a/src/ui/widget.h
+++ b/src/ui/widget.h
@@ -232,6 +232,7 @@ iWidget *hover_Widget (void);
232void unhover_Widget (void); 232void unhover_Widget (void);
233void setMouseGrab_Widget (iWidget *); 233void setMouseGrab_Widget (iWidget *);
234iWidget *mouseGrab_Widget (void); 234iWidget *mouseGrab_Widget (void);
235iBool hasVisibleChildOnTop_Widget(const iWidget *parent);
235void printTree_Widget (const iWidget *); 236void printTree_Widget (const iWidget *);
236 237
237iBool equalWidget_Command (const char *cmd, const iWidget *widget, const char *checkCommand); 238iBool equalWidget_Command (const char *cmd, const iWidget *widget, const char *checkCommand);