#include <archon/display/drawable.H>
Inheritance diagram for Archon::Display::Drawable:
Public Member Functions | |
virtual Ref< Visual > | getVisual ()=0 |
Get the associated visual descriptor. | |
virtual int | getWidth ()=0 |
virtual int | getHeight ()=0 |
Definition at line 42 of file drawable.H.
|
Get the associated visual descriptor.
Implemented in Archon::Display::WindowX11. |