|
NAMEXmDataFieldSetEditable — A DataField function that sets the edit permissionSYNOPSIS#include <Xm/DataF.h> void XmDataFieldSetEditable( Widget widget, Boolean editable); DESCRIPTIONXmDataFieldSetEditable sets the edit permission state of the DataField widget. When set to True, the text string can be edited.
For a complete definition of DataField and its associated resources, see XmDataField(3). RELATEDXmDataField(3). Visit the GSP FreeBSD Man Page Interface. |