separate modules to submodule components

This commit is contained in:
yggverse 2024-09-22 20:58:23 +03:00
parent 2c389abdfd
commit e45b7f0a4a
13 changed files with 167 additions and 71 deletions

View file

@ -5,7 +5,7 @@ pub struct Main {
}
impl Main {
// Construct
// Construct new object
pub fn new(tab: &gtk::Notebook) -> Main {
let gtk = gtk::Box::builder()
.orientation(gtk::Orientation::Vertical)