Authors
- Generated by buildd
-
NSArray* _GSObjCMethodNamesForClass(Class class, BOOL collect);
This method returns an array listing the names of all
the instance methods available to obj, whether they
belong to the class of obj or one of its
superclasses.
If obj is a
class, this returns the class
methods.
Returns nil
if obj is
nil
.
NSArray* _GSObjCVariableNames(Class class, BOOL collect);
This method returns an array listing the names of all
the instance variables present in the instance obj,
whether they belong to the class of obj or
one of its superclasses.
Returns nil
if obj is nil
.
NSArray* allSubviews(NSView* view);
Description forthcoming.
int appVersion(long int a, long int b, long int c);
Description forthcoming.
NSColor* colorFromDict(NSDictionary* colorString);
Description forthcoming.
NSDictionary* colorToDict(NSColor* color);
Description forthcoming.
NSString* cutFileLabelText(NSString* filename, id label, int length);
Description forthcoming.
NSSize defaultCellSize();
Description forthcoming.
NSArray* findAll(NSMenu* menu);
Description forthcoming.
NSArray* findAllSubmenus(NSArray* array);
Description forthcoming.
void findAllWithArray(id item, NSMutableArray* array);
Description forthcoming.
NSString* formatAction(NSString* action);
Description forthcoming.
NSString* formatOutlet(NSString* outlet);
Description forthcoming.
NSString* identifierString(NSString* str);
Description forthcoming.
NSRect minimalContainerFrame(NSArray* views);
Description forthcoming.
NSString* promptForClassName(NSString* title, NSArray* classes);
Description forthcoming.
void subviewsForView(NSView* view, NSMutableArray* array);
Description forthcoming.
NSArray* systemImagesList();
Description forthcoming.
NSArray* systemSoundsList();
Description forthcoming.