The m_setvalues_layout() function changes the layout values of a LayoutObject.
The layout_object argument specifies a LayoutObject returned by the m_create_layout(3LAYOUT) function.
The values argument specifies the list of layout values that are to be changed. The values are written into the LayoutObject and may affect the behavior of subsequent layout functions. Some layout values do alter internal states maintained by a LayoutObject.
The m_setvalues_layout() function can be implemented as a macro that evaluates the first argument twice.
|