Added ResourceEdit and modified BColumnListView, BRow and BMenu.

Signed-off-by: Matt Madia <[email protected]>
This commit is contained in:
Tri-Edge AI
2013-02-27 22:08:46 -05:00
committed by Matt Madia
parent 9e3038ae8e
commit 49126a0e9b
22 changed files with 1638 additions and 3 deletions
+3 -1
View File
@@ -133,6 +133,7 @@ public:
float Height() const;
bool IsExpanded() const;
bool IsSelected() const;
private:
// Blows up into the debugger if the validation fails.
@@ -326,8 +327,9 @@ public:
// Does not delete row or children at this time.
// todo: Make delete row and children
void RemoveRow(BRow* row);
void UpdateRow(BRow* row);
bool SwapRows(int32 index1, int32 index2, BRow*
parentRow1 = NULL, BRow* parentRow2 = NULL);
void Clear();
// Appearance (DEPRECATED)