gtk2/examples/application4
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 Add a new example app 2013-07-20 23:04:47 -04:00
exampleapp.c Getting started: Coding style updates 2013-07-24 07:31:05 -04:00
exampleapp.gresource.xml Add a new example app 2013-07-20 23:04:47 -04:00
exampleapp.h Getting started: Coding style updates 2013-07-24 07:31:05 -04:00
exampleappwin.c Another round of template binding api changes 2013-07-26 16:29:12 -04:00
exampleappwin.h Getting started: Coding style updates 2013-07-24 07:31:05 -04:00
main.c Getting started: Coding style updates 2013-07-24 07:31:05 -04:00
Makefile.am Add a new example app 2013-07-20 23:04:47 -04:00
window.ui Add a new example app 2013-07-20 23:04:47 -04:00