- Timestamp:
- May 18, 2010, 5:06:01 PM (16 years ago)
- Location:
- branches/czw_branch/20100427
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20100427
- Property svn:mergeinfo changed
-
branches/czw_branch/20100427/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/pap/Ohana merged eligible /trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/czw_branch/20100427/Ohana/src/kapa2/include/structures.h
r25757 r28017 137 137 double min, max; 138 138 char isaxis, areticks, islabel, islog; 139 double pad, labelPad, ticktextPad; 139 140 double fx, dfx, fy, dfy; /* axis location on graphic */ 140 141 double lweight; 141 142 int color; 142 143 } Axis; 144 145 // structure to describe the ticks for an axis 146 typedef struct { 147 double value; 148 int IsMajor; 149 int IsLabel; 150 } TickMarkData; 143 151 144 152 // a single graph in the display window … … 210 218 float x, y; 211 219 float dx, dy; 220 int bg; 212 221 char *name; 213 222 } Section;
Note:
See TracChangeset
for help on using the changeset viewer.
