summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-07-25 19:02:33 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-07-25 19:02:33 -0400
commit7f9570b95bb3f39aa1f0110e71b8456e77457902 (patch)
tree83aa7454543dfe229898c91b317f9cc390048918
parentd8d8a71a7a02f74acae513e69142c5b125f0eb87 (diff)
downloadgtk+-7f9570b95bb3f39aa1f0110e71b8456e77457902.tar.gz
overlaylayout: Document minimally
This layout manager is not reusable, but we still need to make its layout properties show up in the docs.
-rw-r--r--gtk/gtkoverlaylayout.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/gtk/gtkoverlaylayout.c b/gtk/gtkoverlaylayout.c
index 27d099fe81..e861f54016 100644
--- a/gtk/gtkoverlaylayout.c
+++ b/gtk/gtkoverlaylayout.c
@@ -31,6 +31,20 @@
#include <graphene-gobject.h>
+
+/**
+ * SECTION:gtkoverlaylayout
+ * @Title: GtkOverlayLayout
+ * @Short_description: Layout manager that places widgets as overlays
+ *
+ * GtkOverlayLayout is the layout manager used by #GtkOverlay.
+ * It places widgets as overlays on top of the main child.
+ *
+ * This is not a reusable layout manager, since it expects its widget
+ * to be a #GtkOverlay. It only listed here so that its layout
+ * properties get documented.
+ */
+
struct _GtkOverlayLayout
{
GtkLayoutManager parent_instance;