Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-3.0.gir |
C documentation: | GtkJustification |
Enum : | Justification |
Properties | |
---|---|
guint32 Gtk.Justification.CENTER : 2
|
|
guint32 Gtk.Justification.FILL : 3
|
|
guint32 Gtk.Justification.LEFT : 0
|
|
guint32 Gtk.Justification.RIGHT : 1
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gtk.Label
Property |
justify : Gtk.Justification
|
Gtk.Label
Method |
get_justify
()
:
Gtk.Justification
Returns the justification of the label.
|
Gtk.Label
Method |
set_justify
(Justification jtype)
:
none
Sets the alignment of the lines in the text of the label relative to
each other. |
Gtk.TextTag
Property |
justification : Gtk.Justification
|
Gtk.TextView
Property |
justification : Gtk.Justification
|
Gtk.TextView
Method |
get_justification
()
:
Gtk.Justification
Gets the default justification of paragraphs in text_view.
|
Gtk.TextView
Method |
set_justification
(Justification justification)
:
none
Sets the default justification of text in text_view.
|