Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace "gchar" with "char" | Benjamin Otte | 2020-07-25 | 1 | -1/+1 |
| | |||||
* | Replace "gint" with "int" | Benjamin Otte | 2020-07-25 | 1 | -1/+1 |
| | |||||
* | examples: use G_DECLARE_FINAL_TYPE in applications | Mohammed Sadiq | 2016-09-10 | 1 | -5/+0 |
| | | | | | | | | G_DECLARE_FINAL_TYPE was introduced in glib 2.44. We shall use that now so that lots of boilerplate code can be reduced. https://bugzilla.gnome.org/show_bug.cgi?id=770278 | ||||
* | Getting started: Coding style updates | Matthias Clasen | 2013-07-24 | 1 | -24/+26 |
| | | | | Make the new examples use GTK+ coding style. | ||||
* | Add a new example app | Matthias Clasen | 2013-07-20 | 1 | -0/+66 |
Add a new example to the getting started part of the docs. The focus of this example is on 'new stuff': GtkApplication, templates, settings, gmenu, gaction, GtkStack, GtkHeaderBar, GtkSearchBar, GtkRevealer, GtkListBox, GtkMenuButton, etc. It is being developed in several steps. Each step is put in a separate directory below examples/: application1, ..., application8. This is a little repetitive, but lets us use the code of all examples in the documentation. |