# `GSColorLabelViewController setUpMenu:representedObject:`

*Instance Method*

## Declaration

```swift
func setUpMenu(_ theMenu: NSMenu!, representedObject: Any!)
```

```objc
- (void) setUpMenu:(NSMenu *) theMenu representedObject:(id) representedObject;
```

```python
setUpMenu_representedObject_(theMenu: NSMenu, representedObject: object)
```

