Method
GtkBuildableget_buildable_id
Declaration [src]
const char*
gtk_buildable_get_buildable_id (
GtkBuildable* buildable
)
Description [src]
Gets the ID of the buildable
object.
GtkBuilder
sets the name based on the ID attribute
of the <object>
tag used to construct the buildable
.