summaryrefslogtreecommitdiff
path: root/tests/testpopover.c
Commit message (Collapse)AuthorAgeFilesLines
* Adapt the testpopover exampleMatthias Clasen2014-10-291-34/+0
| | | | | We now use GtkPopoverMenu, and just add the model buttons directly to it.
* Add a manual popover menu exampleMatthias Clasen2014-10-291-21/+60
| | | | | Reproduce the testpopover popover manually, by packing model buttons into a stack in a popover.
* tests: Stop using GtkAlignmentMatthias Clasen2014-05-231-4/+11
| | | | Fix up all other tests to not use GtkAlignment anymore.
* Add an example of iconic renderingMatthias Clasen2014-04-281-0/+8
| | | | | | testpopover now shows several examples of icon buttons. https://bugzilla.gnome.org/show_bug.cgi?id=727477
* Make testpopover more versatileMatthias Clasen2014-02-221-13/+76
| | | | Allow testing alignment and positioning.
* Add a test for model-based popoversMatthias Clasen2014-02-071-0/+71
https://bugzilla.gnome.org/show_bug.cgi?id=723014