Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.33 KB | None | 0 0
  1. void ChosenArea(void *n);
  2. /* Chose a string and color it BLUE */
  3.  
  4. void CtrlA(void *n);
  5. /* Chosen the whole passage */
  6.  
  7. void SaveChosenArea(void *n);
  8. /* Save the ChosenArea in the cliperboard */
  9.  
  10. void CtrlV(void *n);
  11. /* Paste the cliperboard in the right position */
  12.  
  13. void CtrlX(void *n);
  14. /* Clip and paste in the right position */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement