summaryrefslogtreecommitdiff
path: root/gtk/gtkaccelgroupprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* accels: Remove GtkAccelGroupBenjamin Otte2020-03-251-9/+0
|
* accelgroup: Remove unneeded APIsBenjamin Otte2020-03-251-2/+0
| | | | After the removal of GtkAccelMap, these things are no longer necessary.
* gtk: Remove GtkAccelMapEmmanuele Bassi2020-03-251-2/+0
| | | | | Now that accel paths are gone, the object managing them isn't needed anymore either.
* accelgroup: Add gtk_accel_group_print_label()Benjamin Otte2020-03-251-3/+6
|
* Revert "Merge branch 'disable-window-test' into 'master'"Matthias Clasen2020-03-191-3/+13
| | | | | This reverts commit 3ac4c76b18cc89a841ce09f0943539f16988fd21, reversing changes made to 6ec96d2e989d029a303b8b20ec72b86f974c0e87.
* accels: Remove GtkAccelGroupBenjamin Otte2020-03-181-9/+0
|
* accelgroup: Remove unneeded APIsBenjamin Otte2020-03-181-2/+0
| | | | After the removal of GtkAccelMap, these things are no longer necessary.
* gtk: Remove GtkAccelMapEmmanuele Bassi2020-03-181-2/+0
| | | | | Now that accel paths are gone, the object managing them isn't needed anymore either.
* accelgroup: Add gtk_accel_group_print_label()Benjamin Otte2020-03-181-3/+6
|
* Make GtkAccelGroupEntry public againJasper St. Pierre2014-04-051-7/+0
| | | | | Even though it was marked as internal, it seems gnome-terminal was poking into the structure. It's unfortunately part of our ABI.
* Clean up private headersMatthias Clasen2014-04-051-1/+19
| | | | | This commit adds a few missing private headers, and cleans up some irregularities in the existing ones
* Change FSF AddressJavier Jardón2012-02-271-3/+1
|
* gtkaccelgroup.c: Do not use GET_PRIV macroJavier Jardón2011-06-021-2/+0
|
* Move GtkAccelGroup private structure to shared header fileJavier Jardón2010-05-031-0/+36
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=602174