aboutsummaryrefslogtreecommitdiff
path: root/tests/dummy-indicator-visible.c
Commit message (Collapse)AuthorAgeFilesLines
* In tests/test-loader and tests/dummy-indicator-visible.c, support hiding & ↵Charles Kerr2012-09-111-2/+10
| | | | re-showing IndicatorObjectEntries by caching their parent widgetry instead of using gtk_widget_destroy()
* another iteration of the indicator-object visibility support patch, ↵Charles Kerr2012-01-231-0/+139
incorporating ideas from discussion with ted - some functions were public when they should have been private - the hide/show handler is now a virtual function & is documented in indicator-object.h - added unit tests - the GSettings monitor has been removed