Changeset 293 in Sophya for trunk/SophyaPI/PIext/pisiadw.cc


Ignore:
Timestamp:
May 11, 1999, 6:04:58 AM (26 years ago)
Author:
ercodmgr
Message:

Adaptation aux "normes DPC", introduction des classes CmdExecutor, ...
Fenetre d'aide en lignes, gestion de modules, ... Reza 11/05/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pisiadw.cc

    r206 r293  
     1#include "machdefs.h"
    12#include <stdlib.h>
    23#include <stdio.h>
    34#include <string.h>
    4 #include "machine.h"
    55
    66#include "perrors.h"
     
    149149mLab[0] = new PILabel(this, "filename", tsx-spx, bsy-spy, spx/2, spy/2);
    150150mLab[0]->SetLabel("");
    151 mLab[0]->SetBinding(PIBK_elastic,PIBK_fixed, PIBK_elastic,PIBK_fixed);
     151mLab[0]->SetBinding(PIBK_elastic, PIBK_elastic, PIBK_elastic,PIBK_elastic);
    152152mLab[0]->SetBorderWidth(1);
    153153
Note: See TracChangeset for help on using the changeset viewer.