Import line: | Pango = imports.gi.Pango; |
GIR File: | Pango-1.0.gir |
C documentation: | Pango.EllipsizeMode |
Enum : | EllipsizeMode |
Properties | |
---|---|
guint32 Pango.EllipsizeMode.END : 3
|
|
guint32 Pango.EllipsizeMode.MIDDLE : 2
|
|
guint32 Pango.EllipsizeMode.NONE : 0
|
|
guint32 Pango.EllipsizeMode.START : 1
|
None |
None |
None |
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.
|