mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:27:45 +00:00
Base: Move GML Widget documentation to subsubsection
This is not only convenient, but also a subsection testcase :^)
This commit is contained in:
parent
ad6cbc4192
commit
3df2eb66be
44 changed files with 43 additions and 43 deletions
|
@ -1,34 +0,0 @@
|
|||
## Name
|
||||
|
||||
GML Scrollable Container Widget
|
||||
|
||||
## Description
|
||||
|
||||
Defines a GUI scrollable container widget.
|
||||
|
||||
Unlike other container widgets, this one does not allow multiple child widgets to be added, and thus also does not support setting a layout.
|
||||
|
||||
## Synopsis
|
||||
|
||||
`@GUI::ScrollableContainerWidget`
|
||||
|
||||
Content declared as `content_widget` property.
|
||||
|
||||
## Examples
|
||||
|
||||
```gml
|
||||
@GUI::ScrollableContainerWidget {
|
||||
content_widget: @GUI::Widget {
|
||||
[...]
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
## Registered Properties
|
||||
|
||||
| Property | Type | Possible values | Description |
|
||||
|------------------------------------|---------------|------------------------|---------------------------------------------|
|
||||
| ~~layout~~ | | none | Does not take layout |
|
||||
| scrollbars_enabled | bool | true or false | Status of scrollbar |
|
||||
| should_hide_unnecessary_scrollbars | bool | true or false | Whether to hide scrollbars when unnecessary |
|
||||
| content_widget | widget object | Any Subclass of Widget | The Widget to be displayed in the Container |
|
Loading…
Add table
Add a link
Reference in a new issue