doc: Sync classref with current source

This commit is contained in:
Rémi Verschelde
2021-03-10 10:54:21 +01:00
parent a3cdaa7a09
commit 469ac1e415
9 changed files with 71 additions and 45 deletions

View File

@@ -1280,6 +1280,10 @@
<constant name="HORIZONTAL" value="0" enum="Orientation">
General horizontal alignment, usually used for [Separator], [ScrollBar], [Slider], etc.
</constant>
<constant name="CLOCKWISE" value="0" enum="ClockDirection">
</constant>
<constant name="COUNTERCLOCKWISE" value="1" enum="ClockDirection">
</constant>
<constant name="HALIGN_LEFT" value="0" enum="HAlign">
Horizontal left alignment, usually for text-derived classes.
</constant>