International Language Environments Guide

XmTextFieldSetLayoutModifier

Purpose

A TextField function that sets the layout modifier values, which changes the behavior of the layout object tied to its rendition.

Synopsis

#include <Xm/TextF.h>void XmTextFieldSetLayoutModifier(Widget widget,string layout_modifier)

Description

XmTextFieldSetLayoutModifier modifies the layout object settings of a rendition associated with the widget. When the layout object modifier values are set using this convenience function, only the attributes specified in the input parameter are changed; the rest of the attributes remain untouched.

Related Information

XmTextField