|
DXmCSTextSetAddMode(3X)
Contents
|
DXmCSTextSetAddMode - Controls whether the CSText widget
is in Add Mode.
void DXmCSTextSetAddMode(
Widget widget,
Boolean state );
The identifier (widget ID) of the compound string text
widget. A Boolean function that, when True, turns on Add
Mode and, when False, turns off Add Mode.
The DXmCSTextSetAddMode routine controls whether the
CSText widget is in Add Mode, which, when True, allows the
user to move the insertion cursor without affecting the
primary selection.
DXmCSTextSetAddMode(3X)
[ Back ] |