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>
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 */