Write documentation for iced_style
This commit is contained in:
parent
bec1f5bbe0
commit
4b3d0fb08d
18 changed files with 261 additions and 56 deletions
|
|
@ -1,9 +1,9 @@
|
|||
//! Let your users split regions of your application and organize layout
|
||||
//! dynamically.
|
||||
//! Change the appearance of a pane grid.
|
||||
use iced_core::Color;
|
||||
|
||||
/// A set of rules that dictate the style of a container.
|
||||
pub trait StyleSheet {
|
||||
/// The supported style of the [`StyleSheet`].
|
||||
type Style: Default;
|
||||
|
||||
/// The [`Line`] to draw when a split is picked.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue