|
ELinks 0.19.1
|

Data Structures | |
| struct | widget_info_checkbox |
| struct | widget_data_info_checkbox |
Macros | |
| #define | add_dlg_radio(dlg, text, groupid, groupnum, data) |
| #define | add_dlg_checkbox(dlg, text, data) |
| #define | widget_has_group(widget_data) |
Functions | |
| void | add_dlg_radio_do (struct dialog *dlg, char *text, int groupid, int groupnum, int *data) |
| void | dlg_format_checkbox (struct dialog_data *dlg_data, struct widget_data *widget_data, int x, int *y, int w, int *rw, format_align_T align, int format_only) |
Variables | |
| const struct widget_ops | checkbox_ops |
| #define add_dlg_checkbox | ( | dlg, | |
| text, | |||
| data ) |
| #define add_dlg_radio | ( | dlg, | |
| text, | |||
| groupid, | |||
| groupnum, | |||
| data ) |
| #define widget_has_group | ( | widget_data | ) |
| void add_dlg_radio_do | ( | struct dialog * | dlg, |
| char * | text, | ||
| int | groupid, | ||
| int | groupnum, | ||
| int * | data ) |
| void dlg_format_checkbox | ( | struct dialog_data * | dlg_data, |
| struct widget_data * | widget_data, | ||
| int | x, | ||
| int * | y, | ||
| int | w, | ||
| int * | rw, | ||
| format_align_T | align, | ||
| int | format_only ) |
|
extern |