]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/tipdlg.h
Forbid setting hints for multi-line text controls.
[wxWidgets.git] / include / wx / tipdlg.h
index 7058568f8c548c621bac1f215ad52bdade7495b2..3c99c6d13525a05552a267ddab1afa1d0add5ce0 100644 (file)
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        tipdlg.h
+// Name:        wx/tipdlg.h
 // Purpose:     declaration of wxTipDialog
 // Author:      Vadim Zeitlin
 // Modified by:
@@ -61,8 +61,10 @@ protected:
 // 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