Element: graphic_window.ebrowsed

Type

epointer

Description

The current "browsed" entity during entity browsing in graphic_window.

Entity browsing is a facility which displays descriptive tooltips as the mouse passes over graphic entities within the window. Whenever the mouse passes over an entity, a .ebrowse entity callback is invoked, which sets the tooltip text and the tooltip is then displayed.

This attribute may be used to access the browsed entity, typically within a window.track or window.exec callback. It has a null value when the mouse is not over an entity.

See Also

Callbacks:

window.exec, window.track

Structures:

window.browsing