Top |
void | gnt_init_colors () |
void | gnt_uninit_colors () |
void | gnt_colors_parse () |
void | gnt_color_pairs_parse () |
int | gnt_colors_get_color () |
int | gnt_color_pair () |
int | gnt_color_add_pair () |
void
gnt_color_pairs_parse (GKeyFile *kfile
);
Parse color-pair information from a file.
int
gnt_color_pair (int color
);
Return the appropriate character attribute for a specified color. If the terminal doesn't have color support, this returns A_STANDOUT when deemed appropriate.
Since: 2.3.0