gtkWidgetSetName: gtkWidgetSetName
Description
Widgets can be named, which allows you to refer to them from a
gtkrc file. You can apply a style to widgets with a particular name
in the gtkrc file. See the documentation for gtkrc files (on the
same page as the docs for GtkRcStyle
).Usage
gtkWidgetSetName(object, name)
Details
Note that widget names are separated by periods in paths (see
gtkWidgetPath
), so names with embedded periods may cause confusion.