gtkPixmapSetBuildInsensitive {RGtk2}R Documentation

gtkPixmapSetBuildInsensitive

Description

Sets wether an extra pixmap should be automatically created and used when the pixmap is insensitive. The default value is TRUE. WARNING: gtk_pixmap_set_build_insensitive is deprecated and should not be used in newly-written code.

Usage

gtkPixmapSetBuildInsensitive(object, build)

Arguments

object [GtkPixmap] a GtkPixmap.
build [logical] set to TRUE if an extra pixmap should be automatically created to use when the pixmap is insensitive.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]