#include <x11_window.hpp>
Inheritance diagram for X11Window:

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. | |
| Window | getDrawable () const |
| Get the window ID. | |
Definition at line 37 of file x11_window.hpp.
1.4.2