|
Public Types |
| enum | ShapePlace {
NONE = 0,
BOTTOMRIGHT = 0x01,
TOPRIGHT = 0x02,
BOTTOMLEFT = 0x04,
TOPLEFT = 0x08
} |
Public Member Functions |
|
| Shape (FbTk::FbWindow &win, int shapeplaces) |
|
void | setPlaces (int shapeplaces) |
| | set new shape places
|
|
void | update () |
| | update our shape
|
|
void | setWindow (FbTk::FbWindow &win) |
| | assign a new window
|
|
unsigned int | width () const |
|
unsigned int | height () const |
Static Public Member Functions |
|
void | setShapeNotify (const FbTk::FbWindow &win) |
|
bool | isShaped (const FbTk::FbWindow &win) |
| | true if window has shape
|