mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
add comment
This commit is contained in:
parent
c60ab38c2a
commit
0e76f5395d
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ use gtk::{
|
||||||
|
|
||||||
use std::{cell::RefCell, collections::HashMap, sync::Arc};
|
use std::{cell::RefCell, collections::HashMap, sync::Arc};
|
||||||
|
|
||||||
|
// Common struct for HashMap index
|
||||||
struct TabItem {
|
struct TabItem {
|
||||||
label: Arc<Label>,
|
label: Arc<Label>,
|
||||||
page: Arc<Page>,
|
page: Arc<Page>,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue