dync classref with current source

This commit is contained in:
Rémi Verschelde
2019-06-29 12:36:34 +02:00
parent 7d1e807f69
commit 05d7b34796
349 changed files with 3655 additions and 2920 deletions

View File

@@ -55,7 +55,7 @@ Enumerations
enum **UnderlineMode**:
- **UNDERLINE_MODE_ALWAYS** = **0** --- The LinkButton will always show an underline at the bottom of its text
- **UNDERLINE_MODE_ALWAYS** = **0** --- The LinkButton will always show an underline at the bottom of its text.
- **UNDERLINE_MODE_ON_HOVER** = **1** --- The LinkButton will show an underline at the bottom of its text when the mouse cursor is over it.
@@ -64,7 +64,7 @@ enum **UnderlineMode**:
Description
-----------
This kind of buttons are primarily used when the interaction with the button causes a context change (like linking to a web page).
This kind of button is primarily used when the interaction with the button causes a context change (like linking to a web page).
Property Descriptions
---------------------