rename wrapper mod to window

This commit is contained in:
yggverse 2024-10-05 17:10:31 +03:00
parent 992ecfc0f6
commit d5101a6465
26 changed files with 8 additions and 8 deletions

View file

@ -6,12 +6,12 @@ use tab::Tab;
use gtk::{gio::SimpleAction, glib::GString, prelude::BoxExt, Box, Orientation};
pub struct Wrapper {
pub struct Window {
tab: Arc<Tab>,
widget: Box,
}
impl Wrapper {
impl Window {
// Construct
pub fn new(
action_tab_page_navigation_base: Arc<SimpleAction>,