Re: [Plib-users] segfault while paste
Brought to you by:
sjbaker
From: Sebastian U. <ud...@ha...> - 2002-06-21 10:49:54
|
On Fri, 21 Jun 2002, sjb...@ai... (Steve Baker) wrote: > Date: Fri, 21 Jun 2002 03:30:45 -0500 > To: Rolf Jakob <Rol...@t-...> > From: sjb...@ai... (Steve Baker) > CC: "pli...@li..." <pli...@li...> > Reply-To: sjb...@ai... > Subject: Re: [Plib-users] segfault while paste > > Rolf Jakob wrote: > > > > How am I supposed to copy text from a puInput widget to the clipboard ? > > Should there be a way to mark text with either the keyboard or the > > mouse ? ^C seems to do nothing and ^V breaks with : > > PLIB doesn't participate in Cut/paste operations. It would be > interesting to investigate how to do this portably though. Errr ... Steve, it does, but only internally ! That means, you should be able to copy-and-paste from a puInput to another, but not from a PUI widget to a text field of some X application or vice-versa. - Sebastian |