RedToolsMenu:
Filter:
redSys/Classes (extension) | Red > redTools

RedToolsMenu
ExtensionExtension

various tools

Class Methods

.list

A List containing two symbols (category and tool name) and a function.

.listToLibrary

Adds the tools to the Library.

.listToMenuLibrary

Adds submenus plus a cmd+r shortcut to the Library menu. (old osx cocoa gui only)

NOTE: Mac OSX only.

.add

Arguments:

nameArray

In the form of [category, name].

func

The actual tool.

.makeWindow

Creates a separate window with a listview.

Examples