GormViewWindow class documentation

Authors

Generated by buildd

Software documentation for the GormViewWindow class

GormViewWindow : NSWindow

Declared in:
GormCore/GormViewWindow.h
Description forthcoming.

Instance Variables

Method summary

initWithView: 

- (id) initWithView: (NSView*)view;
Description forthcoming.

setView: 

- (void) setView: (NSView*)view;
Description forthcoming.

view 

- (NSView*) view;
Description forthcoming.



Instance Variables for GormViewWindow Class

_view

@protected NSView* _view;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.