rename main mod to wrapper

This commit is contained in:
yggverse 2024-10-05 16:19:51 +03:00
parent b9b51f5fe3
commit 992ecfc0f6
26 changed files with 6 additions and 6 deletions

View file

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