*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages              
Title
Content
Arch
Section
 
 Xm/XmDropSite(o) -- The DropSite Registry
    A client registers a widget or gadget as a drop site using the XmDropSiteRegister function. In addition, this routine defines the behavior and capabilities of a drop site by specifying appropriate resources. For example, the XmNimportTargets and XmNnumImportTargets resources identify respectively the selection target types and number of types supported by a drop site. The visual animation effects associated with a drop site are also described with DropSite resources. Drop site animation effects ...
 Xm/XmDropSiteConfigureStackingOrder(o) -- A Drag and Drop function that reorders a stack of widgets that are registered drop sites
    XmDropSiteConfigureStackingOrder changes the stacking order of the drop site specified by widget. The stacking order controls the manner in which drag-under effects are clipped by overlapping siblings, regardless of whether they are active. The stack mode is relative either to the entire stack, or to another drop site within the stack. The stack order can be modified only if the drop sites are siblings in both the widget and drop site hierarchy, and the widget parent of the drop sites is registe...
 Xm/XmDropSiteEndUpdate(o) -- A Drag and Drop function that facilitates processing updates to multiple drop sites
    XmDropSiteEndUpdate is used in conjunction with XmDropSiteStartUpdate to process updates to multiple drop sites within the same hierarchy. XmDropSiteStartUpdate and XmDropSiteEndUpdate signal the beginning and the end respectively of a series of calls to XmDropSiteUpdate. Calls to XmDropSiteStartUpdate and XmDropSiteEndUpdate can be recursively stacked. Using these routines optimizes the processing of update information. widget Specifies the ID of any widget within a given hierarchy. The functio...
 Xm/XmDropSiteQueryStackingOrder(o) -- A Drag and Drop function that returns the parent, a list of children, and the number of children for a specifi
    XmDropSiteQueryStackingOrder obtains the parent, a list of children registered as drop sites, and the number of children registered as drop sites for a given widget. The children are listed in current stacking order, from bottommost (first child) to the top-most (last child). This function allocates memory for the returned data that must be freed by calling XtFree. widget Specifies the widget ID. For this widget, you obtain the list of its children, its parent, and the number of children. parent...
 Xm/XmDropSiteRegister(o) -- A Drag and Drop function that identifies a drop site and assigns resources that specify its behavior
    XmDropSiteRegister identifies the specified widget or gadget as a drop site and sets resource values that define the drop site's behavior. The routine assigns default values to any resources that are not specified in the argument list. The toolkit generates a warning message if a drop site is registered with XmNdropSiteActivity set to XmDROP_SITE_ACTIVE and the XmNdropProc resource is NULL. If the drop site is a descendant of a widget that is registered as a drop site, the XmNdropSiteType resou...
 Xm/XmDropSiteRetrieve(o) -- A Drag and Drop function that retrieves resource values set on a drop site
    XmDropSiteRetrieve extracts values for the given resources from the drop site specified by widget. An initiator can also obtain information about the current drop site by passing the associated DragContext widget as the widget parameter to this routine. The initiator can retrieve all of the drop site resources except XmNdragProc and XmNdropProc using this method. widget Specifies the ID of the widget that encloses the drop site. arglistSpecifies the argument list. argcount Specifies the number o...
 Xm/XmDropSiteStartUpdate(o) -- A Drag and Drop function that facilitates processing updates to multiple drop sites
    XmDropSiteStartUpdate is used in conjunction with XmDropSiteEndUpdate to process updates to multiple drop sites within the same shell widget. XmDropSiteStartUpdate and XmDropSiteEndUpdate signal the beginning and the end respectively of a series of calls to XmDropSiteUpdate. Calls to XmDropSiteStartUpdate and XmDropSiteEndUpdate can be recursively stacked. Using these routines optimizes the processing of update information. widget Specifies the ID of any widget within a given hierarchy. The func...
 Xm/XmDropSiteUnregister(o) -- A Drag and Drop function that frees drop site information
    XmDropSiteUnregister informs the toolkit that the specified widget is no longer a registered drop site. The function frees all associated drop site information. widget Specifies the ID of the widget, registered as a drop site, that is to be unregistered For a complete definition of DropSite and its associated resources, see XmDropSite(3X).
 Xm/XmDropSiteUpdate(o) -- A Drag and Drop function that sets resource values for a drop site
    XmDropSiteUpdate modifies drop site resources associated with the specified widget. This routine updates the drop site resources specified in the arglist. widget Specifies the ID of the widget registered as a drop site arglistSpecifies the argument list argcount Specifies the number of attribute/value pairs in the argument list (arglist) For a complete definition of DropSite and its associated resources, see XmDropSite(3X)....
 Xm/XmDropTransfer(o) -- The DropTransfer widget class
    DropTransfer provides a set of resources that identifies the procedures and associated information required by the toolkit in order to process and complete a drop transaction. Clients should not explicitly create a DropTransfer widget. Instead, a client initiates a transfer by calling XmDropTransferStart, which initializes and returns a DropTransfer widget. If this function is called within an XmNdropProc callback, the actual transfers are initiated after the callback returns. Even if no data ne...
 Xm/XmDropTransferAdd(o) -- A Drag and Drop function that enables additional drop transfer entries to be processed after initiating a drop
    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(3X)....
 Xm/XmDropTransferStart(o) -- A Drag and Drop function that initiates a drop transfer
    XmDropTransferStart initiates a drop transfer and uses the specified argument list to initialize an XmDropTransfer object. The DropTransfer object can be manipulated with XtSetValues and XtGetValues until the last call to the XmNtransferProc procedure is made. After that point, the result of using the widget pointer is undefined. The DropTransfer object is freed by the toolkit when a transfer is complete. refwidget Specifies the ID of the DragContext widget associated with the transaction arglis...
 Xm/XmFileSelectionBox(o) -- The FileSelectionBox widget class
    FileSelectionBox traverses through directories, views the files and subdirectories in them, and then selects files. A FileSelectionBox has five main areas: o A text input field for displaying and editing a directory mask used to select the files to be displayed o A scrollable list of filenames o A scrollable list of subdirectories o A text input field for displaying and editing a filename o A group of PushButtons, labeled OK, Filter, Cancel, and Help Additional children may be added to the FileS...
 Xm/XmFileSelectionBoxGetChild(o) -- A FileSelectionBox function used to access a component
    XmFileSelectionBoxGetChild is used to access a component within a FileSelectionBox. The parameters given to the function are the FileSelectionBox widget and a value indicating which component to access. widget Specifies the FileSelectionBox widget ID. child Specifies a component within the FileSelectionBox. The following are legal values for this parameter: o XmDIALOG_APPLY_BUTTON o XmDIALOG_CANCEL_BUTTON o XmDIALOG_DEFAULT_BUTTON o XmDIALOG_DIR_LIST o XmDIALOG_DIR_LIST_LABEL o XmDIALOG_FILTER_L...
 Xm/XmFileSelectionDoSearch(o) -- A FileSelectionBox function that initiates a directory search
    XmFileSelectionDoSearch initiates a directory and file search in a FileSelectionBox widget. For a description of the actions that the FileSelectionBox takes when doing a search, see XmFileSelectionBox(3X). widget Specifies the FileSelectionBox widget ID. dirmaskSpecifies the directory mask used in determining the directories and files displayed in the FileSelectionBox lists. This value is used as the mask member of the input data XmFileSelectionBoxCallbackStruct structure passed to the FileSelec...
<<  [Prev]  428  429  430  431  432  433  434  435  436  437  438  439  440  441  442  443  444  445  446  447  448  
449  450  451  452  453  454  455  456  457  458  459  460  461  462  463  464  465  466  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service