mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add comment
This commit is contained in:
parent
1b5af238b8
commit
8c26675059
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue