|
Public Types |
| enum | Type { LEFT,
RIGHT,
UP,
DOWN
} |
Public Member Functions |
|
| ArrowButton (Type arrow_type, const FbTk::FbWindow &parent, int x, int y, unsigned int width, unsigned int height) |
|
| ArrowButton (Type arrow_type, int screen_num, int x, int y, unsigned int width, unsigned int height) |
|
void | clear () |
|
void | buttonReleaseEvent (XButtonEvent &event) |
|
void | buttonPressEvent (XButtonEvent &event) |
|
void | exposeEvent (XExposeEvent &event) |
|
void | enterNotifyEvent (XCrossingEvent &ce) |
|
void | leaveNotifyEvent (XCrossingEvent &ce) |
|
void | setMouseMotionHandler (FbTk::EventHandler *eh) |