mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
rename main mod to wrapper
This commit is contained in:
parent
b9b51f5fe3
commit
992ecfc0f6
26 changed files with 6 additions and 6 deletions
|
|
@ -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>,
|
||||
Loading…
Add table
Add a link
Reference in a new issue