зеркало из https://github.com/mozilla/gecko-dev.git
CreateViewerMenus() now returns the menu bar height.
This commit is contained in:
Родитель
5179b84bd4
Коммит
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_
|
||||
|
|
Загрузка…
Ссылка в новой задаче