Unit ktMBevel

Classes

TktBevelButton - TktBevelButton Class Inheritance
TktMBevel -
TktMultiBevel - TktMultiBevel Class Inheritance

Functions

Register -

Types

TBevelShape
TBevelStyle
TBevelWidth
TBorderWidth
TCaptionOutfit
TCaptionPosition
TDensity
TShadowStyle
TTransparence

Constants

Variables


Functions


procedure Register;


Types


TBevelShape	=	(bspBottomLine,	bspLeftLine, bspPortrait,	bspRect, bspRightLine,
									bspTopLine);

TBevelStyle	=	(bstLowered, bstNone,	bstRaised);
v2.3 01/08/1998
TBevelWidth	=	1..MaxInt

TBorderWidth = 0..MaxInt

TCaptionOutfit = (coHeavy, coInsetHeavy, coInsetLight, coNormal, coRaisedHeavy,
									coRaisedLight, coShadowed);

TCaptionPosition = (cpTopLeft, cpTopCenter,	cpTopRight,	cpLeft,	cpLeftVertical,
									cpCenter,	cpRight, cpRightVertical,	cpBottomLeft,	cpBottomCenter,
									cpBottomRight);

TDensity = 0..100

TShadowStyle = (ssBlack, ssCopy, ssDithered, ssMask, ssMaskNotPen, ssMerge,
									ssMergeNotPen, ssNot,	ssNotAND,	ssNotCopy, ssNotMask,	ssNotMerge,
									ssNotOR, ssNotXOR, ssTransparent,	ssWhite, ssXOR);

TTransparence	=	(trNone, trSemi, trTransparent);

Constants


Variables