]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_tipdlg.i
GetData can only be called within the DnD operation, so don't make it
[wxWidgets.git] / wxPython / src / _tipdlg.i
index cd839ccca8b0b863525c6bd1a9e0e54ead29d1b9..37ac6959b2eaaaf95bbff77f8e1330f514e9559f 100644 (file)
@@ -43,6 +43,9 @@ public:
     // modify the tip as soon as it is read. If return wxEmptyString, then 
     // the tip is skipped, and the next one is read.
     virtual wxString PreprocessTip(const wxString& tip);
+
+    %property(CurrentTip, GetCurrentTip, doc="See `GetCurrentTip`");
+    %property(Tip, GetTip, doc="See `GetTip`");
 };
 
 
@@ -82,7 +85,7 @@ public:
 //
 // The function returns True if this checkbox is checked, False otherwise.
 MustHaveApp(wxShowTip);
-bool wxShowTip(wxWindow *parent, wxTipProvider *tipProvider, bool showAtStartup = True);
+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).