1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
pub mod windowing_area;

mod classic_button;
mod classic_frame;
mod empty_widget;
mod util;

pub use windowing_area::{
    layout::{WinId, WindowingState},
    WindowBuilder, WindowEvent, WindowSetter, WindowingArea, WindowingContext,
};