summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-01-24 22:51:05 -0500
committerMatthias Clasen <mclasen@redhat.com>2012-01-24 22:51:05 -0500
commit1e869311c136acc776e7bb4223506596231ae817 (patch)
tree7738011b0599359583fe8e74e099c0e521525ece
parent38f395481c77360fa489aec4cc41303999bc8b17 (diff)
downloadgtk+-1e869311c136acc776e7bb4223506596231ae817.tar.gz
GtkApplicationWindow: Some more docs
-rw-r--r--gtk/gtkapplicationwindow.c4
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).