next up previous contents
Nächste Seite: j_ setinsets Aufwärts: Functions Vorherige Seite: j_ seticon   Inhalt


j_ setimage


Synopsis
void j_setimage ( int obj , int image );

Argumente

obj : int
image : int

Beschreibung

Ordnet dem obj das Bild image zu.

Zielkomponenten

Graphicbutton, Graphiclabel

Beispiel

:
label = j_graphiclabel(frame,"mandel.gif");
image = j_image("new.gif");
j_setimage(label,image);
:

j_graphiclabel.eps



Merten Joost 2003-02-26