Improve color tooltip design

This commit is contained in:
2026-07-08 00:58:34 -06:00
parent d0034cd112
commit 2caec91a0f
4 changed files with 138 additions and 73 deletions

View File

@@ -70,11 +70,13 @@ load_text_events (void)
{
}
char *
text_color_event_list (int color)
char **
text_color_event_names (int color, int *count)
{
(void)color;
return g_strdup ("No text events use this color.");
if (count)
*count = 0;
return NULL;
}
gboolean