summaryrefslogtreecommitdiff
path: root/tests/testselectionmode.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename GtkHeaderBar::show-close-buttonMatthias Clasen2017-12-071-2/+2
| | | | | | It is about all window buttons, so rename it to ::show-title-buttons. https://bugzilla.gnome.org/show_bug.cgi?id=779862
* meson: tests: make tests find resources from the source dirTim-Philipp Müller2017-05-031-0/+5
| | | | | Should probably also do this in the autotools build, since the same problem exists there as well if we use srcdir != builddir.
* Remove gtk_widget_show_allTimm Bäder2017-01-201-1/+1
|
* Update callersMatthias Clasen2017-01-191-1/+1
| | | | Adapt all our tests and examples to the new initialization api.
* Add a selection mode testcaseMatthias Clasen2014-08-081-0/+214
This shows what one currently has to do manually to get the typical selection mode with blue headerbar and checkboxes in list rows. The goal is to make this easier.