mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 04:36:45 +01:00
more doc string and reexport fixes
This commit is contained in:
parent
107e38278e
commit
dc1f5f4a17
13 changed files with 37 additions and 48 deletions
22
src/view.rs
22
src/view.rs
|
|
@ -1,25 +1,11 @@
|
|||
//! Rendering of application to display.
|
||||
|
||||
pub mod arranger;
|
||||
pub mod border;
|
||||
pub mod chain;
|
||||
pub mod help;
|
||||
pub mod plugin;
|
||||
pub mod sequencer;
|
||||
pub mod split;
|
||||
pub mod theme;
|
||||
pub mod transport;
|
||||
|
||||
pub use self::arranger::*;
|
||||
pub use self::border::*;
|
||||
pub use self::chain::ChainView;
|
||||
pub use self::help::*;
|
||||
pub use self::sequencer::{SequencerView, BufferedSequencerView};
|
||||
pub use self::split::*;
|
||||
pub use self::theme::*;
|
||||
|
||||
use crate::{render, App, core::*};
|
||||
|
||||
submod! {
|
||||
arranger border chain help plugin sequencer split theme transport
|
||||
}
|
||||
|
||||
render!(App |self, buf, area| {
|
||||
Split::down([
|
||||
&self.transport,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue