Changeset 63 in Sophya for trunk/SophyaPI/PI/piwdggen.h
- Timestamp:
- Dec 5, 1997, 11:13:15 PM (28 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/piwdggen.h
r52 r63 11 11 void PIBeep(); 12 12 13 // Les differents types d 'accrochage aux containers13 // Les differents types d accrochage aux containers 14 14 15 15 enum PIBindingKind { … … 62 62 virtual void Manage()=0; 63 63 virtual void UnManage()=0; 64 virtual int IfManaged()=0; 64 virtual bool IfManaged()=0; 65 virtual bool IsVisible()=0; 65 66 66 67 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; 67 75 68 76 protected:
Note:
See TracChangeset
for help on using the changeset viewer.