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

gtkTextViewSetAcceptsTab

gtkTextViewSetAcceptsTab


Description

Sets the behavior of the text widget when the Tab key is pressed. If accepts.tab is TRUE, a tab character is inserted. If accepts.tab is FALSE the keyboard focus is moved to the next widget in the focus chain.

Usage

gtkTextViewSetAcceptsTab(object, accepts.tab)

Arguments

object

A GtkTextView

accepts.tab

TRUE if pressing the Tab key should insert a tab character, FALSE, if pressing the Tab key should move the keyboard focus.

Details

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.