Lines Matching defs:id

101 	id switcher = [[PXToolPaletteController sharedToolPaletteController] leftSwitcher];  argument
107 id switcher = [[PXToolPaletteController sharedToolPaletteController] leftSwitcher]; argument
113id newDocument = [[NSDocumentController sharedDocumentController] makeUntitledDocumentOfType:@"Pix… argument
281 - (IBAction) toggleLeftToolProperties:(id) sender argument
286 - (IBAction)toggleRightToolProperties:(id) sender argument
291 - (IBAction)toggleColorPalette:(id) sender argument
296 - (IBAction)mergeDown:(id) sender argument
301 - (IBAction)promoteSelection:(id) sender argument
306 - (IBAction)newLayer:(id) sender argument
322 - (void)setMainBackground:(id) aBackground argument
328 - (void)setAlternateBackground:(id) aBackground argument
339 - (IBAction)flipLayerHorizontally:(id) sender argument
349 - (IBAction)flipLayerVertically:(id) sender argument
359 - (IBAction)duplicateLayer:(id) sender argument
364 - (IBAction)nextLayer:(id) sender argument
369 - (IBAction)previousLayer:(id) sender argument
381 - (id) canvas argument
398 selector:@selector(canvasDidChange:) argument
451 - (IBAction)resizeCanvas:(id) sender argument
469 - (IBAction)scaleCanvas:(id) sender argument
478 - (void)windowDidBecomeMain:(NSNotification *) aNotification argument
569 - (IBAction) shouldTileToggled: (id) sender argument
573 id defaults = [NSUserDefaults standardUserDefaults]; argument
581 [[view grid] setUnitSize:aSize]; argument
593 …if(downEventOccurred) { return; } // avoid the case where the right mouse can be pressed while the… argument
613 - (void)mouseUp:event forTool:aTool argument
622 - (void)mouseDown:(NSEvent *)event argument
733 - (IBAction)showBackgroundInfo:(id) sender argument
739 - (IBAction)showGridSettingsPrompter:(id) sender argument
741 if (gridSettingsPrompter) argument
797 - (IBAction)zoomOut: (id) sender argument
802 - (IBAction)zoomStandard: (id) sender argument
812 - (IBAction)zoomStepperStepped:(id) sender argument
825 - (IBAction)zoomToFit:(id) sender argument
848 - (IBAction)toggleLayersDrawer:(id) sender argument
849 {