SECEditController::SetGutterWidth
voidSECEditController::SetGutterWidth(intnWidth)
Sets the mark region of the gutter (in pixels). The mark region is where bookmarks and breakpoints are displayed.
Defined in: SECEditController.cpp
Parameters
nWidth
The width of the gutter region (in pixels). A value of -1 will cause the gutter width to be managed automatically.
See Also