home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / classlib.zip / pm.zip / usr / include / pm / selection.h < prev    next >
C/C++ Source or Header  |  1994-08-31  |  158b  |  12 lines

  1. #ifndef _SELECTION_H_
  2. #define _SELECTION_H_
  3.  
  4. @protocol Selection
  5. - clearSelection;
  6. - copySelection;
  7. - cutSelection;
  8. - pasteSelection;
  9. @end
  10.  
  11. #endif
  12.