swamigui Reference Manual | ||||
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
SwamiguiMultiSave; enum SwamiguiMultiSaveFlags; GtkWidget * swamigui_multi_save_new (char *title
,char *message
,guint flags
); void swamigui_multi_save_set_selection (SwamiguiMultiSave *multi
,IpatchList *selection
);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----GtkDialog +----SwamiguiMultiSave
typedef enum { SWAMIGUI_MULTI_SAVE_CLOSE_MODE = 1 << 0 } SwamiguiMultiSaveFlags;
Some flags for use with swamigui_multi_save_new()
.
GtkWidget * swamigui_multi_save_new (char *title
,char *message
,guint flags
);
Create a new multi file save dialog.
|
Title of dialog |
|
Message text |
|
A value from SwamiguiMultiSaveFlags or 0 |
Returns : |
New dialog widget. |
void swamigui_multi_save_set_selection (SwamiguiMultiSave *multi
,IpatchList *selection
);
Set the item selection of a multi save dialog. This is the list of items that the user is prompted to save.
|
Multi save widget |
|
Selection of items to save (only IpatchBase items or children thereof are considered, children are followed up to their parent IpatchBase, duplicates are taken into account). |