home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.3 (Developer)
/
NeXT_Developer-3.3.iso
/
NextDeveloper
/
Examples
/
AppKit
/
Draw
/
graphicsUndo.subproj
/
GridChange.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-02-10
|
367 b
|
22 lines
@interface GridChange : Change
{
id graphicView;
int oldSpacing;
float oldGray;
BOOL oldVisible;
BOOL oldEnabled;
int newSpacing;
float newGray;
BOOL newVisible;
BOOL newEnabled;
}
- initGraphicView:aGraphicView;
- (const char *)changeName;
- saveBeforeChange;
- undoChange;
- redoChange;
- (BOOL)subsumeChange:change;
@end