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

FreeBSD Manual Pages

  
 
  

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

NAME
     XmTextFieldGetEditable  -- A TextField function that accesses the edit per-
     mission state

SYNOPSIS
     #include <Xm/TextF.h>
     Boolean XmTextFieldGetEditable(
     Widget widget);

DESCRIPTION
     XmTextFieldGetEditable accesses the edit permission state of the  TextField
     widget.

     widget    Specifies the TextField widget ID

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

RETURN
     Returns a Boolean value that indicates the state  of  the	XmNeditable  re-
     source.

RELATED
     XmTextField(3).

						       XmTextFieldGetEditable(3)

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

home | help