Academia.eduAcademia.edu

Outline

User interface programming I

2013

Abstract

Note Widgets are mapped by default. This means that when you realize a widget hierarchy, the widgets included in that hierarchy will usually be displayed on screen immediately. You can control the visibility of widget hierarchies-before or after realization-using the MAP keyword to WIDGET_CONTROL. See "Controlling Widget Visibility" on page 27 for details. Note also that widgets that are visible on screen can be made unavailable to the user by setting the SENSITIVE keyword to WIDGET_CONTROL. See "Sensitizing Widgets" on page 28 for details.