Home | History | Annotate | Download | only in Panels

Lines Matching refs:panel

58     [panel release];
70 // remove all of the panel's remaining refs, which can cause a
73 [[panel retain] autorelease];
78 [panel close];
80 [[NSApplication sharedApplication] endSheet:panel returnCode:1];
89 // remove all of the panel's remaining refs, which can cause a
92 [[panel retain] autorelease];
94 [panel close];
96 [[NSApplication sharedApplication] endSheet:panel returnCode:0];
116 // Methods related to displaying the panel
144 "prompt string in authentication panel"),
149 "prompt string in authentication panel"), realm, host];
152 "prompt string in authentication panel"), host];
157 "prompt string in authentication panel"),
162 "prompt string in authentication panel"), realm, host];
165 "prompt string in authentication panel"), host];
184 // these two is how much shorter the panel needs to be after hiding the 'separateRealmLabel'.
190 NSRect windowFrame = [panel frame];
192 [panel setFrame:windowFrame display:NO];
201 "message in authentication panel")];
207 "message in authentication panel")];
212 [panel setInitialFirstResponder:password];
216 [panel setInitialFirstResponder:username];
228 if ([[NSApplication sharedApplication] runModalForWindow:panel] == 0) {
246 [[NSApplication sharedApplication] beginSheet:panel modalForWindow:window modalDelegate:self didEndSelector:@selector(sheetDidEnd:returnCode:contextInfo:) contextInfo:NULL];