mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
api review: callback parameters and properties name adjustements
This commit is contained in:
parent
6de76e0aed
commit
901afde11f
23 changed files with 54 additions and 54 deletions
|
@ -15,8 +15,8 @@ export component InternalScrollView {
|
|||
out property <length> visible-height <=> fli.height;
|
||||
in-out property <bool> has-focus <=> native.has-focus;
|
||||
in property <bool> enabled <=> native.enabled;
|
||||
in property <ScrollBarPolicy> vertical-bar-policy <=> native.vertical-bar-policy;
|
||||
in property <ScrollBarPolicy> horizontal-bar-policy <=> native.horizontal-bar-policy;
|
||||
in property <ScrollBarPolicy> vertical-scrollbar-policy <=> native.vertical-scrollbar-policy;
|
||||
in property <ScrollBarPolicy> horizontal-scrollbar-policy <=> native.horizontal-scrollbar-policy;
|
||||
|
||||
// Used by the StandardTableView
|
||||
out property <length> native-padding-left: native.native-padding-left;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue