| Awn Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
AwnDialogPrivate; struct AwnDialog; GtkWidget * awn_dialog_new (void); GtkWidget * awn_dialog_new_for_widget (GtkWidget *widget); GtkWidget * awn_dialog_new_for_widget_with_applet (GtkWidget *widget,AwnApplet *applet); void awn_dialog_set_padding (AwnDialog *dialog,gint padding);
GtkWidget * awn_dialog_new (void);
Creates a new toplevel window.
Returns : |
a new dialog. Caller is responsible for freeing the memory when the dialog is no longer being used. |
GtkWidget * awn_dialog_new_for_widget (GtkWidget *widget);
Creates a new toplevel window that is "attached" to the widget.
|
The widget to which to associate the dialog. |
Returns : |
a new dialog. Caller is responsible for freeing the memory when the dialog is no longer being used. |
GtkWidget * awn_dialog_new_for_widget_with_applet (GtkWidget *widget,AwnApplet *applet);
Creates a new toplevel window that is "attached" to the widget.
|
The widget to which to associate the dialog. |
|
AwnApplet associated with widget. |
Returns : |
a new dialog. Caller is responsible for freeing the memory when the dialog is no longer being used. |