class Gtk::CssSection
- Gtk::CssSection
- Reference
- Object
Overview
Defines a part of a CSS document.
Because sections are nested into one another, you can use
CssSection#parent
to get the containing region.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/css_section.crConstructors
- .new(file : Gio::File?, start : Gtk::CssLocation, end _end : Gtk::CssLocation) : self
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
- #end_location : Gtk::CssLocation
- #file : Gio::File?
- #finalize
- #parent : Gtk::CssSection?
- #print(string : GLib::String) : Nil
- #ref : Gtk::CssSection
- #start_location : Gtk::CssLocation
- #to_string : String
- #to_unsafe : Pointer(Void)
- #unref : Nil