Implement Widget::draw for Rule
This commit is contained in:
parent
d127dbd08e
commit
f625797392
5 changed files with 66 additions and 57 deletions
|
|
@ -1,10 +1,3 @@
|
|||
//! Display a horizontal or vertical rule for dividing content.
|
||||
|
||||
use crate::Renderer;
|
||||
|
||||
pub use iced_graphics::rule::{FillMode, Style, StyleSheet};
|
||||
|
||||
/// Display a horizontal or vertical rule for dividing content.
|
||||
///
|
||||
/// This is an alias of an `iced_native` rule with an `iced_glow::Renderer`.
|
||||
pub type Rule = iced_native::Rule<Renderer>;
|
||||
pub use iced_graphics::rule::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue