24#import <Foundation/NSObject.h>
25#import <Foundation/NSGeometry.h>
42 EditorGuideStyle style;
43 NSColor * color, * selectedColor;
46- (void) drawRect: (NSRect) r;
48- (void) setOffset: (
float) anOffset;
51- (void) setHorizontal: (BOOL) flag;
54- (void) setSelected: (BOOL) flag;
57- (void) setGuideStyle: (EditorGuideStyle) aStyle;
58- (EditorGuideStyle) guideStyle;
60- (void) setColor: (NSColor *) aColor;
A guide is a line (either horizontal or vertical) which draws itself inside a view at a specified off...
Definition EditorGuide.h:37