pnmixer-rust/src/app_state.rs

12 lines
187 B
Rust

use gtk;
pub struct AppS {
/* we keep this to ensure the lifetime is across the whole application */
pub status_icon: gtk::StatusIcon,
pub builder_popup: gtk::Builder,
}