International Language Environments Guide

XmTextSetLayoutModifier

Purpose

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

Synopsis

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

Description

XmTextSetLayoutModifier 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 are left untouched.

Related Information

XmText