
CHAPTER 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,
...
}
Komentarze do niniejszej Instrukcji