Changeset 63 in Sophya for trunk/SophyaPI/PI/piwdgx.h


Ignore:
Timestamp:
Dec 5, 1997, 11:13:15 PM (28 years ago)
Author:
ansari
Message:

Modifs pour les Drawers, Nouveaux ColorMap, Copier-Coller Reza 05/12/97

File:
1 edited

Legend:

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

    r52 r63  
    5252  virtual void   Manage();
    5353  virtual void   UnManage();
    54   virtual int    IfManaged();
     54  virtual bool   IfManaged();
     55  virtual bool   IsVisible();
     56
     57//  Gestion de copier-coller
     58  virtual bool           ClaimSelection();
     59  virtual void           LoseSelection();
     60  virtual void           RequestSelection();
     61  virtual void           CopyFromSelection(char *, int l);
     62  virtual char*          SelectionString(int& len);
    5563
    5664  inline SysDWdg XtWdg() const {return(sdw); };
     
    6371  SysDWdg sdw;
    6472  WmIntState wmis;
    65   int stmng;
     73  bool stmng;
    6674 
    6775};
Note: See TracChangeset for help on using the changeset viewer.