Changeset 63 in Sophya for trunk/SophyaPI/PI/piwdggen.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/piwdggen.h

    r52 r63  
    1111void PIBeep();
    1212
    13 // Les differents types d'accrochage aux containers 
     13// Les differents types d accrochage aux containers 
    1414
    1515enum PIBindingKind {   
     
    6262  virtual void           Manage()=0;
    6363  virtual void           UnManage()=0;
    64   virtual int            IfManaged()=0;
     64  virtual bool           IfManaged()=0;
     65  virtual bool           IsVisible()=0;
    6566
    6667  virtual void           PSPrint(PSFile *psf, int ofx=0, int ofy=0);
     68
     69//  Gestion de copier-coller
     70  virtual bool           ClaimSelection()=0;
     71  virtual void           LoseSelection()=0;
     72  virtual void           RequestSelection()=0;
     73  virtual void           CopyFromSelection(char *, int l)=0;
     74  virtual char*          SelectionString(int& len)=0;
    6775
    6876protected:
Note: See TracChangeset for help on using the changeset viewer.