Returns the name of a widget which has been loaded from a glade file.
If the widget has been created the "normal" way and not with glade, NULL is returned.
In the example you could use a
which would return string(8) "btnClose".
var_dump( libglade::get_widget_name( $btnClose));