summaryrefslogtreecommitdiff
path: root/tests/testswitch.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Stop using gtk_widget_show/hideMatthias Clasen2022-12-131-1/+1
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-11/+11
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
* 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-2/+15
* Stop using gtk_box_pack_endTimm Bäder2019-01-231-11/+11
* testswitch: Remove unnecessary gtk_widget_show callsTimm Bäder2017-12-041-6/+0
* box: Remove fill child propertyTimm Bäder2017-04-251-6/+6
* box: Remove expand child propertyTimm Bäder2017-04-251-12/+8
* Update callersMatthias Clasen2017-01-191-1/+1
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-1/+0
* box: Remove 'padding' child propertyTimm Bäder2016-10-161-7/+7
* Add a delayed state test caseMatthias Clasen2014-04-061-3/+112
* Add GtkSwitch, a "light-switch" like widgetEmmanuele Bassi2010-11-291-0/+86