Derived from: BView
Declared in: ScrollView.h
Library: libBeGUI.so
The ScrollView Class is a BView wrapper class. It overrides the Draw() and AttachedToWindow() methods to perform color setting from preferences and draw the desired text.
This is the constructor. It's initializer list creates two new BLists.
This is the destructor. It deletes the lists created in the CTOR and deletes those items from one of the lists which are not deleted automatically by the window when it closes.
This is an internally called function. This grabs the preferred underlying view colors and sets itself to them. It calls the inherited version.
This is an internally called function. It's only job is to draw all the text. It calls the inherited version.
Overview
[method summary]
ScrollView()
ScrollView(BRect paramBound,
const char * paramWindowTitle,
const char * paramScrollViewName,
const char * paramNamePrefFrame);
~ScrollView()
~ScrollView();
AttachedToWindow()
void AttachedToWindow(void);
Draw()
void Draw(BRect rect);
for version 1.0.1
Copyright © 1998-1999 Ed Musgrove Be Developer #2076. All rights reserved.
edgar@harbornet.com
emusgrov@linknet.kitsap.lib.wa.us
Last modified January 19, 1999.