Molybden API
|
The BrowserDelegates::onShowContextMenu action. More...
#include <browser_delegates.hpp>
Public Member Functions | |
ShowContextMenuAction (std::unique_ptr< rpc::internal::Callback > callback) | |
void | show (std::shared_ptr< CustomContextMenu > context_menu) |
Show the given context menu. | |
void | showDefault () |
Show the default context menu. | |
Public Member Functions inherited from molybden::Action | |
Action (std::unique_ptr< rpc::internal::Callback > callback) | |
Additional Inherited Members | |
Protected Attributes inherited from molybden::Action | |
std::unique_ptr< rpc::internal::Callback > | callback_ |
The BrowserDelegates::onShowContextMenu action.