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


search for in the  


previousGtkStatusIcon::get_blinking
GtkStatusIcon::get_sizenext

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

GtkStatusIcon::get_pixbuf

GdkPixbuf get_pixbuf();

Get GdkPixbuf icon image of the object.

$tray = new GtkStatusIcon();
$pixbuf_in = GdkPixbuf::new_from_file('icon.png');
$tray->set_from_pixbuf($pixbuf);
$pixbuf_out = $tray->get_pixbuf();

See also: set_from_pixbuf()


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


previousGtkStatusIcon::get_blinking
GtkStatusIcon::get_sizenext

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