2016-01-04 03:56:42 -08:00
|
|
|
#pragma once
|
2010-12-18 23:58:18 -08:00
|
|
|
|
|
|
|
#include "mooedit/mooeditview-impl.h"
|
2016-01-04 03:56:42 -08:00
|
|
|
#include "mooedit/mooedit-impl.h"
|
|
|
|
#include "mooedit/mooedittypes.h"
|
2010-12-18 23:58:18 -08:00
|
|
|
|
|
|
|
struct MooEditViewPrivate
|
|
|
|
{
|
2016-01-04 09:56:33 -08:00
|
|
|
EditRawPtr doc;
|
2010-12-18 23:58:18 -08:00
|
|
|
MooEditor *editor;
|
2011-01-17 23:52:09 -08:00
|
|
|
MooEditTab *tab;
|
2011-01-18 22:01:18 -08:00
|
|
|
GtkTextMark *fake_cursor_mark;
|
2010-12-18 23:58:18 -08:00
|
|
|
};
|