]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/bmtable.h
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / bmtable.h
index 63251c6e6e4ab12e6f76dc3934e2e32fc0b1e05c..12ee3e12386cb164c8ae541c81189ae4972c13a1 100644 (file)
@@ -1,26 +1,22 @@
 /**
  * \file bmtable.h
- * Copyright 1995-1996 Alejandro Aguilar Sierra
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
  * \author Alejandro Aguilar Sierra
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
-/* A bitmap table uses a single bitmap to simulate a 2d array
- * of bitmap buttons. It can be used to build bitmap menus.
+/** A bitmap table uses a single bitmap to simulate a 2d array
+ *  of bitmap buttons. It can be used to build bitmap menus.
  */
 
 #ifndef BMTABLE_H
 #define BMTABLE_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
-#include FORMS_H_LOCATION
+#include "lyx_forms.h"
 
 #if defined(__cplusplus)
 extern "C"