This commit is contained in:
2017-07-03 09:21:51 +02:00
parent cc0530471f
commit 0c881e0c8b
6 changed files with 95 additions and 47 deletions

View File

@@ -1,5 +1,6 @@
use app_state::*;
use gdk;
use gdk_pixbuf;
use gdk_sys;
use glib;
use glib_sys;
@@ -13,6 +14,42 @@ use errors::*;
// struct VolMeter {
// pub red: u8,
// pub green: u8,
// pub blue: u8,
// pub x_offset_pct: i64,
// pub y_offset_pct: i64,
// /* dynamic */
// pub pixbuf: gdk_pixbuf::Pixbuf,
// pub width: i64,
// pub row: u8,
// }
// impl VolMeter {
// pub fn new() -> VolMeter {
// let pixbux = Pixbuf::new();
// return VolMeter {
// red: 255,
// green: 255,
// blue: 255,
// x_offset_pct: 0,
// y_offset_pct: 0,
// pixbuf: ,
// width: ,
// row: ,
// }
// }
// }
fn pixbuf_new_from_stock(icon_name: String, size: u32) {
}
pub fn init_tray_icon(appstate: Rc<AppS>) {
/* tray_icon.connect_activate */
{