]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_tipdlg.i
test wxString's char<->wchar_t ctors
[wxWidgets.git] / wxPython / src / _tipdlg.i
index ef7d617e021dbf810cde087c7c3fac02e6c1fe1d..cd839ccca8b0b863525c6bd1a9e0e54ead29d1b9 100644 (file)
@@ -81,11 +81,13 @@ public:
 // not, the dialog on startup depending on its value, not this class).
 //
 // The function returns True if this checkbox is checked, False otherwise.
+MustHaveApp(wxShowTip);
 bool wxShowTip(wxWindow *parent, wxTipProvider *tipProvider, bool showAtStartup = True);
 
 // a function which returns an implementation of wxTipProvider using the
 // specified text file as the source of tips (each line is a tip).
 %newobject wxCreateFileTipProvider;
+MustHaveApp(wxCreateFileTipProvider);
 wxTipProvider* wxCreateFileTipProvider(const wxString& filename, size_t currentTip);