di.h File Reference

specific debian-installer bits of the GTK+ frontend (header) More...

#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.


Detailed Description

specific debian-installer bits of the GTK+ frontend (header)

Definition in file di.h.


Function Documentation

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().

Parameters:
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.

Parameters:
fe cdebconf frontend
Returns:
FALSE if initialization failed
See also:
log_glib_to_syslog()

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.

Parameters:
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().


Generated on Sat Jul 7 23:41:41 2007 for fe_gtk by  doxygen 1.5.1