Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

atkEditableTextSetRunAttributes

atkEditableTextSetRunAttributes


Description

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.

Usage

atkEditableTextSetRunAttributes(object, attrib.set, start.offset, 
    end.offset)

Arguments

object

[AtkEditableText] an AtkEditableText

attrib.set

[AtkAttributeSet] an AtkAttributeSet

start.offset

[integer] start of range in which to set attributes

end.offset

[integer] end of range in which to set attributes

Value

[logical] TRUE if attributes successfully set for the specified range, otherwise FALSE

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.