|
Mac OS 9
|
#include <Lists.h>
Data Fields | |
| Rect | rView |
| GrafPtr | port |
| Point | indent |
| Point | cellSize |
| ListBounds | visible |
| ControlRef | vScroll |
| ControlRef | hScroll |
| SInt8 | selFlags |
| Boolean | lActive |
| SInt8 | lReserved |
| SInt8 | listFlags |
| long | clikTime |
| Point | clikLoc |
| Point | mouseLoc |
| ListClickLoopUPP | lClickLoop |
| Cell | lastClick |
| long | refCon |
| Handle | listDefProc |
| Handle | userHandle |
| ListBounds | dataBounds |
| DataHandle | cells |
| short | maxIndex |
| short | cellArray [1] |
!TARGET_OS_MAC
| short ListRec::cellArray[1] |
in Carbon use LGet/SetCell
| DataHandle ListRec::cells |
in Carbon use GetListDataBounds
| Point ListRec::cellSize |
in Carbon use Get/SetListCellIndent
| Point ListRec::clikLoc |
in Carbon use Get/SetListClickTime
| long ListRec::clikTime |
in Carbon use Get/SetListFlags
| ListBounds ListRec::dataBounds |
in Carbon use Get/SetListUserHandle
| ControlRef ListRec::hScroll |
in Carbon use GetListVerticalScrollBar
| Point ListRec::indent |
in Carbon use Get/SetListPort
| Boolean ListRec::lActive |
in Carbon use Get/SetListSelectionFlags
| Cell ListRec::lastClick |
in Carbon use Get/SetListClickLoop
| ListClickLoopUPP ListRec::lClickLoop |
in Carbon use GetListMouseLocation
| Handle ListRec::listDefProc |
in Carbon use Get/SetListRefCon
| SInt8 ListRec::listFlags |
not supported in Carbon
| SInt8 ListRec::lReserved |
in Carbon use LActivate, GetListActive
| short ListRec::maxIndex |
in Carbon use LGet/SetCell
| Point ListRec::mouseLoc |
in Carbon use GetListClickLocation
| GrafPtr ListRec::port |
in Carbon use Get/SetListViewBounds
| long ListRec::refCon |
in Carbon use SetListLastClick
| SInt8 ListRec::selFlags |
in Carbon use GetListHorizontalScrollBar
| Handle ListRec::userHandle |
not supported in Carbon
| ListBounds ListRec::visible |
in Carbon use Get/SetListCellSize
| ControlRef ListRec::vScroll |
in Carbon use GetListVisibleCells