iced_af 0.4.1

The iced application framework project.
Documentation
1
2
3
4
5
6
7
8
9
// This file is part of `iced_af` crate. For the terms of use, please see the file
// called LICENSE-BSD-3-Clause at the top level of the `iced_af` crate.

//! Add new custom widgets below

//pub mod column; // A column that ensures column's children have the same width.
pub mod event_control; // Allows for the disabling of windows from event queue.
//pub mod row;
//pub mod sidebar; // A sidebar of tabs on one side of the content pane. // A row that ensures row's children have the same height.