|
DtDndDropRegister(3) -- specify a drop site
|
The DtDndDropRegister and DtDndVaDropRegister functions register a Motif drop site with import targets based on the specified data transfer protocols. DtDndDropRegister may be called to register a widget as a drop site at any time, typically soon after the widget is created. The only difference between DtDndDropRegister and DtDndVaDropRegister is how the argument list is passed. The argument list ... |
DtDndDropUnregister(3) -- deactivate a drop site
|
The DtDndDropUnregister function removes the widget, dropSite, from the set of drop sites that have been registered with DtDndDropRegister(3) and frees data allocated by a call to DtDndDropRegister(3). The DtDndDropUnregister function is used to unregister a widget when it is no longer a drop site. A widget can be unregistered with DtDndDropUnregister at any time after it has been registered with ... |
|
DtDndVaDragStart(3) -- initiate a drag
|
The DtDndDragStart and DtDndVaDragStart functions initiate a Motif drag, with drag visuals appropriate to the type of data being dragged, and updates the translation table of the drag context. Either of the functions is called from the application's event handler, which interprets mouse events to determine when a drag should begin. The only difference between DtDndDragStart and DtDndVaDragStart i... |
DtDndVaDropRegister(3) -- specify a drop site
|
The DtDndDropRegister and DtDndVaDropRegister functions register a Motif drop site with import targets based on the specified data transfer protocols. DtDndDropRegister may be called to register a widget as a drop site at any time, typically soon after the widget is created. The only difference between DtDndDropRegister and DtDndVaDropRegister is how the argument list is passed. The argument list ... |
DtDtsBufferToAttributeList(3) -- get a list of data attributes for a byte stream
|
The DtDtsBufferToAttributeList function returns a list of data attributes for a given byte stream. The buffer argument is a pointer to the buffer of the data to be typed. The size argument is the size of the buffer in bytes. The opt_name argument can be used to specify a name to be associated with the buffer. If the opt_name argument is not NULL, it is used as a pseudo file name in typing; otherwi... |
DtDtsBufferToAttributeValue(3) -- get a single data attribute value for a byte stream
|
The DtDtsBufferToAttributeValue function returns a data attribute value for a given byte stream. The buffer argument is a pointer to the buffer of the data to be typed. The size argument is the size of the buffer in bytes. The attr_name argument is a name of the attribute. The opt_name argument can be used to specify a name to be associated with the buffer. If the opt_name argument is not NULL, it... |
DtDtsBufferToDataType(3) -- get the data type for a byte stream
|
The DtDtsBufferToDataType function returns the data type name for a given byte stream. The buffer argument is a pointer to the buffer of the data to be typed. The size argument is the size of the buffer in bytes. The opt_name argument can be used to specify a name to be associated with the buffer. If the opt_name argument is not NULL, it is used as a pseudo file name in typing; otherwise, certain ... |
DtDtsDataToDataType(3) -- get the data type for a set of data
|
The DtDtsDataToDataType function determines the data type of a set of data, based on the information given in the non- NULL pointer arguments to the function. The function gathers any additional information, if it is needed, to compensate for the NULL arguments. For example, if the filepath argument is given, but the stat_buff argument is NULL and a stat_buff value is required to determine the dat... |
DtDtsDataTypeIsAction(3) -- determine if the data type is an action
|
The DtDtsDataTypeIsAction function determines if the specified data type is an action-a data type that was loaded from the action tables of the actions and data types database. The datatype argument is a pointer to a data type name string. |
DtDtsDataTypeNames(3) -- get a list of available data types
|
The DtDtsDataTypeNames function returns a list of all available data types that are currently loaded into the data types database. |
DtDtsDataTypeToAttributeList(3) -- get a list of attributes for a data type
|
The DtDtsDataTypeToAttributeList function returns a list of attributes for a data type. The datatype argument is a pointer to a data type name string. The opt_name argument can be used to specify a name to be associated with the data type. If the opt_name argument is not NULL, it is used as a pseudo file name in typing; otherwise, certain attributes may be returned as NULL because the filename com... |
DtDtsDataTypeToAttributeValue(3) -- get an attribute value for a specified data type
|
The DtDtsDataTypeToAttributeValue returns an attribute value for the specified data type name. The datatype argument is a pointer to a data type name string. The attr_name argument is a name of the attribute. The opt_name argument can be used to specify a name to be associated with the data type. If the opt_name argument is not NULL, it is used as a pseudo file name in typing; otherwise, certain a... |
DtDtsFileToAttributeList(3) -- get a list of attributes for a file
|
The DtDtsFileToAttributeList function returns a list of attributes for the specified file. The filepath argument is the pathname of the file. |
DtDtsFileToAttributeValue(3) -- get a specified attribute value for a file
|
The DtDtsFileToAttributeValue function returns a data attribute value for the specified file. The filepath argument is the pathname of the file. The attr_name argument is a pointer to an attribute name string. |
DtDtsFileToDataType(3) -- get a data type for a file
|
The function DtDtsFileToDataType returns a data type name for the specified file. The filepath argument is the pathname of the file. |