gtkToolShellGetStyle {RGtk2}R Documentation

gtkToolShellGetStyle

Description

Retrieves whether the tool shell has text, icons, or both. Tool items must not call this function directly, but rely on gtkToolItemGetStyle() instead.

Usage

gtkToolShellGetStyle(object)

Arguments

object

a GtkToolShell

Details

Since 2.14

Value

[GtkToolbarStyle] the current style of shell

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]