Package grc.gui.elements.Colors


Functions

def get_color

Variables

tuple COLORMAP = gtk.gdk.colormap_get_system()
tuple BACKGROUND_COLOR = get_color('#FFF9FF')
tuple FG_COLOR = get_color('black')
tuple BG_COLOR = get_color('#F1ECFF')
tuple DISABLED_BG_COLOR = get_color('#CCCCCC')
tuple DISABLED_FG_COLOR = get_color('#999999')
tuple H_COLOR = get_color('#00FFFF')
tuple TXT_COLOR = get_color('black')
tuple ERROR_COLOR = get_color('red')


Detailed Description

Global Colors for the gui
Author:
Josh Blum

Function Documentation

def grc.gui.elements.Colors.get_color (   color_code  ) 

Definition at line 28 of file Colors.py.


Variable Documentation

tuple grc::gui::elements::Colors.BACKGROUND_COLOR = get_color('#FFF9FF') [static]

Definition at line 30 of file Colors.py.

tuple grc::gui::elements::Colors.BG_COLOR = get_color('#F1ECFF') [static]

Definition at line 32 of file Colors.py.

tuple grc::gui::elements::Colors.COLORMAP = gtk.gdk.colormap_get_system() [static]

Definition at line 27 of file Colors.py.

tuple grc::gui::elements::Colors.DISABLED_BG_COLOR = get_color('#CCCCCC') [static]

Definition at line 33 of file Colors.py.

tuple grc::gui::elements::Colors.DISABLED_FG_COLOR = get_color('#999999') [static]

Definition at line 34 of file Colors.py.

tuple grc::gui::elements::Colors.ERROR_COLOR = get_color('red') [static]

Definition at line 37 of file Colors.py.

tuple grc::gui::elements::Colors.FG_COLOR = get_color('black') [static]

Definition at line 31 of file Colors.py.

tuple grc::gui::elements::Colors.H_COLOR = get_color('#00FFFF') [static]

Definition at line 35 of file Colors.py.

tuple grc::gui::elements::Colors.TXT_COLOR = get_color('black') [static]

Definition at line 36 of file Colors.py.


Generated on Sat Aug 23 02:00:11 2008 for GNU Radio Companion by  doxygen 1.5.4