mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:07:45 +00:00
LibGUI: Add ability to position checkboxes to the right of their text
This uses the new `checkbox_position` property, which can be "Left" or "Right".
This commit is contained in:
parent
0ef3c15822
commit
aadb35ff46
3 changed files with 21 additions and 4 deletions
|
@ -27,9 +27,10 @@ Defines a GUI checkbox widget.
|
|||
|
||||
## Registered Properties
|
||||
|
||||
| Property | Type | Possible values | Description |
|
||||
|----------|------|-----------------|--------------------------|
|
||||
| autosize | bool | true or false | Determines if auto-sized |
|
||||
| Property | Type | Possible values | Description |
|
||||
|-------------------|--------|-------------------|--------------------------------------------------------------------|
|
||||
| autosize | bool | true or false | Determines if auto-sized |
|
||||
| checkbox_position | String | "Left" or "Right" | Place the checkbox itself on either the left or right of its label |
|
||||
|
||||
## See also
|
||||
- [GML Button](help://man/5/GML-Widget-Button)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue