summaryrefslogtreecommitdiff
path: root/examples/sunny.c
Commit message (Collapse)AuthorAgeFilesLines
* headerbar: Support all kinds of CSD decorationsJasper St. Pierre2013-12-121-1/+0
| | | | | | | Move the gtkwindow.c CSD code into GtkHeaderBar, and make it triggerable by the show-close-button property, and remove shows-fallback-app-menu. https://bugzilla.gnome.org/show_bug.cgi?id=720233
* Test headerbar app menu fallbackMatthias Clasen2013-11-161-23/+12
| | | | | | Make the sunny example useful by giving it a header bar with app menu fallback. To test this under gnome-shell, set APP_MENU_FALLBACK=1 in the environment.
* Bump GLib dependency to 2.35Matthias Clasen2012-11-041-2/+0
| | | | And drop deprecated g_type_init() calls.
* Add an example for handling app menu fallbackMatthias Clasen2012-07-221-0/+213
The example shows how to use a menu button instead of the default menubar when the shell doesn't show the app menu.