background image
C H A P T E R 7
Controls and Other Protos
Summary
7-31
protoDivider
7
aProtoDivider:= {
_proto: protoDivider,
viewBounds:
boundsFrame
,
viewFlags:
integer
,
// viewFlags constants
viewFont:
fontFlags
, // font for text
viewJustify:
justificationFlags
,
viewFormat:
formatFlags
,
title:
string
,
// text on divider bar
titleHeight:
integer
,
// height of divider
...
}
protoTitle
7
aProtoTitle := {
_proto: protoTitle,
viewJustify:
justificationFlags
,
viewFormat:
formatFlags
,
viewFont:
fontFlags
,
title:
string
,
// text of title
titleIcon:
bitMapFrame
,
titleHeight:
integer
,
// height of title
viewTransferMode:
integer
,
// view transfer constants
...
}
Status Bar Protos
7
protoStatus
7
aProtoStatus := {
_proto: protoStatus,
...
}
protoStatusBar
7
aProtoStatusBar := {
_proto: protoStatusBar,
...
}
© 2007-2024, o7 studio » при воспроизведении материала сайта ссылка обязательна