SECEditViewport::DrawGutter

void SECEditViewport::DrawGutter(CRect rcInvalid)

Draws the gutter area to the left of the editing window

Defined in: SECEditViewport.cpp

Return Value

void

Parameters

rcInvalid

The clip rect for this window

Comments

DrawGutter draws the gutter area to the left of the editing window, and then calls the DrawMarks function to draw any marks that may be in the gutter.

Developer Notes

rcInvalid is unused, DrawGutter draws the gutter for the entire window, and then draws the marks for this window. This output is not clipped because we are rendering to a CClientDC instead of the CPaintDC. Overrides of DrawGutter may use the rcInvalid parameter to optimize this drawing if required.

See Also

SECEditViewport DrawMarks