#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. | |
Definition in file select_handlers.h.
| int fe_gtk_handle_multiselect | ( | struct frontend * | fe, | |
| struct question * | question, | |||
| GtkWidget * | question_box | |||
| ) |
Handler for multiselect questions.
| fe | cdebconf frontend | |
| question | handled question | |
| question_box | container for handler widgets |
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.
| fe | cdebconf frontend | |
| question | handled question | |
| question_box | container for handler widgets |
Definition at line 618 of file select_handlers.c.
References handle_all().
1.5.1