Package muntjac :: Package ui :: Module grid_layout
[hide private]
[frames] | no frames]

Module grid_layout

source code

Defines a container that consists of components with certain coordinates on a grid.

Classes [hide private]
  GridLayout
A container that consists of components with certain coordinates (cell position) on a grid.
  Area
This class defines an area on a grid.
  OverlapsException
Gridlayout does not support laying components on top of each other.
  OutOfBoundsException
An Exception object which is thrown when an area exceeds the bounds of the grid.
Variables [hide private]
  __package__ = 'muntjac.ui'