]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/wxTextEntryDialog.py
fixed wxWindow::SetCursor( wxNullCursor) for mac
[wxWidgets.git] / wxPython / demo / wxTextEntryDialog.py
index 08e93e237effc36fc15a51739d22579b9d7ae61f..b0049d6506d0509575977c90444a63d4f27779ea 100644 (file)
@@ -26,25 +26,5 @@ def runTest(frame, nb, log):
 
 
 overview = """\
 
 
 overview = """\
-This class represents a dialog that requests a one-line text string from the user. It is implemented as a generic wxWindows dialog.
 
 
-wxTextEntryDialog()
-----------------------------------
-
-wxTextEntryDialog(wxWindow* parent, const wxString& message, const wxString& caption = "Please enter text", const wxString& defaultValue = "", long style = wxOK |  wxCANCEL |  wxCENTRE, const wxPoint& pos = wxDefaultPosition)
-
-Constructor. Use wxTextEntryDialog::ShowModal to show the dialog.
-
-Parameters
--------------------
-
-parent = Parent window.
-
-message = Message to show on the dialog.
-
-defaultValue = The default value, which may be the empty string.
-
-style = A dialog style, specifying the buttons (wxOK, wxCANCEL) and an optional wxCENTRE style.
-
-pos = Dialog position.
 """
 """