projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
update build and install docs
[wxWidgets.git]
/
wxPython
/
src
/
_cmndlgs.i
diff --git
a/wxPython/src/_cmndlgs.i
b/wxPython/src/_cmndlgs.i
index d2cb1632ff0d6af2ffa3db084cfed563c0b5ac1b..0d4f2483596517a45e41147030cfdb865ef2ce41 100644
(file)
--- a/
wxPython/src/_cmndlgs.i
+++ b/
wxPython/src/_cmndlgs.i
@@
-524,6
+524,8
@@
or the original value if the user has pressed Cancel.", "");
DocDeclStr(
void , SetValue(const wxString& value),
"Sets the default text value.", "");
DocDeclStr(
void , SetValue(const wxString& value),
"Sets the default text value.", "");
+
+ %property(Value, GetValue, SetValue, doc="See `GetValue` and `SetValue`");
};
//---------------------------------------------------------------------------
};
//---------------------------------------------------------------------------
@@
-825,7
+827,7
@@
boolean values, ``(continue, skip)`` where ``continue`` is ``True``
unless the Cancel button has been pressed, and ``skip`` is ``False``
unless the Skip button (if any) has been pressed.
unless the Cancel button has been pressed, and ``skip`` is ``False``
unless the Skip button (if any) has been pressed.
-If the ``continue`` return value is ``
f
alse``, the application can either
+If the ``continue`` return value is ``
F
alse``, the application can either
immediately destroy the dialog or ask the user for confirmation, and if the
abort is not confirmed the dialog may be resumed with `Resume` function.
", "");
immediately destroy the dialog or ask the user for confirmation, and if the
abort is not confirmed the dialog may be resumed with `Resume` function.
", "");