Changeset 378 in Sophya for trunk/SophyaPI/PIext
- Timestamp:
- Aug 9, 1999, 7:18:12 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pisiadw.cc
r338 r378 45 45 int py = spy; 46 46 int px = 2*spx+3*bsx; 47 mBut[0] = new PIButton(this, "SetCurDir", 20, bsx, bsy, px, py); py += (bsy+spy);47 mBut[0] = new PIButton(this, "SetCurDir", 10, bsx, bsy, px, py); py += (bsy+spy); 48 48 mBut[1] = new PIButton(this, "Display", 20, bsx, bsy, px, py); py += (bsy+spy); 49 49 mBut[2] = new PIButton(this, "Print", 30, bsx, bsy, px, py); py += (bsy+spy);
Note:
See TracChangeset
for help on using the changeset viewer.