Draft Panes widget and panes example

This commit is contained in:
Héctor Ramón Jiménez 2020-03-04 04:10:26 +01:00
parent 02091267bf
commit 012b4adec7
17 changed files with 801 additions and 396 deletions

View file

@ -243,7 +243,7 @@ where
}
/// Computes the _layout_ hash of the [`Element`].
///
///
/// [`Element`]: struct.Element.html
pub fn hash_layout(&self, state: &mut Hasher) {
self.widget.hash_layout(state);