mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:23:07 +00:00
[MSPAINT] Add CMainWindow::CanPaste
CORE-18867
This commit is contained in:
parent
19d8862851
commit
bc19bbe408
2 changed files with 12 additions and 5 deletions
|
@ -37,6 +37,7 @@ public:
|
|||
VOID TrackPopupMenu(POINT ptScreen, INT iSubMenu);
|
||||
BOOL CanUndo() const;
|
||||
BOOL CanRedo() const;
|
||||
BOOL CanPaste() const;
|
||||
|
||||
private:
|
||||
HMENU m_hMenu;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue