XmClipboardRegisterFormat (3) Linux Manual Page
XmClipboardRegisterFormat — A clipboard function that registers a new format Synopsis #include <Xm/CutPaste.h> int XmClipboardRegisterFormat (display, format_name, format_length) Display * display; char * format_name; int format_length; (void) Description XmClipboardRegisterFormat registers a new format. Each format stored on the clipboard should have a length associated with it; this length must be known to the clipboard routines….
