gtkPixmapGet: gtkPixmapGet

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

Description

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

Usage

1
gtkPixmapGet(object)

Arguments

object

a GtkPixmap.

Value

A list containing the following elements:

val

returns the current GdkPixmap.

mask

returns the current GdkBitmap mask.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gtkPixmapGet in RGtk2...