Changeset 88 in Sophya for trunk/SophyaPI/PI/piwdgmac.cc


Ignore:
Timestamp:
Mar 5, 1998, 1:58:53 PM (28 years ago)
Author:
aubourg
Message:

Mac 050398

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/piwdgmac.cc

    r64 r88  
    167167/* --Methode-- */
    168168// COPY
    169 bool PIWdgMac::ClaimSelection()
     169bool PIWdgMac::ClaimSelection(unsigned int)
    170170{
    171171  int l;
     
    177177
    178178/* --Methode-- */
    179 void PIWdgMac::LoseSelection()
     179void PIWdgMac::SelectionLost()
    180180{
    181181}
     
    183183/* --Methode-- */
    184184// PASTE
    185 void PIWdgMac::RequestSelection()
     185unsigned int PIWdgMac::RequestSelection(unsigned int)
    186186{
    187187  Handle h = NewHandle(0);
     
    190190    CopyFromSelection(*h, l);
    191191  }
     192  return 1;
    192193}
    193194
     
    204205
    205206/* --Methode-- */
     207void PIWdgMac::PasteSelection(unsigned int, void *buff, unsigned int l)
     208{
     209  CopyFromSelection((char*) buff, l);
     210}
     211
     212/* --Methode-- */
    206213char* PIWdgMac::SelectionString(int& len)
    207214{
     
    214221
    215222/* --Methode-- */
     223void* PIWdgMac::ProvideSelection(unsigned int&, unsigned int& len)
     224{
     225  return SelectionString(len);
     226}
     227
     228/* --Methode-- */
     229void PIWdgMac::SelectionTransferEnd()
     230{
     231}
     232
     233/* --Methode-- */
    216234void PIWdgMac::Manage()
    217235{
Note: See TracChangeset for help on using the changeset viewer.