/////////////////////////////////////////////////////////////////////////////
-// Name: notebook.h
+// Name: wx/gtk/notebook.h
// Purpose: wxNotebook class
// Author: Robert Roebling
// Modified by:
wxNotebookPage *win,
const wxString& strText,
bool bSelect = false,
- int imageId = -1 );
+ int imageId = NO_IMAGE );
// handler for tab navigation
// --------------------------