|
ELinks 0.20.0
|
#include <dialog.h>

Data Fields | |
| char * | title |
| void * | udata |
| void * | udata2 |
| struct dialog_refresh * | refresh |
| void(*) | layouter (struct dialog_data *) |
| widget_handler_status_T(*) | handle_event (struct dialog_data *) |
| void(*) | abort (struct dialog_data *) |
| struct dialog_layout | layout |
| int | number_of_widgets |
| How many widgets have been added to this dialog. | |
| struct widget | widgets [1] |
| void(*) dialog::abort(struct dialog_data *) |
| widget_handler_status_T(*) dialog::handle_event(struct dialog_data *) |
| struct dialog_layout dialog::layout |
| void(*) dialog::layouter(struct dialog_data *) |
| int dialog::number_of_widgets |
How many widgets have been added to this dialog.
The widgets array may be larger than this if some of the intended widgets have not yet been added.
| struct dialog_refresh* dialog::refresh |
| char* dialog::title |
| void* dialog::udata |
| void* dialog::udata2 |
| struct widget dialog::widgets[1] |