class Gtk::BuildableParseContext

Overview

An opaque context struct for Gtk::BuildableParser.

Defined in:

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

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def element : String | Nil #

[View source]
def element_stack : Enumerable(String) #

[View source]
def pop : Pointer(Void) | Nil #

[View source]
def position : Nil #

[View source]
def push(parser : Gtk::BuildableParser, user_data : Pointer(Void) | Nil) : Nil #

[View source]
def to_unsafe : Pointer(Void) #

[View source]