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 |
Properties | |
---|---|
Number Pango.EllipsizeMode.END : 3
|
|
Number Pango.EllipsizeMode.MIDDLE : 2
|
|
Number Pango.EllipsizeMode.NONE : 0
|
|
Number Pango.EllipsizeMode.START : 1
|
None |
None |
None |
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.
|