1 /****************************************************************************
3 * Copyright (C) 2011-2013 Rafał Długołęcki <bugz@dlugolecki.net.pl> *
5 ****************************************************************************/
8 * Only functions from this file should be used in gui.glade file.
15 #include "dialogs/openfile_dialog.h"
16 #include "dialogs/about_dialog.h"
20 debug("TODO: Project/New");
24 * Wrapper for openfile_dialog. Should be used only in gui to properly handle
29 debug("Project/Open");
35 debug("TODO: Project/Save");
38 void project_save_as()
40 debug("TODO: Project/Save As");
45 debug("TODO: Project/Ready");
49 * Wrapper for order_free. Should be used only in gui to properly release
50 * memory and handle gui events.
54 /* Project should be a pointer to the appropriate structure */
56 debug("Project/Close");
58 debug("> Project is in memory. Releasing data..");
59 /* order_free(project);*/
65 * Wrapper for gtk_main_quit. Should be used only in gui to properly release
66 * memory and handle gui events.
70 debug("Program/Close");
76 * Wrapper for about_dialog. Should be used only in gui to properly handle