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


search for in the  


previousGtkStatusIcon::set_from_stock
GtkStatusIcon::set_visiblenext

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

GtkStatusIcon::set_tooltip

Set tooltip to display for the GtkStatusIcon object. A tooltip is a short description that will be displayed to the user when they hover their mouse pointer over the icon.

$tray = new GtkStatusIcon();
$tray->set_tooltip('This is a GtkStatusIcon object');


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


previousGtkStatusIcon::set_from_stock
GtkStatusIcon::set_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