summaryrefslogtreecommitdiff
path: root/tests/testemblems.c
Commit message (Collapse)AuthorAgeFilesLines
* Stop using gtk_main and gtk_main_quitMatthias Clasen2020-02-091-1/+2
| | | | Replace these calls with direct use of GMainContext api.
* image: Remove icon-size argument from icon settersMatthias Clasen2017-11-151-4/+4
| | | | | | | | Instead, add a function gtk_image_set_icon_size() for the cases where overriding the icon size is necessary. Treat icon sizes the same way as pixel sizes, too. So gtk_image_clear() no longer unsets the icon size.
* 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.
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-1/+0
|
* Add a testcase for icons with emblemsMatthias Clasen2014-03-241-0/+42
This is a testcase for https://bugzilla.gnome.org/show_bug.cgi?id=726830