wxCocoa: Added wxGauge

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21989 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2003-07-15 14:04:22 +00:00
parent 73861e4bf3
commit 24e97652b0
3 changed files with 109 additions and 0 deletions

View File

@@ -85,6 +85,8 @@ protected:
#include "wx/gtk/gauge.h"
#elif defined(__WXMAC__)
#include "wx/mac/gauge.h"
#elif defined(__WXCOCOA__)
#include "wx/cocoa/gauge.h"
#elif defined(__WXPM__)
#include "wx/os2/gauge.h"
#endif