Write documentation for UserInterface

This commit is contained in:
Héctor Ramón Jiménez 2019-08-29 00:58:42 +02:00
parent 51050fc45c
commit 268a5f0017
5 changed files with 214 additions and 14 deletions

View file

@ -5,7 +5,7 @@ use crate::{Point, Rectangle, Vector};
/// The computed bounds of a [`Node`] and its children.
///
/// This type is provided by the GUI runtime to [`Widget::on_event`] and
/// [`Widget::draw`], describing the layout of the produced [`Node`] by
/// [`Widget::draw`], describing the layout of the [`Node`] produced by
/// [`Widget::node`].
///
/// [`Node`]: struct.Node.html