mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
parent
ed8089e43b
commit
f7fa27b9b4
7 changed files with 13 additions and 0 deletions
|
@ -43,6 +43,11 @@ using for loops may be added in the future and is tracked in issue #407.
|
|||
Used to render the frame as disabled or enabled, but doesn't change behavior of the widget.
|
||||
</SlintProperty>
|
||||
|
||||
### mouse-drag
|
||||
<SlintProperty propName="mouse-drag" typeName="bool" defaultValue="true for Material style, false for all others" propertyVisibility="in">
|
||||
When true, the view can be scrolled by dragging with the mouse.
|
||||
</SlintProperty>
|
||||
|
||||
### has-focus
|
||||
<SlintProperty propName="has-focus" typeName="bool" defaultValue="false" propertyVisibility="in-out">
|
||||
Used to render the frame as focused or unfocused, but doesn't change the behavior of the widget.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue