-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mouving example from workspace member to example
- Loading branch information
Showing
54 changed files
with
189 additions
and
605 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
// This example demonstrates how to use the `badge` widget. | ||
// | ||
// It was written by Kaiden42 <[email protected]> | ||
|
||
use iced::{ | ||
widget::{Column, Container, Row, Text}, | ||
Alignment, Element, Length, | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
// This example demonstrates how to use the `card` widget | ||
// | ||
// It was written by Kaiden42 <[email protected]> | ||
|
||
use iced::{ | ||
widget::{Button, Column, Container, Scrollable, Text}, | ||
Element, Length, | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
// This example demonstrates how to use the `color_picker` widget | ||
// | ||
// It was written by Kaiden42 <[email protected]> | ||
|
||
use iced::{ | ||
widget::{Button, Container, Row, Text}, | ||
Alignment, Color, Element, Length, | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
// This example demonstrates how to use the `ContextMenu` widget | ||
// | ||
// It was written by wiiznokes <[email protected]> | ||
|
||
use iced::{ | ||
widget::{column, Button, Container, Row, Text}, | ||
Alignment, Element, | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
// This example demonstrates how to use the [`date_picker`] widget. | ||
// | ||
// It was written by Kaiden42 <[email protected]> | ||
|
||
use iced::{ | ||
widget::{Button, Container, Row, Text}, | ||
Alignment, Element, Length, | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
// This example demonstrates how to use the [`DropDown`] widget | ||
// | ||
// It was written by wiiznokes <[email protected]> | ||
|
||
use std::fmt::Display; | ||
|
||
use iced::{ | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
// This example demonstrates how to use the number input widget | ||
// | ||
// It was written by leang27 <[email protected]> | ||
|
||
use iced::{ | ||
widget::{Container, Row, Text}, | ||
Alignment, Element, Length, | ||
|
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
examples/selection_list/src/main.rs → examples/selection_list.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
// This example demonstrates how to use the selection list widget | ||
// | ||
// It was written by Héctor Ramón Jiménez <[email protected]> and Andrew Wheeler <[email protected]> | ||
|
||
use iced::{ | ||
widget::{button, Column, Container, Text}, | ||
Alignment, Element, Font, Length, | ||
|
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.