EditableTextIF.setRunAttributes

Sets the attributes for a specified range. See the ATK_ATTRIBUTE macros (such as #ATK_ATTRIBUTE_LEFT_MARGIN) for examples of attributes that can be set. Note that other attributes that do not have corresponding ATK_ATTRIBUTE macros may also be set for certain text widgets.

interface EditableTextIF
bool
setRunAttributes
(
AtkAttributeSet* attribSet
,,)

Parameters

attribSet AtkAttributeSet*

an #AtkAttributeSet

startOffset int

start of range in which to set attributes

endOffset int

end of range in which to set attributes

Return Value

Type: bool

%TRUE if attributes successfully set for the specified range, otherwise %FALSE

Meta