gtk2/examples/application4
Emmanuele Bassi 89ae3524a3 Rename the widget template API
The macros and functions are inconsistently named, and are not tied to
the "template" concept - to the point that it seems plausible to use
them without setting the template.

The new naming scheme is as follows:

  gtk_widget_class_bind_template_child_full
  gtk_widget_class_bind_template_callback_full

With the convenience macros:

  gtk_widget_class_bind_template_child
  gtk_widget_class_bind_template_child_internal
  gtk_widget_class_bind_template_callback

https://bugzilla.gnome.org/show_bug.cgi?id=700898
https://bugzilla.gnome.org/show_bug.cgi?id=700896
2013-07-26 13:52:15 -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 Rename the widget template API 2013-07-26 13:52:15 -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