gtkBuilderAddFromString {RGtk2}R Documentation

gtkBuilderAddFromString

Description

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

Usage

gtkBuilderAddFromString(object, buffer, length, .errwarn = TRUE)

Arguments

object [GtkBuilder] a GtkBuilder
buffer [character] the string to parse
length [numeric] the length of buffer (may be -1 if buffer is nul-terminated)
.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]