#include <minidialog.h>
Data Fields | |
GtkVBox | parent |
GtkBox * | contents |
A GtkVBox into which extra widgets for the dialog should be packed. | |
gpointer | priv |
Mini-dialogs have titles, optional descriptions, and a row of buttons at the bottom; above the buttons is a GtkHBox
into which you can pack any random widgets you want to add to the dialog. When any of the dialog's buttons is clicked, the dialog will be destroyed.
Dialogs have the following GObject properties:
"title"
(char *
) "description"
(char *
) NULL
, the description widget will be hidden. "icon-name"
(char *
) NULL
for no icon. Definition at line 79 of file minidialog.h.