class Gdk::Cursor
Public Class Methods
new(*args)
click to toggle source
# File gdk3/lib/gdk3/cursor.rb, line 20 def initialize(*args) if args.last.is_a?(Hash) options = args.pop else options = {} end display = options[:display] || Display.default initialize_raw(display, *args) end
Also aliased as: initialize_raw