Correct documentation oversight
This commit is contained in:
parent
31e3b6fbcb
commit
2cd517c099
1 changed files with 5 additions and 2 deletions
|
|
@ -454,12 +454,15 @@ pub trait Renderer: crate::Renderer + Sized {
|
||||||
///
|
///
|
||||||
/// It receives:
|
/// It receives:
|
||||||
/// - the [`State`] of the [`Scrollable`]
|
/// - the [`State`] of the [`Scrollable`]
|
||||||
/// - the bounds of the [`Scrollable`]
|
/// - the bounds of the [`Scrollable`] widget
|
||||||
|
/// - the bounds of the [`Scrollable`] content
|
||||||
/// - whether the mouse is over the [`Scrollable`] or not
|
/// - whether the mouse is over the [`Scrollable`] or not
|
||||||
/// - whether the mouse is over the scrollbar or not
|
/// - whether the mouse is over the [`Scrollbar`] or not
|
||||||
|
/// - a optional [`Scrollbar`] to be rendered
|
||||||
/// - the scrolling offset
|
/// - the scrolling offset
|
||||||
/// - the drawn content
|
/// - the drawn content
|
||||||
///
|
///
|
||||||
|
/// [`Scrollbar`]: struct.Scrollbar.html
|
||||||
/// [`Scrollable`]: struct.Scrollable.html
|
/// [`Scrollable`]: struct.Scrollable.html
|
||||||
/// [`State`]: struct.State.html
|
/// [`State`]: struct.State.html
|
||||||
fn draw(
|
fn draw(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue