Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
XmTextFieldSetEditable(3)   Library Functions Manual   XmTextFieldSetEditable(3)

NAME
     XmTextFieldSetEditable  --  A TextField function that sets the edit permis-
     sion

SYNOPSIS
     #include <Xm/TextF.h>
     void XmTextFieldSetEditable(
     Widget widget,
     Boolean editable);

DESCRIPTION
     XmTextFieldSetEditable sets the edit permission state of the TextField wid-
     get.  When set to True, the text string can be edited.

     widget    Specifies the TextField widget ID

     editable  Specifies a Boolean value that when True allows text string edits

     For a complete definition of TextField and its  associated  resources,  see
     XmTextField(3).

RELATED
     XmTextField(3).

						       XmTextFieldSetEditable(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmTextFieldSetEditable&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help