Files
wxWidgets/include/wx/mac/textctrl.h
T

5 lines
110 B
C

#ifdef __WXMAC_CLASSIC__
#include "wx/mac/classic/textctrl.h"
#else
#include "wx/mac/carbon/textctrl.h"
#endif