class Gtk::BuildableParseContext
- Gtk::BuildableParseContext
- Reference
- Object
Overview
An opaque context struct for GtkBuildableParser
.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/buildable_parse_context.crConstructors
Instance Method Summary
-
#==(other : self) : Bool
Returns
true
if this reference is the same as other. - #element : String?
- #element_stack : Enumerable(String)
- #pop : Pointer(Void)?
- #position : Nil
- #push(parser : Gtk::BuildableParser, user_data : Pointer(Void)?) : Nil
- #to_unsafe : Pointer(Void)
Constructor Detail
Instance Method Detail
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.