From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,346d64e20a7ed5e1 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsgate.cuhk.edu.hk!news.netfront.net!not-for-mail From: Alex Newsgroups: comp.lang.ada Subject: Re: Using the Clipboard in Linux Date: Tue, 10 Nov 2009 21:16:37 +0000 (UTC) Organization: Netfront http://www.netfront.net Message-ID: References: <20091108215519.0a206ba2.tero.koskinen@iki.fi> NNTP-Posting-Host: 81.146.27.22 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: adenine.netfront.net 1257887797 88360 81.146.27.22 (10 Nov 2009 21:16:37 GMT) X-Complaints-To: news@netfront.net NNTP-Posting-Date: Tue, 10 Nov 2009 21:16:37 +0000 (UTC) User-Agent: Pan/0.132 (Waxed in Black) Xref: g2news1.google.com comp.lang.ada:8070 Date: 2009-11-10T21:16:37+00:00 List-Id: On Tue, 10 Nov 2009 03:00:21 -0500, Stephen Leake wrote: > Alex writes: > >> My application is using GTK anyway but for the windows version I used >> the Win32 API > > I don't understand; Gtk is available on Win32, and (should) provide > everything you need. > > I guess you just didn't realize Gtk handled the clipboard? I didn't realise that Gtk provided a clipboard access so I did it with the win32 api. I guess I can revisit that too.