RGtk2 (version 2.20.31)

gtkInfoBarAddButtons: 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
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