enum Cairo::DeviceType

Defined in:

lib/gi-crystal/src/auto/cairo-1.0/cairo.cr

Enum Members

Drm = 0
Gl = 1
Script = 2
Xcb = 3
Xlib = 4
Xml = 5
Cogl = 6
Win32 = 7
Invalid = -1

Class Method Summary

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Class Method Detail

def self.g_type : UInt64 #

Returns the type id (GType) registered in GLib type system.


[View source]

Instance Method Detail

def cogl? #

[View source]
def drm? #

[View source]
def gl? #

[View source]
def invalid? #

[View source]
def script? #

[View source]
def win32? #

[View source]
def xcb? #

[View source]
def xlib? #

[View source]
def xml? #

[View source]