#include <wx/testing.h>
Expectation of any kind of modal dialog.
This can be used when the exact type of the dialog doesn't matter and it just needs to be dismissed (e.g. by passing wxID_OK
to the constructor to pretend that its "OK" button was pressed).
Public Member Functions | |
wxExpectAny (int id) | |
Creates an object expecting any kind of dialog. More... | |
|
explicit |
Creates an object expecting any kind of dialog.
The given id is returned from wxDialog::ShowModal() call.