summaryrefslogtreecommitdiff
path: root/tests/testheaderbar.c
Commit message (Collapse)AuthorAgeFilesLines
* testheaderbar: Fix custom CSSTimm Bäder2017-12-281-6/+2
|
* image: Remove icon-size argument from icon settersMatthias Clasen2017-11-151-2/+2
| | | | | | | | 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.
* stylecontext: Port to use display instead of screenBenjamin Otte2017-10-311-3/+3
|
* tests: Get rid of GtkEventBoxBenjamin Otte2017-08-021-7/+4
|
* box: Remove fill child propertyTimm Bäder2017-04-251-4/+4
| | | | GtkWidget:halign and GtkWidget:valign are sufficient
* box: Remove expand child propertyTimm Bäder2017-04-251-4/+5
| | | | GtkWidget already has hexpand/vexpand properties.
* Remove gtk_widget_show_allTimm Bäder2017-01-201-3/+1
|
* Update callersMatthias Clasen2017-01-191-1/+1
| | | | Adapt all our tests and examples to the new initialization api.
* cssprovider: Remove GError out argument from load functionsBenjamin Otte2016-10-171-1/+1
| | | | People should use the GtkCssProvider::parsing-error signal instead.
* box: Remove 'padding' child propertyTimm Bäder2016-10-161-4/+4
|
* tests: use actionbar in headerbar testWilliam Jon McCann2014-01-071-25/+5
| | | | | | This is a great example of where headerbar should not be used. https://bugzilla.gnome.org/show_bug.cgi?id=721665
* testheaderbar: fix a mmemonicMatthias Clasen2013-06-281-0/+1
|
* Remove most of the stock API usage from the testsWilliam Jon McCann2013-06-241-2/+2
| | | | With the exception of GtkActions and the tests for stock items.
* Add more tests to testheaderbarMatthias Clasen2013-05-251-34/+70
| | | | | Check that one can use widgets other than GtkHeaderBar as titlebars.
* Add a test for dialog placement with csdMatthias Clasen2013-05-131-1/+22
| | | | | Taken from https://bugzilla.gnome.org/show_bug.cgi?id=700056
* Test a few more titlebar thingsMatthias Clasen2013-05-121-1/+23
| | | | | Add tests for fullscreening and disposing with custom titlebar to testheaderbar.
* Pimp up testheaderbar some moreMatthias Clasen2013-03-261-0/+8
|
* Add an example for subtitles in header barsMatthias Clasen2013-03-191-1/+18
|
* test custom titles more thoroughlyMatthias Clasen2013-03-191-1/+19
| | | | | This adds a way to toggle between custom and non-custom titles in testheaderbar, which is currently broken.
* Use gtk_window_set_titlebar in testheaderbarMatthias Clasen2013-03-181-12/+23
| | | | | This demonstrates how custom titlebars work both with and without csd.
* Add a headerbar testMatthias Clasen2013-03-181-0/+64
Add a testcase for GtkHeaderBar that shows how it can be used without client-side decorations.