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


search for in the  


previousGtkStatusIcon Constructor
GtkStatusIcon::get_blinkingnext

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

GtkStatusIcon::is_embedded

Get embedded state of the GtkStatusIcon object. If a GtkStatusIcon is embedded, then no system tray is accessible on the host machine.

$tray = new GtkStatusIcon();
if ($tray->is_embedded()) {
  echo 'No system tray available!';
}


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


previousGtkStatusIcon Constructor
GtkStatusIcon::get_blinkingnext

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