Changeset 293 in Sophya for trunk/SophyaPI/PIext/pisiadw.cc
- Timestamp:
- May 11, 1999, 6:04:58 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pisiadw.cc
r206 r293 1 #include "machdefs.h" 1 2 #include <stdlib.h> 2 3 #include <stdio.h> 3 4 #include <string.h> 4 #include "machine.h"5 5 6 6 #include "perrors.h" … … 149 149 mLab[0] = new PILabel(this, "filename", tsx-spx, bsy-spy, spx/2, spy/2); 150 150 mLab[0]->SetLabel(""); 151 mLab[0]->SetBinding(PIBK_elastic, PIBK_fixed, PIBK_elastic,PIBK_fixed);151 mLab[0]->SetBinding(PIBK_elastic, PIBK_elastic, PIBK_elastic,PIBK_elastic); 152 152 mLab[0]->SetBorderWidth(1); 153 153
Note:
See TracChangeset
for help on using the changeset viewer.