gtkBuilderAddFromFile {RGtk2}R Documentation

gtkBuilderAddFromFile

Description

Parses a file containing a GtkBuilder UI definition and merges it with the current contents of builder.

Usage

gtkBuilderAddFromFile(object, filename, .errwarn = TRUE)

Arguments

object [GtkBuilder] a GtkBuilder
filename [character] the name of the file to parse
.errwarn Whether to issue a warning on error or fail silently

Details

Since 2.12

Value

A list containing the following elements:

retval [numeric] A positive value on success, 0 if an error occurred
error [GError] return location for an error, or NULL

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]