Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

DXmCSTextSetEditable(3X)  —  Subroutines

Digital

NAME

DXmCSTextSetEditable − Specifies whether the text in the widget can be edited by the user. 

SYNOPSIS

void DXmCSTextSetEditable(widget, editable)
   Widget  widget;
   Boolean editable;

DESCRIPTION

The DXmCSTextSetEditable specifies whether text in the compound string text widget can be edited by the user, returning either True or False to indicate the permission state. 

Arguments

widgetThe identifier (widget ID) of the compound string text widget. 

editableA 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. 

RELATED INFORMATION

DXmCreateCSText and DXmCSTextGetEditable. 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026