Extracted from Pike v7.6 release 112 at 2008-06-25.
pike.ida.liu.se
[Top]
GTK
GTK.Widget

Method GTK.Widget()->set_name()


Method set_name

GTK.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 GTK.parse_rc() with a resource string. Example: TODO