GormFunctions documentation

Authors

Generated by buildd

GormFunctions functions

_GSObjCMethodNamesForClass

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.

_GSObjCVariableNames

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.

allSubviews

NSArray* allSubviews(NSView* view);
Description forthcoming.

appVersion

int appVersion(long int a, long int b, long int c);
Description forthcoming.

colorFromDict

NSColor* colorFromDict(NSDictionary* colorString);
Description forthcoming.

colorToDict

NSDictionary* colorToDict(NSColor* color);
Description forthcoming.

cutFileLabelText

NSString* cutFileLabelText(NSString* filename, id label, int length);
Description forthcoming.

defaultCellSize

NSSize defaultCellSize();
Description forthcoming.

findAll

NSArray* findAll(NSMenu* menu);
Description forthcoming.

findAllSubmenus

NSArray* findAllSubmenus(NSArray* array);
Description forthcoming.

findAllWithArray

void findAllWithArray(id item, NSMutableArray* array);
Description forthcoming.

formatAction

NSString* formatAction(NSString* action);
Description forthcoming.

formatOutlet

NSString* formatOutlet(NSString* outlet);
Description forthcoming.

identifierString

NSString* identifierString(NSString* str);
Description forthcoming.

minimalContainerFrame

NSRect minimalContainerFrame(NSArray* views);
Description forthcoming.

promptForClassName

NSString* promptForClassName(NSString* title, NSArray* classes);
Description forthcoming.

subviewsForView

void subviewsForView(NSView* view, NSMutableArray* array);
Description forthcoming.

systemImagesList

NSArray* systemImagesList();
Description forthcoming.

systemSoundsList

NSArray* systemSoundsList();
Description forthcoming.