Public Member Functions | |
Frame (int x, int y, int width, int height) | |
virtual | ~Frame () |
void | setMenuBar (MenuBar *menuBar) |
MenuBar * | getMenuBar () const |
|
Frame basic constructor. Sets up a frame with the given dimensions.
|
|
Frames destructor. |
|
Set the MenuBar for this frame. The menubar will be placed on the top of this frame. |
|