gtkCListSetPixtext {RGtk2}R Documentation

gtkCListSetPixtext

Description

Sets text and a pixmap/bitmap on the specified cell. WARNING: gtk_clist_set_pixtext is deprecated and should not be used in newly-written code.

Usage

gtkCListSetPixtext(object, row, column, text, spacing, pixmap, mask)

Arguments

object [GtkCList] The GtkCList to affect.
row [integer] The row of the cell.
column [integer] The column of the cell.
text [character] The text to set in the cell.
spacing [raw] The spacing between the cell's text and pixmap.
pixmap [GdkPixmap] A pointer to a GdkPixmap for the cell.
mask [GdkBitmap] A pointer to a GdkBitmap mask for the cell.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]