#include <wxGuiTest/Common.h>


Go to the source code of this file.
Namespaces | |
| namespace | wxTst |
Classes | |
| class | wxTst::TempInteractive |
| Make the wxWidgets GUI test temporarily interactive. More... | |
Defines | |
| #define | TEMP_INTERACTIVE_GUI_TEST |
| Macro allowing easy temporary test interactivity with precise file and line number output. | |
Doxygen documentation only needed for define TEMP_INTERACTIVE_GUI_TEST.
Definition in file TempInteractive.h.
| #define TEMP_INTERACTIVE_GUI_TEST |
Value:
{ \
wxTst::TempInteractive interactive; \
interactive.ShowCurrentGui (_T(__FILE__), __LINE__); \
};
WARNING! This macro can be used only once in a scope because it declares the interactive variable.
Definition at line 69 of file TempInteractive.h.
1.5.5