mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-10 18:34:14 +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};
|
use std::{cell::RefCell, collections::HashMap, sync::Arc};
|
||||||
|
|
||||||
pub struct Tab {
|
pub struct Tab {
|
||||||
|
// GTK
|
||||||
widget: Arc<Notebook>,
|
widget: Arc<Notebook>,
|
||||||
// Dynamically allocated reference index
|
// Dynamically allocated reference index
|
||||||
labels: RefCell<HashMap<GString, Arc<Label>>>,
|
labels: RefCell<HashMap<GString, Arc<Label>>>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user