Re: [Iup-users] IUP 3.7 and child.tabtitle

2013-02-26 Thread Antonio Scuri
TABTITLE at a child is used only during the creation of the tab. Yes, you must use TABTITLEn to rename the tab. Best, scuri From: Benoit Germain [mailto:bnt.germ...@gmail.com] Sent: terça-feira, 26 de fevereiro de 2013 13:56 To: IUP discussion list Subject: [Iup-users] IUP 3.7 and

[Iup-users] IUP 3.7 and child.tabtitle

2013-02-26 Thread Benoit Germain
Hello, I have Lua application where I create an iup.tabs() with several iup.text children. I want the user to be able to add/remove/rename tabs, so it is cumbersome to maintain a several TABTITLEn attributes in sync with the children at the iup.tabs level. Therefore I decided to set the tab title