Extracted from Pike v7.6 release 33 at 2005-08-19.
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