Add ability to drag pane to the pane grid edges & optional style for dragged pane
This commit is contained in:
parent
7f805bc5dd
commit
e5c9dd54b3
5 changed files with 293 additions and 106 deletions
|
|
@ -31,7 +31,7 @@ pub trait StyleSheet {
|
|||
/// The supported style of the [`StyleSheet`].
|
||||
type Style: Default;
|
||||
|
||||
/// The [`Region`] to draw when a pane is hovered.
|
||||
/// The [`Appearance`] to draw when a pane is hovered.
|
||||
fn hovered_region(&self, style: &Self::Style) -> Appearance;
|
||||
|
||||
/// The [`Line`] to draw when a split is picked.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue