Change GitHub namespace to new org for all files
This commit is contained in:
parent
d19858bce8
commit
ff2a470fd8
36 changed files with 122 additions and 122 deletions
|
|
@ -32,7 +32,7 @@ pub use iced_style::checkbox::{Style, StyleSheet};
|
|||
/// Checkbox::new(is_checked, "Toggle me!", Message::CheckboxToggled);
|
||||
/// ```
|
||||
///
|
||||
/// 
|
||||
/// 
|
||||
#[allow(missing_debug_implementations)]
|
||||
pub struct Checkbox<'a, Message, Renderer: text::Renderer> {
|
||||
is_checked: bool,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue