Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Elizabeth Smith's Blog:
CC_Tooltips - easy php-gtk tooltip management
Dec 13, 2006 @ 23:21:00

Elizabeth Smith points out a handy bit of functionality for the PHP-GTKers out there on her blog today - tooltips in PHP_Gtk2.

She talks specifically about how she's using them in her CC Desktop framework to make tooltip creation simple:

CC_Tooltips extends the base GtkTooltips class to enhance the functionality. It handles a few "special cases" and forces the object to be a singleton.

There's a few bits of added functionality that are enhancements off of the standard standard tooltips PHP-GTK offers as well. Check out the full entry for more info on this and other features of the CC Desktop - including a code sample.

tagged: cctooltips phpgtk tooltip management class extend functionality cctooltips phpgtk tooltip management class extend functionality

Link:

Elizabeth Smith's Blog:
CC_Tooltips - easy php-gtk tooltip management
Dec 13, 2006 @ 23:21:00

Elizabeth Smith points out a handy bit of functionality for the PHP-GTKers out there on her blog today - tooltips in PHP_Gtk2.

She talks specifically about how she's using them in her CC Desktop framework to make tooltip creation simple:

CC_Tooltips extends the base GtkTooltips class to enhance the functionality. It handles a few "special cases" and forces the object to be a singleton.

There's a few bits of added functionality that are enhancements off of the standard standard tooltips PHP-GTK offers as well. Check out the full entry for more info on this and other features of the CC Desktop - including a code sample.

tagged: cctooltips phpgtk tooltip management class extend functionality cctooltips phpgtk tooltip management class extend functionality

Link:


Trending Topics: