docs, password config, help, about
render -> draw, file explorer, writer is RefCell
This commit is contained in:
@@ -6,6 +6,7 @@ use crate::window_manager::DrawInstructions;
|
||||
|
||||
pub mod toggle_button;
|
||||
pub mod highlight_button;
|
||||
pub mod paragraph;
|
||||
|
||||
pub trait Component<T> {
|
||||
fn handle_message(&mut self, message: WindowMessage) -> Option<T>;
|
||||
|
||||
Reference in New Issue
Block a user