Changeset 29539 for trunk/Ohana/src/kapa2/include/structures.h
- Timestamp:
- Oct 25, 2010, 12:44:51 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/kapa2/include/structures.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/kapa2/include/structures.h
r27790 r29539 161 161 Label *textline; /* placed text labels */ 162 162 int Ntextline; 163 int haveGraph; // is there anything in the plot window? 163 164 } KapaGraphWidget; 164 165 … … 186 187 Button recenter_button; 187 188 Button hms_button; /* toggle HMS/DECIMAL mode (DECIMAL_DEG macro) */ 189 Button hex_button; /* toggle HEX / FLOAT mode */ 188 190 Button grey_button; 189 191 Button rainbow_button; … … 199 201 int MovePointer; 200 202 int DecimalDegrees; 203 int HexValue; 201 204 202 205 // double X, Y; /* image pixel at screen center */
Note:
See TracChangeset
for help on using the changeset viewer.
