Type Alias CheckBox

Source
pub type CheckBox = ButtonImpl<QCheckBox>;
Available on neither Windows nor macOS.

Aliased Type§

pub struct CheckBox { /* private fields */ }

Implementations§

Source§

impl CheckBox

Source

pub fn new(parent: impl AsWindow) -> Self

Source

pub fn is_checked(&self) -> bool

Source

pub fn set_checked(&mut self, v: bool)

Trait Implementations§

Source§

impl AsRawWidget for CheckBox

Source§

fn as_raw_widget(&self) -> RawWidget

Get the raw window handle.
Source§

impl AsWidget for CheckBox

Source§

fn as_widget(&self) -> BorrowedWidget<'_>

Get the window handle.