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
  Show / Hide Inherited methods, properties and signals
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
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Clutter.Text
Property
attributes : Pango.AttrList
A list of PangoStyleAttributes to be applied to the contents of the ClutterText actor.
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
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_preedit_string (String preedit_str, AttrList preedit_attrs, Number cursor_pos) : none
Sets, or unsets, the pre-edit string.
Gtk.CellRendererText
Property
attributes : Pango.AttrList
Gtk.IMContext
Method
get_preedit_string (Array str, AttrList attrs, Number cursor_pos) : none
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
set_attributes (AttrList attrs) : none
Sets a PangoAttrList; the attributes in the list are applied to the label text.
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.TextLayout
Method
set_preedit_string (String preedit_string, AttrList preedit_attrs, Number cursor_pos) : none
Set the preedit string and attributes.
Pango
Method
Pango.parse_markup (String markup_text, Number length, Number accel_marker, AttrList attr_list, Array text, Number accel_char) : Boolean
Parses marked-up text (see markup format) to create a plain-text string and an attribute list.
Pango.GlyphItem
Method
apply_attrs (String text, AttrList list) : Array
Splits a shaped item (PangoGlyphItem) into multiple items based on an attribute list.
Pango.Layout
Method
set_attributes (AttrList attrs) : none
Sets the text attributes for a layout object.
Pango.Layout
Method
get_attributes () : Pango.AttrList
Gets the attribute list for the layout, if any.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:53 GMT+0800 (HKT)