GenericTool Class Referencehelper class for simple tools, i.e buttons etc
More...
#include <GenericTool.hh>
Inheritance diagram for GenericTool:
List of all members.
|
Public Member Functions |
|
| GenericTool (FbTk::FbWindow *new_window, ToolbarItem::Type type, ToolTheme &theme) |
|
void | move (int x, int y) |
|
void | resize (unsigned int x, unsigned int y) |
|
void | moveResize (int x, int y, unsigned int width, unsigned int height) |
|
void | show () |
|
void | hide () |
|
unsigned int | width () const |
|
unsigned int | height () const |
|
unsigned int | borderWidth () const |
|
const ToolTheme & | theme () const |
|
FbTk::FbWindow & | window () |
|
const FbTk::FbWindow & | window () const |
Protected Member Functions |
|
virtual void | renderTheme () |
Detailed Description
helper class for simple tools, i.e buttons etc
Definition at line 40 of file GenericTool.hh. The documentation for this class was generated from the following files:
Fluxbox CVS-Jan-2003
|
|
|