< prev index next >

src/windows/native/sun/windows/awt_MenuBar.h

Print this page
rev 1557 : 8158993: Service Menu services
Reviewed-by: prr, mschoene

*** 1,7 **** /* ! * Copyright (c) 1996, 2006, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 1996, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 61,70 **** --- 61,73 ---- /* Create a new AwtMenuBar. This must be run on the main thread. */ static AwtMenuBar* Create(jobject self, jobject framePeer); virtual AwtMenuBar* GetMenuBar() { return this; } INLINE AwtFrame* GetFrame() { return m_frame; } + INLINE void SetFrame(AwtFrame* frame) { + m_frame = frame; + } virtual HWND GetOwnerHWnd(); AwtMenuItem* GetItem(jobject target, long index); int CountItem(jobject menuBar);
< prev index next >