Up

NSUserInterfaceValidation documentation

Authors

Generated by Gregory John Casamento,,,

Date: Generated at 2024-11-13 12:52:37 -0500


Contents -

  1. Software documentation for the NSUserInterfaceValidations protocol
  2. Software documentation for the NSValidatedUserInterfaceItem protocol

Software documentation for the NSUserInterfaceValidations protocol

NSUserInterfaceValidations

Declared in:
AppKit/NSUserInterfaceValidation.h
Availability: OpenStep

Description forthcoming.

Method summary


validateUserInterfaceItem: 

- (BOOL) validateUserInterfaceItem: (id<NSValidatedUserInterfaceItem>)anItem;
Availability: OpenStep

Description forthcoming.

Software documentation for the NSValidatedUserInterfaceItem protocol

NSValidatedUserInterfaceItem

Declared in:
AppKit/NSUserInterfaceValidation.h
Availability: OpenStep

Description forthcoming.

Method summary


action 

- (SEL) action;
Availability: OpenStep

Description forthcoming.

tag 

- (NSInteger) tag;
Availability: OpenStep

Description forthcoming.


Up