summaryrefslogtreecommitdiff
path: root/tests/testbuttons.c
Commit message (Collapse)AuthorAgeFilesLines
* button: Get rid of icon sizeBenjamin Otte2017-11-151-1/+1
| | | | | 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.
* button: Add icon-name propertyTimm Bäder2016-10-181-16/+16
| | | | | Remove the old-style button construction that allowed to show both an icon and a label and change visibility based on a GtkSetting.
* testbuttons: Stop looking at use-stock propertyTimm Bäder2016-10-161-13/+8
| | | | | Doesn't exist anymore. Instead, force the image to be visible on one of the buttons.
* button: Remove GtkStock APITimm Bäder2016-10-161-18/+0
|
* tests: Ignore deprecation warningsBenjamin Otte2013-06-261-0/+2
|
* 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.
* Change FSF AddressJavier Jardón2012-02-271-3/+1
|
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-11-021-7/+7
| | | | Because it's FALSE in virtually all use cases.
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-7/+7
|
* Use standard icon names in demos and testsJavier Jardón2010-08-211-1/+1
|
* Add a testcase for use-stock/use-underline in buttonsMatthias Clasen2009-07-011-0/+145
The fix for bug 586330 caused some unexpected behaviour changes, that this testcase ought to illustrate.