From: Matthias Clasen Date: Fri, 28 Apr 2023 13:21:15 +0000 (-0400) Subject: More docs for BASELINE X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~1^2~355^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=55f5edffd15fca242cc49575c7cf9006de3642a9;p=gtk4.git More docs for BASELINE Add some more details to the docs for GTK_ALIGN_BASELINE. --- diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h index ae8f6025f1..815e25de55 100644 --- a/gtk/gtkenums.h +++ b/gtk/gtkenums.h @@ -56,8 +56,10 @@ G_BEGIN_DECLS * are interpreted relative to text direction. * * %GTK_ALIGN_BASELINE support is optional for containers and widgets, and - * it is only supported for vertical alignment. When it's not supported by - * a child or a container it is treated as %GTK_ALIGN_FILL. + * it is only supported for vertical alignment. Where it is supported, it is + * treated similar to %GTK_ALIGN_CENTER, except that it positions the widget + * to line up the baselines. When it's not supported by a child or a container, + * it is treated as %GTK_ALIGN_FILL. */ typedef enum {