ZoneFrame#

class caf.space.ui.ZoneFrame(parent, label)[source]#

Bases: Labelframe

Class for creating frames for TransZoneSystemInfo from the config class.

This is currently not very customisable when called, but parameters passed to sub frames and widgets could be exposed.

Parameters:
  • parent (The parent frame this frame sits within.)

  • label (Passed to the 'text' parameter of LabelFrame.)

Methods

__init__(parent, label)

Construct a Ttk Labelframe with parent master.

disable()

Disable method for class.

enable()

Enable method for class.

get()

Get method for class.

validate()

Confirm that this frame is sufficiently provided.