Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkInfoBarNewWithButtons

gtkInfoBarNewWithButtons


Description

Creates a new GtkInfoBar with buttons. Button text/response ID pairs should be listed, with a NULL pointer ending the list. Button text can be either a stock ID such as GTK_STOCK_OK, or some arbitrary text. A response ID can be any positive number, or one of the values in the GtkResponseType enumeration. If the user clicks one of these dialog buttons, GtkInfoBar will emit the "response" signal with the corresponding response ID.

Usage

gtkInfoBarNewWithButtons(first.button.text, ..., show = TRUE)

Arguments

first.button.text

stock ID or text to go in first button, or NULL. [ allow-none ]

...

response ID for first button, then additional buttons, ending with NULL

Value

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.