Changeset 30 in Sophya for trunk/SophyaPI/PI/pistdwdggen.cc


Ignore:
Timestamp:
Nov 1, 1996, 8:14:18 PM (29 years ago)
Author:
ansari
Message:

Nouveaux Objets : PIScrollBar et PIList
Nouvelles methodes PIColorMap::GetColor() Et PIWindow::AutoHideOnClose()
Reza 1 Nov 96

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/pistdwdggen.cc

    r23 r30  
    2626
    2727
    28 /************* PIScaleGen ************/
    29 
    30 PIScaleGen::PIScaleGen(PIContainerGen *par, char *nom, PIMessage msg,
    31                        int /*min*/, int /*max*/, int sx, int sy, int px, int py)
    32 : PIWdg(par, nom, sx, sy, px, py)
    33 {
    34 SetMsg(msg);
    35 }
    36 
    37 PIScaleGen::~PIScaleGen()
    38 {}
    3928
    4029/************* PITextGen ************/
     
    6453
    6554
     55/************* PIScaleGen ************/
     56
     57PIScaleGen::PIScaleGen(PIContainerGen *par, char *nom, PIMessage msg,
     58                       bool /*horiz*/, int sx, int sy, int px, int py)
     59: PIWdg(par, nom, sx, sy, px, py)
     60{
     61SetMsg(msg);
     62}
     63
     64PIScaleGen::~PIScaleGen()
     65{}
     66
     67/************* PIScrollBarGen ************/
     68
     69PIScrollBarGen::PIScrollBarGen(PIContainerGen *par, char *nom, PIMessage msg,
     70                       bool /*horiz*/, int sx, int sy, int px, int py)
     71: PIWdg(par, nom, sx, sy, px, py)
     72{
     73SetMsg(msg);
     74}
     75
     76PIScrollBarGen::~PIScrollBarGen()
     77{}
     78
Note: See TracChangeset for help on using the changeset viewer.