GtkFC API Reference version 0.1.0

Main Page   Class Hierarchy   Alphabetical List   Compound List   Compound Members   Examples  

Gpixmap Class Reference

#include <Gpixmap.h>

Inheritance diagram for Gpixmap:

Gwidget Gobject List of all members.

Public Methods

 Gpixmap (Gwidget *parent, Gstring file)
 Gpixmap (Gwidget *parent, const char *file)
 ~Gpixmap ()
void SetPosition (int x, int y)

Detailed Description

The Gpixmap is a widget that show a pixmap on a window
Author(s):
Thibaut Nicolas
Version:
0.1.0


Constructor & Destructor Documentation

Gpixmap::Gpixmap ( Gwidget * parent,
Gstring file )
 

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.

Gpixmap::Gpixmap ( Gwidget * parent,
const char * file )
 

The const char* verison of the constructor


Member Function Documentation

void Gpixmap::SetPosition ( int x,
int y )
 

Set the position of the pixmap


The documentation for this class was generated from the following file:

Copyright © 2002 Thibaut Nicolas
Last modified  lun sep 23 23:41:26 EDT 2002