summaryrefslogtreecommitdiff
path: root/gtk/gtkshortcutswindow.h
Commit message (Collapse)AuthorAgeFilesLines
* Convert headers to #pragma onceMatthias Clasen2023-03-311-3/+1
| | | | The conversion was done by guard2one.
* shortcutswindow: Drop the Private structMatthias Clasen2020-09-191-8/+1
|
* shortcuts window: Make not subclassableMatthias Clasen2019-05-191-11/+0
| | | | | Part of being more explicit about what we allow to be subclassed and what not.
* shortcuts: Don't include gtk.hBenjamin Otte2018-02-081-0/+4
| | | | | Clean up all shortcuts includes to only include the necessary files while we're at it.
* The big versioning cleanupMatthias Clasen2018-02-061-1/+1
| | | | | | | Remove all the old 2.x and 3.x version annotations. GTK+ 4 is a new start, and from the perspective of a GTK+ 4 developer all these APIs have been around since the beginning.
* Add autocleanups for GtkShortcutsWindowEmmanuele Bassi2015-11-111-0/+1
|
* Add GtkShortcutsWindowMatthias Clasen2015-10-211-0/+57
This is a toplevel window that is tailored towards showing help for shortcuts in an application. The implementation closely follows this design: https://wiki.gnome.org/Design/OS/HelpOverlay This implementation is inspired by earlier work in gnome-builder, thanks to Christian Hergert. https://bugzilla.gnome.org/show_bug.cgi?id=756428