#include <Gpixmap.h>
Inheritance diagram for Gpixmap:
Public Methods | |
Gpixmap (Gwidget *parent, Gstring file) | |
Gpixmap (Gwidget *parent, const char *file) | |
~Gpixmap () | |
void | SetPosition (int x, int y) |
|
Construct a Gpixmap from a file. The parent widget of the Gpixmap must be gived. This is only to obtain the good colormap for the pixmap. See gdk_pixmap_colormap_create_from_xpm in you favorite GTK documentation or in the include for more details. |
|
The const char* verison of the constructor |
|
Set the position of the pixmap |