/* * Generated by class-dump 3.1.1. * * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. */ @class NSString, NSWindow; struct __WtFlags { unsigned int _PADDING:10; unsigned int hidesToolbarButton:1; unsigned int autorecalculatesKeyViewLoop:1; unsigned int hideShadow:1; unsigned int allowsToolTipsWhenInactive:1; unsigned int autoSetMiniaturizableMask:1; unsigned int autoSetZoomableMask:1; unsigned int interfaceStyle:2; unsigned int savePosition:1; unsigned int autoPositionMask:6; unsigned int dynamicDepthLimit:1; unsigned int wantsToBeColor:1; unsigned int visible:1; unsigned int oneShot:1; unsigned int defer:1; unsigned int dontFreeWhenClosed:1; unsigned int hidesOnDeactivate:1; }; @interface NSWindowTemplate : NSObject { struct _NSRect windowRect; int windowStyleMask; int windowBacking; NSString *windowTitle; id viewClass; NSString *windowClass; id windowView; NSWindow *realObject; id extension; struct _NSSize minSize; struct __WtFlags _wtFlags; struct _NSRect screenRect; NSString *frameAutosaveName; struct _NSSize maxSize; struct _NSSize contentMinSize; struct _NSSize contentMaxSize; unsigned int windowBackingLocation; unsigned int windowSharingType; } + (void)initialize; - (void)dealloc; - (void)finalize; - (id)title; - (void)setTitle:(id)fp8; - (unsigned int)styleMask; - (void)setStyleMask:(unsigned int)fp8; - (unsigned int)backingType; - (void)setBackingType:(unsigned int)fp8; - (BOOL)isOneShot; - (void)setOneShot:(BOOL)fp8; - (BOOL)hasDynamicDepthLimit; - (void)setDynamicDepthLimit:(BOOL)fp8; - (BOOL)isDeferred; - (void)setDeferred:(BOOL)fp8; - (BOOL)isReleasedWhenClosed; - (void)setReleasedWhenClosed:(BOOL)fp8; - (BOOL)hidesOnDeactivate; - (void)setHidesOnDeactivate:(BOOL)fp8; - (BOOL)wantsToBeColor; - (void)setWantsToBeColor:(BOOL)fp8; - (unsigned int)autoPositionMask; - (void)setAutoPositionMask:(unsigned int)fp8; - (unsigned int)interfaceStyle; - (void)setInterfaceStyle:(unsigned int)fp8; - (void)setFrameAutosaveName:(id)fp8; - (id)frameAutosaveName; - (struct _NSSize)minSize; - (void)setMinSize:(struct _NSSize)fp8; - (struct _NSSize)maxSize; - (void)setMaxSize:(struct _NSSize)fp8; - (void)setAllowsToolTipsWhenApplicationIsInactive:(BOOL)fp8; - (BOOL)allowsToolTipsWhenApplicationIsInactive; - (void)setHasShadow:(BOOL)fp8; - (BOOL)hasShadow; - (void)setAutorecalculatesKeyViewLoop:(BOOL)fp8; - (BOOL)autorecalculatesKeyViewLoop; - (id)toolbar; - (void)setToolbar:(id)fp8; - (unsigned int)windowSharingType; - (void)setWindowSharingType:(unsigned int)fp8; - (unsigned int)windowBackingLocation; - (void)setWindowBackingLocation:(unsigned int)fp8; - (struct _NSSize)contentMaxSize; - (void)setContentMaxSize:(struct _NSSize)fp8; - (struct _NSSize)contentMinSize; - (void)setContentMinSize:(struct _NSSize)fp8; - (BOOL)showsToolbarButton; - (void)setShowsToolbarButton:(BOOL)fp8; - (id)nibInstantiate; - (void)encodeWithCoder:(id)fp8; - (id)init; - (id)initWithCoder:(id)fp8; @end