reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-05-08 20:42:31 +00:00
parent 04b3d5e844
commit 2405814403
6 changed files with 9 additions and 9 deletions

View File

@@ -9215,7 +9215,7 @@ class Window(EvtHandler):
Pushes this event handler onto the event handler stack for the window. Pushes this event handler onto the event handler stack for the window.
An event handler is an object that is capable of processing the events An event handler is an object that is capable of processing the events
sent to a window. (In other words, is able to dispatch the events to sent to a window. (In other words, is able to dispatch the events to a
handler function.) By default, the window is its own event handler, handler function.) By default, the window is its own event handler,
but an application may wish to substitute another, for example to but an application may wish to substitute another, for example to
allow central implementation of event-handling for a variety of allow central implementation of event-handling for a variety of

View File

@@ -49,7 +49,7 @@ interface:
**Usage** **Usage**
The following example shows a simple implementation that utilizes The following example shows a simple implementation that utilizes
`wx.aui.FrameManager` to manage three text controls in a frame window:: `wx.aui.AuiManager` to manage three text controls in a frame window::
import wx import wx
import wx.aui import wx.aui
@@ -713,7 +713,7 @@ class AuiManager(_core.EvtHandler):
widget reference or by pane name, which acts as a unique id widget reference or by pane name, which acts as a unique id
for a window pane. The returned `PaneInfo` object may then be for a window pane. The returned `PaneInfo` object may then be
modified to change a pane's look, state or position. After one modified to change a pane's look, state or position. After one
or more modifications to the `PaneInfo`, `FrameManager.Update` or more modifications to the `PaneInfo`, `AuiManager.Update`
should be called to realize the changes to the user interface. should be called to realize the changes to the user interface.
If the lookup failed (meaning the pane could not be found in If the lookup failed (meaning the pane could not be found in

View File

@@ -9215,7 +9215,7 @@ class Window(EvtHandler):
Pushes this event handler onto the event handler stack for the window. Pushes this event handler onto the event handler stack for the window.
An event handler is an object that is capable of processing the events An event handler is an object that is capable of processing the events
sent to a window. (In other words, is able to dispatch the events to sent to a window. (In other words, is able to dispatch the events to a
handler function.) By default, the window is its own event handler, handler function.) By default, the window is its own event handler,
but an application may wish to substitute another, for example to but an application may wish to substitute another, for example to
allow central implementation of event-handling for a variety of allow central implementation of event-handling for a variety of

View File

@@ -49,7 +49,7 @@ interface:
**Usage** **Usage**
The following example shows a simple implementation that utilizes The following example shows a simple implementation that utilizes
`wx.aui.FrameManager` to manage three text controls in a frame window:: `wx.aui.AuiManager` to manage three text controls in a frame window::
import wx import wx
import wx.aui import wx.aui
@@ -713,7 +713,7 @@ class AuiManager(_core.EvtHandler):
widget reference or by pane name, which acts as a unique id widget reference or by pane name, which acts as a unique id
for a window pane. The returned `PaneInfo` object may then be for a window pane. The returned `PaneInfo` object may then be
modified to change a pane's look, state or position. After one modified to change a pane's look, state or position. After one
or more modifications to the `PaneInfo`, `FrameManager.Update` or more modifications to the `PaneInfo`, `AuiManager.Update`
should be called to realize the changes to the user interface. should be called to realize the changes to the user interface.
If the lookup failed (meaning the pane could not be found in If the lookup failed (meaning the pane could not be found in

View File

@@ -9215,7 +9215,7 @@ class Window(EvtHandler):
Pushes this event handler onto the event handler stack for the window. Pushes this event handler onto the event handler stack for the window.
An event handler is an object that is capable of processing the events An event handler is an object that is capable of processing the events
sent to a window. (In other words, is able to dispatch the events to sent to a window. (In other words, is able to dispatch the events to a
handler function.) By default, the window is its own event handler, handler function.) By default, the window is its own event handler,
but an application may wish to substitute another, for example to but an application may wish to substitute another, for example to
allow central implementation of event-handling for a variety of allow central implementation of event-handling for a variety of

View File

@@ -49,7 +49,7 @@ interface:
**Usage** **Usage**
The following example shows a simple implementation that utilizes The following example shows a simple implementation that utilizes
`wx.aui.FrameManager` to manage three text controls in a frame window:: `wx.aui.AuiManager` to manage three text controls in a frame window::
import wx import wx
import wx.aui import wx.aui
@@ -713,7 +713,7 @@ class AuiManager(_core.EvtHandler):
widget reference or by pane name, which acts as a unique id widget reference or by pane name, which acts as a unique id
for a window pane. The returned `PaneInfo` object may then be for a window pane. The returned `PaneInfo` object may then be
modified to change a pane's look, state or position. After one modified to change a pane's look, state or position. After one
or more modifications to the `PaneInfo`, `FrameManager.Update` or more modifications to the `PaneInfo`, `AuiManager.Update`
should be called to realize the changes to the user interface. should be called to realize the changes to the user interface.
If the lookup failed (meaning the pane could not be found in If the lookup failed (meaning the pane could not be found in