mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
ide: removed second tab bar
git-svn-id: svn://ultimatepp.org/upp/trunk@3063 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
10c647d2ad
commit
661f6e295c
12 changed files with 201 additions and 143 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue