On Jan 4, 2007, at 4:56 PM, Carl Karsten wrote:

> What I am talking about:
> """
>      * Select the text to copy.
>        This causes the text to become the Primary Selection.
>      * In another window, click the middle mouse button.
>        This causes the current value of the Primary selection to be  
> inserted.
> """
>
> http://www.jwz.org/doc/x-cut-and-paste.html
>
> I have a feeling it is a wx thing.
>
> I am hoping it is a simple "set this prop" thing.

        No, it isn't. What you describe is an X-specific behavior that  
doesn't exist in any other UI environment that I know of.

        If you want to add it to your apps, you could try binding code to  
the dEvents.MouseMiddleDown, dEvents.MouseMiddleUp, and/or  
dEvents.MouseMiddleClick events.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Reply via email to