This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | _querysavedata |
| Data for the Query Save dialog. More... | |
Typedefs | |
| typedef _querysavedata | QuerySaveData |
| Data for the Query Save dialog. | |
Functions | |
| void | query_save_dialog_create (GtkWidget *qry) |
| Create the query save dlg. | |
| void | query_save_dialog_hide () |
| Hide the query save dlg. | |
| void | query_save_dialog_show (GtkWidget *qry) |
| Show the query save dialog. | |
Definition in file query_save_dlg.h.
|
|
Create the query save dlg.
Definition at line 46 of file query_save_dlg.c. References _a_buf::b_dat, buf_free(), buf_strcat(), buf_strcpy(), cfg_get_current_dir(), _querysavedata::qdata, _querysavedata::query, query_get_current_name(), query_get_querydata(), and querydata_get_filename(). Referenced by query_save_dialog_show(). |
1.2.18