Added public InnerFrame() and TopBorderOffset() methods. If you don't like the
naming, please shout :-) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16335 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2005, Haiku, Inc. All Rights Reserved.
|
||||
* Copyright 2005-2006, Haiku, Inc. All Rights Reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
#ifndef _BOX_H
|
||||
@@ -26,6 +26,9 @@ class BBox : public BView {
|
||||
virtual void SetBorder(border_style border);
|
||||
border_style Border() const;
|
||||
|
||||
float TopBorderOffset();
|
||||
BRect InnerFrame();
|
||||
|
||||
void SetLabel(const char* string);
|
||||
status_t SetLabel(BView* viewLabel);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user