Class Fox::FXDrawable
In: rdoc-sources/FXDrawable.rb
Parent: FXId

FXDrawable is an abstract base class for any surface that can be drawn upon, such as an FXWindow or an FXImage.

Methods

resize  

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 drawable to the specified width and height.

Parameters:

width:new drawable width, in pixels [Integer]
height:new drawable height, in pixels [Integer]

[Validate]