Mana
|
Resize grip. More...
#include <resizegrip.h>
Public Member Functions | |
ResizeGrip () | |
void | draw (gcn::Graphics *graphics) override |
Draws the resize grip. | |
Resize grip.
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 33 of file resizegrip.h.
ResizeGrip::ResizeGrip | ( | ) |
Definition at line 31 of file resizegrip.cpp.
|
override |
Draws the resize grip.
Definition at line 37 of file resizegrip.cpp.