CreateViewerMenus() now returns the menu bar height.

This commit is contained in:
shawnp%earthling.net 1999-09-03 01:08:20 +00:00
Родитель 5179b84bd4
Коммит 295a198fbe
1 изменённых файлов: 7 добавлений и 3 удалений

Просмотреть файл

@ -39,8 +39,12 @@ private:
nsBrowserWindow * mWindow;
};
void CreateViewerMenus(QWidget *aParent, void * data);
void InsertMenuItem(QPopupMenu * popup, const char * string, QObject * receiver, int id);
void CreateViewerMenus(QWidget *aParent,
void * data,
PRInt32 * aMenuBarHeight);
void InsertMenuItem(QPopupMenu * popup,
const char * string,
QObject * receiver,
int id);
#endif // _nsMotifMenu_h_