The idea was to avoid setting attributes that affects only the IupTabs on
children. But I should remove the deprecated mark, I will not remove their
support anyway.

  And don't worry, when you add or remove Tabs, their titles are preserved
and TABTITLEn will return the correct value.

Best,
Scuri

> -----Original Message-----
> From: Noam Postavsky [mailto:[email protected]]
> Sent: terça-feira, 19 de junho de 2012 14:34
> To: IUP discussion list.
> Subject: [Iup-users] Why is TABTITLE deprecated in favour of TABTITLEn?
> 
> 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


------------------------------------------------------------------------------
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

Reply via email to