mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
Reorder the text a bit.
This commit is contained in:
@@ -88,11 +88,10 @@ def run():
|
||||
f.deprecated = """\
|
||||
IDs generated by this function can possibly conflict with IDs used elsewhere in
|
||||
the application code. It is recommended to instead use the ``wx.ID_ANY`` ID to
|
||||
assign generated IDs which are guaranteed to not conflict with the other in-use
|
||||
IDs for the controls menu items and etc. that you create in the application. For
|
||||
those cases where you need to create an ID that can be used more than once then
|
||||
please see :func:`wx.NewIdRef`.
|
||||
""".replace('\n', ' ')
|
||||
assign generated IDs for the controls menu items and etc. that you create in the
|
||||
application. These IDs are guaranteed to not conflict with the other IDs that
|
||||
are in use in the application. For those cases where you need to create an ID
|
||||
that can be used more than once then please see :func:`wx.NewIdRef`.""".replace('\n', ' ')
|
||||
|
||||
for funcname in ['wxBell',
|
||||
'wxBeginBusyCursor',
|
||||
|
||||
Reference in New Issue
Block a user