Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/widget.h')
-rw-r--r--src/ui/widget.h3
1 files changed, 3 insertions, 0 deletions
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();