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

gtkLabelParseUline

gtkLabelParseUline


Description

Parses the given string for underscores and converts the next character to an underlined character. The last character that was underlined will have its lower-cased accelerator keyval returned (i.e. "_File" would return the keyval for "f". This is probably only used within the GTK+ library itself for menu items and such. WARNING: gtk_label_parse_uline is deprecated and should not be used in newly-written code. Use gtkLabelSetUseUnderline instead.

Usage

gtkLabelParseUline(object, string)

Arguments

object

The GtkLabel you want to affect.

string

The string you want to parse for underlines.

Value

[numeric] The lowercase keyval of the last character underlined.

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.