select_handlers.h File Reference

select and multiselect question handlers of the GTK+ frontend (header) More...

#include <gtk/gtk.h>
#include "frontend.h"
#include "question.h"

Include dependency graph for select_handlers.h:

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

Go to the source code of this file.

Functions

int fe_gtk_handle_select (struct frontend *obj, struct question *q, GtkWidget *qbox)
 Handler for select questions.
int fe_gtk_handle_multiselect (struct frontend *obj, struct question *q, GtkWidget *qbox)
 Handler for multiselect questions.


Detailed Description

select and multiselect question handlers of the GTK+ frontend (header)

Definition in file select_handlers.h.


Function Documentation

int fe_gtk_handle_multiselect ( struct frontend *  fe,
struct question *  question,
GtkWidget *  question_box 
)

Handler for multiselect questions.

Parameters:
fe cdebconf frontend
question handled question
question_box container for handler widgets
Returns:
DC_NOTOK if something went wrong, DC_OK otherwise

Definition at line 631 of file select_handlers.c.

References handle_all().

int fe_gtk_handle_select ( struct frontend *  fe,
struct question *  question,
GtkWidget *  question_box 
)

Handler for select questions.

Parameters:
fe cdebconf frontend
question handled question
question_box container for handler widgets
Returns:
DC_NOTOK if something went wrong, DC_OK otherwise

Definition at line 618 of file select_handlers.c.

References handle_all().


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