File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -41,5 +41,5 @@ maintenance = { status = "actively-developed" }
41
41
bitflags = " 1.0"
42
42
libc = " 0.2"
43
43
failure = " 0.1.1"
44
- ui-sys = { path = " ../ui-sys " }
44
+ ui-sys = " 0.1.3 "
45
45
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ impl TextEntry for MultilineEntry {
208
208
}
209
209
210
210
define_control ! {
211
- /// A control which allows the user to select any one of its options, from a list shown only when selected.
211
+ /// Allows the user to select any one of its options, from a list shown only when selected.
212
212
rust_type: Combobox ,
213
213
sys_type: uiCombobox
214
214
}
@@ -254,7 +254,7 @@ impl Combobox {
254
254
}
255
255
256
256
define_control ! {
257
- /// A control which allows the user to select any one of its options, from a list shown only when selected .
257
+ /// Boolean selection control which can be checked or unchecked .
258
258
rust_type: Checkbox ,
259
259
sys_type: uiCheckbox
260
260
}
You can’t perform that action at this time.
0 commit comments