Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
GTK
GTK.Label

Class GTK.Label

Description

A simple text label.  GTK.Label("A simple text label")

 GTK.Label("Multi\nline text\nlabel here")

 GTK.Label("Multi\nline text\nlabel here")->set_justify(GTK.JUSTIFY_LEFT)

 GTK.Label("Multi\nline text\nlabel here")->set_justify(GTK.JUSTIFY_RIGHT)


Inherit Misc

inherit GTK.Misc : Misc