I have some problems implementing the GTK clipboard (selections). According to the GTK+ documentation, all GTK+ specific selection functions needs a GTK widget. But that isn't available, because TClipboard is a non-visual component. Is there any other way? Maybe by using Xlib calls?