<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Arial">Hello,<br>
<br>
Scilab 5.4.0 provides the new figure attribute resizefcn,<br>
that is a callback called when the related figure is resized. <br>
<br>
However, this one is not necessarily the current one, in such<br>
a way that resizefcn="do(gcf())" is not relevant.<br>
It is possible to <br>
  - tag the figure<br>
  - to put the tag as input arg of the resizefcn callback<br>
  - to findobj(tag) inside the callback<br>
<br>
but is there a shorter way to refer to "this" figure, i mean a kind <br>
of "this" implicit handle?<br>
<br>
Samuel<br>
<br>
</font>
</body>
</html>