Pastey prefs.e

namespace prefs
 
include GtkEngine.e 
 
export sequence initial_database = "MyData.edb" 
export sequence initial_db_table = "Table1" 
export sequence dump_file = "dump.txt" 
export sequence dump_viewer = "geany" 
 
-------------------------------- 
export function SetPreferences() 
-------------------------------- 
Info("MainWin","SetPreferences","Prefs","Not implemented!") -- SKELETON 
return 1 
end function 
 
-- Other preferences and an edit dialog to be added as needed ...