#include <gtk/gtk.h>
#include "frontend.h"
Include dependency graph for di.h:

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

Go to the source code of this file.
Functions | |
| gboolean | fe_gtk_di_setup (struct frontend *fe) |
| Setup d-i specific bits. | |
| void | fe_gtk_di_run_dialog (struct frontend *fe) |
| Update what needs to be updated on a new user interaction. | |
| void | fe_gtk_di_shutdown (struct frontend *fe) |
| Clean up d-i specific data structures. | |
Definition in file di.h.
| void fe_gtk_di_run_dialog | ( | struct frontend * | fe | ) |
Update what needs to be updated on a new user interaction.
This must be called after gdk_threads_enter().
| fe | cdebconf frontend |
Definition at line 264 of file di.c.
References frontend_data::di_data, fe_gtk_update_frontend_title(), get_question_value(), di_data::previous_keymap, di_data::previous_language, refresh_keymap(), and refresh_language().
Referenced by fe_gtk_go(), and fe_gtk_progress_start().
| gboolean fe_gtk_di_setup | ( | struct frontend * | fe | ) |
Setup d-i specific bits.
This will create and initialize the relevant data structure.
This will allow setup the glib log handler to log through standard syslog.
| fe | cdebconf frontend |
Definition at line 184 of file di.c.
References frontend_data::di_data, fe_gtk_add_screenshot_shortcut(), fix_gtk_settings(), get_question_value(), log_glib_to_syslog(), make_fullscreen(), print_to_syslog(), and frontend_data::window.
Referenced by fe_gtk_initialize().
| void fe_gtk_di_shutdown | ( | struct frontend * | fe | ) |
Clean up d-i specific data structures.
| fe | cdebconf frontend |
Definition at line 297 of file di.c.
References frontend_data::di_data, di_data::previous_keymap, and di_data::previous_language.
Referenced by fe_gtk_shutdown().
1.5.1