Changeset 71 in Sophya for trunk/SophyaPI/PI/piimage.h
- Timestamp:
- Feb 12, 1998, 3:14:22 PM (28 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/piimage.h
r37 r71 66 66 67 67 virtual void Resize(); 68 virtual void Draw( int x0, int y0, int dx, int dy);68 virtual void Draw(PIGraphicGen* g, int x0, int y0, int dx, int dy); 69 69 70 70 virtual void But1Press(int x, int y); … … 88 88 void SetGloVPixmap(); 89 89 90 void DrawCursor( );91 void DrawCursor( int xc, int yc);92 void DrawMarks( int x1, int x2, int y1, int y2);90 void DrawCursor(PIGraphicGen* g); 91 void DrawCursor(PIGraphicGen* g, int xc, int yc); 92 void DrawMarks(PIGraphicGen* g, int x1, int x2, int y1, int y2); 93 93 94 94 void ShowTrTxW();
Note:
See TracChangeset
for help on using the changeset viewer.