summaryrefslogtreecommitdiff
path: root/ui/win32/file_dlg_win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/win32/file_dlg_win32.h')
-rw-r--r--ui/win32/file_dlg_win32.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/ui/win32/file_dlg_win32.h b/ui/win32/file_dlg_win32.h
index a317f49d9e..94662ee6e6 100644
--- a/ui/win32/file_dlg_win32.h
+++ b/ui/win32/file_dlg_win32.h
@@ -122,6 +122,17 @@ void win32_export_color_file(HWND h_wnd, capture_file *cf, gpointer filter_list)
*/
void win32_import_color_file(HWND h_wnd, gpointer color_filters);
+/** Open the "Save As" dialog box for stats_tree statistics window.
+ *
+ * @param h_wnd HWND of the parent window.
+ * @param file_name File name. May be empty.
+ * @param file_type stats_tree file type.
+ *
+ * @return FALSE if the dialog was cancelled
+ */
+gboolean win32_save_as_statstree(HWND h_wnd, GString *file_name,
+ int *file_type);
+
void file_set_save_marked_sensitive();
/* Open dialog defines */