International Language Environments Guide

XmTextFieldGetLayoutModifier

Purpose

A TextField function that returns the layout modifier string that reflects the state of the layout object tied to its rendition.

Synopsis

#include <Xm/TextF.h>String XmTextFieldGetLayoutModifier(Widget widget)

Description

XmTextFieldGetLayoutModifier accesses the value of the current layout object settings of the rendition associated with the widget. When the layout object modifier values are changed using a convenience function, the XmTextFieldGetLayoutModifier function returns the complete state of the layout object, not only the changed values.

Return Value

Returns the layout object modifier values in the form of a String value.

Related Information

XmTextField