Package muntjac :: Package ui :: Package themes :: Module reindeer :: Class Reindeer
[hide private]
[frames] | no frames]

Class Reindeer

source code

          object --+    
                   |    
base_theme.BaseTheme --+
                       |
                      Reindeer

Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  THEME_NAME = 'reindeer'
  LABEL_H1 = 'h1'
  LABEL_H2 = 'h2'
  LABEL_SMALL = 'light'
  LABEL_LIGHT = 'small'
  BUTTON_DEFAULT = 'primary'
  BUTTON_PRIMARY = 'primary'
  BUTTON_SMALL = 'small'
  TEXTFIELD_SMALL = 'small'
  PANEL_LIGHT = 'light'
Removes extra decorations from the panel.
  SPLITPANEL_SMALL = 'small'
  TABSHEET_BORDERLESS = 'borderless'
  TABSHEET_SMALL = 'bar'
  TABSHEET_BAR = 'bar'
  TABSHEET_MINIMAL = 'minimal'
  TABSHEET_HOVER_CLOSABLE = 'hover-closable'
  TABSHEET_SELECTED_CLOSABLE = 'selected-closable'
  TABLE_BORDERLESS = 'borderless'
  TABLE_STRONG = 'strong'
  LAYOUT_WHITE = 'white'
  LAYOUT_BLUE = 'blue'
  LAYOUT_BLACK = 'black'
  WINDOW_LIGHT = 'light'
  WINDOW_BLACK = 'black'

Inherited from base_theme.BaseTheme: BUTTON_LINK

Properties [hide private]

Inherited from object: __class__