[PHP-GTK] Before get focus how to know which kind of widget

[email protected] (AngeloP) Fri, 19 Dec 2008 06:36:44 -0800 (PST)
Newsgroups php.gtk.general
Message-ID <[email protected]>
When I move the cursor I would to know what is the kind of the next widget
for example if I want to have a function that return

GtkEntry
or 
GtkText
or
Gtk....widget

if(inspection function!="GtkTetx")
{
 make something
} 


thanks


-- 
View this message in context: http://www.nabble.com/Before-get-focus-how-to-know-which-kind-of-widget-tp21092339p21092339.html
Sent from the Php - GTK - General mailing list archive at Nabble.com.