Override to add context menu entries to your subclass. It is recommended to add a blank `ui::MenuSeparator` first for spacing. */
| 76 | It is recommended to add a blank `ui::MenuSeparator` first for spacing. |
| 77 | */ |
| 78 | virtual void appendContextMenu(ui::Menu* menu) {} |
| 79 | |
| 80 | void onHover(const HoverEvent& e) override; |
| 81 | void onHoverKey(const HoverKeyEvent& e) override; |
nothing calls this directly
no outgoing calls
no test coverage detected