Implemented a skeleton of LdCanvas.

It now paints itself white and draws a simple grid.
Also an LdDocument can be assigned to it.
This commit is contained in:
2010-09-19 09:10:16 +02:00
parent 2dd5dbaf67
commit efc3ad6f5c
3 changed files with 168 additions and 4 deletions

View File

@@ -13,8 +13,8 @@
#include "config.h"
#include "ld-window-main.h"
#include "ld-canvas.h"
#include "ld-document.h"
#include "ld-canvas.h"
#include "ld-symbol-library.h"
#include "ld-symbol-category.h"
#include "ld-symbol.h"