More detail for Motif version, and change button labels on help browser to be more...
[nedit.git] / source / textSel.h
blob505e5f19aa02ecaf0067c3f8896af67c936f262b
1 /* $Id: textSel.h,v 1.3 2002/07/11 21:18:12 slobasso Exp $ */
3 #ifndef NEDIT_TEXTSEL_H_INCLUDED
4 #define NEDIT_TEXTSEL_H_INCLUDED
6 #include <X11/Intrinsic.h>
7 #include <X11/X.h>
9 void HandleXSelections(Widget w);
10 void StopHandlingXSelections(Widget w);
11 void CopyToClipboard(Widget w, Time time);
12 void InsertPrimarySelection(Widget w, Time time, int isColumnar);
13 void MovePrimarySelection(Widget w, Time time, int isColumnar);
14 void SendSecondarySelection(Widget w, Time time, int removeAfter);
15 void ExchangeSelections(Widget w, Time time);
16 void InsertClipboard(Widget w, Time time, int isColumnar);
17 void TakeMotifDestination(Widget w, Time time);
19 #endif /* NEDIT_TEXTSEL_H_INCLUDED */