|
NAMEXmTextFieldSetEditable — A TextField function that sets the edit permissionSYNOPSIS#include <Xm/TextF.h> void XmTextFieldSetEditable( Widget widget, Boolean editable); DESCRIPTIONXmTextFieldSetEditable sets the edit permission state of the TextField widget. When set to True, the text string can be edited.
For a complete definition of TextField and its associated resources, see XmTextField(3). RELATEDXmTextField(3). Visit the GSP FreeBSD Man Page Interface. |