"progevent" help link undefined

Francesco Montorsi f18m_cpp217828 at yahoo.it
Tue Oct 10 06:36:50 PDT 2006


Vadim Zeitlin ha scritto:
>  Hello (Francesco),
> =

>  Several files link to non-existing "progevent" topic:
> =

> 	See \helpref{this topic}{progevent} for more info.
> =

> Do you already have this topic somewhere and just forgot to include it in
> your patch by chance?
yes, I attached it in the first versions of the bookctrl patches but =

then I must have forgot it...

I'm attaching it to this mail.

Francesco



-------------- next part --------------
Index: docs/latex/wx/tevent.tex
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /pack/cvsroots/wxwidgets/wxWidgets/docs/latex/wx/tevent.tex,v
retrieving revision 1.25
diff -bu2 -r1.25 docs/latex/wx/tevent.tex
--- docs/latex/wx/tevent.tex
+++ docs/latex/wx/tevent.tex
@@ -220,4 +220,26 @@
 all events (or any selection of them) to the parent window.
 =

+
+\subsection{Events generated by the user and events programmatically gener=
ated}\label{progevent}
+
+While generically \helpref{wxEvents}{wxevent} can be generated both by user
+actions (e.g. resize of a \helpref{wxWindow}{wxwindow}) and by calls to fu=
nctions
+(e.g. \helpref{wxWindow::SetSize}{wxwindowsetsize}), wxWidgets controls wi=
ll send
+ \helpref{wxCommandEvent}{wxcommandevent}-derived events only for {\bf use=
r-generated events}.
+The only {\bf exceptions} to this rule are:
+
+\begin{twocollist}\itemsep=3D0pt
+\twocolitem{\helpref{wxNotebook::AddPage}{wxnotebookaddpage}}{No event-fre=
e alternatives}
+\twocolitem{\helpref{wxNotebook::AdvanceSelection}{wxnotebookadvanceselect=
ion}}{No event-free alternatives}
+\twocolitem{\helpref{wxNotebook::DeletePage}{wxnotebookdeletepage}}{No eve=
nt-free alternatives}
+\twocolitem{\helpref{wxNotebook::SetSelection}{wxnotebooksetselection}}{Us=
e \helpref{wxNotebook::ChangeSelection}{wxnotebookchangeselection} instead,=
 as \helpref{wxNotebook::SetSelection}{wxnotebooksetselection} is deprecate=
d}
+\twocolitem{\helpref{wxTreeCtrl::Delete}{wxtreectrldelete}}{No event-free =
alternatives}
+\twocolitem{\helpref{wxTreeCtrl::DeleteAllItems}{wxtreectrldeleteallitems}=
}{No event-free alternatives}
+\twocolitem{\helpref{wxTreeCtrl::EditLabel}{wxtreectrleditlabel}}{No event=
-free alternatives}
+\twocolitem{\helpref{wxTextCtrl::SetValue}{wxtextctrlsetvalue}}{Use \helpr=
ef{wxTextCtrl::ChangeValue}{wxtextctrlchangevalue} instead, as \helpref{wxT=
extCtrl::SetValue}{wxtextctrlsetvalue} is deprecated}
+\end{twocollist}
+
+
+
 % VZ: it doesn't work like this, but just in case we ever reenable this
 %     behaviour, I leave it here


More information about the wx-dev mailing list