#include <macosx_window.hpp>
Inheritance diagram for MacOSXWindow:
Public Member Functions | |
virtual void | moveResize (int left, int top, int width, int height) const |
Move the window. | |
virtual void | raise () const |
Bring the window on top. | |
virtual void | setOpacity (uint8_t value) const |
Set the opacity of the window (0 = transparent, 255 = opaque). | |
virtual void | toggleOnTop (bool onTop) const |
Toggle the window on top. |
Definition at line 34 of file macosx_window.hpp.