File: varcloud.h

package info (click to toggle)
ggobi 2.1.11-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 13,208 kB
  • ctags: 6,166
  • sloc: ansic: 53,297; xml: 28,411; sh: 11,791; makefile: 264; sed: 16
file content (21 lines) | stat: -rw-r--r-- 337 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef VARCLOUD_H

#include "defines.h"
#include "plugin.h"

typedef struct {

  GGobiData *dsrc;
  gint xcoord, ycoord, var1, var2;

  GtkTooltips *tips;

} vcld;


void vcl_init (vcld *vclg, ggobid *);
vcld * vclFromInst (PluginInstance *inst);
void launch_varcloud_cb (GtkWidget *w, PluginInstance *inst);

#define VARCLOUD_H
#endif