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') |
tuple grc::gui::elements::Colors.BACKGROUND_COLOR = get_color('#FFF9FF') [static] |
tuple grc::gui::elements::Colors.BG_COLOR = get_color('#F1ECFF') [static] |
tuple grc::gui::elements::Colors.COLORMAP = gtk.gdk.colormap_get_system() [static] |
tuple grc::gui::elements::Colors.DISABLED_BG_COLOR = get_color('#CCCCCC') [static] |
tuple grc::gui::elements::Colors.DISABLED_FG_COLOR = get_color('#999999') [static] |
tuple grc::gui::elements::Colors.ERROR_COLOR = get_color('red') [static] |
tuple grc::gui::elements::Colors.FG_COLOR = get_color('black') [static] |
tuple grc::gui::elements::Colors.H_COLOR = get_color('#00FFFF') [static] |
tuple grc::gui::elements::Colors.TXT_COLOR = get_color('black') [static] |
1.5.4