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

gtkMessageDialogFormatSecondaryMarkup

gtkMessageDialogFormatSecondaryMarkup


Description

Sets the secondary text of the message dialog to be message.format (with printf()-style), which is marked up with the Pango text markup language.

Usage

gtkMessageDialogFormatSecondaryMarkup(object, ...)

Arguments

object

a GtkMessageDialog

...

undocumented

Details

Note that setting a secondary text makes the primary text become bold, unless you have provided explicit markup.

Due to an oversight, this function does not escape special XML characters like gtkMessageDialogNewWithMarkup does. Thus, if the arguments may contain special XML characters, you should use gMarkupPrintfEscaped() to escape it.

# GMarkup is not yet supported in RGtk2

Since 2.6

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.