pidgin 2.14.14dev
|
A widget resembling a diminutive dialog box, designed to be embedded in the PidginBuddyList. More...
#include <minidialog.h>
Data Fields | |
GtkVBox | parent |
GtkBox * | contents |
A GtkVBox into which extra widgets for the dialog should be packed. | |
gpointer | priv |
A widget resembling a diminutive dialog box, designed to be embedded in the PidginBuddyList.
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. "custom-icon"
(GdkPixbuf *
) Definition at line 80 of file minidialog.h.
GtkBox* PidginMiniDialog::contents |
A GtkVBox into which extra widgets for the dialog should be packed.
Definition at line 85 of file minidialog.h.
GtkVBox PidginMiniDialog::parent |
Definition at line 81 of file minidialog.h.
gpointer PidginMiniDialog::priv |
Definition at line 87 of file minidialog.h.