gtk/examples/application8
Matthias Clasen cda60c3c40 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.
2013-07-26 16:29:12 -04:00
..
app-menu.ui
exampleapp.c
exampleapp.gresource.xml
exampleapp.h
exampleappprefs.c Another round of template binding api changes 2013-07-26 16:29:12 -04:00
exampleappprefs.h
exampleappwin.c Another round of template binding api changes 2013-07-26 16:29:12 -04:00
exampleappwin.h
gears-menu.ui
main.c
Makefile.am
org.gtk.exampleapp.gschema.xml Getting started: Use <choices> in the schema 2013-07-24 07:31:05 -04:00
prefs.ui
window.ui