RGtk2 (version 2.20.31)

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)

Arguments

object
name
name for the widget

Details

Note that widget names are separated by periods in paths (see gtkWidgetPath), so names with embedded periods may cause confusion.