Looking up www.vectaport.com Contacting www.vectaport.com Reading...
Banner - one line title bar
#include <InterViews/banner.h>
A banner Read (15% of 2K) is an interactor that draws a one line title bar with optional left-justified, centered, and right-justi- fied headings. The member variable highlight can be set to cause drawing to be performed with the foreground and background colors reversed. The natural size of a banner depends on the size of its headings. Banners are infinitely stretchable horizon- tally, but fixed size vertically.
Banner(char* leRead (48% of 2K) ft, char* middle, char* right) The left string will be left-justified, the middle string centered, and right string right-justified in the banner. A header can be omitted by passing a nil string. void Update() The strings can be set through the left, middle, and right member variables. The Update operation should be called after Read (82% of 2K) one or more of the strings is changed.
Interactor(3I)