From: Laurent R. <ro...@cl...> - 2001-02-04 20:13:12
|
Hello Find in attach file, a package for easy use of TabStrip. - Panel.pm : implement a container window - TabPanel.pm : implement a tabstrip with Panel for each page. - Panel.pl : test Panel class - TabPanel.pl : test TabPanel class Question for improvement : - How get size of display area of a tab control ? (Actualy i use size of Tab control, but not working with multiline or imagelist) - Any idea for better implement of tab click event ? (I use a a global hash for keep reference of TabPanel) - Better name for class ? (my english isn't very good ;o) Laurent. |