Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-2.0.gir |
C documentation: | GtkJustification |
Enum : | Justification |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number Gtk.Justification.CENTER : 2
|
|
Number Gtk.Justification.FILL : 3
|
|
Number Gtk.Justification.LEFT : 0
|
|
Number Gtk.Justification.RIGHT : 1
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gtk.CList
Method |
set_column_justification
(Number column, Justification justification)
:
none
|
Gtk.Label
Property |
justify : Gtk.Justification
|
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.Label
Method |
get_justify
()
:
Gtk.Justification
Returns the justification of the label.
|
Gtk.TextTag
Property |
justification : Gtk.Justification
|
Gtk.TextView
Property |
justification : Gtk.Justification
|
Gtk.TextView
Method |
set_justification
(Justification justification)
:
none
Sets the default justification of text in text_view.
|
Gtk.TextView
Method |
get_justification
()
:
Gtk.Justification
Gets the default justification of paragraphs in text_view.
|