Description Usage Arguments Details Author(s)
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.
1 | gtkMessageDialogFormatSecondaryMarkup(object, ...)
|
|
a |
|
undocumented |
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.
1 | # GMarkup is not yet supported in RGtk2
|
Since 2.6
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.