Class: Fox::FXGIFCursor
- Defined in:
- rdoc-sources/FXGIFCursor.rb
Overview
GIF Cursor class.
Instance Attribute Summary
Attributes inherited from FXCursor
Attributes inherited from FXId
Class Method Summary collapse
-
.fileExt ⇒ Object
Return the suggested file extension for this image type (“gif”).
Instance Method Summary collapse
-
#initialize(a, pix, hx = -1,, hy = -1)) ⇒ FXGIFCursor
constructor
Return an initialized FXGIFCursor instance.
Methods inherited from FXCursor
#color?, #loadPixels, #savePixels
Methods inherited from FXId
#create, #created?, #destroy, #detach, #runOnUiThread
Methods inherited from FXObject
#bind, #handle, #load, #save, subclasses
Constructor Details
#initialize(a, pix, hx = -1,, hy = -1)) ⇒ FXGIFCursor
Return an initialized FXGIFCursor instance.
14 15 |
# File 'rdoc-sources/FXGIFCursor.rb', line 14 def initialize(a, pix, hx=-1, hy=-1) # :yields: theGIFCursor end |
Class Method Details
.fileExt ⇒ Object
Return the suggested file extension for this image type (“gif”).
9 |
# File 'rdoc-sources/FXGIFCursor.rb', line 9 def FXGIFCursor.fileExt; end |