diff options
author | Matthias Clasen <mclasen@redhat.com> | 2012-01-24 22:51:05 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-01-24 22:51:05 -0500 |
commit | 1e869311c136acc776e7bb4223506596231ae817 (patch) | |
tree | 7738011b0599359583fe8e74e099c0e521525ece /gtk/gtkapplicationwindow.c | |
parent | 38f395481c77360fa489aec4cc41303999bc8b17 (diff) | |
download | gtk+-1e869311c136acc776e7bb4223506596231ae817.tar.gz |
GtkApplicationWindow: Some more docs
Diffstat (limited to 'gtk/gtkapplicationwindow.c')
-rw-r--r-- | gtk/gtkapplicationwindow.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkapplicationwindow.c b/gtk/gtkapplicationwindow.c index 5f8b1b375e..6115ba5e4c 100644 --- a/gtk/gtkapplicationwindow.c +++ b/gtk/gtkapplicationwindow.c @@ -55,6 +55,10 @@ * prefix. Actions must be addressed with the prefixed name when * referring to them from a #GMenuModel. * + * Note that widgets that are placed inside a GtkApplicationWindow + * can also activate these actions, if they implement the + * GtkActionable interface. + * * As with #GtkApplication, the GDK lock will be acquired when * processing actions arriving from other processes and should therefore * be held when activating actions locally (if GDK threads are enabled). |