summaryrefslogtreecommitdiff
path: root/examples/builder.c
Commit message (Collapse)AuthorAgeFilesLines
* examples: Stop using gtk_widget_show/hideMatthias Clasen2022-12-131-1/+1
|
* Use GtkApplication in the examplesEmmanuele Bassi2020-10-211-26/+26
| | | | | | | | Some people read the "Getting Started" section as a series of incremental lessons, and having the examples go from GtkApplication to the old style "init / spin the main loop" confuses them. We should be using GtkApplication everywhere in our examples.
* Stop using gtk_main_quitMatthias Clasen2020-02-091-3/+17
| | | | | Stop using gtk_main and gtk_main_quit in tests and examples. These APIs are on the way out.
* meson: examples: updateTim-Philipp Müller2017-05-031-0/+5
| | | | | Mostly style changes. Don't create resource source files with spaces in them, that's tempting our luck.
* Update callersMatthias Clasen2017-01-191-1/+1
| | | | Adapt all our tests and examples to the new initialization api.
* Add a GtkBuilder section to the tutorialMatthias Clasen2011-01-201-0/+40