aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/win32-file-dlg.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-10-03 18:39:36 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-10-03 18:39:36 +0000
commit9e6c7b11ae8eac1bcf50fc904e2e426f7c9d28f3 (patch)
tree86a986e5c1b0f3d2da15956d765319d0d2715579 /gtk/win32-file-dlg.h
parent8f737d258725dcdd12010d8ee45d42bd5dd7c29f (diff)
Implement a real "Cancel" button for the coloring rules dialog - this was a hard one! It seems to be working without bugs and as designed now.
As this was a huge internal change, new bugs are very probable - please report. The implementation isn't still perfect, a new dialog internal list could possibly be removed again. However, I want to check in at this condition, just in case I make things worse - again. svn path=/trunk/; revision=19413
Diffstat (limited to 'gtk/win32-file-dlg.h')
-rw-r--r--gtk/win32-file-dlg.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/gtk/win32-file-dlg.h b/gtk/win32-file-dlg.h
index ea6e30b74c..edce057cab 100644
--- a/gtk/win32-file-dlg.h
+++ b/gtk/win32-file-dlg.h
@@ -68,14 +68,16 @@ void win32_export_raw_file (HWND h_wnd);
/** Open the "Export Color Filters" dialog box
*
* @param h_wnd HWND of the parent window
+ * @param filter_list the list to export
*/
-void win32_export_color_file(HWND h_wnd);
+void win32_export_color_file(HWND h_wnd, gpointer filter_list);
/** Open the "Import Color Filters" dialog box
*
* @param h_wnd HWND of the parent window
+ * @param color_filters the calling widget
*/
-void win32_import_color_file(HWND h_wnd);
+void win32_import_color_file(HWND h_wnd, gpointer color_filters);
/** Given a print_args_t struct, update a set of print/export format controls
* accordingly.