Mac OS 9
ListRec Struct Reference

#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]
 

Detailed Description

!TARGET_OS_MAC

Field Documentation

◆ cellArray

short ListRec::cellArray[1]

in Carbon use LGet/SetCell

◆ cells

DataHandle ListRec::cells

in Carbon use GetListDataBounds

◆ cellSize

Point ListRec::cellSize

in Carbon use Get/SetListCellIndent

◆ clikLoc

Point ListRec::clikLoc

in Carbon use Get/SetListClickTime

◆ clikTime

long ListRec::clikTime

in Carbon use Get/SetListFlags

◆ dataBounds

ListBounds ListRec::dataBounds

in Carbon use Get/SetListUserHandle

◆ hScroll

ControlRef ListRec::hScroll

in Carbon use GetListVerticalScrollBar

◆ indent

Point ListRec::indent

in Carbon use Get/SetListPort

◆ lActive

Boolean ListRec::lActive

in Carbon use Get/SetListSelectionFlags

◆ lastClick

Cell ListRec::lastClick

in Carbon use Get/SetListClickLoop

◆ lClickLoop

ListClickLoopUPP ListRec::lClickLoop

in Carbon use GetListMouseLocation

◆ listDefProc

Handle ListRec::listDefProc

in Carbon use Get/SetListRefCon

◆ listFlags

SInt8 ListRec::listFlags

not supported in Carbon

◆ lReserved

SInt8 ListRec::lReserved

in Carbon use LActivate, GetListActive

◆ maxIndex

short ListRec::maxIndex

in Carbon use LGet/SetCell

◆ mouseLoc

Point ListRec::mouseLoc

in Carbon use GetListClickLocation

◆ port

GrafPtr ListRec::port

in Carbon use Get/SetListViewBounds

◆ refCon

long ListRec::refCon

in Carbon use SetListLastClick

◆ selFlags

SInt8 ListRec::selFlags

in Carbon use GetListHorizontalScrollBar

◆ userHandle

Handle ListRec::userHandle

not supported in Carbon

◆ visible

ListBounds ListRec::visible

in Carbon use Get/SetListCellSize

◆ vScroll

ControlRef ListRec::vScroll

in Carbon use GetListVisibleCells


The documentation for this struct was generated from the following file: