Another round of template binding api changes
We rename the gtk_widget_class_bind_template_child{_internal}
macros by appending a _private to their name. Otherwise, it
would be too magic to pass the 'public' names as arguments,
but affect a member of the Private struct. At the same time,
Add two new macros with the old names,
gtk_widget_class_bind_template_child{_internal} that operate
on members of the instance struct.
This commit is contained in:
@ -5516,9 +5516,11 @@ gtk_widget_class_set_template_from_resource
|
||||
gtk_widget_get_template_child
|
||||
gtk_widget_class_bind_template_child
|
||||
gtk_widget_class_bind_template_child_internal
|
||||
gtk_widget_class_bind_template_child_private
|
||||
gtk_widget_class_bind_template_child_internal_private
|
||||
gtk_widget_class_bind_template_child_full
|
||||
gtk_widget_class_bind_callback
|
||||
gtk_widget_class_declare_callback
|
||||
gtk_widget_class_bind_template_callback
|
||||
gtk_widget_class_bind_template_callback_full
|
||||
gtk_widget_class_set_connect_func
|
||||
|
||||
<SUBSECTION Standard>
|
||||
|
||||
Reference in New Issue
Block a user