Basic

 

The "Basic" functions called by sliceO when it manipulate the image windows. They include the function called at the creation and destruction of the windows.

 

 

Ima_Create()

This function is called once at startup when the image windows are created.

 

 

Ima_Resize()

This function is called each time one of the image windows are resized.

 

 

Note:

 

To be honest, at this time, the only module I have that use "Ima_Create()" and "Ima_Resize()" is the tool_Window module.