#include <glib.h>
Include dependency graph for gntcolors.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Enumerations | |
enum | GntColorType { GNT_COLOR_NORMAL = 1, GNT_COLOR_HIGHLIGHT, GNT_COLOR_DISABLED, GNT_COLOR_HIGHLIGHT_D, GNT_COLOR_TEXT_NORMAL, GNT_COLOR_TEXT_INACTIVE, GNT_COLOR_MNEMONIC, GNT_COLOR_MNEMONIC_D, GNT_COLOR_SHADOW, GNT_COLOR_TITLE, GNT_COLOR_TITLE_D, GNT_COLOR_URGENT, GNT_COLORS } |
Different classes of colors. More... | |
enum | { GNT_COLOR_BLACK = 0, GNT_COLOR_RED, GNT_COLOR_GREEN, GNT_COLOR_BLUE, GNT_COLOR_WHITE, GNT_COLOR_GRAY, GNT_COLOR_DARK_GRAY, GNT_TOTAL_COLORS } |
Functions | |
void | gnt_init_colors (void) |
Initialize the colors. | |
void | gnt_uninit_colors (void) |
Uninitialize the colors. |
Definition in file gntcolors.h.
anonymous enum |
GNT_COLOR_BLACK | |
GNT_COLOR_RED | |
GNT_COLOR_GREEN | |
GNT_COLOR_BLUE | |
GNT_COLOR_WHITE | |
GNT_COLOR_GRAY | |
GNT_COLOR_DARK_GRAY | |
GNT_TOTAL_COLORS |
Definition at line 52 of file gntcolors.h.
enum GntColorType |
Different classes of colors.
Definition at line 35 of file gntcolors.h.