#include <gtk/gtk.h>#include <gdk/gdkx.h>#include "ink.h"#include "FileManager.h"#include <liberdm/erdm.h>#include <liberipc/eripc.h>#include <liberipc/eripctoolbar.h>#include <liberipc/eripcviewer.h>#include <liberipc/eripcpagebar.h>

Go to the source code of this file.
Classes | |
| struct | _PointInfo |
| struct | _PointsBuf |
| struct | color |
| struct | _ScribbleCoreCtx |
| struct | _ScribbleUICtx |
Defines | |
| #define | PIXELBUFSIZE 25 |
| #define | FBIO_IOCTL_BASE 'v' |
| #define | FBIO_DRAWPIXELS _IOW(FBIO_IOCTL_BASE, 3, PointsBuf) |
Typedefs | |
| typedef struct _PointInfo | PointInfo |
| typedef struct _PointsBuf | PointsBuf |
| typedef struct _ScribbleCoreCtx | ScribbleCoreCtx |
| typedef ScribbleCoreCtx * | PScribbleCoreCtx |
| typedef struct _ScribbleUICtx | ScribbleUICtx |
| typedef ScribbleUICtx * | PScribbleUICtx |
Enumerations | |
| enum | PEN_SIZE { SIZE_1PIX = 1, SIZE_3PIX = 3, SIZE_5PIX = 5, SIZE_7PIX = 7 } |
| #define FBIO_DRAWPIXELS _IOW(FBIO_IOCTL_BASE, 3, PointsBuf) |
Definition at line 73 of file ScribbleDefine.h.
| #define FBIO_IOCTL_BASE 'v' |
Definition at line 71 of file ScribbleDefine.h.
| #define PIXELBUFSIZE 25 |
Copyright (C) 2005-2008 iRex Technologies B.V. All rights reserved.
Definition at line 54 of file ScribbleDefine.h.
| typedef struct _PointInfo PointInfo |
| typedef struct _PointsBuf PointsBuf |
| typedef ScribbleCoreCtx* PScribbleCoreCtx |
Definition at line 97 of file ScribbleDefine.h.
| typedef ScribbleUICtx* PScribbleUICtx |
Definition at line 130 of file ScribbleDefine.h.
| typedef struct _ScribbleCoreCtx ScribbleCoreCtx |
| typedef struct _ScribbleUICtx ScribbleUICtx |
| enum PEN_SIZE |
1.5.6