Function Macro
Gtkwidget_class_bind_template_child_internal
since: 3.10
Declaration [src]
#define gtk_widget_class_bind_template_child_internal (
widget_class,
TypeName,
member_name
)
Description [src]
Binds a child widget defined in a template to the widget_class
, and
also makes it available as an internal child in GtkBuilder, under the
name member_name
.
This macro is a convenience wrapper around the
gtk_widget_class_bind_template_child_full()
function.
This macro will use the offset of the member_name
inside the TypeName
instance structure.
Available since: 3.10
This function is not directly available to language bindings.