GormNSWindow class documentation

Authors

Generated by buildd

Software documentation for the GormNSWindow class

GormNSWindow : NSWindow

Declared in:
GormCore/GormNSWindow.h
Description forthcoming.

Instance Variables

Method summary

_isReleasedWhenClosed 

- (BOOL) _isReleasedWhenClosed;
Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.

_setReleasedWhenClosed: 

- (void) _setReleasedWhenClosed: (BOOL)flag;
Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.

_setStyleMask: 

- (void) _setStyleMask: (unsigned int)newStyleMask;
Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.

_styleMask 

- (unsigned int) _styleMask;
Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.

autoPositionMask 

- (unsigned int) autoPositionMask;
Description forthcoming.

setAutoPositionMask: 

- (void) setAutoPositionMask: (unsigned int)mask;
Description forthcoming.



Instance Variables for GormNSWindow Class

_gormReleasedWhenClosed

@protected BOOL _gormReleasedWhenClosed;
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.

_gormStyleMask

@protected unsigned int _gormStyleMask;
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.

autoPositionMask

@protected unsigned int autoPositionMask;
Description forthcoming.