summaryrefslogtreecommitdiff
path: root/tests/testgridbaseline.c
Commit message (Collapse)AuthorAgeFilesLines
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
| | | | | Replace all uses of gtk_container_add on windows by gtk_window_set_child.
* window: Remove type argument from gtk_window_new()Benjamin Otte2020-02-141-1/+1
|
* Stop using gtk_main and gtk_main_quitMatthias Clasen2020-02-091-1/+2
| | | | Replace these calls with direct use of GMainContext api.
* tests: Add testgridbaselineTimm Bäder2017-10-111-0/+58
Which shows that GtkGrid currently computes baselines for all rows even though not all of them might request a baseline.