|
gltk
0.3
a C++ widget library built on GLUT
|
a Widget that can be focused on. More...
#include <focusable.hh>
Protected Member Functions | |
| bool | focus_make () |
| make this Widget the focus | |
| bool | focus_next () |
| shift to next focus, if N/A, return false and starts over | |
| void | focus_end () |
| end the focus | |
Protected Attributes | |
| bool | focused |
| the Focusable is focused | |
a Widget that can be focused on.