summaryrefslogtreecommitdiffstats
path: root/native/src
diff options
context:
space:
mode:
Diffstat (limited to 'native/src')
-rw-r--r--native/src/widget/column.rs2
-rw-r--r--native/src/widget/pane_grid.rs4
2 files changed, 4 insertions, 2 deletions
diff --git a/native/src/widget/column.rs b/native/src/widget/column.rs
index a7a6f242..b1adc6e3 100644
--- a/native/src/widget/column.rs
+++ b/native/src/widget/column.rs
@@ -219,7 +219,7 @@ pub trait Renderer: crate::Renderer + Sized {
/// - the [`Layout`] of the [`Column`] and its children
/// - the cursor position
///
- /// [`Column`]: struct.Row.html
+ /// [`Column`]: struct.Column.html
/// [`Layout`]: ../layout/struct.Layout.html
fn draw<Message>(
&mut self,
diff --git a/native/src/widget/pane_grid.rs b/native/src/widget/pane_grid.rs
index 7e547ccb..a88f591a 100644
--- a/native/src/widget/pane_grid.rs
+++ b/native/src/widget/pane_grid.rs
@@ -615,10 +615,12 @@ pub trait Renderer: crate::Renderer + Sized {
/// It receives:
/// - the elements of the [`PaneGrid`]
/// - the [`Pane`] that is currently being dragged
+ /// - the [`Axis`] that is currently being resized
/// - the [`Layout`] of the [`PaneGrid`] and its elements
/// - the cursor position
///
- /// [`Column`]: struct.Row.html
+ /// [`PaneGrid`]: struct.PaneGrid.html
+ /// [`Pane`]: struct.Pane.html
/// [`Layout`]: ../layout/struct.Layout.html
fn draw<Message>(
&mut self,