Get image size of the GtkStatusIcon object.
$tray = new GtkStatusIcon(); $tray->set_from_stock(Gtk::STOCK_EXECUTE); echo $tray->get_size(); // 16