Tooltips

Contents

  1. Basic Description
  2. Semantics / Rationale
  3. Requirements
  4. API
  5. Other Issues
  6. Related Work

Basic Description

Tooltips are a visual hint provided to the user when they hover the mouse over a user interface element. On most platforms this is in the form of a small yellow-ish window containing descriptive text.

Tooltips are available for some widgets starting in ASL 1.0.18.

Semantics / Rationale

Tooltips are not really a standalone entity; rather, they are an augmentation to preexisting widgets.

Requirements

A tooltip for a widget is defined using the alt tag in a layout. For example:

my_button(name: "Put them in the iron maiden", alt: "Execute them!");

API

The API is implementation-defined on a per-platform basis; in the case of Mac OS X and Windows XP, this can be reduced to a single API call that augments a control/window with tooltip metadata.

Other Issues

none.

none.

blog comments powered by Disqus