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
The PangoEllipsizeMode type describes what sort of (if any)
ellipsization should be applied to a line of text. In
the ellipsization process characters are removed from the
text in order to make it fit to a given width and replaced
with an ellipsis.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Champlain.Label
Property
ellipsize : Pango.EllipsizeMode
Champlain.Label
Method
get_ellipsize () : Pango.EllipsizeMode
Champlain.Label
Method
set_ellipsize (EllipsizeMode mode) : none
Clutter.Text
Property
ellipsize : Pango.EllipsizeMode
The preferred place to ellipsize the contents of the ClutterText actor
Clutter.Text
Method
get_ellipsize () : Pango.EllipsizeMode
Returns the ellipsizing position of a ClutterText actor, as
set by clutter_text_set_ellipsize().
Clutter.Text
Method
set_ellipsize (EllipsizeMode mode) : none
text if there is not enough space to render the entire contents
of a ClutterText actor
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
get_ellipsize () : Pango.EllipsizeMode
Returns the ellipsizing position of the label.
Gtk.Label
Method
set_ellipsize (EllipsizeMode mode) : none
if there is not enough space to render the entire string.
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
get_ellipsize () : Pango.EllipsizeMode
Returns the ellipsizing position of the progressbar.
Gtk.ProgressBar
Method
set_ellipsize (EllipsizeMode mode) : none
if there is not enough space to render the entire string.
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
get_ellipsize () : Pango.EllipsizeMode
Gets the ellipsization mode of group.
Gtk.ToolItemGroup
Method
set_ellipsize (EllipsizeMode ellipsize) : none
Sets the ellipsization mode which should be used by labels in group.
Gtk.ToolShell
Method
get_ellipsize_mode () : Pango.EllipsizeMode
Retrieves the current ellipsize mode for the tool shell.
Pango.Layout
Method
get_ellipsize () : Pango.EllipsizeMode
Gets the type of ellipsization being performed for layout.
Pango.Layout
Method
set_ellipsize (EllipsizeMode ellipsize) : none
Sets the type of ellipsization being performed for layout.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:16:41 GMT+0800 (HKT)