8#ifndef META_OCEAN_PLATFORM_WIN_POPUP_MENU_H
9#define META_OCEAN_PLATFORM_WIN_POPUP_MENU_H
82 bool addEntry(
const std::wstring& text,
const unsigned int id,
const bool checked =
false);
104 unsigned int show(
const int x,
const int y,
const HWND parent);
111 unsigned int show(
const HWND parent);
136 HMENU handle_ =
nullptr;
The namespace covering the entire Ocean framework.
Definition Accessor.h:15