On Fri, 7 Nov 2003 13:37:07 +1000 (EST) Mark Livingstone <[EMAIL PROTECTED]> wrote:
ML> As such, I had a look but cannot find a way to remove the tree and ML> icons from the folder view Neither is implemented right now, but removing icons is trivial (you need to add an option for this in folder view page and then use icon index of -1 instead of the real one in src/gui/wxFolderTree.cpp when adding items to the tree). Removing the tree is less so as you'd need to replace it with something... ML> so that window can be reduced in size. I would like to make it look ML> just like a vertical text list. It would be nice then to bold / colour ML> servers / folder group headings and some specific mailboxes maybe. This can be done by using a wxListCtrl for the tree as well but I really prefer to have a tree because I keep some branches collapsed almost all the time and this would be impossible with anything else. VZ ------------------------------------------------------- This SF. Net email is sponsored by: GoToMyPC GoToMyPC is the fast, easy and secure way to access your computer from any Web browser or wireless device. Click here to Try it Free! https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl _______________________________________________ Mahogany-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
