* Made the BToolTip interface a bit more convenient to use when subclassing it.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32249 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -34,6 +34,13 @@ public:
|
||||
virtual void SetAlignment(BAlignment alignment);
|
||||
BAlignment Alignment() const;
|
||||
|
||||
virtual void AttachedToWindow();
|
||||
virtual void DetachedFromWindow();
|
||||
|
||||
protected:
|
||||
bool Lock();
|
||||
void Unlock();
|
||||
|
||||
private:
|
||||
BToolTip(const BToolTip& other);
|
||||
BToolTip& operator=(const BToolTip &other);
|
||||
@@ -41,6 +48,7 @@ private:
|
||||
void _InitData();
|
||||
|
||||
private:
|
||||
bool fLockedLooper;
|
||||
bool fIsSticky;
|
||||
BPoint fRelativeLocation;
|
||||
BAlignment fAlignment;
|
||||
|
||||
Reference in New Issue
Block a user