Prominent notice in UIElements.m.
[MacTF.git] / iLifeControls / NSGrayFrame.h
blob50fc27860262dbc930c12dec4426fe6590537e3b
1 /*
2 * Generated by class-dump 3.1.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2005 by Steve Nygard.
5 */
7 #import "NSThemeFrame.h"
9 @interface NSGrayFrame : NSThemeFrame
11 BOOL _bottomCornerRounded;
14 + (void)initialize;
15 + (void)drawBevel:(struct _NSRect)fp8 inFrame:(struct _NSRect)fp24 topCornerRounded:(BOOL)fp40 bottomCornerRounded:(BOOL)fp44;
16 + (struct _NSSize)sizeOfTitlebarButtons:(unsigned int)fp8;
17 + (float)_minXTitlebarWidgetInset:(unsigned int)fp8;
18 + (float)_maxXTitlebarWidgetInset:(unsigned int)fp8;
19 - (id)initWithFrame:(struct _NSRect)fp8 styleMask:(unsigned int)fp24 owner:(id)fp28;
20 - (void)_setUtilityWindow:(BOOL)fp8;
21 - (void)setBottomCornerRounded:(BOOL)fp8;
22 - (BOOL)bottomCornerRounded;
23 - (struct _NSSize)_topCornerSize;
24 - (struct _NSSize)_bottomCornerSize;
25 - (void)drawRect:(struct _NSRect)fp8;
26 - (void)_drawTitleBar:(struct _NSRect)fp8;
27 - (void)drawWindowBackgroundRect:(struct _NSRect)fp8 level:(int)fp24;
28 - (void)drawWindowBackgroundRect:(struct _NSRect)fp8;
29 - (void)drawWindowBackgroundRegion:(void *)fp8 level:(int)fp12;
30 - (void)drawWindowBackgroundRegion:(void *)fp8;
31 - (unsigned int)_shadowFlags;
32 - (id)contentFill;
33 - (float)_minYTitlebarButtonsOffset;
34 - (float)_minYTitlebarTitleOffset;
35 - (struct _NSRect)_maxXminYResizeRect;
36 - (struct _NSRect)_growBoxRect;
37 - (void)_drawGrowBoxWithClip:(struct _NSRect)fp8;
38 - (BOOL)_inactiveButtonsNeedMask;
39 - (float)_minXTitlebarWidgetInset;
40 - (float)_maxXTitlebarWidgetInset;
41 - (struct _NSPoint)_toolbarButtonOrigin;
42 - (float)_windowTitlebarButtonSpacingWidth;
43 - (struct _NSSize)sizeOfTitlebarToolbarButton;
45 @end