Functions | |
static pascal void | Pane_Imp_DrawProc (ControlRef inControl, ControlPartCode) |
static pascal ControlPartCode | Pane_Imp_HitTestProc (ControlHandle inControl, Point inWhere) |
static pascal ControlPartCode | Pane_Imp_PaneTrackingProc (ControlHandle inControl, Point inStartPt, ControlActionUPP inActionProc) |
static pascal ControlPartCode | Pane_Imp_PaneFocusProc (ControlHandle inControl, ControlFocusPart inAction) |
static pascal void | Pane_Imp_PaneIdleProc (ControlHandle inControl) |
static pascal void | Pane_Imp_PaneActivateProc (ControlHandle inControl, Boolean) |
static pascal ControlPartCode | Pane_Imp_PaneKeyDownProc (ControlRef inControl, SInt16 inKeyCode, SInt16 inCharCode, SInt16 inModifiers) |
|
User pane callback to handle drawing in our user pane. This calls the HandleDraw method of this class, which then calls on the CP_View_Imp drawing override to handle the actual drawing in a CP_View subclass.
|
|
User pane callback to handle hit testing in our user pane. This calls the HandleHitTest method of this class, which then calls on the CP_View_Imp HandleHitTest in a CP_View subclass.
|
|
User pane callback to handle mouse tracking in our user pane. This calls the HandleTracking method of this class, which then calls on the CP_View_Imp HandleTracking in a CP_View subclass.
|
|
User pane callback to handle setting the focus in our user pane. This calls the HandleFocus method of this class, which then calls on the CP_View_Imp HandleFocus in a CP_View subclass.
|
|
|
|
|
|
|