bygfoot/src/gui.h

19 lines
273 B
C
Raw Normal View History

2004-12-23 13:58:39 +01:00
#ifndef GUI_H
#define GUI_H
#include "bygfoot.h"
void
gui_label_set_text_from_int(GtkLabel *label, gint number, gboolean append);
2005-03-10 21:59:39 +01:00
void
gui_show_progress(gfloat value, gchar *text);
2005-04-10 14:32:44 +02:00
void
gui_set_arrow_pair(gint pair, gboolean state);
void
gui_set_arrows(void);
2004-12-23 13:58:39 +01:00
#endif