Home
last modified time | relevance | path

Searched defs:WindowInner (Results 1 – 6 of 6) sorted by relevance

/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/smithay-client-toolkit-0.4.6/src/window/
H A Dmod.rs90 struct WindowInner<F> { struct
91 frame: Arc<Mutex<F>>,
92 shell_surface: Arc<Box<shell::ShellSurface>>,
93 user_impl: Box<FnMut(Event) + Send>,
94 min_size: (u32, u32),
95 max_size: Option<(u32, u32)>,
96 current_size: (u32, u32),
97 old_size: Option<(u32, u32)>,
98 decorated: bool,
/dports/games/dose-response/dose-response-179c326/cargo-crates/smithay-client-toolkit-0.4.5/src/window/
H A Dmod.rs90 struct WindowInner<F> { struct
91 frame: Arc<Mutex<F>>,
92 shell_surface: Arc<Box<shell::ShellSurface>>,
93 user_impl: Box<FnMut(Event) + Send>,
94 min_size: (u32, u32),
95 max_size: Option<(u32, u32)>,
96 current_size: (u32, u32),
97 old_size: Option<(u32, u32)>,
98 decorated: bool,
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/smithay-client-toolkit-0.14.0/src/window/
H A Dmod.rs126 struct WindowInner<F> { struct
127 frame: Rc<RefCell<F>>,
128 shell_surface: Arc<Box<dyn shell::ShellSurface>>,
129 user_impl: Box<dyn FnMut(Event, DispatchData)>,
130 min_size: (u32, u32),
131 max_size: Option<(u32, u32)>,
132 current_size: (u32, u32),
133 old_size: Option<(u32, u32)>,
157 inner: Rc<RefCell<Option<WindowInner<F>>>>, argument
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/smithay-client-toolkit-0.6.6/src/window/
H A Dmod.rs120 struct WindowInner<F> { struct
121 frame: Arc<Mutex<F>>,
122 shell_surface: Arc<Box<shell::ShellSurface>>,
123 user_impl: Box<FnMut(Event) + Send>,
124 min_size: (u32, u32),
125 max_size: Option<(u32, u32)>,
126 current_size: (u32, u32),
127 old_size: Option<(u32, u32)>,
128 decorated: bool,
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/smithay-client-toolkit-0.14.0/src/window/
H A Dmod.rs126 struct WindowInner<F> { struct
127 frame: Rc<RefCell<F>>,
128 shell_surface: Arc<Box<dyn shell::ShellSurface>>,
129 user_impl: Box<dyn FnMut(Event, DispatchData)>,
130 min_size: (u32, u32),
131 max_size: Option<(u32, u32)>,
132 current_size: (u32, u32),
133 old_size: Option<(u32, u32)>,
157 inner: Rc<RefCell<Option<WindowInner<F>>>>, argument
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/smithay-client-toolkit-0.12.3/src/window/
H A Dmod.rs128 struct WindowInner<F> { struct
129 frame: Rc<RefCell<F>>,
130 shell_surface: Arc<Box<dyn shell::ShellSurface>>,
131 user_impl: Box<dyn FnMut(Event, DispatchData)>,
132 min_size: (u32, u32),
133 max_size: Option<(u32, u32)>,
134 current_size: (u32, u32),
135 old_size: Option<(u32, u32)>,
159 inner: Rc<RefCell<Option<WindowInner<F>>>>, argument