home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Overload
/
ShartewareOverload.cdr
/
windows
/
tegltc.zip
/
SAMPROGS
/
SAMC0205.C
< prev
next >
Wrap
Text File
|
1990-05-14
|
418b
|
21 lines
/* samc0205.c */
#include "teglsys.h"
unsigned easymessage(imagestkptr frame,msclickptr mouseclickpos)
{
framefromicon(frame,mouseclickpos,150,150,400,190);
prepareforupdate(stackptr);
frametext(stackptr,1,2,"Icon to Frame Transformation");
commitupdate();
return 1;
}
void main()
{
easytegl();
activebutton(100,100,"MESSAGE",easymessage);
teglsupervisor();
}