Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Lyx/src/   (Lyx Textverarbeitung ©)  Datei vom 26.9.1998 mit Größe 1 kB image not shown  

Quelle  texoptions.C   Sprache: C

 
/* This file is part of
* ======================================================

*           LyX, The Document Processor
*
*           Copyright (C) 1995 Matthias Ettrich
*           Copyright (C) 1995-1998 The LyX Team.
*
*           This file is Copyleft (C) 1996-1998
*           Lars Gullik Bjønnes
*
*======================================================*/


#include <config.h>
#include FORMS_H_LOCATION
#include "latexoptions.h"
#include "lyx_cb.h"
#include "lyx_main.h"
#include "buffer.h"
#include "BufferView.h"

//  $Id: texoptions.C,v 1.1.1.1 1998/04/20 21:14:56 larsbj Exp $

#if !defined(lint) && !defined(WITH_WARNINGS)
static char vcid[] = "$Id: texoptions.C,v 1.1.1.1 1998/04/20 21:14:56 larsbj Exp $";
#endif /* lint */

extern FD_LaTeXOptions *fd_latex_options;
extern BufferView *current_view;

void LaTeXOptionsOK(FL_OBJECT *ob, long data)
{
 LaTeXOptionsApply(ob, data);
 LaTeXOptionsCancel(ob, data);
}

void LaTeXOptionsApply(FL_OBJECT *, long)
{
 if (fl_get_button(fd_latex_options->accents))
  current_view->currentBuffer()->params.allowAccents = true;
 else
  current_view->currentBuffer()->params.allowAccents = false;
}

void LaTeXOptionsCancel(FL_OBJECT *, long)
{
 fl_hide_form(fd_latex_options->LaTeXOptions);
}

92%


¤ Dauer der Verarbeitung: 0.15 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

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.