]> git.lyx.org Git - lyx.git/blobdiff - src/bufferview_funcs.h
citation patch from Angus
[lyx.git] / src / bufferview_funcs.h
index ada69da5ea9fcc786dd5b2dcf1732fcf01195b9b..e2f689249b0c4cb55a9cfd33fda6c9d20b5b2c93 100644 (file)
@@ -1,30 +1,50 @@
 // -*- C++ -*-
+/* This file is part of
+ * ====================================================== 
+ * 
+ *           LyX, The Document Processor
+ *        
+ *           Copyright 1995 Matthias Ettrich
+ *           Copyright 1995-2000 The LyX Team.
+ *
+ * ====================================================== */
+
 #ifndef BUFFERVIEW_FUNCS_H
 #define BUFFERVIEW_FUNCS_H
 
+#ifdef __GNUG__
+#pragma interface
+#endif
+
 #include "LString.h"
 
 class BufferView;
 class LyXFont;
 
+#ifndef NEW_INSETS
 ///
 extern void Foot(BufferView *);
+#endif
 ///
 extern void Emph(BufferView *);
 ///
 extern void Bold(BufferView *);
 ///
 extern void Noun(BufferView *);
+#ifndef NEW_INSETS
 ///
 extern void Margin(BufferView *);
+#endif
 ///
 extern void Figure();
 ///
 extern void Table();
 ///
 extern void Lang(BufferView *, string const &);
+#ifndef NEW_INSETS
 ///
 extern void Melt(BufferView *);
+#endif
 ///
 extern void Tex(BufferView *);
 ///
@@ -47,7 +67,7 @@ extern void StyleReset(BufferView *);
 extern void Underline(BufferView *);
 ///
 extern void FontSize(BufferView *, string const &);
-///
+/// Returns the current font and depth as a message. 
 extern string CurrentState(BufferView *);
 ///
 extern void ToggleAndShow(BufferView *, LyXFont const &);