Help for this page
# Check if this is a problem widget, and if it is, is it visible if( ... ) { ... }
#Get reference to widget based on name then check if it's visible my $ref = \${$widget_name}; if($$ref->IsVisible()) { ... }