traitsui.null.toolkit module

Defines the concrete implementations of the traits Toolkit interface for the ‘null’ (do nothing) user interface toolkit.

class traitsui.null.toolkit.GUIToolkit(package, toolkit, *packages, **traits)[source]

Bases: Toolkit

color_trait(*args, **traits)[source]
constants(*args, **traits)[source]

Returns a dictionary of useful constants.

Currently, the dictionary should have the following key/value pairs:

  • WindowColor’: the standard window background color in the toolkit specific color format.

font_trait(*args, **traits)[source]
kiva_font_trait(*args, **traits)[source]
rgb_color_trait(*args, **traits)[source]