bannerUITrackerobject
The banner UI tracker. This object keeps track of the current user interface display state; this object is transient because the interpreter’s user interface is not part of the persistence mechanism.
transient
bannerUITracker
: object
Superclass Tree (in declaration order)
bannerUITracker
` object`
Summary of Properties
Summary of Methods
addBanner
getTracker
orderMatches
removeBanner
skipDescendants
Properties
activeBanners_
The vector of banners currently on the screen. This is a list of transient BannerUIWindow objects, stored in the same order as the banner layout list.
Methods
addBanner (handle, ostr, id, parentID, where, other, windowType, align, styleFlags)
add a banner to the active display list
getTracker (win)
get the BannerUIWindow tracker object for a given BannerWindow
orderMatches (uiWin, where, otherID)
check a BannerUIWindow to see if it matches the given layout order
removeBanner (id)
remove a banner from the active display list
skipDescendants (idx)
Given an index in our list of active windows, skip the given item and all items whose windows are descended from this window. We’ll leave the index positioned on the next entry in the list that isn’t a descendant of the window at the given index. Note that this skips not only children but grandchildren (and so on) as well.
TADS 3 Library Manual
Generated on 5/16/2013 from TADS version 3.1.3