Home
last modified time | relevance | path

Searched refs:windowController (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/deskutils/helpviewer/HelpViewer-0.3/
H A DController.m34 windowController = [[MainWindowController alloc] initWithTextView: textview
43 [windowController setWindow: window];
56 [windowController loadFile: [args objectAtIndex: 1]];
62 return [windowController loadFile: filename];
67 RELEASE (windowController);
79 [windowController loadFile: [[panel filenames] objectAtIndex: 0]];
105 [windowController print: sender];
/dports/mail/gnumail/GNUMail-1.3.0/Bundles/Viewing/
H A DHeadersWindow.m74 [addShown setTarget: [self windowController]];
81 [removeShown setTarget: [self windowController]];
88 [addDefaults setTarget: [self windowController]];
97 [moveUp setTarget: [self windowController]];
107 [moveDown setTarget: [self windowController]];
133 [tableView setDataSource: [self windowController]];
134 [tableView setDelegate: [self windowController]];
151 [cancelButton setTarget: [self windowController]];
163 [okButton setTarget: [self windowController]];
/dports/graphics/price/PRICE-1.3.0/
H A DMyDocument.m56 level = [windowController compressionLevel];
294 [self addWindowController:windowController];
302 return [windowController window];
307 return [windowController view];
327 [windowController setImageToDraw:activeImage];
450 [windowController scaleFromMenu:nil];
463 [windowController scaleFromMenu:nil];
482 [windowController release];
528 [windowController changeSaveType:sender];
538 [windowController prepareSavePanel: savePanel];
[all …]
/dports/deskutils/affiche/Affiche/
H A DPreferencesPanel.m71 [chooseFont setTarget: [self windowController]];
87 [colorPopUp setTarget: [self windowController]];
114 [topLeft setTarget: [self windowController]];
121 [center setTarget: [self windowController]];
128 [topRight setTarget: [self windowController]];
135 [bottomLeft setTarget: [self windowController]];
142 [bottomRight setTarget: [self windowController]];
156 [titlePopUp setTarget: [self windowController]];
/dports/mail/gnumail/GNUMail-1.3.0/Bundles/Filtering/
H A DFilterHeaderEditorWindow.m61 [tableView setDataSource: [self windowController]];
62 [tableView setDelegate: [self windowController]];
83 [removeHeader setTarget: [self windowController]];
90 [addHeader setTarget: [self windowController]];
98 [cancelButton setTarget: [self windowController]];
110 [okButton setTarget: [self windowController]];
H A DFilterEditorWindow.m179 [criteriaSourcePopUpButtonA setTarget: [self windowController]];
190 [criteriaFindOperationPopUpButtonA setTarget: [self windowController]];
217 [criteriaSourcePopUpButtonB setTarget: [self windowController]];
228 [criteriaFindOperationPopUpButtonB setTarget: [self windowController]];
256 [criteriaSourcePopUpButtonC setTarget: [self windowController]];
267 [criteriaFindOperationPopUpButtonC setTarget: [self windowController]];
296 [matrix setTarget: [self windowController]];
328 [actionEMailStringButton setTarget: [self windowController]];
341 [chooseFileButton setTarget: [self windowController]];
352 [cancelButton setTarget: [self windowController]];
[all …]
/dports/graphics/pixen/Pixen-0.1/
H A DUKPrefsPanel.m111 [[windowController window] setFrame:NSMakeRect([[windowController window] frame].origin.x,
112 [[windowController window] frame].origin.y,
113 [[windowController window] frame].size.width,
114 [[windowController window] frame].size.height + sizeDifference)
117 …[[windowController window] setContentSize:NSMakeSize([[[windowController window] contentView] fram…
300 [[windowController window] setFrame:NSMakeRect([[windowController window] frame].origin.x,
301 [[windowController window] frame].origin.y - sizeDifference,
302 [[windowController window] frame].size.width,
303 [[windowController window] frame].size.height + sizeDifference)
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/macosx/plugins/DFXVideo/macsrc/
H A Ddrawgl.m51 //static PluginWindowController *windowController;
117 PluginWindowController *windowController = [PluginWindowController openGameView];
118 glView = [windowController openGLView];
121 [[windowController window] setTitle:title];
122 window = [windowController window];
/dports/mail/gnumail/GNUMail-1.3.0/Framework/GNUMail/
H A DPreferencesWindow.m65 [matrix setTarget: [self windowController]];
79 [expert setTarget: [self windowController]];
85 [apply setTarget: [self windowController]];
93 [cancel setTarget: [self windowController]];
105 [ok setTarget: [self windowController]];
H A DAddressBookPanel.m55 [open setTarget: [self windowController]];
104 [to setTarget: [self windowController]];
113 [cc setTarget: [self windowController]];
122 [bcc setTarget: [self windowController]];
129 [singlePropertyView setDelegate: [self windowController]];
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/standalone/examples/minesweeper/source/
H A Dmyapp.cpp31 auto windowController = std::make_shared<WindowController> (); in finishLaunching() local
35 config.customization = windowController; in finishLaunching()
36 config.modelBinding = windowController; in finishLaunching()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/macosx/plugins/PeopsXgl/macsrc/
H A Ddrawgl.m83 //static PluginWindowController *windowController;
149 __block PluginWindowController *windowController;
153 windowController = [PluginWindowController openGameView];
154 glView = [windowController openGLView];
156 [[windowController window] setTitle:@(pCaptionText)];
159 return (unsigned long)[windowController window];
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/mac/
H A Drosetta.mm69 respondsToSelector:@selector(windowController)]) {
70 NSWindowController* windowController = [current_rosetta_installation
71 performSelector:@selector(windowController)];
72 if (windowController &&
73 [windowController isKindOfClass:[NSWindowController class]]) {
74 [windowController showWindow:nil];
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/macosx/plugins/DFCdrom/macsrc/
H A DPluginConfigController.m37 static PluginConfigController *windowController = nil;
78 if (windowController == nil) {
79 windowController = [[PluginConfigController alloc] initWithWindowNibName:@"DFCdromPluginConfig"];
81 window = [windowController window];
83 [windowController loadValues];
/dports/deskutils/plopfolio/plopfolio-0.1.0/
H A DPreferencesPanel.m113 [tableView setDataSource: [self windowController]];
114 [tableView setDelegate: [self windowController]];
130 [delete setTarget: [self windowController]];
139 [configure setTarget: [self windowController]];
148 [import setTarget: [self windowController]];
196 [browserPopUpButton setTarget: [self windowController]];
/dports/mail/gnumail/GNUMail-1.3.0/Bundles/MIME/
H A DMimeTypeEditorWindow.m87 [viewMatrix setTarget: [self windowController]];
116 [actionMatrix setTarget: [self windowController]];
141 [dataHandlerCommandButton setTarget: [self windowController]];
151 [iconButton setTarget: [self windowController]];
161 [cancelButton setTarget: [self windowController]];
173 [okButton setTarget: [self windowController]];
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/macosx/plugins/DFNet/macsrc/
H A DPluginConfigController.m34 static PluginConfigController *windowController = nil;
83 if (windowController == nil) {
84 windowController = [[PluginConfigController alloc] initWithWindowNibName:@"DFNet"];
86 window = [windowController window];
88 [windowController loadValues];
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Headers/AppKit/
H A DNSDocument.h140 - (void)addWindowController:(NSWindowController *)windowController;
142 - (BOOL)shouldCloseWindowController:(NSWindowController *)windowController;
145 - (void)shouldCloseWindowController:(NSWindowController *)windowController
151 - (void)removeWindowController:(NSWindowController *)windowController;
163 - (void)windowControllerWillLoadNib:(NSWindowController *)windowController;
164 - (void)windowControllerDidLoadNib:(NSWindowController *)windowController;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenObjCXX/
H A Ddebug-info.mm15 -(id)windowController; method
40 BrowserWindowController* controller = [window windowController];
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGenObjCXX/
H A Ddebug-info.mm15 -(id)windowController; method
40 BrowserWindowController* controller = [window windowController];
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenObjCXX/
H A Ddebug-info.mm15 -(id)windowController; method
40 BrowserWindowController* controller = [window windowController];
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenObjCXX/
H A Ddebug-info.mm15 -(id)windowController; method
40 BrowserWindowController* controller = [window windowController];
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGenObjCXX/
H A Ddebug-info.mm15 -(id)windowController; method
40 BrowserWindowController* controller = [window windowController];
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGenObjCXX/
H A Ddebug-info.mm15 -(id)windowController; method
40 BrowserWindowController* controller = [window windowController];
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGenObjCXX/
H A Ddebug-info.mm15 -(id)windowController; method
40 BrowserWindowController* controller = [window windowController];

1234567