]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/dbbrowse/tabpgwin.h
store CodeWarrior 5.3 projects as xml instead of binary projects
[wxWidgets.git] / demos / dbbrowse / tabpgwin.h
index 20d6163fc2fecb0d600c3e6706e7ebcd4f1ff22c..c9928ebf85565d3c6af27778b120b722ac56ca2e 100644 (file)
@@ -100,10 +100,10 @@ public:
  // tabs can be also added when the window is
  // already displayed - "on the fly"
 
- virtual void AddTab( wxWindow* pContent,           // contained window
-                      wxString  tabText,            // tab label
-                      wxString  imageFileName = "", // if "", only text label is displayed
-                      long      imageType     = wxBITMAP_TYPE_BMP );
+ virtual void AddTab( wxWindow*    pContent,           // contained window
+                      wxString     tabText,            // tab label
+                      wxString     imageFileName = "", // if "", only text label is displayed
+                      wxBitmapType imageType     = wxBITMAP_TYPE_BMP );
 
  // NOTE:: if this AddTab(..) overload is called, the
  //        image bitmap will not be serialized (if performed),