Back to Seed Clases

Pango


Classes

Interfaces

Structs

Unions

Enums

Struct Pango.AttrList

Import line: Pango = imports.gi.Pango;
GIR File: Pango-1.0.gir
C documentation: Pango.AttrList
Struct : AttrList
Properties
None
Methods / Constructors
Method / Constructor Defined By
 
new Pango.AttrList.c_new () : Pango.AttrList
Create a new Pango.AttrList
Create a new Pango.AttrList
Returns:
Pango.AttrList the newly allocated PangoAttrList, which should
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Champlain.Label
Method
set_attributes (AttrList list) : none
Clutter.Text
Property
attributes : Pango.AttrList
A list of PangoStyleAttributes to be applied to the
contents of the ClutterText actor.
Clutter.Text
Method
get_attributes () : Pango.AttrList
Gets the attribute list that was set on the ClutterText actor
clutter_text_set_attributes(), if any.
Clutter.Text
Method
set_attributes (AttrList attrs) : none
Sets the attributes list that are going to be applied to the
ClutterText contents.
Clutter.Text
Method
set_preedit_string (String preedit_str, AttrList preedit_attrs, guint32 cursor_pos) : none
Sets, or unsets, the pre-edit string.
Gtk.CellRendererText
Property
attributes : Pango.AttrList
Gtk.IMContext
Method
get_preedit_string () : Object
Retrieve the current preedit string for the input context,
and a list of attributes to apply to the string.
Gtk.Label
Property
attributes : Pango.AttrList
Gtk.Label
Method
get_attributes () : Pango.AttrList
Gets the attribute list that was set on the label using
gtk_label_set_attributes(), if any.
Gtk.Label
Method
set_attributes (AttrList attrs) : none
Sets a PangoAttrList; the attributes in the list are applied to the
label text.
Pango.Layout
Method
get_attributes () : Pango.AttrList
Gets the attribute list for the layout, if any.
Pango.Layout
Method
set_attributes (AttrList attrs) : none
Sets the text attributes for a layout object.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:16:37 GMT+0800 (HKT)