| 55 (G_TYPE_INSTANCE_GET_CLASS ((obj), \ |
55 (G_TYPE_INSTANCE_GET_CLASS ((obj), \ |
| 56 PIDGIN_TYPE_MINI_DIALOG, PidginMiniDialogClass)) |
56 PIDGIN_TYPE_MINI_DIALOG, PidginMiniDialogClass)) |
| 57 |
57 |
| 58 /** |
58 /** |
| 59 * PidginMiniDialog: |
59 * PidginMiniDialog: |
| 60 * @contents: A GtkVBox into which extra widgets for the dialog should be packed. |
60 * @contents: A GtkBox into which extra widgets for the dialog should be packed. |
| 61 * |
61 * |
| 62 * A widget resembling a diminutive dialog box, designed to be embedded in the |
62 * A widget resembling a diminutive dialog box, designed to be embedded in the |
| 63 * #PidginBuddyList. Mini-dialogs have titles, optional descriptions, and a row |
63 * #PidginBuddyList. Mini-dialogs have titles, optional descriptions, and a row |
| 64 * of buttons at the bottom; above the buttons is a #GtkHBox into which |
64 * of buttons at the bottom; above the buttons is a #GtkBox into which |
| 65 * you can pack any random widgets you want to add to the dialog. When any of |
65 * you can pack any random widgets you want to add to the dialog. When any of |
| 66 * the dialog's buttons is clicked, the dialog will be destroyed. |
66 * the dialog's buttons is clicked, the dialog will be destroyed. |
| 67 * |
67 * |
| 68 * Dialogs have the following GObject properties: |
68 * Dialogs have the following GObject properties: |
| 69 * <informaltable frame='none'> |
69 * <informaltable frame='none'> |