Added some code to draw "empty" in empty menus. Not working for the

moment, but committing since it's too late to continue working, and at 
least the window is resized correctly...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16142 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini
2006-01-29 22:27:46 +00:00
parent 8a1f6775b9
commit 61ba5a32c1
3 changed files with 44 additions and 14 deletions
+2 -1
View File
@@ -34,9 +34,10 @@ class BMenuScroller;
class BMenuWindow : public BWindow {
public:
BMenuWindow(const char *name);
BMenuWindow(const char *name, BMenu *menu);
virtual ~BMenuWindow();
void SetMenu(BMenu *menu);
void UpdateScrollers();
private: