mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-10 10:24:13 +00:00
add comment
This commit is contained in:
parent
1b5af238b8
commit
8c26675059
@ -13,6 +13,7 @@ use gtk::{
|
||||
use std::{cell::RefCell, collections::HashMap, sync::Arc};
|
||||
|
||||
pub struct Tab {
|
||||
// GTK
|
||||
widget: Arc<Notebook>,
|
||||
// Dynamically allocated reference index
|
||||
labels: RefCell<HashMap<GString, Arc<Label>>>,
|
||||
|
Loading…
x
Reference in New Issue
Block a user