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:
@@ -67,6 +67,11 @@ public:
|
|||||||
int32 GetFeel(void);
|
int32 GetFeel(void);
|
||||||
int32 GetFlags(void);
|
int32 GetFlags(void);
|
||||||
const char *GetTitle(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 GetClose(void);
|
||||||
bool GetMinimize(void);
|
bool GetMinimize(void);
|
||||||
|
|||||||
Reference in New Issue
Block a user