Package gui :: Module paths
[hide private]
[frames] | no frames]

Module paths

source code

Collection of all the image and icon paths.

This module allows for easy replacement of images and icons throughout the GUI.

Classes [hide private]
  I16x16
The 16x16 pixel icons.
  I22x22
The 22x22 pixel icons.
  I32x32
The 32x32 pixel icons.
  I48x48
The 48x48 pixel icons.
Variables [hide private]
  status = Status()
  OXY_ICON_PATH = status.install_path+ sep+ 'graphics'+ sep+ 'ox...
  ICON_RELAX_PATH = status.install_path+ sep+ 'graphics'+ sep+ '...
  icon_16x16 = I16x16()
  icon_22x22 = I22x22()
  icon_32x32 = I32x32()
  icon_48x48 = I48x48()

Imports: sep, sys, ANALYSIS_IMAGE_PATH, IMAGE_PATH, WIZARD_IMAGE_PATH, Status


Variables Details [hide private]

OXY_ICON_PATH

Value:
status.install_path+ sep+ 'graphics'+ sep+ 'oxygen_icons'+ sep

ICON_RELAX_PATH

Value:
status.install_path+ sep+ 'graphics'+ sep+ 'relax_icons'+ sep