class Gdk::TimeCoord
- Gdk::TimeCoord
- Reference
- Object
Overview
A Gdk::TimeCoord
stores a single event in a motion history.
Defined in:
lib/gi-crystal/src/auto/gdk-4.0/time_coord.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(data : LibGdk::TimeCoord, transfer : GICrystal::Transfer)
- .new(time : UInt32 | Nil = nil, flags : Gdk::AxisFlags | Nil = nil, axes : Enumerable(Float64) | Nil = nil)
Instance Method Summary
-
#==(other : self) : Bool
Returns
true
if this reference is the same as other. - #axes : Enumerable(Float64)
- #axes=(value : Enumerable(Float64))
- #flags : Gdk::AxisFlags
- #flags=(value : Gdk::AxisFlags)
- #time : UInt32
- #time=(value : UInt32)
- #to_unsafe
Constructor Detail
def self.new(time : UInt32 | Nil = nil, flags : Gdk::AxisFlags | Nil = nil, axes : Enumerable(Float64) | Nil = nil)
#
Instance Method Detail
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.