IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 25, 2010, 12:44:51 PM (16 years ago)
Author:
eugene
Message:

merge changes from eam_branches/ipp-20100823

File:
1 edited

Legend:

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

    r27790 r29539  
    161161  Label    *textline;      /* placed text labels */
    162162  int      Ntextline;     
     163  int      haveGraph;   // is there anything in the plot window?
    163164} KapaGraphWidget;
    164165
     
    186187  Button   recenter_button;
    187188  Button   hms_button; /* toggle HMS/DECIMAL mode (DECIMAL_DEG macro) */
     189  Button   hex_button; /* toggle HEX / FLOAT mode */
    188190  Button   grey_button;
    189191  Button   rainbow_button;
     
    199201  int      MovePointer;
    200202  int      DecimalDegrees;
     203  int      HexValue;
    201204
    202205  // double   X, Y;           /* image pixel at screen center */
Note: See TracChangeset for help on using the changeset viewer.