IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 22, 2007, 12:23:09 PM (19 years ago)
Author:
eugene
Message:

upgrading to kapa 2.0 API, upgrades to dvo user interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kapa2/include/structures.h

    r13320 r13479  
    9595  int Nobjects;
    9696  unsigned long color;
    97   Object *objects;
     97  KiiOverlay *objects;
    9898} Overlay;
    9999 
     
    116116  Axis      axis[4];    /* coordinate axes */
    117117  Label     label[8];   /* fixed axis labels */
     118  Graphdata data;       /* current graph data */
    118119
    119120  Gobjects *objects;    /* graphic objects */   
     
    138139  Button   grey_button;
    139140  Button   rainbow_button;
    140   Button   puns_button;
     141  Button    puns_button;
    141142  Button   overlay_button[NOVERLAYS];
    142143
    143144  // location of the status box
    144145  int      text_x, text_y;
     146  int      text_dx, text_dy;
    145147  int      location;          // position of the zoom/status widgets (0 = none, 1-4 = bottom,left,top,right)
    146148  int      MovePointer;
     
    159161  Coords   coords;
    160162  char     file[1024];     /* name of file */
    161   char     buffer_name[1024];  /* name of buffer */
     163  char     name[1024];  /* name of buffer */
    162164} KapaImageWidget;
    163165
Note: See TracChangeset for help on using the changeset viewer.