mirror of https://github.com/Gnucash/gnucash
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.
18 lines
567 B
18 lines
567 B
#ifndef GUI_GNUMERIC_H
|
|
#define GUI_GNUMERIC_H
|
|
|
|
#include "gnumeric.h"
|
|
|
|
typedef struct _ItemCursor ItemCursor;
|
|
typedef struct _ItemGrid ItemGrid;
|
|
typedef struct _ItemBar ItemBar;
|
|
typedef struct _ItemEdit ItemEdit;
|
|
typedef struct _GnmCanvas GnmCanvas;
|
|
typedef struct _GnumericPane GnmPane;
|
|
typedef struct _SheetControlGUI SheetControlGUI;
|
|
typedef struct _WorkbookControlComponent WorkbookControlComponent;
|
|
typedef struct _WorkbookControlGUI WorkbookControlGUI;
|
|
typedef struct _WorkbookControlStandalone WorkbookControlStandalone;
|
|
|
|
#endif /* GUI_GNUMERIC_H */
|