From 0b00bf2ccff23b5f565e214b36be3ea823ab59da Mon Sep 17 00:00:00 2001 From: Simon Edwardsson Date: Sun, 3 Oct 2004 12:56:09 +0000 Subject: Added tmw_bar_proc, and a stat window, (I have // your stat window kth5 :) ) --- src/gui/gui.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/gui/gui.h') diff --git a/src/gui/gui.h b/src/gui/gui.h index 47362466..e14a0140 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -79,6 +79,11 @@ typedef struct { LexSkinnedRect bg; } LexDialog; +typedef struct { + LexSkinnedRect bg; +} LexBar; + + typedef struct { LexButton button; LexSlider slider; @@ -87,6 +92,7 @@ typedef struct { LexTextbox textbox; LexListbox listbox; LexDialog dialog; + LexBar bar; } LexSkin; extern LexSkin gui_skin; @@ -115,6 +121,7 @@ int tmw_dialog_proc(int msg, DIALOG *d, int c); int tmw_ldialog_proc(int msg, DIALOG *d, int c); int tmw_textbox_proc(int msg, DIALOG *d, int c); int tmw_bitmap_proc(int msg, DIALOG *d, int c); +int tmw_bar_proc(int msg, DIALOG *d, int c); void ok(const char *title, const char *message); unsigned int yes_no(const char *title, const char *message); -- cgit v1.2.3-60-g2f50