Added two new methods

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4427 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Adi Oanca 2003-08-31 17:23:44 +00:00
parent 6bcec3643b
commit 3616918627
1 changed files with 5 additions and 0 deletions

View File

@ -67,6 +67,11 @@ public:
int32 GetFeel(void);
int32 GetFlags(void);
const char *GetTitle(void);
// we need to know its border(frame). WinBorder's _frame rect
// must expand to include Decorator borders. Otherwise we can't
// draw the border. We also add GetTabRect because I feel we'll need it
BRect GetBorderRect(void);
BRect GetTabRect(void);
bool GetClose(void);
bool GetMinimize(void);