#include "frontend.h"
Include dependency graph for go.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| int | fe_gtk_go (struct frontend *fe) |
| Implements the "go" method of cdebconf frontends. | |
Definition in file go.h.
| int fe_gtk_go | ( | struct frontend * | fe | ) |
Implements the "go" method of cdebconf frontends.
The processing is currently divided into three stages:
If a progress was running, the widgets are hidden at the beginning of the procedure.
| fe | cdebconf frontend |
Definition at line 438 of file go.c.
References frontend_data::answer, call_question_handlers(), call_setters(), CAN_GO_BACK, create_default_buttons_if_needed(), create_goback_button(), create_question_box(), DC_NO_ANSWER, destroy_buttons(), fe_gtk_di_run_dialog(), fe_gtk_empty_target_box(), fe_gtk_hide_progress(), fe_gtk_set_answer(), fe_gtk_set_buttons_sensitive(), fe_gtk_show_buttons(), fe_gtk_show_target_box(), free_setters(), frontend_data::progress_data, frontend_data::target_box, update_question_database(), and wait_answer().
1.5.1