From 53a48a778af34bd25963881539e6f66f47dc5580 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Sun, 21 Jan 2024 16:15:12 +0100 Subject: add resizable pane --- src/ui/mod.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ui/mod.rs') diff --git a/src/ui/mod.rs b/src/ui/mod.rs index 1e7fffe..b7c11fb 100644 --- a/src/ui/mod.rs +++ b/src/ui/mod.rs @@ -1,8 +1,12 @@ +use iced::widget::pane_grid::ResizeEvent; + pub mod graph; +pub mod pane; #[derive(Debug, Clone)] pub enum Message { InputChanged(String), UpdateFunction, UpdateScreen, + Resized(ResizeEvent) } -- cgit v1.2.3-70-g09d2