aboutsummaryrefslogtreecommitdiff
path: root/src/displaywindow.h
blob: 3d20d4bc469ab64f08ed13d51b2987ad5b649b19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*
 * displaywindow.h
 *
 * The display window
 *
 * (c) 2007 Thomas White <taw27@cam.ac.uk>
 *
 *  dtr - Diffraction Tomography Reconstruction
 *
 */

#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

#ifndef DISPLAYWINDOW_H
#define DISPLAYWINDOW_H

#include <gtk/gtk.h>

#include "control.h"

extern GtkWidget *displaywindow_gtkwindow(void);
extern void displaywindow_open(ControlContext *ctx);
extern void displaywindow_statusbar(const char *message);
extern void error_report(const char *message);

#endif	/* DISPLAYWINDOW_H */