#include <stdlib.h>#include "fix.h"#include "types.h"#include "gr.h"#include "ui.h"#include "key.h"#include "timer.h"Functions | |
| void | ui_draw_listbox (UI_GADGET_LISTBOX *listbox) |
| void | gr_draw_sunken_border (short x1, short y1, short x2, short y2) |
| UI_GADGET_LISTBOX * | ui_add_gadget_listbox (UI_WINDOW *wnd, short x, short y, short w, short h, short numitems, char *list, int text_width) |
| void | ui_listbox_do (UI_GADGET_LISTBOX *listbox, int keypress) |
| void | ui_listbox_change (UI_WINDOW *wnd, UI_GADGET_LISTBOX *listbox, short numitems, char *list, int text_width) |
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||||||||
|
|
|
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||
|
|
1.4.6