BToolBar: made FindButton() public.

This commit is contained in:
Axel Dörfler
2015-09-04 17:33:46 +02:00
parent 50d381e862
commit 6b8712663a
2 changed files with 25 additions and 24 deletions
+2 -1
View File
@@ -39,12 +39,13 @@ public:
void SetActionPressed(uint32 command, bool pressed);
void SetActionVisible(uint32 command, bool visible);
BButton* FindButton(uint32 command) const;
private:
virtual void Pulse();
virtual void FrameResized(float width, float height);
void _Init();
BButton* _FindButton(uint32 command) const;
void _HideToolTips() const;
orientation fOrientation;