Class: Fox::FXGIFCursor

Inherits:
FXCursor show all
Defined in:
rdoc-sources/FXGIFCursor.rb

Overview

GIF Cursor class.

Instance Attribute Summary

Attributes inherited from FXCursor

#height, #hotX, #hotY, #width

Attributes inherited from FXId

#app, #userData, #xid

Class Method Summary collapse

Instance Method Summary collapse

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

.fileExtObject

Return the suggested file extension for this image type (“gif”).



9
# File 'rdoc-sources/FXGIFCursor.rb', line 9

def FXGIFCursor.fileExt; end