NEWBIE: Global Clipboard
- From: Matt Long <matt long wcom com>
- To: gtk-list redhat com
- Subject: NEWBIE: Global Clipboard
- Date: Wed, 11 Aug 1999 08:57:24 -0600
Somone on this list was kind enough to explain to me how to implement
Copy/Paste in my application, however, I forgot to point out that I want
to be able to make that information that I copy to the clipboard
available to other applications. Does GTK+ have such an API?
This is what I used:
gtk_editable_copy_clipboard (GTK_EDITABLE (text));
gtk_editable_paste_clipboard (GTK_EDITABLE (text));
But they don't seem to export to a "global clipboard". They work fine
within the app, but not to get the data to other apps.
Thanks in advance.
-Matt
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]