Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Enum Gtk.Justification

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkJustification
Enum : Justification
Used for justifying the text inside a GtkLabel widget. (See also
GtkAlignment).
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:15:49 GMT+0800 (HKT)