HyperView2.959 bannerDocumentation
 
public BasicPane.class extends Gadget


A BasicPane extends Gadget.class, but has Gadget.gobFlags select Image GOB_NO_SELECT bit set.  This flag bit tells the HyperView that there is no select Image so it won't try and render.  Thus a BasicPane.class uses 1/2 the Graphics Memory of
a Gadget.class.

A BasicPane.class is a "Window Pane."
Here is an Image of  BasicPane.class.
Note:




Constructors:

BasicPane(HyperView,int,int);
                         View, width, height



BasicPane(HyperView ,int,int,int,int) 
                       View, X, Y, width, height







BasicPane(HyperView,int,int,int,int,Color fc1,Color fc2,Color fc3, Color mpc)

View, X,Y,width,height,
Frame Color 1,
Frame Color 2,Frame Color 3,
menuPane
Color)




 Note:
There are 3 Colors that comprise the frame around the BasicPane.class
In this case white,light grey, and dark grey.
The black area in this image is the "menu pane" area.

Thus there are 2 different areas that comprise a BasicPane.clas
1 A Frame around the Pane
2 A Menu Pane area in the middle
 
BasicPane Memory Window
This Image shows how the colors are drawn.
Best usage is a light color for the top, a medium color for the face,
and a dark color for the bottom.

BasicPane.class Memory Window Colors.




BasicPane(HyperView tView,int tWidth,int tHeight,                  // $Const 4
 Color fc1,Color fc2,Color fc3, Color mpc)