GwyPixmapLayer

GwyPixmapLayer — Base class for GwyDataView pixmap layers

Synopsis




struct      GwyPixmapLayer;
GdkPixbuf*  gwy_pixmap_layer_paint          (GwyPixmapLayer *layer);

Object Hierarchy


  GObject
   +----GtkObject
         +----GwyDataViewLayer
               +----GwyPixmapLayer

Description

Details

struct GwyPixmapLayer

struct GwyPixmapLayer;


gwy_pixmap_layer_paint ()

GdkPixbuf*  gwy_pixmap_layer_paint          (GwyPixmapLayer *layer);

Returns a pixbuf with painted pixmap layer layer.

layer: A pixmap data view layer.
Returns : The pixbuf. It should not be modified or freed. The layer must be a pixmap layer. Use gwy_pixmap_layer_draw() for vector layers.