ide: removed second tab bar

git-svn-id: svn://ultimatepp.org/upp/trunk@3063 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
unodgs 2011-01-22 19:19:01 +00:00
parent 10c647d2ad
commit 661f6e295c
12 changed files with 201 additions and 143 deletions

View file

@ -16,9 +16,12 @@ protected:
virtual void ComposeTab(Tab& tab, const Font &font, Color ink, int style);
virtual void ComposeStackedTab(Tab& tab, const Tab& stacked_tab, const Font &font, Color ink, int style);
virtual Size GetStackedSize(const Tab &t);
public:
FileTabs();
virtual void Serialize(Stream& s);
void AddFile(const WString &file, bool make_active = true);
void AddFile(const WString &file, Image img, bool make_active = true);
void InsertFile(int ix, const WString &file, bool make_active = true);