Présentation
Documentation
L'équipe
Sérialisation
 
Programmes
Objets
Libs Utilitaires
Libs Internes
   
 
Editeur
Syntaxes
Windows
Versions
   

SCR/AL1 - TOME IV. Les librairies internes

2. La librairie scr4o

2.6 Fonctions d'affichage des PAGES

2.6.2 PG_save (file s_edpg.c:218)

Syntax

IMAGE *PG_save(pg)
PAGE *pg;

Description

Sauve une IMAGE contenant le background de la PAGE pg. La structure IMAGE alloué peut être réaffichée plus tard pour faire disparaître la PAGE.

Valeur retournée

Pointeur vers l'IMAGE allouée.

Exemple

    IMAGE   *im;

im = PG_save(pg);
PG_display(pg);
PG_edit(pg);
SCR_display_image(im);
SCR_free_image(im);

Voir également

SCR_free_image(), SCR_display_image()

File s_edpg.c

PG_disable(PAGE *pg)
PG_edit(pg)
PG_enable(PAGE *pg)
PG_goto_field(pg, fld_nb)
PG_goto_vobj(OBJ obj, int i)
PG_move(pg)
IMAGE *PG_save(pg)

PG_disable (file s_edpg.c:387)

Syntax

PG_disable(PAGE *pg)

PG_enable (file s_edpg.c:392)

Syntax

PG_enable(PAGE *pg)

PG_move (file s_edpg.c:274)

Syntax

PG_move(pg)
PAGE *pg;

Description

Copyright © 1998-2015 Jean-Marc Paul and Bernard PAUL - Envoyez vos remarques ou commentaires à bernard@xon.be