Instance Method
addHints(forNodes:to:vertical:type:position:) addHintsForNodes:toLayer:vertical:type:position: addHintsForNodes_toLayer_vertical_type_position_
Declaration
func addHints(forNodes nodes: NSMutableArray, to layer: GSLayer, vertical: Bool, type: GSHintType, position: NSPoint) -> [Any]?Declaration
- (NSArray *) addHintsForNodes:(NSMutableArray *) nodes toLayer:(GSLayer *) layer vertical:(BOOL) vertical type:(GSHintType) type position:(NSPoint) position;Declaration
addHintsForNodes_toLayer_vertical_type_position_(nodes: list, layer: GSLayer, vertical: bool, type: GSHintType, position: NSPoint) -> list