Group key config symbols together
[neverball] / share / gui.h
index d90abbf..61f79b8 100644 (file)
@@ -52,12 +52,20 @@ void gui_free(void);
 
 /*---------------------------------------------------------------------------*/
 
+enum trunc
+{
+    TRUNC_NONE,
+    TRUNC_HEAD,
+    TRUNC_TAIL
+};
+
 void gui_set_label(int, const char *);
 void gui_set_image(int, const char *);
 void gui_set_multi(int, const char *);
 void gui_set_count(int, int);
 void gui_set_clock(int, int);
 void gui_set_color(int, const float *, const float *);
+void gui_set_trunc(int, enum trunc);
 
 /*---------------------------------------------------------------------------*/