]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/bmtable.h
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / bmtable.h
index 14e098020f9277b9f6a1cfea3484924d6609db25..12ee3e12386cb164c8ae541c81189ae4972c13a1 100644 (file)
@@ -1,24 +1,22 @@
 /**
  * \file bmtable.h
- * Copyright 2002 the LyX Team
- * Copyright 1995-1996 Alejandro Aguilar Sierra
- * Read the file COPYING
+ * 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.
  */
 
-/* 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"
@@ -55,7 +53,7 @@ int fl_get_bmtable_numb(FL_OBJECT *ob);
 void fl_set_bmtable(FL_OBJECT *, int pushed, int pos);
 
 /** Number of columns and rows, and the background bitmap */
-void fl_set_bmtable_data(FL_OBJECT *, int, int, int, int , unsigned char const *);
+void fl_set_bmtable_data(FL_OBJECT *, int, int, int, int, unsigned char const *);
 /**/
 void fl_set_bmtable_pixmap_data(FL_OBJECT *, int, int, char **);
 /**/