You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qps-packaging/src/tablefield.h

19 lines
348 B

// tablefield.h emacs, this is written in -*-c++-*-
//
// This program is free software. See the file COPYING for details.
// Author: Mattias Engdegård, 1997-1999
#ifndef TABLEFIELD_H
#define TABLEFIELD_H
struct TableField
{
const char *name;
int width;
int gap;
int align;
const char *tooltip;
};
#endif // TABLEFIELD_H