gtk3/demos
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
..
gtk-demo Rename the widget template API 2013-07-26 13:52:15 -04:00
pixbuf-demo Convert pixbuf animation demo (both copies) to GdkFrameClock 2013-02-21 09:59:58 -05:00
widget-factory Don't use stock APIs in the widget factory 2013-06-24 14:50:01 -04:00
Makefile.am Move widget-factory to demos/ 2012-02-09 08:45:40 -05:00