Changeset 13479 for trunk/Ohana/src/kapa2/include/structures.h
- Timestamp:
- May 22, 2007, 12:23:09 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/kapa2/include/structures.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/kapa2/include/structures.h
r13320 r13479 95 95 int Nobjects; 96 96 unsigned long color; 97 Object*objects;97 KiiOverlay *objects; 98 98 } Overlay; 99 99 … … 116 116 Axis axis[4]; /* coordinate axes */ 117 117 Label label[8]; /* fixed axis labels */ 118 Graphdata data; /* current graph data */ 118 119 119 120 Gobjects *objects; /* graphic objects */ … … 138 139 Button grey_button; 139 140 Button rainbow_button; 140 Button puns_button;141 Button puns_button; 141 142 Button overlay_button[NOVERLAYS]; 142 143 143 144 // location of the status box 144 145 int text_x, text_y; 146 int text_dx, text_dy; 145 147 int location; // position of the zoom/status widgets (0 = none, 1-4 = bottom,left,top,right) 146 148 int MovePointer; … … 159 161 Coords coords; 160 162 char file[1024]; /* name of file */ 161 char buffer_name[1024]; /* name of buffer */163 char name[1024]; /* name of buffer */ 162 164 } KapaImageWidget; 163 165
Note:
See TracChangeset
for help on using the changeset viewer.
