diff options
Diffstat (limited to 'dw/fltkviewbase.hh')
-rw-r--r-- | dw/fltkviewbase.hh | 1 |
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) |