![]() |
![]() |
![]() |
GtkExtra Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
#include <gtkextra.h> GtkPlotPixmap; GtkWidget* gtk_plot_pixmap_new (GdkPixmap *pixmap, GdkBitmap *mask); void gtk_plot_pixmap_construct (GtkPlotPixmap *data, GdkPixmap *pixmap, GdkBitmap *mask); GdkPixmap* gtk_plot_pixmap_get_pixmap (GtkPlotPixmap *pixmap); GdkBitmap* gtk_plot_pixmap_get_mask (GtkPlotPixmap *pixmap);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkPlotData +----GtkPlotPixmap
typedef struct _GtkPlotPixmap GtkPlotPixmap;
The GtkPlotPixmap struct contains only private data. It should only be accessed through the functions described below.
GtkWidget* gtk_plot_pixmap_new (GdkPixmap *pixmap, GdkBitmap *mask);
|
a GdkPixmap. |
|
|
Returns : |
a new GtkWidget. |
void gtk_plot_pixmap_construct (GtkPlotPixmap *data, GdkPixmap *pixmap, GdkBitmap *mask);
|
|
|
a GdkPixmap |
|
GdkPixmap* gtk_plot_pixmap_get_pixmap (GtkPlotPixmap *pixmap);
Get pixmap from GtkPlotPixmap.
|
a GdkPlotPixmap |
Returns : |
(transfer none) the GdkPixmap |
GdkBitmap* gtk_plot_pixmap_get_mask (GtkPlotPixmap *pixmap);
Get mask bitmap from GtkPlotPixmap.
|
a GdkPlotPixmap |
Returns : |
(transfer none) the GdkBitmap |