GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XmDropTransferAdd(3) FreeBSD Library Functions Manual XmDropTransferAdd(3)

XmDropTransferAdd — A Drag and Drop function that enables additional drop transfer entries to be processed after initiating a drop transfer

#include <Xm/DragDrop.h>
void XmDropTransferAdd(
Widget drop_transfer,
XmDropTransferEntryRec *transfers,
Cardinal num_transfers);

XmDropTransferAdd identifies a list of additional drop transfer entries to be processed after a drop transfer is started.
drop_transfer
Specifies the ID of the DropTransfer widget returned by XmDropTransferStart
transfers
Specifies the additional drop transfer entries that the receiver wants processed
num_transfers
Specifies the number of items in the transfers array

For a complete definition of DropTransfer and its associated resources, see XmDropTransfer(3).

XmDragContext(3), XmDropTransfer(3), and XmDropTransferStart(3).

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.