Go to the source code of this file.
Namespaces | |
| namespace | grc.gui.elements.Colors |
Functions | |
| def | grc::gui::elements::Colors.get_color |
Variables | |
| tuple | grc::gui::elements::Colors.COLORMAP = gtk.gdk.colormap_get_system() |
| tuple | grc::gui::elements::Colors.BACKGROUND_COLOR = get_color('#FFF9FF') |
| tuple | grc::gui::elements::Colors.FG_COLOR = get_color('black') |
| tuple | grc::gui::elements::Colors.BG_COLOR = get_color('#F1ECFF') |
| tuple | grc::gui::elements::Colors.DISABLED_BG_COLOR = get_color('#CCCCCC') |
| tuple | grc::gui::elements::Colors.DISABLED_FG_COLOR = get_color('#999999') |
| tuple | grc::gui::elements::Colors.H_COLOR = get_color('#00FFFF') |
| tuple | grc::gui::elements::Colors.TXT_COLOR = get_color('black') |
| tuple | grc::gui::elements::Colors.ERROR_COLOR = get_color('red') |
1.5.4