The documentation for IupTab's TABTITLE attribute says "Deprecated,
use TABTITLEn". In my opinion TABTITLE provides a better way to
construct tabs:
iup.tabs {
iup.vbox {TABTITLE = "foo", ...};
iup.vbox {TABTITLE = "bar", ...};
}
iup.tabs {
TABTITLE0 = "foo";
TABTITLE1 = "bar";
iup.vbox {...};
iup.vbox {...};
}
Notice that the TABTITLEn version would require renumbering the n if
tabs are added, removed, or reordered. In the TABTITLE version the
title of the tab is connected to its contents.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Iup-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/iup-users