Rename regions and splits in pane_grid::Node
This commit is contained in:
parent
1bc69e7a8a
commit
cb530ccf2f
3 changed files with 14 additions and 12 deletions
|
|
@ -48,7 +48,7 @@ impl Node {
|
|||
///
|
||||
/// [`Pane`]: struct.Pane.html
|
||||
/// [`Node`]: enum.Node.html
|
||||
pub fn regions(
|
||||
pub fn pane_regions(
|
||||
&self,
|
||||
spacing: f32,
|
||||
size: Size,
|
||||
|
|
@ -75,7 +75,7 @@ impl Node {
|
|||
///
|
||||
/// [`Split`]: struct.Split.html
|
||||
/// [`Node`]: enum.Node.html
|
||||
pub fn splits(
|
||||
pub fn split_regions(
|
||||
&self,
|
||||
spacing: f32,
|
||||
size: Size,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue