Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stop using gtk_main and gtk_main_quit | Matthias Clasen | 2020-02-09 | 1 | -1/+2 |
| | | | | Replace these calls with direct use of GMainContext api. | ||||
* | image: Remove icon-size argument from icon setters | Matthias Clasen | 2017-11-15 | 1 | -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_all | Timm Bäder | 2017-01-20 | 1 | -1/+1 |
| | |||||
* | Update callers | Matthias Clasen | 2017-01-19 | 1 | -1/+1 |
| | | | | Adapt all our tests and examples to the new initialization api. | ||||
* | API: container: Remove gtk_container_set_border_width() | Benjamin Otte | 2016-10-16 | 1 | -1/+0 |
| | |||||
* | Add a testcase for icons with emblems | Matthias Clasen | 2014-03-24 | 1 | -0/+42 |
This is a testcase for https://bugzilla.gnome.org/show_bug.cgi?id=726830 |