|
DXmCSTextGetEditable(3X)
Contents
|
DXmCSTextGetEditable - Indicates whether the text in the
compound string text widget can be edited by the user.
Boolean DXmCSTextGetEditable(
Widget widget );
The identifier (widget ID) of the compound string text
widget.
The DXmCSTextGetEditable routine indicates, by returning
True or False, whether the text in the compound string
text widget can be edited by the user.
A Boolean value that, when True, indicates that the user
can edit the text in the compound string text widget.
When False, the user cannot edit the text.
DXmCreateCSText(3X), DXmCSTextSetEditable(3X)
DXmCSTextGetEditable(3X)
[ Back ] |