About all my projects
Gnome::Gtk4::R-Buildable

Gnome::Gtk4::R-Buildable

Description

Gnome::Gtk4::R-Buildable allows objects to extend and customize their deserialization from ui files.

The interface includes methods for setting names and properties of objects, parsing custom tags and constructing child objects.

The Gnome::Gtk4::R-Buildable interface is implemented by all widgets and many of the non-widget objects that are provided by GTK. The main user of this interface is Gnome::Gtk4::Builder. There should be very little need for applications to call any of these functions directly.

An object only needs to implement this interface if it needs to extend the Gnome::Gtk4::Builder XML format or run any extra routines at deserialization time.

Methods

get-buildable-id

Gets the ID of the $buildable object.

Gnome::Gtk4::Builder sets the name based on the ID attribute of the `<object>` tag used to construct the $buildable.

method get-buildable-id (--> Str )

Return value; the ID of the buildable object.