class Gtk::BuildableParseContext

Overview

Provides context for parsing Gtk::Builder UI files.

Gtk::BuildableParseContext is an opaque struct.

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) #

Instance Method Detail

def element : String | Nil #

def element_stack : Enumerable(String) #

def pop : Pointer(Void) | Nil #

def position : Nil #

def push(parser : Gtk::BuildableParser, user_data : Pointer(Void) | Nil) : Nil #

def to_unsafe : Pointer(Void) #