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

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

Go to the source code of this file.
Functions | |
| GtkWidget * | fe_gtk_create_description (struct frontend *fe, struct question *question) |
| Return a new widget with description and extendend description of a given question. | |
Definition in file descriptions.h.
| GtkWidget* fe_gtk_create_description | ( | struct frontend * | fe, | |
| struct question * | question | |||
| ) |
Return a new widget with description and extendend description of a given question.
| fe | cdebconf frontend | |
| question | question that will be looked upon |
Definition at line 211 of file descriptions.c.
References add_description(), add_extended_description(), and add_icon().
Referenced by fe_gtk_add_common_layout().
1.5.1