widget: Clean up doc about disabled

Ref T5363
This commit is contained in:
Jean-Philippe Andre 2017-08-08 22:10:58 +09:00
parent 2450038436
commit 23555ae461
1 changed files with 11 additions and 6 deletions

View File

@ -54,6 +54,17 @@ abstract Elm.Widget (Efl.Canvas.Group, Elm.Interface.Atspi_Accessible,
[[A canvas object (often a $Efl.Canvas.Layout object).]]
}
}
@property disabled {
[[Whether the widget is enabled (accepts and reacts to user inputs).
Each widget may handle the disabled state differently, but overall
disabled widgets shall not respond to any input events. This is
$false by default, meaning the widget is enabled.
]]
values {
disabled: bool(false); [[$true if the widget is disabled.]]
}
}
@property focus {
[[Focus property]]
@ -96,12 +107,6 @@ abstract Elm.Widget (Efl.Canvas.Group, Elm.Interface.Atspi_Accessible,
th: ptr(Elm.Theme) @nullable; [[Elementary theme]]
}
}
@property disabled {
[[Enabled / disabled property]]
values {
disabled: bool; [[$true if the widget is disabled, $false otherwise]]
}
}
@property highlight_ignore {
[[Highlight ignore]]
values {