gtkDialogAddButtons {RGtk2}R Documentation

gtkDialogAddButtons

Description

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

Usage

gtkDialogAddButtons(object, ...)

Arguments

object [GtkDialog] a GtkDialog
... response ID for first button, then more text-response_id pairs

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]