gtkBuildableGetName {RGtk2}R Documentation

gtkBuildableGetName

Description

Gets the name of the buildable object.

Usage

gtkBuildableGetName(object)

Arguments

object [GtkBuildable] a GtkBuildable

Details

GtkBuilder sets the name based on the the GtkBuilder UI definition used to construct the buildable.

Since 2.12

Value

[character] the name set with gtkBuildableSetName

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]