Class GTK1.Label
- Description
A simple text label.
GTK1.Label("A simple text label")
GTK1.Label("Multi\nline text\nlabel here")
GTK1.Label("Multi\nline text\nlabel here")->set_justify(GTK1.JUSTIFY_LEFT)
GTK1.Label("Multi\nline text\nlabel here")->set_justify(GTK1.JUSTIFY_RIGHT)
- Inherit Misc
inherit GTK1.Misc : Misc
- Method create
GTK1.Label GTK1.Label(
string
text
)- Description
Creates a new label.