File: graph_page.h

package info (click to toggle)
gretl 2016d-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 48,620 kB
  • ctags: 22,779
  • sloc: ansic: 345,830; sh: 4,648; makefile: 2,712; xml: 570; perl: 364
file content (18 lines) | stat: -rw-r--r-- 378 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef GRAPH_PAGE_H
#define GRAPH_PAGE_H

int display_graph_page (GtkWidget *parent);

void clear_graph_page (int on_exit);

int graph_page_add_file (const char *fname);

int graph_page_get_n_graphs (void);

int in_graph_page (const char *fname);

int save_graph_page (const char *fname);

int graph_page_parse_line (const char *line, gretlopt opt);

#endif /* GRAPH_PAGE_H */