GtkBuilder and external objects

What if you want to reference an object you created from a GtkBuilder script? or even more add children to a container created outside the scope of GtkBuilder? You can not! But do not worry, a simple API like the following will allow us to reference any external object from builder. void gtk_builder_expose_object (GtkBuilder *builder, …