medit/moo/mooedit/mooeditview-priv.h
2011-01-18 01:16:25 -08:00

18 lines
254 B
C

#ifndef MOO_EDIT_VIEW_PRIV_H
#define MOO_EDIT_VIEW_PRIV_H
#include "mooedit/mooeditview-impl.h"
G_BEGIN_DECLS
struct MooEditViewPrivate
{
MooEdit *doc;
MooEditor *editor;
MooEditTab *tab;
};
G_END_DECLS
#endif /* MOO_EDIT_VIEW_PRIV_H */