_gtkImageNewPixmap

Create a widget displaying an image from a pixmap.

Crée un widget image depuis un e ressource pixmap.

Type :

fun [Chn ObjGtkPixmap ObjGtkBitmap] ObjGtk

_channel_ : Chn : any channel.

_pixmap_ : ObjGtkPixmap : any pixmap.

_bitmap_ : ObjGtkBitmap : any bitmap (can be nil).

Return : ObjGtk : the new widget or nil if error.

Back