Remove GTK+ dependency for Windows
Closed this issue · 2 comments
GoogleCodeExporter commented
AFAIK, the development version of sfxr pulls in the whole GTK+ stack just to
display a file dialog boxes.
Since the interface for the dialog boxes is clearly defined
(FileSelectorLoad and FileSelectorSave), it should be trivial to create a
separate 'fileselector.cpp' file for Windows and Unix systems that defines
the used methods.
Original issue reported on code.google.com by ghosth...@gmail.com
on 28 May 2010 at 12:07
GoogleCodeExporter commented
This would be great. I have some code for simple directory access, so I might
slap this together.
Original comment by grimfang4@gmail.com
on 24 Feb 2011 at 3:18
- Changed state: Accepted
GoogleCodeExporter commented
The file selection does not use GTK anymore and should be good enough for now.
Original comment by grimfang4@gmail.com
on 11 Jan 2012 at 5:36
- Changed state: Fixed