Back to Seed Clases

Pango


Classes

Interfaces

Structs

Unions

Enums

Enum Pango.EllipsizeMode

Import line: Pango = imports.gi.Pango;
GIR File: Pango-1.0.gir
C documentation: Pango.EllipsizeMode
Enum : EllipsizeMode
  Show / Hide Inherited methods, properties and signals
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Clutter.Text
Property
ellipsize : Pango.EllipsizeMode
The preferred place to ellipsize the contents of the ClutterText actor
Clutter.Text
Method
set_ellipsize (EllipsizeMode mode) : none
text if there is not enough space to render the entire contents of a ClutterText actor
Clutter.Text
Method
get_ellipsize () : Pango.EllipsizeMode
Returns the ellipsizing position of a ClutterText actor, as set by clutter_text_set_ellipsize().
GooCanvas.CanvasText
Property
ellipsize : Pango.EllipsizeMode
GooCanvas.CanvasTextModel
Property
ellipsize : Pango.EllipsizeMode
Gtk.CellRendererText
Property
ellipsize : Pango.EllipsizeMode
Specifies the preferred place to ellipsize the string, if the cell renderer does not have enough room to display the entire string.
Gtk.Label
Property
ellipsize : Pango.EllipsizeMode
The preferred place to ellipsize the string, if the label does not have enough room to display the entire string, specified as a PangoEllisizeMode.
Gtk.Label
Method
set_ellipsize (EllipsizeMode mode) : none
if there is not enough space to render the entire string.
Gtk.Label
Method
get_ellipsize () : Pango.EllipsizeMode
Returns the ellipsizing position of the label.
Gtk.ProgressBar
Property
ellipsize : Pango.EllipsizeMode
The preferred place to ellipsize the string, if the progressbar does not have enough room to display the entire string, specified as a PangoEllisizeMode.
Gtk.ProgressBar
Method
set_ellipsize (EllipsizeMode mode) : none
if there is not enough space to render the entire string.
Gtk.ProgressBar
Method
get_ellipsize () : Pango.EllipsizeMode
Returns the ellipsizing position of the progressbar.
Gtk.ToolItem
Method
get_ellipsize_mode () : Pango.EllipsizeMode
Returns the ellipsize mode used for tool_item.
Gtk.ToolItemGroup
Property
ellipsize : Pango.EllipsizeMode
Gtk.ToolItemGroup
Method
set_ellipsize (EllipsizeMode ellipsize) : none
Sets the ellipsization mode which should be used by labels in group.
Gtk.ToolItemGroup
Method
get_ellipsize () : Pango.EllipsizeMode
Gets the ellipsization mode of group.
Gtk.ToolShell
Method
get_ellipsize_mode () : Pango.EllipsizeMode
Pango.Layout
Method
set_ellipsize (EllipsizeMode ellipsize) : none
Sets the type of ellipsization being performed for layout.
Pango.Layout
Method
get_ellipsize () : Pango.EllipsizeMode
Gets the type of ellipsization being performed for layout.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:54 GMT+0800 (HKT)