Changeset 323 in Sophya for trunk/SophyaPI/PI/pistdwdgx.h


Ignore:
Timestamp:
Jun 23, 1999, 10:27:50 AM (26 years ago)
Author:
ercodmgr
Message:

Trace de Marker-Star et introduction PIText avec ascenseur - Reza 23/06/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/pistdwdgx.h

    r126 r323  
    1919                     PIButtonX(PIContainerGen *par, char *nom,
    2020                               PIMessage msg = PIMsg_Click,
    21                                int sx=10, int sy=10, int px=0, int py=0,
    22                                PIBtnSign bsgn = PIBtn_Label);
     21                               int sx=10, int sy=10, int px=0, int py=0);
    2322  virtual            ~PIButtonX();
    2423
     
    3938                     PITextX(PIContainerGen *par, char *nom,
    4039                                  int sx=10, int sy=10, int px=0, int py=0);
     40                     PITextX(PIContainerGen* par, char* nom, bool vsb, bool hsb,
     41                             int sx=100, int sy=100, int px=0, int py=0);
    4142  virtual            ~PITextX();
    4243  virtual void       SetText(string const&);
     
    4748
    4849  virtual void       SetMsg(PIMessage msg=0);
     50
     51protected:
     52
     53SysDWdg mtext; 
    4954};
    5055
Note: See TracChangeset for help on using the changeset viewer.