]> git.lyx.org Git - lyx.git/blobdiff - src/bufferview_funcs.h
citation patch from Angus
[lyx.git] / src / bufferview_funcs.h
index e27fa0f66fbed217e94a3f2520318aea2d749ff3..e2f689249b0c4cb55a9cfd33fda6c9d20b5b2c93 100644 (file)
@@ -1,7 +1,21 @@
 // -*- 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;
@@ -53,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 &);