#include <resizegrip.h>
The resize grip is part of a resizable Window. It relies on the fact that uncaught mouse events are automatically routed to the parent window.
Definition at line 36 of file resizegrip.h.
Public Member Functions | |
| ResizeGrip (const std::string &image="graphics/gui/resize.png") | |
| Constructor. | |
| ~ResizeGrip () | |
| Destructor. | |
| void | draw (gcn::Graphics *graphics) |
| Draws the resize grip. | |
Static Private Attributes | |
| static Image * | gripImage = 0 |
| Resize grip image. | |
| static int | mInstances = 0 |
| Number of resize grip instances. | |
| static float | mAlpha = 1.0 |
| ResizeGrip::ResizeGrip | ( | const std::string & | image = "graphics/gui/resize.png" |
) |
| ResizeGrip::~ResizeGrip | ( | ) |
| void ResizeGrip::draw | ( | gcn::Graphics * | graphics | ) |
Image * ResizeGrip::gripImage = 0 [static, private] |
int ResizeGrip::mInstances = 0 [static, private] |
float ResizeGrip::mAlpha = 1.0 [static, private] |
Definition at line 57 of file resizegrip.h.
1.5.5