Class: Fox::FXCURCursor
- Defined in:
- rdoc-sources/FXCURCursor.rb
Overview
CUR Cursor class
Instance Attribute Summary
Attributes inherited from FXCursor
Attributes inherited from FXId
Instance Method Summary collapse
-
#initialize(app, pixels) ⇒ FXCURCursor
constructor
Construct a cursor from memory stream in Microsoft CUR format.
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 |