gtkPixmapGet {RGtk2}R Documentation

gtkPixmapGet

Description

Gets the current GdkPixmap and GdkBitmap mask. WARNING: gtk_pixmap_get is deprecated and should not be used in newly-written code.

Usage

gtkPixmapGet(object)

Arguments

object [GtkPixmap] a GtkPixmap.

Value

A list containing the following elements:

val [GdkPixmap] returns the current GdkPixmap.
mask [GdkBitmap] returns the current GdkBitmap mask.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]