aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkviewbase.hh
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2012-12-25 23:23:40 +0000
committercorvid <corvid@lavabit.com>2012-12-25 23:23:40 +0000
commitb9c38a5dbf173a16d8636adc4524f388da291ee4 (patch)
tree56a5dc3a2ef982e48adeeaeb0f1d4369424a477f /dw/fltkviewbase.hh
parent7affd0dd3fcca04ef15b90fce2d89e5c5329863d (diff)
move this tabbing focus stuff to a separate function
Diffstat (limited to 'dw/fltkviewbase.hh')
-rw-r--r--dw/fltkviewbase.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/fltkviewbase.hh b/dw/fltkviewbase.hh
index 2b248803..eb4ec322 100644
--- a/dw/fltkviewbase.hh
+++ b/dw/fltkviewbase.hh
@@ -39,6 +39,7 @@ private:
void draw (const core::Rectangle *rect, DrawType type);
void drawChildWidgets ();
+ int manageTabToFocus();
inline void clipPoint (int *x, int *y, int border) {
if (exposeArea) {
if (*x < exposeArea->x - border)