Description Usage Arguments Value Author(s)
Sets the attributes for a specified range. See the ATK_ATTRIBUTE
functions (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 functions may also be set for certain text widgets.
1 2 | atkEditableTextSetRunAttributes(object, attrib.set, start.offset,
end.offset)
|
|
[ |
|
[ |
|
[integer] start of range in which to set attributes |
|
[integer] end of range in which to set attributes |
[logical] TRUE
if attributes successfully set for the specified
range, otherwise FALSE
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.