FlowView:
Filter:
Classes | GUI > Views

FlowView

CompositeView with a FlowLayout as decorator
Location: NOT INSTALLED!

Description

In the simplest respect this is a lazy contraction of this:

FlowView add some features to this setup.

Class Methods

.new

Arguments:

parent

Parent widget.

bounds

An instance of Rect, or a Point indicating width@height.

margin

...

gap

...

windowTitle

Title of the window.

Inherited class methods

Instance Methods

.startRow

Start a new row.

.indentedRemaining

The maximum space that is left, starting at the current cursor position.

.used

The area used so far, rounded up to the nearest rectangle plus margin.

.flow

Insert a sub flow view into the current view.

Arguments:

func

(describe argument here)

bounds

(describe argument here)

.comp

Insert a sub composite view into the current view.

Arguments:

func

(describe argument here)

bounds

(describe argument here)

Inherited instance methods

Examples