class Pango::AttrString

Overview

The Pango::AttrString structure is used to represent attributes with a string value.

Defined in:

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

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(data : LibPango::AttrString, transfer : GICrystal::Transfer) #

[View source]
def self.new(attr : Pango::Attribute | Nil = nil) #

[View source]

Instance Method Detail

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

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


[View source]
def attr : Pango::Attribute #

[View source]
def attr=(value : Pango::Attribute) #

[View source]
def to_unsafe #

[View source]
def value : String | Nil #

[View source]
def value! #

[View source]