Class Wmii::Area
In: wm.rb
Parent: Node

Methods

concat!   empty?   insert!   length=   new   push!   unshift!  

External Aliases

children -> clients

Public Class methods

Public Instance methods

Concatenates the given area to the bottom of this area.

Tests if this area is empty (has no clients).

Inserts the given clients after the currently focused client in this area.

Ensures that this area has at most the given number of clients. Areas to the right of this one serve as a buffer into which excess clients are evicted and from which deficit clients are imported.

Inserts the given clients at the bottom of this area.

Inserts the given clients at the top of this area.

[Validate]