Completely restructudred code

* Subfolders for different modules
* LaTeX output module started
* Convert button sensitivity impemented
This commit is contained in:
2018-05-22 16:17:14 +02:00
parent 9a6aee1410
commit 29f66951d1
11 changed files with 114 additions and 154 deletions

View File

@@ -18,7 +18,7 @@
*/
#include "lib-cell-renderer.h"
#include "../gds-types.h"
#include "../gds-parser/gds-types.h"
G_DEFINE_TYPE(LibCellRenderer, lib_cell_renderer, GTK_TYPE_CELL_RENDERER_TEXT)

View File

@@ -1,6 +1,6 @@
#include "tree-store.h"
#include "lib-cell-renderer.h"
#include "../gds-types.h"
#include "../gds-parser/gds-types.h"
static gboolean tree_sel_func(GtkTreeSelection *selection,
GtkTreeModel *model,