Package muntjac :: Package ui :: Package themes :: Module runo :: Class Runo
[hide private]
[frames] | no frames]

Class Runo

source code

          object --+    
                   |    
base_theme.BaseTheme --+
                       |
                      Runo

Instance Methods [hide private]

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

Class Methods [hide private]
 
themeName(cls) source code
Class Variables [hide private]
  THEME_NAME = 'runo'
  BUTTON_SMALL = 'small'
  BUTTON_BIG = 'big'
  BUTTON_DEFAULT = 'default'
  PANEL_LIGHT = 'light'
  TABSHEET_SMALL = 'light'
  SPLITPANEL_REDUCED = 'rounded'
  SPLITPANEL_SMALL = 'small'
  LABEL_H1 = 'h1'
  LABEL_H2 = 'h2'
  LABEL_SMALL = 'small'
  LAYOUT_DARKER = 'darker'
  CSSLAYOUT_SHADOW = 'box-shadow'
  CSSLAYOUT_SELECTABLE = 'selectable'
  CSSLAYOUT_SELECTABLE_SELECTED = 'selectable-selected'
  TEXTFIELD_SMALL = 'small'
  TABLE_SMALL = 'small'
  TABLE_BORDERLESS = 'borderless'
  ACCORDION_LIGHT = 'light'
  WINDOW_DIALOG = 'dialog'

Inherited from base_theme.BaseTheme: BUTTON_LINK

Properties [hide private]

Inherited from object: __class__