PdefAllGui:
Filter:
Classes | JITLib > GUI | Live Coding

PdefAllGui : TaskProxyAllGui : JITGui : Object

see all Pdefs and their state

Description

PdefAllGui uses PdefGui views to display all Pdefs, or a selection. Overview: JITLib

Class Methods

Creation

PdefAllGui.new(numItems: 16, parent, bounds, makeSkip: true, options: [ ])

From superclass: TaskProxyAllGui

Arguments:

numItems

the maximum number of Pdefs that can be shown.

parent

a parent view on which to display. If nil, a new window is created; parent can also be an existing window or a composite view.

bounds

a desired size and position where to display a JITGui. can be nil, a Point, or a Rect. JITGuis know their minimum size ( minSize ), and if bounds is nil, minSize is used. if bounds is a point or rect, it will be set to at least minSize. With a rect one can also supply a position where to display. If a point,shown size is the maximum of bounds and minSize.

makeSkip

///// Not Done Yet, but on the list

A flag whether to make a skipjack.

options

///// Not Done Yet, but on the list

the only option for PdefAllGui will be [\makeEdit]. adding a "front" PdefGui that also shows the front Pdef's envir.

Inherited class methods

Undocumented class methods

PdefAllGui.observedClass

PdefAllGui.tpGuiClass

Instance Methods

Inherited instance methods

Undocumented instance methods

.setDefaults

Examples