Class Fox::FXDrawable |
|
FXDrawable is an abstract base class for any surface that can be drawn upon, such as an FXWindow or an FXImage.
Methods |
Attributes |
height | [R] | Height of drawable, in pixels [Integer] |
visual | [RW] | Visual [FXVisual] |
width | [R] | Width of drawable, in pixels [Integer] |
Public Instance methods |
resize(width, height) |
Resize drawable to the specified width and height.