gtkInfoBarAddButtons: gtkInfoBarAddButtons

Description Usage Arguments Details Author(s)

View source: R/gtkManuals.R

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

1
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


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.