Whole bunch of minor doc updates from an external patch.
Also documented combobox's EVT_TEXT_ENTER git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30929 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
This class represents the events generated by a notebook control: currently,
|
||||
there are two of them. The PAGE\_CHANGING event is sent before the current
|
||||
page is changed. It allows to the program to examine the current page (which
|
||||
page is changed. It allows the program to examine the current page (which
|
||||
can be retrieved with
|
||||
\helpref{GetOldSelection()}{wxnotebookeventgetoldselection}) and to veto the page
|
||||
change by calling \helpref{Veto()}{wxnotifyeventveto} if, for example, the
|
||||
|
Reference in New Issue
Block a user