IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 23, 2010, 6:56:30 AM (16 years ago)
Author:
eugene
Message:

add hex/float toggle button; toggle ddd/hms button label

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100823/Ohana/src/kapa2/include/structures.h

    r27790 r29214  
    186186  Button   recenter_button;
    187187  Button   hms_button; /* toggle HMS/DECIMAL mode (DECIMAL_DEG macro) */
     188  Button   hex_button; /* toggle HEX / FLOAT mode */
    188189  Button   grey_button;
    189190  Button   rainbow_button;
     
    199200  int      MovePointer;
    200201  int      DecimalDegrees;
     202  int      HexValue;
    201203
    202204  // double   X, Y;           /* image pixel at screen center */
Note: See TracChangeset for help on using the changeset viewer.