summaryrefslogtreecommitdiff
path: root/tests/testtoolbar2.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: Drop testtoolbar2Matthias Clasen2020-05-131-45/+0
| | | | | | | This is just a tool bar styling test; we have the same in the widget factory. See: #2738
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-5/+5
| | | | These are all on GtkBox or enumerating children.
* 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.
* Use gtk_frame_set_child throughoutMatthias Clasen2020-05-041-1/+1
| | | | | Replace all uses of gtk_container_add for frames with gtk_frame_set_child.
* Use gtk_widget_add/remove_css_class moreMatthias Clasen2020-04-101-1/+1
| | | | | | Replace most uses of gtk_style_context_add/remove_class by the new APIs. The only remaining uses of the old API are in save/restore situations.
* Drop the margin propertyMatthias Clasen2020-02-251-1/+5
| | | | Replace it with margin-start, -end, -top, -bottom throughout.
* 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.
* button: Get rid of icon sizeBenjamin Otte2017-11-151-3/+3
| | | | | In fact, make gtk_button_new_from_icon_name() just set the icon-name property instead of creating a GtkImage.
* 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 an example for a hig-style toolbarMatthias Clasen2014-08-151-0/+40