class Pango::AttrInt

Overview

The Pango::AttrInt structure is used to represent attributes with an integer or enumeration value.

Defined in:

lib/gi-crystal/src/auto/pango-1.0/attr_int.cr

Constructors

Instance Method Summary

Constructor Detail

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

def self.new(data : LibPango::AttrInt, transfer : GICrystal::Transfer) #

def self.new(attr : Pango::Attribute? = nil, value : Int32? = nil) #

Instance Method Detail

def ==(other : self) : Bool #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def attr : Pango::Attribute #

def attr=(value : Pango::Attribute) #

def to_unsafe #

def value : Int32 #

def value=(value : Int32) #