gdk::pixmap_create_from_xpm

gdk::pixmap_create_from_xpm

array gdk::pixmap_create_from_xpm (GdkWindow window , GdkColor transparent_color , string filename);

gdk::pixmap_create_from_xpm() returns a array consisting of a GdkPixmap and a GdkBitmap mask that has been created from the specified .xpm file.

The GdkPixmap is the underlying structure that holds the image ready to be displayed in a GtkPixmap. In order to make that image appear on the screen, you will need to use one of the following constructs:

or

The transparent_color determines what color the None pixels will get if you don't use the pixmask.

See the tutorial for more details and some examples.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.