///////////////////////////////////////////////////////////////////////////////
-// Name: tipdlg.h
+// Name: wx/tipdlg.h
// Purpose: declaration of wxTipDialog
// Author: Vadim Zeitlin
// Modified by:
#ifndef _WX_TIPDLG_H_
#define _WX_TIPDLG_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma interface "tipdlg.h"
-#endif
-
// ----------------------------------------------------------------------------
// headers which we must include here
// ----------------------------------------------------------------------------
// specified text file as the source of tips (each line is a tip).
//
// NB: the caller is responsible for deleting the pointer!
+#if wxUSE_TEXTFILE
WXDLLIMPEXP_ADV wxTipProvider *wxCreateFileTipProvider(const wxString& filename,
size_t currentTip);
+#endif // wxUSE_TEXTFILE
// ----------------------------------------------------------------------------
// wxTipDialog