Make _GetButtonSizeAndOffset protected.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38069 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
095f97a6b6
commit
f182b4e2f9
@ -76,6 +76,9 @@ protected:
|
|||||||
|
|
||||||
virtual void _GetFootprint(BRegion *region);
|
virtual void _GetFootprint(BRegion *region);
|
||||||
|
|
||||||
|
void _GetButtonSizeAndOffset(const BRect& tabRect,
|
||||||
|
float* offset, float* size,
|
||||||
|
float* inset) const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void _UpdateFont(DesktopSettings& settings);
|
void _UpdateFont(DesktopSettings& settings);
|
||||||
@ -83,9 +86,6 @@ private:
|
|||||||
BRect rect);
|
BRect rect);
|
||||||
void _DrawBlendedRect(DrawingEngine *engine,
|
void _DrawBlendedRect(DrawingEngine *engine,
|
||||||
BRect rect, bool down, bool focus);
|
BRect rect, bool down, bool focus);
|
||||||
void _GetButtonSizeAndOffset(const BRect& tabRect,
|
|
||||||
float* offset, float* size,
|
|
||||||
float* inset) const;
|
|
||||||
void _LayoutTabItems(const BRect& tabRect);
|
void _LayoutTabItems(const BRect& tabRect);
|
||||||
void _InvalidateBitmaps();
|
void _InvalidateBitmaps();
|
||||||
static ServerBitmap* _GetBitmapForButton(int32 item, bool down,
|
static ServerBitmap* _GetBitmapForButton(int32 item, bool down,
|
||||||
|
Loading…
Reference in New Issue
Block a user