add missing GetVeto method
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75624 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -4085,6 +4085,11 @@ public:
|
|||||||
You can only veto a shutdown if CanVeto() returns @true.
|
You can only veto a shutdown if CanVeto() returns @true.
|
||||||
*/
|
*/
|
||||||
void Veto(bool veto = true);
|
void Veto(bool veto = true);
|
||||||
|
|
||||||
|
/**
|
||||||
|
Returns whether the Veto flag was set.
|
||||||
|
*/
|
||||||
|
bool GetVeto() const;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user