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,
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ use std::hash::Hash;
|
|||
/// let image = Image::<image::Handle>::new("resources/ferris.png");
|
||||
/// ```
|
||||
///
|
||||
/// <img src="https://github.com/hecrj/iced/blob/9712b319bb7a32848001b96bd84977430f14b623/examples/resources/ferris.png?raw=true" width="300">
|
||||
/// <img src="https://github.com/iced-rs/iced/blob/9712b319bb7a32848001b96bd84977430f14b623/examples/resources/ferris.png?raw=true" width="300">
|
||||
#[derive(Debug, Hash)]
|
||||
pub struct Image<Handle> {
|
||||
handle: Handle,
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
//! The [`pane_grid` example] showcases how to use a [`PaneGrid`] with resizing,
|
||||
//! drag and drop, and hotkey support.
|
||||
//!
|
||||
//! [`pane_grid` example]: https://github.com/hecrj/iced/tree/0.3/examples/pane_grid
|
||||
//! [`pane_grid` example]: https://github.com/iced-rs/iced/tree/0.3/examples/pane_grid
|
||||
mod axis;
|
||||
mod configuration;
|
||||
mod content;
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ pub use iced_style::radio::{Style, StyleSheet};
|
|||
/// Radio::new(Choice::B, "This is B", selected_choice, Message::RadioSelected);
|
||||
/// ```
|
||||
///
|
||||
/// 
|
||||
/// 
|
||||
#[allow(missing_debug_implementations)]
|
||||
pub struct Radio<'a, Message, Renderer: text::Renderer> {
|
||||
is_selected: bool,
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ use std::hash::Hash;
|
|||
/// .size(40);
|
||||
/// ```
|
||||
///
|
||||
/// 
|
||||
/// 
|
||||
#[derive(Debug)]
|
||||
pub struct Text<Renderer: text::Renderer> {
|
||||
content: String,
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ pub use iced_style::text_input::{Style, StyleSheet};
|
|||
/// )
|
||||
/// .padding(10);
|
||||
/// ```
|
||||
/// 
|
||||
/// 
|
||||
#[allow(missing_debug_implementations)]
|
||||
pub struct TextInput<'a, Message, Renderer: text::Renderer> {
|
||||
state: &'a mut State,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue