Method GTK1.Widget()->set_name()
- Method set_name
GTK1.Widget
set_name(string
name
)- Description
Set the name of the widget. The name is used when the rc-file is parsed, you can also parse your own resources by calling GTK1.parse_rc() with a resource string. Example: TODO