aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/win32-file-dlg.h
AgeCommit message (Collapse)AuthorFilesLines
2006-02-22Remove svn:executable property from source filesJaap Keuter1-0/+0
svn path=/trunk/; revision=17370
2006-02-13Copy over the file open/save code from the Win32 native branch.Gerald Combs1-0/+133
The Windows-native routines were integrated by inserting #if GTK_MAJOR_VERSION >= 2 && _WIN32 win32_native_routine(GDK_WINDOW_HWND(top_level->window)); return; #endif at the beginning of each GTK+ file routine. There's probably a prettier way to do this. Some of the sizes need to be tweaked in win32-file-dlg.rc, but everything seems to work. Fix up whitespace. svn path=/trunk/; revision=17285