Skip to content

Commit fa5b240

Browse files
committed
Doc fixes for Combobox and Checkbox
1 parent 699b007 commit fa5b240

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

Cargo.toml

Lines changed: 0 additions & 5 deletions
This file was deleted.

iui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ maintenance = { status = "actively-developed" }
4141
bitflags = "1.0"
4242
libc = "0.2"
4343
failure = "0.1.1"
44-
ui-sys = { path = "../ui-sys" }
44+
ui-sys = "0.1.3"
4545

iui/src/controls/entry.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ impl TextEntry for MultilineEntry {
208208
}
209209

210210
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.
212212
rust_type: Combobox,
213213
sys_type: uiCombobox
214214
}
@@ -254,7 +254,7 @@ impl Combobox {
254254
}
255255

256256
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.
258258
rust_type: Checkbox,
259259
sys_type: uiCheckbox
260260
}

0 commit comments

Comments
 (0)