#include <stdlib.h>#include <string.h>#include "fix.h"#include "types.h"#include "gr.h"#include "ui.h"#include "key.h"#include "mono.h"Defines | |
| #define | Middle(x) ((2*(x)+1)/4) |
Functions | |
| void | ui_draw_radio (UI_GADGET_RADIO *radio) |
| UI_GADGET_RADIO * | ui_add_gadget_radio (UI_WINDOW *wnd, short x, short y, short w, short h, short group, char *text) |
| void | ui_radio_do (UI_GADGET_RADIO *radio, int keypress) |
|
|
|
|
||||||||||||||||||||||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
1.4.6