From 483bd5dc4e3ecafee54ff608674eb7e6361622b3 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 30 Jul 2011 22:20:59 +0000 Subject: Added UI tiny font, have ui::Bitmap respect its color settings, corrected focus jumping to the next visible sibling when hiding widgets, changed ui::ListItem border appereance. --- src/ui/widget.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ui/widget.h') diff --git a/src/ui/widget.h b/src/ui/widget.h index bd1cba5..e98d4c5 100644 --- a/src/ui/widget.h +++ b/src/ui/widget.h @@ -280,6 +280,9 @@ protected: return widget_children; } + /// return the next sibling + Widget *next_sibling(); + /// find the widget that has input focus virtual Widget *find_input_focus(); -- cgit v1.2.3