/* This file is part of * ====================================================== * * LyX, The Document Processor * * Copyright (C) 1995 Matthias Ettrich * Copyright (C) 1995-1998 The LyX Team. *
*======================================================*/
void UpdatableInset::InsetButtonPress(int x, int y, int button)
{
lyxerr.debug(LString("Inset Button Press x=")+ x + ", y=" + y + ", button=" + button);
}
void UpdatableInset::InsetButtonRelease(int x, int y, int button)
{
lyxerr.debug(LString("Inset Button Release x=")+ x + ", y=" + y + ", button=" + button);
}
void UpdatableInset::InsetMotionNotify(int x, int y, int state)
{
lyxerr.debug(LString("Inset Motion Notify x=")+ x + ", y=" + y + ", state=" + state);
}
// An updatable inset is highly editable by definition unsignedchar UpdatableInset::Editable() const
{ return 2; // and what does "2" siginify? (Lgb)
}
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 ist noch experimentell.