gtkInfoBarAddButtons {RGtk2}R Documentation

gtkInfoBarAddButtons

Description

Adds more buttons, same as calling gtkInfoBarAddButton repeatedly. The variable argument list should be NULL-terminated as with gtkInfoBarNewWithButtons. Each button must have both text and response ID.

Usage

gtkInfoBarAddButtons(object, first.button.text, ...)

Arguments

object

a GtkInfoBar

first.button.text

button text or stock ID

...

response ID for first button, then more text-response_id pairs, ending with NULL

Details

Since 2.18

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]