mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
CreateViewerMenus() now returns the menu bar height.
This commit is contained in:
parent
5179b84bd4
commit
295a198fbe
@ -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_
|
||||
|
Loading…
x
Reference in New Issue
Block a user