#include "FGWindowsMenuBar.hxx"
#include <cstring>
#include <windows.h>
#include <osgViewer/GraphicsWindow>
#include <osgViewer/Viewer>
#include <osgViewer/api/Win32/GraphicsWindowWin32>
#include <simgear/debug/logstream.hxx>
#include <simgear/misc/strutils.hxx>
#include <simgear/props/props.hxx>
#include <simgear/props/props_io.hxx>
#include <simgear/structure/SGBinding.hxx>
#include <Main/fg_props.hxx>
#include <Main/globals.hxx>
#include <Viewer/renderer.hxx>
#include "new_gui.hxx"
#include <iostream>
Go to the source code of this file.
◆ getMainViewerHWND()
static HWND getMainViewerHWND |
( |
| ) |
|
|
static |
◆ menubarWindowProc()
static LRESULT CALLBACK menubarWindowProc |
( |
HWND | hWnd, |
|
|
UINT | Msg, |
|
|
WPARAM | wParam, |
|
|
LPARAM | lParam ) |
|
static |
◆ nameIsSeparator()
static bool nameIsSeparator |
( |
const std::string & | n | ) |
|
|
static |
◆ g_prevWindowProc
LONG_PTR g_prevWindowProc |