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

gtkToolButtonSetUseUnderline

gtkToolButtonSetUseUnderline


Description

If set, an underline in the label property indicates that the next character should be used for the mnemonic accelerator key in the overflow menu. For example, if the label property is "_Open" and use.underline is TRUE, the label on the tool button will be "Open" and the item on the overflow menu will have an underlined 'O'.

Usage

gtkToolButtonSetUseUnderline(object, use.underline)

Arguments

object

a GtkToolButton

use.underline

whether the button label has the form "_Open"

Details

Labels shown on tool buttons never have mnemonics on them; this property only affects the menu item on the overflow menu. Since 2.4

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.