Changeset 88 in Sophya for trunk/SophyaPI/PI/piwdgmac.cc
- Timestamp:
- Mar 5, 1998, 1:58:53 PM (28 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/piwdgmac.cc
r64 r88 167 167 /* --Methode-- */ 168 168 // COPY 169 bool PIWdgMac::ClaimSelection( )169 bool PIWdgMac::ClaimSelection(unsigned int) 170 170 { 171 171 int l; … … 177 177 178 178 /* --Methode-- */ 179 void PIWdgMac:: LoseSelection()179 void PIWdgMac::SelectionLost() 180 180 { 181 181 } … … 183 183 /* --Methode-- */ 184 184 // PASTE 185 void PIWdgMac::RequestSelection()185 unsigned int PIWdgMac::RequestSelection(unsigned int) 186 186 { 187 187 Handle h = NewHandle(0); … … 190 190 CopyFromSelection(*h, l); 191 191 } 192 return 1; 192 193 } 193 194 … … 204 205 205 206 /* --Methode-- */ 207 void PIWdgMac::PasteSelection(unsigned int, void *buff, unsigned int l) 208 { 209 CopyFromSelection((char*) buff, l); 210 } 211 212 /* --Methode-- */ 206 213 char* PIWdgMac::SelectionString(int& len) 207 214 { … … 214 221 215 222 /* --Methode-- */ 223 void* PIWdgMac::ProvideSelection(unsigned int&, unsigned int& len) 224 { 225 return SelectionString(len); 226 } 227 228 /* --Methode-- */ 229 void PIWdgMac::SelectionTransferEnd() 230 { 231 } 232 233 /* --Methode-- */ 216 234 void PIWdgMac::Manage() 217 235 {
Note:
See TracChangeset
for help on using the changeset viewer.