add comment

This commit is contained in:
yggverse 2024-09-24 21:31:12 +03:00
parent 1b5af238b8
commit 8c26675059

View File

@ -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>>>,