The tabs (labels) can accept any morph so you could roll your own, say, a row with a LabelMorph and ControlButtonMorph having an appropriate icon as its label, along with an action to (via your code). A bit fiddly at the moment as TabGroupMorph doesn't have methods fro removing tabs/pages though.
Regards, Gary ----- Original Message ----- From: "Tudor Girba" <[email protected]> To: "Pharo Development" <[email protected]> Sent: Wednesday, January 13, 2010 1:52 PM Subject: [Pharo-project] tabs with close button > Hi, > > Is there a Tab widget that offers the possibility of closing a tab > (maybe with a small x button near each tab)? > > Cheers, > Doru > > > -- > www.tudorgirba.com > > "There are no old things, there are only old ways of looking at them." > > > > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
