Add IndexOf methods.

This commit is contained in:
czeidler
2012-05-03 08:45:25 +12:00
committed by Alex Wilson
parent 15ef732f0d
commit d7568eabd2
2 changed files with 26 additions and 0 deletions
+2
View File
@@ -50,6 +50,8 @@ public:
int32 CountYTabs() const;
XTab* XTabAt(int32 index, bool ordered = false);
YTab* YTabAt(int32 index, bool ordered = false);
int32 IndexOf(XTab* tab, bool ordered = false);
int32 IndexOf(YTab* tab, bool ordered = false);
Row* AddRow(YTab* top, YTab* bottom);
Column* AddColumn(XTab* left, XTab* right);