PHP-GTK
Wednesday, November 25, 2009 
download | documentation | applications | faq | changelog | resources 


search for in the  


previousGtkStatusIcon::get_pixbuf
GtkStatusIcon::get_visiblenext

Last updated: Wed, 25 Nov 2009
view this page in English

GtkStatusIcon::get_size

Get image size of the GtkStatusIcon object.

$tray = new GtkStatusIcon();
$tray->set_from_stock(Gtk::STOCK_EXECUTE);
echo $tray->get_size();
// 16 


User Contributed Notes
gtk.gtkstatusicon.method.get_size.php
add a note about notes
There are no user contributed notes for this page.


previousGtkStatusIcon::get_pixbuf
GtkStatusIcon::get_visiblenext

Last updated: Wed, 25 Nov 2009
view this page in English


credits 

PHP  Copyright © 2001-2009 The PHP Group
 All rights reserved.
Last updated: Wed Nov 25 02:46:29 2009 UTC