Home
last modified time | relevance | path

Searched refs:initWithFrame (Results 1 – 25 of 2237) sorted by relevance

12345678910>>...90

/dports/mail/gnumail/GNUMail-1.3.0/Bundles/Filtering/
H A DFilterEditorWindow.m98 descriptionField = [[NSTextField alloc] initWithFrame: NSMakeRect(100,485,290,TextFieldHeight)];
101 activeButton = [[NSButton alloc] initWithFrame: NSMakeRect(410,485,70,ButtonHeight)];
118 filterTypeMatrix = [[NSMatrix alloc] initWithFrame:NSMakeRect(90,453,200,ButtonHeight)
134 box = [[NSBox alloc] initWithFrame: NSMakeRect(10,360,480,90)];
166 criteriaBox = [[NSBox alloc] initWithFrame: NSMakeRect(10,225,480,125)];
283 box = [[NSBox alloc] initWithFrame: NSMakeRect(10,45,480,175)];
291 matrix = [[NSMatrix alloc] initWithFrame:NSMakeRect(5,5,145,120)
309 actionColorWell = [[NSColorWell alloc] initWithFrame: NSMakeRect(155,120,125,ButtonHeight)];
339 chooseFileButton = [[NSButton alloc] initWithFrame: NSMakeRect(365,3,100,ButtonHeight)];
348 cancelButton = [[NSButton alloc] initWithFrame: NSMakeRect(320,10,80,ButtonHeight)];;
[all …]
/dports/deskutils/toolboxkit/Toolbox/Calculator/
H A DCalcFace.m39 -(id)initWithFrame: (NSRect) frame
43 self = [super initWithFrame: frame];
46 display = [[NSTextField alloc] initWithFrame: NSMakeRect (40, y-27, 182, 24)];
54 buttons[0] = [[NSButton alloc] initWithFrame: NSMakeRect (77, y-108, 34, 24)];
62 buttons[1] = [[NSButton alloc] initWithFrame: NSMakeRect (114, y-108, 34, 24)];
70 buttons[2] = [[NSButton alloc] initWithFrame: NSMakeRect (151, y-108, 34, 24)];
78 buttons[3] = [[NSButton alloc] initWithFrame: NSMakeRect (188, y-108, 34, 24)];
86 buttons[4] = [[NSButton alloc] initWithFrame: NSMakeRect (114, y-81, 34, 24)];
94 buttons[5] = [[NSButton alloc] initWithFrame: NSMakeRect (151, y-81, 34, 24)];
102 buttons[6] = [[NSButton alloc] initWithFrame: NSMakeRect (188, y-81, 34, 24)];
[all …]
/dports/ftp/waiho/Waiho-0.2/
H A DmainWindow.m41 Connect = AUTORELEASE([[NSButton alloc] initWithFrame: NSMakeRect (5, 525, 70, 70)]);
42 Bookmarks = AUTORELEASE([[NSButton alloc] initWithFrame: NSMakeRect (80, 525, 70, 70)]);
43 Get = AUTORELEASE([[NSButton alloc] initWithFrame: NSMakeRect (155, 525, 70, 70)]);
44 Put = AUTORELEASE([[NSButton alloc] initWithFrame: NSMakeRect (230, 525, 70, 70)]);
46 splitView = [[NSSplitView alloc] initWithFrame: NSMakeRect (0,0,640,525)];
48 upView = [[NSView alloc] initWithFrame: NSMakeRect (5,5,590,400)];
50 localView = AUTORELEASE([[NSBrowser alloc] initWithFrame: NSMakeRect (5,0,250,395)]);
53 lmkdir = AUTORELEASE([[NSButton alloc] initWithFrame: NSMakeRect (260, 360, 80, 20)]);
54 rmkdir = AUTORELEASE([[NSButton alloc] initWithFrame: NSMakeRect (260, 335, 80, 20)]);
58 //filelistView = ([[NSTabView alloc] initWithFrame: NSMakeRect (0,0,0,120)]);
[all …]
H A Dparameters.m32 serverName = [[NSTextView alloc] initWithFrame: NSMakeRect (5,85,100,20)];
33 loginName = [[NSTextView alloc] initWithFrame: NSMakeRect (5,60,100,20)];
34 passwordName = [[NSTextView alloc] initWithFrame: NSMakeRect (5,35,100,20)];
35 go = [[NSButton alloc] initWithFrame: NSMakeRect (200, 5, 50, 20)];
36 cancel = [[NSButton alloc] initWithFrame: NSMakeRect (130, 5, 50, 20)];
37 //server = [[NSTextField alloc] initWithFrame: NSMakeRect (85,85,200,20)];
38 server = [[NSComboBox alloc] initWithFrame: NSMakeRect (85,85,200,20)];
39 login = [[NSTextField alloc] initWithFrame: NSMakeRect (85,60,200,20)];
40 password = [[NSSecureTextField alloc] initWithFrame: NSMakeRect (85,35,200,20)];
/dports/graphics/graphos/Graphos-0.7/
H A DGRTools.m31 - (id)initWithFrame:(NSRect)rect toolType:(int)type
33 self = [super initWithFrame: rect];
49 - (id)initWithFrame:(NSRect)rect
51 self = [super initWithFrame: rect];
56 barrowButt = [[GRToolButton alloc] initWithFrame: NSMakeRect(0, 120, 25, 20)
67 warrowButt = [[GRToolButton alloc] initWithFrame: NSMakeRect(25, 120, 25, 20)
78 bezierButt = [[GRToolButton alloc] initWithFrame: NSMakeRect(0, 100, 25, 20)
89 textButt = [[GRToolButton alloc] initWithFrame: NSMakeRect(25, 100, 25, 20)
100 circleButt = [[GRToolButton alloc] initWithFrame: NSMakeRect(0, 80, 25, 20)
122 paintButt = [[GRToolButton alloc] initWithFrame: NSMakeRect(0, 60, 25, 20)
[all …]
H A DGRTextEditorView.m31 - (id)initWithFrame:(NSRect)frameRect
35 self = [super initWithFrame: frameRect];
42 controlsView = [[NSView alloc] initWithFrame: NSMakeRect(0, 270, 500, 40)];
45 fontField = [[NSTextField alloc] initWithFrame: NSMakeRect(10, 10, 190, 26)];
49 chooseFontButton = [[NSButton alloc] initWithFrame: NSMakeRect(210, 10, 28, 20)];
55 leftButt = [[NSButton alloc] initWithFrame: NSMakeRect(255, 10, 20, 20)];
63 centerButt = [[NSButton alloc] initWithFrame: NSMakeRect(285, 10, 20, 20)];
71 rightButt = [[NSButton alloc] initWithFrame: NSMakeRect(315, 10, 20, 20)];
79 cancelButt = [[NSButton alloc] initWithFrame: NSMakeRect(350, 5, 80, 30)];
89 okButt = [[NSButton alloc] initWithFrame: NSMakeRect(430, 5, 60, 30)];
[all …]
/dports/graphics/imageviewer/ImageViewer-0.6.3/
H A DInspector.m53 nameField = [[NSTextField alloc] initWithFrame:rect];
65 tf = [[NSTextField alloc] initWithFrame:rect];
86 tf = [[NSTextField alloc] initWithFrame:rect];
107 tf = [[NSTextField alloc] initWithFrame:rect];
128 tf = [[NSTextField alloc] initWithFrame:rect];
149 tf = [[NSTextField alloc] initWithFrame:rect];
170 tf = [[NSTextField alloc] initWithFrame:rect];
191 tf = [[NSTextField alloc] initWithFrame:rect];
212 tf = [[NSTextField alloc] initWithFrame:rect];
233 tf = [[NSTextField alloc] initWithFrame:rect];
[all …]
/dports/deskutils/toolboxkit/Toolbox/
H A DItemImportPanel.m34 categoryLabel = [[NSTextField alloc] initWithFrame: frame];
45 categoryButton = [[NSPopUpButton alloc] initWithFrame: frame
51 bundleLabel = [[NSTextField alloc] initWithFrame: frame];
62 bundleButton = [[NSPopUpButton alloc] initWithFrame: frame
68 locationLabel = [[NSTextField alloc] initWithFrame: frame];
79 locationField = [[NSTextField alloc] initWithFrame: frame];
84 itemButton = [[NSPopUpButton alloc] initWithFrame: frame
100 cancelButton = [[NSButton alloc] initWithFrame: frame];
107 okButton = [[NSButton alloc] initWithFrame: frame];
118 helpButton = [[NSButton alloc] initWithFrame: frame];
[all …]
H A DItemPanel.m34 categoryLabel = [[NSTextField alloc] initWithFrame: frame];
45 categoryButton = [[NSPopUpButton alloc] initWithFrame: frame
51 nameLabel = [[NSTextField alloc] initWithFrame: frame];
62 nameField = [[NSTextField alloc] initWithFrame: frame];
67 locationLabel = [[NSTextField alloc] initWithFrame: frame];
78 locationField = [[NSTextField alloc] initWithFrame: frame];
83 bundleLabel = [[NSTextField alloc] initWithFrame: frame];
94 bundleButton = [[NSPopUpButton alloc] initWithFrame: frame
100 cancelButton = [[NSButton alloc] initWithFrame: frame];
107 okButton = [[NSButton alloc] initWithFrame: frame];
[all …]
/dports/games/gemrb/gemrb-0.9.0/platforms/apple/CocoaWrapper/ios/
H A DGEM_SDL_Keyboard.m35 - (id)initWithFrame:(CGRect)frame
37 self = [super initWithFrame:frame];
65 - (id)initWithFrame:(CGRect)frame
67 self = [super initWithFrame:frame];
112 - (id)initWithFrame:(CGRect)frame
114 self = [super initWithFrame:frame];
140 - (id) initWithFrame:(CGRect)frame
142 self = [super initWithFrame:frame];
168 accessoryView = [[SDL_UIKIT_KBoardAccessoryView alloc] initWithFrame:accessFrame];
188 …SDL_UIKit_KeyButton *pgKey = [[SDL_UIKit_KeyButton alloc] initWithFrame:CGRectMake(xPos, 20.0, wid…
[all …]
/dports/mail/gnumail/GNUMail-1.3.0/Bundles/Viewing/
H A DHeadersWindow.m60 box = [[NSBox alloc] initWithFrame: NSMakeRect(5,45,430,245)];
66 showAllHeaders = [[NSButton alloc] initWithFrame: NSMakeRect(5,200,200,ButtonHeight)];
72 addShown = [[NSButton alloc] initWithFrame: NSMakeRect(5,5,80,ButtonHeight)];
79 removeShown = [[NSButton alloc] initWithFrame: NSMakeRect(95,5,80,ButtonHeight)];
86 addDefaults = [[NSButton alloc] initWithFrame: NSMakeRect(185,5,80,ButtonHeight)];
93 moveUp = [[NSButton alloc] initWithFrame:NSMakeRect(275,5,64,ButtonHeight)];
103 moveDown = [[NSButton alloc] initWithFrame:NSMakeRect(349,5,64,ButtonHeight)];
126 tableView = [[NSTableView alloc] initWithFrame: NSMakeRect(5,75,405,120)];
136 scrollView = [[NSScrollView alloc] initWithFrame: NSMakeRect(5,75,405,120)];
147 cancelButton = [[NSButton alloc] initWithFrame: NSMakeRect(280,10,75,ButtonHeight)];
[all …]
/dports/mail/gnumail/GNUMail-1.3.0/Bundles/Import/
H A DViews.m57 icon = [[NSImageView alloc] initWithFrame: NSMakeRect(10,242,48,48)];
81 matrix = [[NSMatrix alloc] initWithFrame:NSMakeRect(10,110,250,45)
102 cancel = [[NSButton alloc] initWithFrame: NSMakeRect(10,10,75,25)];
109 next = [[NSButton alloc] initWithFrame: NSMakeRect(220,10,25,25)];
153 icon = [[NSImageView alloc] initWithFrame: NSMakeRect(10,242,48,48)];
177 cancel = [[NSButton alloc] initWithFrame: NSMakeRect(10,10,75,25)];
184 previous = [[NSButton alloc] initWithFrame: NSMakeRect(190,10,25,25)];
193 next = [[NSButton alloc] initWithFrame: NSMakeRect(220,10,25,25)];
237 icon = [[NSImageView alloc] initWithFrame: NSMakeRect(10,242,48,48)];
279 cancel = [[NSButton alloc] initWithFrame: NSMakeRect(10,10,75,25)];
[all …]
/dports/deskutils/affiche/Affiche/
H A DPreferencesPanel.m61 fontField = [[NSTextField alloc] initWithFrame: NSMakeRect(65,185,240,40)];
69 chooseFont = [[NSButton alloc] initWithFrame: NSMakeRect(310,185,35,22)];
81 colorPopUp = [[NSPopUpButton alloc] initWithFrame: NSMakeRect(65,127,110,ButtonHeight)];
91 titleBarColorBox = [[NSBox alloc] initWithFrame: NSMakeRect(180,125,80,50)];
98 noteContentColorBox = [[NSBox alloc] initWithFrame: NSMakeRect(265,125,80,50)];
111 topLeft = [[NSButton alloc] initWithFrame: NSMakeRect(65,90,20,20)];
118 center = [[NSButton alloc] initWithFrame: NSMakeRect(85,70,20,20)];
125 topRight = [[NSButton alloc] initWithFrame: NSMakeRect(105,90,20,20)];
132 bottomLeft = [[NSButton alloc] initWithFrame: NSMakeRect(65,50,20,20)];
139 bottomRight = [[NSButton alloc] initWithFrame: NSMakeRect(105,50,20,20)];
[all …]
/dports/mail/gnumail/GNUMail-1.3.0/Bundles/Account/
H A DSendView.m74 …sendTransportMethodPopUpButton = [[NSPopUpButton alloc] initWithFrame: NSMakeRect(140,253,125,Butt…
127 sendMailerField = [[NSTextField alloc] initWithFrame: NSMakeRect(140,220,235,TextFieldHeight)];
191 sendSMTPHostField = [[NSTextField alloc] initWithFrame: NSMakeRect(140,220,235,TextFieldHeight)];
199 sendSMTPPortField = [[NSTextField alloc] initWithFrame: NSMakeRect(140,190,235,TextFieldHeight)];
210 …sendUseSecureConnection = [[NSPopUpButton alloc] initWithFrame: NSMakeRect(140,160,235,ButtonHeigh…
219 …sendAuthenticateUsingButton = [[NSButton alloc] initWithFrame: NSMakeRect(140,130,235,ButtonHeight…
232 …sendSupportedMechanismsPopUp = [[NSPopUpButton alloc] initWithFrame: NSMakeRect(140,100,90,ButtonH…
235 …sendSupportedMechanismsButton = [[NSButton alloc] initWithFrame: NSMakeRect(240,100,135,ButtonHeig…
246 …sendSMTPUsernameField = [[NSTextField alloc] initWithFrame: NSMakeRect(140,70,235,TextFieldHeight)…
250 sendRememberPassword = [[NSButton alloc] initWithFrame: NSMakeRect(140,40,200,ButtonHeight)];
[all …]
/dports/graphics/ipe/ipe-7.2.23/src/ipe/
H A Dpagesorter_cocoa.cpp59 - (id) initWithFrame:(NSRect) frameRect
63 self = [super initWithFrame:(NSRect){frameRect.origin, size}];
71 initWithFrame:NSMakeRect(2., 20.,
82 initWithFrame:NSMakeRect(20., 0., thumbnail_size.width - 18., 18.)];
111 self.view = [[IpePageSorterView alloc] initWithFrame:NSZeroRect];
307 NSButton *bOk = [[NSButton alloc] initWithFrame:NSZeroRect]; in pageSorter()
315 NSButton *bCancel = [[NSButton alloc] initWithFrame:NSZeroRect]; in pageSorter()
323 NSButton *bDelete = [[NSButton alloc] initWithFrame:NSZeroRect]; in pageSorter()
331 NSButton *bMark = [[NSButton alloc] initWithFrame:NSZeroRect]; in pageSorter()
339 NSButton *bUnmark = [[NSButton alloc] initWithFrame:NSZeroRect]; in pageSorter()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/util/
H A Dnamed_guide_unittest.mm79 [[UIWindow alloc] initWithFrame:CGRectMake(0, 0, 100, 100)];
80 UIView* view = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 100, 100)];
82 [view addSubview:[[UIView alloc] initWithFrame:CGRectMake(0, 0, 50, 100)]];
83 [view addSubview:[[UIView alloc] initWithFrame:CGRectMake(50, 0, 50, 100)]];
105 [[UIWindow alloc] initWithFrame:CGRectMake(0, 0, 200, 200)];
106 UIView* view = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 100, 100)];
135 [[UIWindow alloc] initWithFrame:CGRectMake(0, 0, 100, 100)];
136 UIView* view = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 100, 100)];
164 [[UIWindow alloc] initWithFrame:CGRectMake(0, 0, 100, 100)];
165 UIView* view = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 100, 100)];
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/fancy_ui/
H A Dbidi_container_view_unittest.mm30 [[BidiContainerView alloc] initWithFrame:CGRectMake(0, 0, 100, 100)];
31 UILabel* label = [[UILabel alloc] initWithFrame:CGRectMake(20, 30, 40, 50)];
42 [[BidiContainerView alloc] initWithFrame:CGRectMake(0, 0, 100, 100)];
43 UILabel* label = [[UILabel alloc] initWithFrame:CGRectMake(20, 30, 40, 50)];
57 [[BidiContainerView alloc] initWithFrame:CGRectMake(0, 0, 100, 100)];
58 UILabel* label = [[UILabel alloc] initWithFrame:CGRectMake(20, 30, 40, 50)];
73 [[BidiContainerView alloc] initWithFrame:CGRectMake(0, 0, 100, 100)];
74 UILabel* label1 = [[UILabel alloc] initWithFrame:CGRectMake(20, 30, 40, 50)];
76 UILabel* label2 = [[UILabel alloc] initWithFrame:CGRectMake(60, 30, 30, 50)];
/dports/mail/gnumail/GNUMail-1.3.0/Framework/GNUMail/
H A DLabelWidget.m29 - (id) initWithFrame: (NSRect) theFrame
31 self = [super initWithFrame: theFrame];
41 - (id) initWithFrame: (NSRect) theFrame label: (NSString *) theLabel
43 self = [self initWithFrame: theFrame];
59 LabelWidget *lw = [[self alloc] initWithFrame: theFrame
67 LabelWidget *lw = [[self alloc] initWithFrame: theFrame
H A DPreferencesWindow.m49 box = [[NSBox alloc] initWithFrame: NSMakeRect(8,41,455,260)];
60 matrix = [[NSMatrix alloc] initWithFrame: NSMakeRect(8,306,455,86)
69 scrollView = [[NSScrollView alloc] initWithFrame:NSMakeRect(8,306,455,86)];
77 expert = [[NSButton alloc] initWithFrame:NSMakeRect(8,8,80,ButtonHeight)];
83 apply = [[NSButton alloc] initWithFrame:NSMakeRect(230,8,75,ButtonHeight)];
90 cancel = [[NSButton alloc] initWithFrame:NSMakeRect(310,8,75,ButtonHeight)];
98 ok = [[NSButton alloc] initWithFrame:NSMakeRect(390,8,75,ButtonHeight)];
/dports/deskutils/plopfolio/plopfolio-0.1.0/
H A DPreferencesPanel.m63 tabView = [[NSTabView alloc] initWithFrame: NSMakeRect(0,0,355,270)];
72 box = [[NSBox alloc] initWithFrame: NSMakeRect(0,0,355,270)];
105 tableView = [[ExtendedTableView alloc] initWithFrame: NSMakeRect(5,40,335,185)];
119 scrollView = [[NSScrollView alloc] initWithFrame: NSMakeRect(5,40,335,185)];
128 delete = [[NSButton alloc] initWithFrame: NSMakeRect(5,5,80,ButtonHeight)];
137 configure = [[NSButton alloc] initWithFrame: NSMakeRect(90,5,80,ButtonHeight)];
146 import = [[NSButton alloc] initWithFrame: NSMakeRect(220,5,120,ButtonHeight)];
164 box = [[NSBox alloc] initWithFrame: NSMakeRect(0,0,355,270)];
181 box = [[NSBox alloc] initWithFrame: NSMakeRect(0,0,355,270)];
193 browserPopUpButton = [[NSPopUpButton alloc] initWithFrame: NSMakeRect(5,190,335,ButtonHeight)];
[all …]
/dports/mail/gnumail/GNUMail-1.3.0/Bundles/PGP/
H A DPGPView.m81 gpgPathField = [[NSTextField alloc] initWithFrame: NSMakeRect(185,170,235,TextFieldHeight)];
93 …userEMailAddressField = [[NSTextField alloc] initWithFrame: NSMakeRect(185,140,235,TextFieldHeight…
100 useFromForSigning = [[NSButton alloc] initWithFrame: NSMakeRect(5,105,300,ButtonHeight)];
110 alwaysEncrypt = [[NSButton alloc] initWithFrame: NSMakeRect(5,80,300,ButtonHeight)];
119 alwaysSign = [[NSButton alloc] initWithFrame: NSMakeRect(5,55,300,ButtonHeight)];
129 alwaysUseMultipartPGP = [[NSButton alloc] initWithFrame: NSMakeRect(5,30,300,ButtonHeight)];
139 …removePassphraseFromCacheButton = [[NSButton alloc] initWithFrame: NSMakeRect(5,5,260,ButtonHeight…
147 …removePassphraseFromCacheField = [[NSTextField alloc] initWithFrame: NSMakeRect(275,5,50,TextField…
/dports/mail/addresses/Addresses-0.4.8/Goodies/VCFViewer/
H A DVCFViewer.m15 - (id)initWithFrame:(NSRect)frameRect inspector:(id)insp
17 self = [super initWithFrame:frameRect];
21 sv = [[[NSScrollView alloc] initWithFrame: NSMakeRect(0, 30, 257, 215)]
28 cv = [[[NSClipView alloc] initWithFrame: [sv frame]] autorelease];
32 pv = [[[ADPersonView alloc] initWithFrame: NSZeroRect] autorelease];
39 pb = [[[NSButton alloc] initWithFrame: NSMakeRect(80, 0, 20, 20)]
47 lbl = [[[NSTextField alloc] initWithFrame: NSMakeRect(100, 0, 57, 20)]
56 nb = [[[NSButton alloc] initWithFrame: NSMakeRect(157, 0, 20, 20)]
64 dfb = [[[NSButton alloc] initWithFrame: NSMakeRect(215, 0, 20, 20)]
72 ifb = [[[NSButton alloc] initWithFrame: NSMakeRect(237, 0, 20, 20)]
/dports/mail/addresses-goodies/Addresses-0.4.8/Goodies/VCFViewer/
H A DVCFViewer.m15 - (id)initWithFrame:(NSRect)frameRect inspector:(id)insp
17 self = [super initWithFrame:frameRect];
21 sv = [[[NSScrollView alloc] initWithFrame: NSMakeRect(0, 30, 257, 215)]
28 cv = [[[NSClipView alloc] initWithFrame: [sv frame]] autorelease];
32 pv = [[[ADPersonView alloc] initWithFrame: NSZeroRect] autorelease];
39 pb = [[[NSButton alloc] initWithFrame: NSMakeRect(80, 0, 20, 20)]
47 lbl = [[[NSTextField alloc] initWithFrame: NSMakeRect(100, 0, 57, 20)]
56 nb = [[[NSButton alloc] initWithFrame: NSMakeRect(157, 0, 20, 20)]
64 dfb = [[[NSButton alloc] initWithFrame: NSMakeRect(215, 0, 20, 20)]
72 ifb = [[[NSButton alloc] initWithFrame: NSMakeRect(237, 0, 20, 20)]
/dports/deskutils/gworkspace-gwmetadata/gworkspace-0.9.4/GWorkspace/Dialogs/
H A DDialogs.m35 - (id)initWithFrame:(NSRect)frameRect useSwitch:(BOOL)swtch
37 self = [super initWithFrame: frameRect];
83 dialogView = [[SympleDialogView alloc] initWithFrame: [self frame]
90 titlefield = [[NSTextField alloc] initWithFrame: r];
101 editfield = [[NSTextField alloc] initWithFrame: r];
107 switchButt = [[NSButton alloc] initWithFrame: NSMakeRect(30, 62, 180, 16)];
114 cancelbutt = [[NSButton alloc] initWithFrame: NSMakeRect(100, 10, 60, 25)];
122 okbutt = [[NSButton alloc] initWithFrame: NSMakeRect(170, 10, 60, 25)];
/dports/deskutils/gworkspace/gworkspace-0.9.4/GWorkspace/Dialogs/
H A DDialogs.m35 - (id)initWithFrame:(NSRect)frameRect useSwitch:(BOOL)swtch
37 self = [super initWithFrame: frameRect];
83 dialogView = [[SympleDialogView alloc] initWithFrame: [self frame]
90 titlefield = [[NSTextField alloc] initWithFrame: r];
101 editfield = [[NSTextField alloc] initWithFrame: r];
107 switchButt = [[NSButton alloc] initWithFrame: NSMakeRect(30, 62, 180, 16)];
114 cancelbutt = [[NSButton alloc] initWithFrame: NSMakeRect(100, 10, 60, 25)];
122 okbutt = [[NSButton alloc] initWithFrame: NSMakeRect(170, 10, 60, 25)];

12345678910>>...90