X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fchimara-glk.c;h=86522e53ace85d1019a0ade6c41d806ea4bc685e;hb=2dea59cff08d5cd7654fbf470db7f4512608dc58;hp=7b4a63d0ac2a9ea7a4aca9dd74776d93c7f8eae1;hpb=82e93fc5bfc07db718bd299a3985281d57460ab9;p=projects%2Fchimara%2Fchimara.git diff --git a/libchimara/chimara-glk.c b/libchimara/chimara-glk.c index 7b4a63d..86522e5 100644 --- a/libchimara/chimara-glk.c +++ b/libchimara/chimara-glk.c @@ -861,7 +861,10 @@ chimara_glk_class_init(ChimaraGlkClass *klass) /** * ChimaraGlk:spacing: * - * The amount of space between the Glk windows. + * The amount of space between the Glk windows. This space forms a visible + * border between windows; however, if you open a window using the + * %winmethod_NoBorder flag, there will be no spacing between it and its + * sibling window, no matter what the value of this property is. */ g_object_class_install_property(object_class, PROP_SPACING, g_param_spec_uint("spacing", _("Spacing"),