We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f09e0 commit bbab0fbCopy full SHA for bbab0fb
iui/src/controls/progressbar.rs
@@ -20,6 +20,7 @@ use ui_sys::{self, uiControl, uiProgressBar};
20
/// # use iui::prelude::*;
21
/// # use iui::controls::{ProgressBar, ProgressBarValue};
22
/// # let ui = UI::init().unwrap();
23
+/// # if cfg!(target_os = "macos") { return; }
24
/// # let mut window = Window::new(&ui, "Test Window", 0, 0, WindowType::NoMenubar);
25
/// let mut progressbar = ProgressBar::indeterminate(&ui);
26
/// progressbar.set_value(&ui, 54);
0 commit comments