pnmixer-rust/src/app_state.rs

12 lines
187 B
Rust
Raw Normal View History

2017-06-27 22:23:12 +00:00
use gtk;
2017-06-28 15:53:19 +00:00
2017-06-29 12:55:07 +00:00
2017-06-27 22:23:12 +00:00
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,
}