struct Gtk::CssLocation

Overview

Points at a location inside a CSS stream.

Defined in:

lib/gi-crystal/src/auto/gtk-4.0/css_location.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pointer : Pointer(Void), transfer : GICrystal::Transfer) #

def self.new(data : LibGtk::CssLocation, _transfer : GICrystal::Transfer) #

def self.new(bytes : UInt64 | Nil = nil, chars : UInt64 | Nil = nil, lines : UInt64 | Nil = nil, line_bytes : UInt64 | Nil = nil, line_chars : UInt64 | Nil = nil) #

Instance Method Detail

def ==(other : self) : Bool #

def bytes(*args, **options) #

def bytes(*args, **options, &) #

def bytes=(arg) #

def chars(*args, **options) #

def chars(*args, **options, &) #

def chars=(arg) #

def line_bytes(*args, **options) #

def line_bytes(*args, **options, &) #

def line_bytes=(arg) #

def line_chars(*args, **options) #

def line_chars(*args, **options, &) #

def line_chars=(arg) #

def lines(*args, **options) #

def lines(*args, **options, &) #

def lines=(arg) #