pub struct CboxCtrl { /* private fields */ }Expand description
Checkbox control rendered via AGG.
Renders 3 paths: box border (hollow), label text, checkmark (when active).
Port of C++ cbox_ctrl_impl.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CboxCtrl
impl RefUnwindSafe for CboxCtrl
impl Send for CboxCtrl
impl Sync for CboxCtrl
impl Unpin for CboxCtrl
impl UnwindSafe for CboxCtrl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more