KeyWorksRW
Results
1
comments of
KeyWorksRW
It's worth nothing that even a very simple call to gtk fails to place the text in the Windows clipboard: ```c++ GtkClipboard* clipboard = gtk_clipboard_get(GDK_SELECTION_CLIPBOARD); gtk_clipboard_set_text(clipboard, "Hello World!", -1); ```...