Class: Fox::FXCURCursor

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

Overview

CUR Cursor class

Instance Attribute Summary

Attributes inherited from FXCursor

#height, #hotX, #hotY, #width

Attributes inherited from FXId

#app, #userData, #xid

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(app, pixels) ⇒ FXCURCursor

Construct a cursor from memory stream in Microsoft CUR format. The image is limited to 32x32 pixels.



10
11
# File 'rdoc-sources/FXCURCursor.rb', line 10

def initialize(app, pixels) # :yields: theCursor
end