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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user