gtkWidgetSetName {RGtk2}R Documentation

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 [GtkWidget] a GtkWidget
name [character] 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.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]