From f1a76a88207d6eab65b32bcfaecc231b7e38c978 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Tue, 3 Dec 2019 15:46:11 +0100 Subject: Improve the StyleBox class documentations --- doc/classes/StyleBoxLine.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/classes/StyleBoxLine.xml') diff --git a/doc/classes/StyleBoxLine.xml b/doc/classes/StyleBoxLine.xml index c0745c5f39..b5da81de79 100644 --- a/doc/classes/StyleBoxLine.xml +++ b/doc/classes/StyleBoxLine.xml @@ -1,8 +1,10 @@ + [StyleBox] that displays a single line. + [StyleBox] that displays a single line of a given color and thickness. It can be used to draw things like separators. @@ -10,14 +12,19 @@ + The line's color. + The number of pixels the line will extend before the [StyleBoxLine]'s bounds. If set to a negative value, the line will begin inside the [StyleBoxLine]'s bounds. + The number of pixels the line will extend past the [StyleBoxLine]'s bounds. If set to a negative value, the line will end inside the [StyleBoxLine]'s bounds. + The line's thickness in pixels. + If [code]true[/code], the line will be vertical. If [code]false[/code], the line will be horizontal. -- cgit v1.2.3