hello,
I want to control the iTool window layout.
like this:
idTool = ITGETCURRENT(Tool=oTool)
idLayout = oTool->FindIdentifiers('*Layout*',/WINDOW)
oLayout = oTool->GetByIdentifier(idLayout)
oLayout->SetProperty, ......
if I want a 2X2 layout, how should I do after SetPropery?
Thanks.
Dong Liu
|