// -*- C++ -*- /* This file is part of * ====================================================== * * LyX, The Document Processor * * Copyright (C) 1995 Matthias Ettrich *
*======================================================*/ #ifndef _LYXCURSOR_H #define _LYXCURSOR_H
class LyXParagraph; struct Row;
/** All these variavles should be explained. Matthias?
*/ struct LyXCursor { ///
LyXParagraph *par; /// int pos; /// int x; /// int x_fix; /// long y; ///
Row *row;
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.