| 31 |
31 |
| 32 GntWidget *select; /* select button */ |
32 GntWidget *select; /* select button */ |
| 33 GntWidget *cancel; /* cancel button */ |
33 GntWidget *cancel; /* cancel button */ |
| 34 |
34 |
| 35 char *current; /* Full path of the current location */ |
35 char *current; /* Full path of the current location */ |
| |
36 char *suggest; /* Suggested filename */ |
| 36 /* XXX: someone should make these useful */ |
37 /* XXX: someone should make these useful */ |
| 37 gboolean must_exist; /* Make sure the selected file (the name entered in 'location') exists */ |
38 gboolean must_exist; /* Make sure the selected file (the name entered in 'location') exists */ |
| 38 gboolean dirsonly; /* Show only directories */ |
39 gboolean dirsonly; /* Show only directories */ |
| 39 gboolean multiselect; |
40 gboolean multiselect; |
| 40 GList *tags; /* List of tagged files when multiselect is set */ |
41 GList *tags; /* List of tagged files when multiselect is set */ |