JavaScript EditorFree JavaScript Editor     Perl Manuals 



Main Page

13.7. Is the Widget Mapped?

To find out if the widget has been mapped to the screen, use the ismapped method:

if ($widget->ismapped)
  # Do something
} else {
  # map the widget
}

The ismapped method returns 1 if the widget is currently mapped to the screen and 0 if it is not.






JavaScript EditorJavaScript Formatter     Perl Manuals


©