Solaris Internationalization Guide For Developers

XmTextGetLayoutModifier

Purpose

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

Synopsis

#include <Xm/Text.h>String XmTextGetLayoutModifier(Widget widget)

Description

XmTextGetLayoutModifier 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 XmTextGetLayoutModifier function returns the complete state of the layout object, not just the changed values.

Return Value

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

Related Information

XmText