Label widget.
(A class correspond to GtkLabel in GTK.)
new(str)
create a label with displayed string str.
jtype
jtype = jtype
(correspoding to gtk_label_set_justify in GTK.)
parse_uline(string)
set_line_wrap(wrap)
set the line wrapping mode for the text.
set_pattern(pattern)
text
get_text
get
return the string diplayed by this label.
text = str
set_text(str)
set(str)
set the string displayed by this label.
Generated at Sun Jan 30 07:24:39 JST 2000 by rubyapi2